Skip to content

Commit 63675ec

Browse files
author
cibot
committed
Definitions Update responder
1 parent 1b1d529 commit 63675ec

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

alsdkdefs/apis/responder/responder.v1.yaml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,51 +2344,6 @@ paths:
23442344
type: aws_proxy
23452345
uri:
23462346
'Fn::Sub': 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderExecutionsHistoryFunction.Arn}:responderQueryExecutionsHistory/invocations'
2347-
'/v1/{account_id}/executions/history/{type}/{id}':
2348-
parameters:
2349-
- schema:
2350-
type: string
2351-
name: account_id
2352-
in: path
2353-
required: true
2354-
description: AIMS Account ID
2355-
- schema:
2356-
type: string
2357-
enum:
2358-
- playbook
2359-
- task
2360-
- action
2361-
name: type
2362-
in: path
2363-
required: true
2364-
description: Execution Type
2365-
- schema:
2366-
type: string
2367-
name: id
2368-
in: path
2369-
required: true
2370-
description: Execution ID
2371-
get:
2372-
summary: Get Execution Record
2373-
tags: []
2374-
responses:
2375-
'200':
2376-
description: OK
2377-
content:
2378-
application/json:
2379-
schema:
2380-
oneOf:
2381-
- $ref: '#/components/schemas/TaskExecutionRecord'
2382-
- $ref: '#/components/schemas/PlaybookExecutionRecord'
2383-
operationId: get_execution_record
2384-
description: Get Execution Record for a specific Execution Type
2385-
security:
2386-
- aims_request_authorizer: []
2387-
x-amazon-apigateway-integration:
2388-
httpMethod: POST
2389-
type: aws_proxy
2390-
uri:
2391-
'Fn::Sub': 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderGetExecutionRecordFunction.Arn}:responderGetExecutionRecord/invocations'
23922347
'/v1/{account_id}/inquiries/history':
23932348
parameters:
23942349
- schema:

0 commit comments

Comments
 (0)