From 63675ec763acb0070a5b1b41e4a4a3405d5a56d6 Mon Sep 17 00:00:00 2001 From: cibot Date: Thu, 14 Nov 2024 12:05:08 +0000 Subject: [PATCH] Definitions Update responder --- alsdkdefs/apis/responder/responder.v1.yaml | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/alsdkdefs/apis/responder/responder.v1.yaml b/alsdkdefs/apis/responder/responder.v1.yaml index b5b1547..5edfe43 100644 --- a/alsdkdefs/apis/responder/responder.v1.yaml +++ b/alsdkdefs/apis/responder/responder.v1.yaml @@ -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: