Skip to content

Commit

Permalink
Definitions Update responder
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Nov 14, 2024
1 parent 1b1d529 commit 63675ec
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions alsdkdefs/apis/responder/responder.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2344,51 +2344,6 @@ paths:
type: aws_proxy
uri:
'Fn::Sub': 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderExecutionsHistoryFunction.Arn}:responderQueryExecutionsHistory/invocations'
'/v1/{account_id}/executions/history/{type}/{id}':
parameters:
- schema:
type: string
name: account_id
in: path
required: true
description: AIMS Account ID
- schema:
type: string
enum:
- playbook
- task
- action
name: type
in: path
required: true
description: Execution Type
- schema:
type: string
name: id
in: path
required: true
description: Execution ID
get:
summary: Get Execution Record
tags: []
responses:
'200':
description: OK
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/TaskExecutionRecord'
- $ref: '#/components/schemas/PlaybookExecutionRecord'
operationId: get_execution_record
description: Get Execution Record for a specific Execution Type
security:
- aims_request_authorizer: []
x-amazon-apigateway-integration:
httpMethod: POST
type: aws_proxy
uri:
'Fn::Sub': 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderGetExecutionRecordFunction.Arn}:responderGetExecutionRecord/invocations'
'/v1/{account_id}/inquiries/history':
parameters:
- schema:
Expand Down

0 comments on commit 63675ec

Please sign in to comment.