@aws-sdk/client-codepipeline 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/CodePipeline.js +0 -198
- package/dist-cjs/CodePipelineClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AcknowledgeJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/AcknowledgeThirdPartyJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateCustomActionTypeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreatePipelineCommand.js +2 -33
- package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeletePipelineCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteWebhookCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DisableStageTransitionCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/EnableStageTransitionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetActionTypeCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetJobDetailsCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/GetPipelineCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetPipelineExecutionCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetPipelineStateCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/GetThirdPartyJobDetailsCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/ListActionExecutionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListActionTypesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPipelineExecutionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPipelinesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListWebhooksCommand.js +2 -29
- package/dist-cjs/commands/PollForJobsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/PollForThirdPartyJobsCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/PutActionRevisionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutApprovalResultCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PutJobFailureResultCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PutJobSuccessResultCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PutThirdPartyJobFailureResultCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PutThirdPartyJobSuccessResultCommand.js +2 -28
- package/dist-cjs/commands/PutWebhookCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RegisterWebhookWithThirdPartyCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RetryStageExecutionCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/StartPipelineExecutionCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StopPipelineExecutionCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateActionTypeCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdatePipelineCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -520
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListActionExecutionsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListActionTypesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListPipelineExecutionsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListWebhooksPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/CodePipeline.js +0 -1
- package/{dist/es → dist-es}/CodePipelineClient.js +1 -2
- package/{dist/es → dist-es}/commands/AcknowledgeJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AcknowledgeThirdPartyJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateCustomActionTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteCustomActionTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteWebhookCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableStageTransitionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableStageTransitionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetActionTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetJobDetailsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPipelineExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPipelineStateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetThirdPartyJobDetailsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListActionExecutionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListActionTypesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPipelineExecutionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPipelinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListWebhooksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PollForJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PollForThirdPartyJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutActionRevisionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutApprovalResultCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutJobFailureResultCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutJobSuccessResultCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutThirdPartyJobFailureResultCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutThirdPartyJobSuccessResultCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutWebhookCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RegisterWebhookWithThirdPartyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RetryStageExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartPipelineExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopPipelineExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateActionTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListActionExecutionsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListActionTypesPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListPipelineExecutionsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListWebhooksPaginator.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/CodePipeline.d.ts +1 -1
- package/{dist/types → dist-types}/CodePipelineClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcknowledgeJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateCustomActionTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteCustomActionTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteWebhookCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableStageTransitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableStageTransitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetActionTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetJobDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPipelineExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPipelineStateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListActionExecutionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListActionTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPipelineExecutionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWebhooksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PollForJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PollForThirdPartyJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutActionRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutApprovalResultCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutJobFailureResultCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutJobSuccessResultCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutWebhookCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RetryStageExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartPipelineExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopPipelineExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateActionTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListActionExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListActionTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWebhooksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/CodePipeline.d.ts +41 -411
- package/dist-types/ts3.4/CodePipelineClient.d.ts +106 -0
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListActionExecutionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2230 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListActionTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWebhooksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/CodePipeline.ts +0 -1697
- package/CodePipelineClient.ts +0 -606
- package/commands/AcknowledgeJobCommand.ts +0 -95
- package/commands/AcknowledgeThirdPartyJobCommand.ts +0 -95
- package/commands/CreateCustomActionTypeCommand.ts +0 -95
- package/commands/CreatePipelineCommand.ts +0 -100
- package/commands/DeleteCustomActionTypeCommand.ts +0 -102
- package/commands/DeletePipelineCommand.ts +0 -94
- package/commands/DeleteWebhookCommand.ts +0 -98
- package/commands/DeregisterWebhookWithThirdPartyCommand.ts +0 -104
- package/commands/DisableStageTransitionCommand.ts +0 -95
- package/commands/EnableStageTransitionCommand.ts +0 -94
- package/commands/GetActionTypeCommand.ts +0 -96
- package/commands/GetJobDetailsCommand.ts +0 -100
- package/commands/GetPipelineCommand.ts +0 -96
- package/commands/GetPipelineExecutionCommand.ts +0 -96
- package/commands/GetPipelineStateCommand.ts +0 -100
- package/commands/GetThirdPartyJobDetailsCommand.ts +0 -101
- package/commands/ListActionExecutionsCommand.ts +0 -94
- package/commands/ListActionTypesCommand.ts +0 -95
- package/commands/ListPipelineExecutionsCommand.ts +0 -94
- package/commands/ListPipelinesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ListWebhooksCommand.ts +0 -96
- package/commands/PollForJobsCommand.ts +0 -103
- package/commands/PollForThirdPartyJobsCommand.ts +0 -100
- package/commands/PutActionRevisionCommand.ts +0 -94
- package/commands/PutApprovalResultCommand.ts +0 -95
- package/commands/PutJobFailureResultCommand.ts +0 -95
- package/commands/PutJobSuccessResultCommand.ts +0 -95
- package/commands/PutThirdPartyJobFailureResultCommand.ts +0 -98
- package/commands/PutThirdPartyJobSuccessResultCommand.ts +0 -98
- package/commands/PutWebhookCommand.ts +0 -100
- package/commands/RegisterWebhookWithThirdPartyCommand.ts +0 -100
- package/commands/RetryStageExecutionCommand.ts +0 -97
- package/commands/StartPipelineExecutionCommand.ts +0 -95
- package/commands/StopPipelineExecutionCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateActionTypeCommand.ts +0 -97
- package/commands/UpdatePipelineCommand.ts +0 -97
- package/dist/cjs/CodePipeline.js.map +0 -1
- package/dist/cjs/CodePipelineClient.js +0 -238
- package/dist/cjs/CodePipelineClient.js.map +0 -1
- package/dist/cjs/commands/AcknowledgeJobCommand.js.map +0 -1
- package/dist/cjs/commands/AcknowledgeThirdPartyJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomActionTypeCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomActionTypeCommand.js +0 -69
- package/dist/cjs/commands/DeleteCustomActionTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWebhookCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterWebhookWithThirdPartyCommand.js.map +0 -1
- package/dist/cjs/commands/DisableStageTransitionCommand.js.map +0 -1
- package/dist/cjs/commands/EnableStageTransitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetActionTypeCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/GetPipelineCommand.js.map +0 -1
- package/dist/cjs/commands/GetPipelineExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/GetPipelineStateCommand.js.map +0 -1
- package/dist/cjs/commands/GetThirdPartyJobDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/ListActionExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListActionTypesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPipelineExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListWebhooksCommand.js.map +0 -1
- package/dist/cjs/commands/PollForJobsCommand.js +0 -70
- package/dist/cjs/commands/PollForJobsCommand.js.map +0 -1
- package/dist/cjs/commands/PollForThirdPartyJobsCommand.js.map +0 -1
- package/dist/cjs/commands/PutActionRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/PutApprovalResultCommand.js.map +0 -1
- package/dist/cjs/commands/PutJobFailureResultCommand.js.map +0 -1
- package/dist/cjs/commands/PutJobSuccessResultCommand.js.map +0 -1
- package/dist/cjs/commands/PutThirdPartyJobFailureResultCommand.js.map +0 -1
- package/dist/cjs/commands/PutThirdPartyJobSuccessResultCommand.js.map +0 -1
- package/dist/cjs/commands/PutWebhookCommand.js +0 -67
- package/dist/cjs/commands/PutWebhookCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterWebhookWithThirdPartyCommand.js.map +0 -1
- package/dist/cjs/commands/RetryStageExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/StartPipelineExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/StopPipelineExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateActionTypeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePipelineCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListActionExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListActionTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPipelineExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWebhooksPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CodePipeline.js.map +0 -1
- package/dist/es/CodePipelineClient.js.map +0 -1
- package/dist/es/commands/AcknowledgeJobCommand.js.map +0 -1
- package/dist/es/commands/AcknowledgeThirdPartyJobCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomActionTypeCommand.js.map +0 -1
- package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomActionTypeCommand.js.map +0 -1
- package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeleteWebhookCommand.js.map +0 -1
- package/dist/es/commands/DeregisterWebhookWithThirdPartyCommand.js.map +0 -1
- package/dist/es/commands/DisableStageTransitionCommand.js.map +0 -1
- package/dist/es/commands/EnableStageTransitionCommand.js.map +0 -1
- package/dist/es/commands/GetActionTypeCommand.js.map +0 -1
- package/dist/es/commands/GetJobDetailsCommand.js.map +0 -1
- package/dist/es/commands/GetPipelineCommand.js.map +0 -1
- package/dist/es/commands/GetPipelineExecutionCommand.js.map +0 -1
- package/dist/es/commands/GetPipelineStateCommand.js.map +0 -1
- package/dist/es/commands/GetThirdPartyJobDetailsCommand.js.map +0 -1
- package/dist/es/commands/ListActionExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListActionTypesCommand.js.map +0 -1
- package/dist/es/commands/ListPipelineExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWebhooksCommand.js.map +0 -1
- package/dist/es/commands/PollForJobsCommand.js.map +0 -1
- package/dist/es/commands/PollForThirdPartyJobsCommand.js.map +0 -1
- package/dist/es/commands/PutActionRevisionCommand.js.map +0 -1
- package/dist/es/commands/PutApprovalResultCommand.js.map +0 -1
- package/dist/es/commands/PutJobFailureResultCommand.js.map +0 -1
- package/dist/es/commands/PutJobSuccessResultCommand.js.map +0 -1
- package/dist/es/commands/PutThirdPartyJobFailureResultCommand.js.map +0 -1
- package/dist/es/commands/PutThirdPartyJobSuccessResultCommand.js.map +0 -1
- package/dist/es/commands/PutWebhookCommand.js.map +0 -1
- package/dist/es/commands/RegisterWebhookWithThirdPartyCommand.js.map +0 -1
- package/dist/es/commands/RetryStageExecutionCommand.js.map +0 -1
- package/dist/es/commands/StartPipelineExecutionCommand.js.map +0 -1
- package/dist/es/commands/StopPipelineExecutionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateActionTypeCommand.js.map +0 -1
- package/dist/es/commands/UpdatePipelineCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -50
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListActionExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListActionTypesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPipelineExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListWebhooksPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/CodePipelineClient.d.ts +0 -365
- package/dist/types/ts3.4/commands/AcknowledgeJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisableStageTransitionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/EnableStageTransitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetActionTypeCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetJobDetailsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetPipelineCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetPipelineStateCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListActionTypesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PollForJobsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/PutActionRevisionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutApprovalResultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutJobFailureResultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutWebhookCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/RetryStageExecutionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateActionTypeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdatePipelineCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4297
- package/endpoints.ts +0 -87
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5263
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListActionExecutionsPaginator.ts +0 -58
- package/pagination/ListActionTypesPaginator.ts +0 -57
- package/pagination/ListPipelineExecutionsPaginator.ts +0 -58
- package/pagination/ListPipelinesPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListWebhooksPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -7092
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,2230 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface AcknowledgeJobInput {
|
|
4
|
+
|
|
5
|
+
jobId: string | undefined;
|
|
6
|
+
|
|
7
|
+
nonce: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace AcknowledgeJobInput {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: AcknowledgeJobInput) => any;
|
|
12
|
+
}
|
|
13
|
+
export declare enum JobStatus {
|
|
14
|
+
Created = "Created",
|
|
15
|
+
Dispatched = "Dispatched",
|
|
16
|
+
Failed = "Failed",
|
|
17
|
+
InProgress = "InProgress",
|
|
18
|
+
Queued = "Queued",
|
|
19
|
+
Succeeded = "Succeeded",
|
|
20
|
+
TimedOut = "TimedOut"
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface AcknowledgeJobOutput {
|
|
24
|
+
|
|
25
|
+
status?: JobStatus | string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace AcknowledgeJobOutput {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface InvalidNonceException extends __SmithyException, $MetadataBearer {
|
|
33
|
+
name: "InvalidNonceException";
|
|
34
|
+
$fault: "client";
|
|
35
|
+
|
|
36
|
+
message?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace InvalidNonceException {
|
|
39
|
+
|
|
40
|
+
const filterSensitiveLog: (obj: InvalidNonceException) => any;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface JobNotFoundException extends __SmithyException, $MetadataBearer {
|
|
44
|
+
name: "JobNotFoundException";
|
|
45
|
+
$fault: "client";
|
|
46
|
+
|
|
47
|
+
message?: string;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace JobNotFoundException {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: JobNotFoundException) => any;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
55
|
+
name: "ValidationException";
|
|
56
|
+
$fault: "client";
|
|
57
|
+
|
|
58
|
+
message?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace ValidationException {
|
|
61
|
+
|
|
62
|
+
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface AcknowledgeThirdPartyJobInput {
|
|
66
|
+
|
|
67
|
+
jobId: string | undefined;
|
|
68
|
+
|
|
69
|
+
nonce: string | undefined;
|
|
70
|
+
|
|
71
|
+
clientToken: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace AcknowledgeThirdPartyJobInput {
|
|
74
|
+
|
|
75
|
+
const filterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface AcknowledgeThirdPartyJobOutput {
|
|
79
|
+
|
|
80
|
+
status?: JobStatus | string;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace AcknowledgeThirdPartyJobOutput {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface InvalidClientTokenException extends __SmithyException, $MetadataBearer {
|
|
88
|
+
name: "InvalidClientTokenException";
|
|
89
|
+
$fault: "client";
|
|
90
|
+
|
|
91
|
+
message?: string;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace InvalidClientTokenException {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: InvalidClientTokenException) => any;
|
|
96
|
+
}
|
|
97
|
+
export declare enum ActionCategory {
|
|
98
|
+
Approval = "Approval",
|
|
99
|
+
Build = "Build",
|
|
100
|
+
Deploy = "Deploy",
|
|
101
|
+
Invoke = "Invoke",
|
|
102
|
+
Source = "Source",
|
|
103
|
+
Test = "Test"
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface ActionConfiguration {
|
|
107
|
+
|
|
108
|
+
configuration?: {
|
|
109
|
+
[key: string]: string;
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
export declare namespace ActionConfiguration {
|
|
113
|
+
|
|
114
|
+
const filterSensitiveLog: (obj: ActionConfiguration) => any;
|
|
115
|
+
}
|
|
116
|
+
export declare enum ActionConfigurationPropertyType {
|
|
117
|
+
Boolean = "Boolean",
|
|
118
|
+
Number = "Number",
|
|
119
|
+
String = "String"
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface ActionConfigurationProperty {
|
|
123
|
+
|
|
124
|
+
name: string | undefined;
|
|
125
|
+
|
|
126
|
+
required: boolean | undefined;
|
|
127
|
+
|
|
128
|
+
key: boolean | undefined;
|
|
129
|
+
|
|
130
|
+
secret: boolean | undefined;
|
|
131
|
+
|
|
132
|
+
queryable?: boolean;
|
|
133
|
+
|
|
134
|
+
description?: string;
|
|
135
|
+
|
|
136
|
+
type?: ActionConfigurationPropertyType | string;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace ActionConfigurationProperty {
|
|
139
|
+
|
|
140
|
+
const filterSensitiveLog: (obj: ActionConfigurationProperty) => any;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export interface ActionContext {
|
|
144
|
+
|
|
145
|
+
name?: string;
|
|
146
|
+
|
|
147
|
+
actionExecutionId?: string;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace ActionContext {
|
|
150
|
+
|
|
151
|
+
const filterSensitiveLog: (obj: ActionContext) => any;
|
|
152
|
+
}
|
|
153
|
+
export declare enum ActionOwner {
|
|
154
|
+
AWS = "AWS",
|
|
155
|
+
Custom = "Custom",
|
|
156
|
+
ThirdParty = "ThirdParty"
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface ActionTypeId {
|
|
160
|
+
|
|
161
|
+
category: ActionCategory | string | undefined;
|
|
162
|
+
|
|
163
|
+
owner: ActionOwner | string | undefined;
|
|
164
|
+
|
|
165
|
+
provider: string | undefined;
|
|
166
|
+
|
|
167
|
+
version: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export declare namespace ActionTypeId {
|
|
170
|
+
|
|
171
|
+
const filterSensitiveLog: (obj: ActionTypeId) => any;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export interface InputArtifact {
|
|
175
|
+
|
|
176
|
+
name: string | undefined;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace InputArtifact {
|
|
179
|
+
|
|
180
|
+
const filterSensitiveLog: (obj: InputArtifact) => any;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export interface OutputArtifact {
|
|
184
|
+
|
|
185
|
+
name: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace OutputArtifact {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: OutputArtifact) => any;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface ActionDeclaration {
|
|
193
|
+
|
|
194
|
+
name: string | undefined;
|
|
195
|
+
|
|
196
|
+
actionTypeId: ActionTypeId | undefined;
|
|
197
|
+
|
|
198
|
+
runOrder?: number;
|
|
199
|
+
|
|
200
|
+
configuration?: {
|
|
201
|
+
[key: string]: string;
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
outputArtifacts?: OutputArtifact[];
|
|
205
|
+
|
|
206
|
+
inputArtifacts?: InputArtifact[];
|
|
207
|
+
|
|
208
|
+
roleArn?: string;
|
|
209
|
+
|
|
210
|
+
region?: string;
|
|
211
|
+
|
|
212
|
+
namespace?: string;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace ActionDeclaration {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: ActionDeclaration) => any;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface ErrorDetails {
|
|
220
|
+
|
|
221
|
+
code?: string;
|
|
222
|
+
|
|
223
|
+
message?: string;
|
|
224
|
+
}
|
|
225
|
+
export declare namespace ErrorDetails {
|
|
226
|
+
|
|
227
|
+
const filterSensitiveLog: (obj: ErrorDetails) => any;
|
|
228
|
+
}
|
|
229
|
+
export declare enum ActionExecutionStatus {
|
|
230
|
+
Abandoned = "Abandoned",
|
|
231
|
+
Failed = "Failed",
|
|
232
|
+
InProgress = "InProgress",
|
|
233
|
+
Succeeded = "Succeeded"
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface ActionExecution {
|
|
237
|
+
|
|
238
|
+
actionExecutionId?: string;
|
|
239
|
+
|
|
240
|
+
status?: ActionExecutionStatus | string;
|
|
241
|
+
|
|
242
|
+
summary?: string;
|
|
243
|
+
|
|
244
|
+
lastStatusChange?: Date;
|
|
245
|
+
|
|
246
|
+
token?: string;
|
|
247
|
+
|
|
248
|
+
lastUpdatedBy?: string;
|
|
249
|
+
|
|
250
|
+
externalExecutionId?: string;
|
|
251
|
+
|
|
252
|
+
externalExecutionUrl?: string;
|
|
253
|
+
|
|
254
|
+
percentComplete?: number;
|
|
255
|
+
|
|
256
|
+
errorDetails?: ErrorDetails;
|
|
257
|
+
}
|
|
258
|
+
export declare namespace ActionExecution {
|
|
259
|
+
|
|
260
|
+
const filterSensitiveLog: (obj: ActionExecution) => any;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface S3Location {
|
|
264
|
+
|
|
265
|
+
bucket?: string;
|
|
266
|
+
|
|
267
|
+
key?: string;
|
|
268
|
+
}
|
|
269
|
+
export declare namespace S3Location {
|
|
270
|
+
|
|
271
|
+
const filterSensitiveLog: (obj: S3Location) => any;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface ArtifactDetail {
|
|
275
|
+
|
|
276
|
+
name?: string;
|
|
277
|
+
|
|
278
|
+
s3location?: S3Location;
|
|
279
|
+
}
|
|
280
|
+
export declare namespace ArtifactDetail {
|
|
281
|
+
|
|
282
|
+
const filterSensitiveLog: (obj: ArtifactDetail) => any;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface ActionExecutionInput {
|
|
286
|
+
|
|
287
|
+
actionTypeId?: ActionTypeId;
|
|
288
|
+
|
|
289
|
+
configuration?: {
|
|
290
|
+
[key: string]: string;
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
resolvedConfiguration?: {
|
|
294
|
+
[key: string]: string;
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
roleArn?: string;
|
|
298
|
+
|
|
299
|
+
region?: string;
|
|
300
|
+
|
|
301
|
+
inputArtifacts?: ArtifactDetail[];
|
|
302
|
+
|
|
303
|
+
namespace?: string;
|
|
304
|
+
}
|
|
305
|
+
export declare namespace ActionExecutionInput {
|
|
306
|
+
|
|
307
|
+
const filterSensitiveLog: (obj: ActionExecutionInput) => any;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export interface ActionExecutionResult {
|
|
311
|
+
|
|
312
|
+
externalExecutionId?: string;
|
|
313
|
+
|
|
314
|
+
externalExecutionSummary?: string;
|
|
315
|
+
|
|
316
|
+
externalExecutionUrl?: string;
|
|
317
|
+
}
|
|
318
|
+
export declare namespace ActionExecutionResult {
|
|
319
|
+
|
|
320
|
+
const filterSensitiveLog: (obj: ActionExecutionResult) => any;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export interface ActionExecutionOutput {
|
|
324
|
+
|
|
325
|
+
outputArtifacts?: ArtifactDetail[];
|
|
326
|
+
|
|
327
|
+
executionResult?: ActionExecutionResult;
|
|
328
|
+
|
|
329
|
+
outputVariables?: {
|
|
330
|
+
[key: string]: string;
|
|
331
|
+
};
|
|
332
|
+
}
|
|
333
|
+
export declare namespace ActionExecutionOutput {
|
|
334
|
+
|
|
335
|
+
const filterSensitiveLog: (obj: ActionExecutionOutput) => any;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export interface ActionExecutionDetail {
|
|
339
|
+
|
|
340
|
+
pipelineExecutionId?: string;
|
|
341
|
+
|
|
342
|
+
actionExecutionId?: string;
|
|
343
|
+
|
|
344
|
+
pipelineVersion?: number;
|
|
345
|
+
|
|
346
|
+
stageName?: string;
|
|
347
|
+
|
|
348
|
+
actionName?: string;
|
|
349
|
+
|
|
350
|
+
startTime?: Date;
|
|
351
|
+
|
|
352
|
+
lastUpdateTime?: Date;
|
|
353
|
+
|
|
354
|
+
status?: ActionExecutionStatus | string;
|
|
355
|
+
|
|
356
|
+
input?: ActionExecutionInput;
|
|
357
|
+
|
|
358
|
+
output?: ActionExecutionOutput;
|
|
359
|
+
}
|
|
360
|
+
export declare namespace ActionExecutionDetail {
|
|
361
|
+
|
|
362
|
+
const filterSensitiveLog: (obj: ActionExecutionDetail) => any;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export interface ActionExecutionFilter {
|
|
366
|
+
|
|
367
|
+
pipelineExecutionId?: string;
|
|
368
|
+
}
|
|
369
|
+
export declare namespace ActionExecutionFilter {
|
|
370
|
+
|
|
371
|
+
const filterSensitiveLog: (obj: ActionExecutionFilter) => any;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export interface ActionNotFoundException extends __SmithyException, $MetadataBearer {
|
|
375
|
+
name: "ActionNotFoundException";
|
|
376
|
+
$fault: "client";
|
|
377
|
+
|
|
378
|
+
message?: string;
|
|
379
|
+
}
|
|
380
|
+
export declare namespace ActionNotFoundException {
|
|
381
|
+
|
|
382
|
+
const filterSensitiveLog: (obj: ActionNotFoundException) => any;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface ActionRevision {
|
|
386
|
+
|
|
387
|
+
revisionId: string | undefined;
|
|
388
|
+
|
|
389
|
+
revisionChangeId: string | undefined;
|
|
390
|
+
|
|
391
|
+
created: Date | undefined;
|
|
392
|
+
}
|
|
393
|
+
export declare namespace ActionRevision {
|
|
394
|
+
|
|
395
|
+
const filterSensitiveLog: (obj: ActionRevision) => any;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface ActionState {
|
|
399
|
+
|
|
400
|
+
actionName?: string;
|
|
401
|
+
|
|
402
|
+
currentRevision?: ActionRevision;
|
|
403
|
+
|
|
404
|
+
latestExecution?: ActionExecution;
|
|
405
|
+
|
|
406
|
+
entityUrl?: string;
|
|
407
|
+
|
|
408
|
+
revisionUrl?: string;
|
|
409
|
+
}
|
|
410
|
+
export declare namespace ActionState {
|
|
411
|
+
|
|
412
|
+
const filterSensitiveLog: (obj: ActionState) => any;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export interface ArtifactDetails {
|
|
416
|
+
|
|
417
|
+
minimumCount: number | undefined;
|
|
418
|
+
|
|
419
|
+
maximumCount: number | undefined;
|
|
420
|
+
}
|
|
421
|
+
export declare namespace ArtifactDetails {
|
|
422
|
+
|
|
423
|
+
const filterSensitiveLog: (obj: ArtifactDetails) => any;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export interface ActionTypeSettings {
|
|
427
|
+
|
|
428
|
+
thirdPartyConfigurationUrl?: string;
|
|
429
|
+
|
|
430
|
+
entityUrlTemplate?: string;
|
|
431
|
+
|
|
432
|
+
executionUrlTemplate?: string;
|
|
433
|
+
|
|
434
|
+
revisionUrlTemplate?: string;
|
|
435
|
+
}
|
|
436
|
+
export declare namespace ActionTypeSettings {
|
|
437
|
+
|
|
438
|
+
const filterSensitiveLog: (obj: ActionTypeSettings) => any;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export interface ActionType {
|
|
442
|
+
|
|
443
|
+
id: ActionTypeId | undefined;
|
|
444
|
+
|
|
445
|
+
settings?: ActionTypeSettings;
|
|
446
|
+
|
|
447
|
+
actionConfigurationProperties?: ActionConfigurationProperty[];
|
|
448
|
+
|
|
449
|
+
inputArtifactDetails: ArtifactDetails | undefined;
|
|
450
|
+
|
|
451
|
+
outputArtifactDetails: ArtifactDetails | undefined;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace ActionType {
|
|
454
|
+
|
|
455
|
+
const filterSensitiveLog: (obj: ActionType) => any;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface ActionTypeArtifactDetails {
|
|
459
|
+
|
|
460
|
+
minimumCount: number | undefined;
|
|
461
|
+
|
|
462
|
+
maximumCount: number | undefined;
|
|
463
|
+
}
|
|
464
|
+
export declare namespace ActionTypeArtifactDetails {
|
|
465
|
+
|
|
466
|
+
const filterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface JobWorkerExecutorConfiguration {
|
|
470
|
+
|
|
471
|
+
pollingAccounts?: string[];
|
|
472
|
+
|
|
473
|
+
pollingServicePrincipals?: string[];
|
|
474
|
+
}
|
|
475
|
+
export declare namespace JobWorkerExecutorConfiguration {
|
|
476
|
+
|
|
477
|
+
const filterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export interface LambdaExecutorConfiguration {
|
|
481
|
+
|
|
482
|
+
lambdaFunctionArn: string | undefined;
|
|
483
|
+
}
|
|
484
|
+
export declare namespace LambdaExecutorConfiguration {
|
|
485
|
+
|
|
486
|
+
const filterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export interface ExecutorConfiguration {
|
|
490
|
+
|
|
491
|
+
lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
|
|
492
|
+
|
|
493
|
+
jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
|
|
494
|
+
}
|
|
495
|
+
export declare namespace ExecutorConfiguration {
|
|
496
|
+
|
|
497
|
+
const filterSensitiveLog: (obj: ExecutorConfiguration) => any;
|
|
498
|
+
}
|
|
499
|
+
export declare enum ExecutorType {
|
|
500
|
+
JobWorker = "JobWorker",
|
|
501
|
+
Lambda = "Lambda"
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
export interface ActionTypeExecutor {
|
|
505
|
+
|
|
506
|
+
configuration: ExecutorConfiguration | undefined;
|
|
507
|
+
|
|
508
|
+
type: ExecutorType | string | undefined;
|
|
509
|
+
|
|
510
|
+
policyStatementsTemplate?: string;
|
|
511
|
+
|
|
512
|
+
jobTimeout?: number;
|
|
513
|
+
}
|
|
514
|
+
export declare namespace ActionTypeExecutor {
|
|
515
|
+
|
|
516
|
+
const filterSensitiveLog: (obj: ActionTypeExecutor) => any;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface ActionTypeIdentifier {
|
|
520
|
+
|
|
521
|
+
category: ActionCategory | string | undefined;
|
|
522
|
+
|
|
523
|
+
owner: string | undefined;
|
|
524
|
+
|
|
525
|
+
provider: string | undefined;
|
|
526
|
+
|
|
527
|
+
version: string | undefined;
|
|
528
|
+
}
|
|
529
|
+
export declare namespace ActionTypeIdentifier {
|
|
530
|
+
|
|
531
|
+
const filterSensitiveLog: (obj: ActionTypeIdentifier) => any;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export interface ActionTypePermissions {
|
|
535
|
+
|
|
536
|
+
allowedAccounts: string[] | undefined;
|
|
537
|
+
}
|
|
538
|
+
export declare namespace ActionTypePermissions {
|
|
539
|
+
|
|
540
|
+
const filterSensitiveLog: (obj: ActionTypePermissions) => any;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export interface ActionTypeProperty {
|
|
544
|
+
|
|
545
|
+
name: string | undefined;
|
|
546
|
+
|
|
547
|
+
optional: boolean | undefined;
|
|
548
|
+
|
|
549
|
+
key: boolean | undefined;
|
|
550
|
+
|
|
551
|
+
noEcho: boolean | undefined;
|
|
552
|
+
|
|
553
|
+
queryable?: boolean;
|
|
554
|
+
|
|
555
|
+
description?: string;
|
|
556
|
+
}
|
|
557
|
+
export declare namespace ActionTypeProperty {
|
|
558
|
+
|
|
559
|
+
const filterSensitiveLog: (obj: ActionTypeProperty) => any;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export interface ActionTypeUrls {
|
|
563
|
+
|
|
564
|
+
configurationUrl?: string;
|
|
565
|
+
|
|
566
|
+
entityUrlTemplate?: string;
|
|
567
|
+
|
|
568
|
+
executionUrlTemplate?: string;
|
|
569
|
+
|
|
570
|
+
revisionUrlTemplate?: string;
|
|
571
|
+
}
|
|
572
|
+
export declare namespace ActionTypeUrls {
|
|
573
|
+
|
|
574
|
+
const filterSensitiveLog: (obj: ActionTypeUrls) => any;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
export interface ActionTypeDeclaration {
|
|
578
|
+
|
|
579
|
+
description?: string;
|
|
580
|
+
|
|
581
|
+
executor: ActionTypeExecutor | undefined;
|
|
582
|
+
|
|
583
|
+
id: ActionTypeIdentifier | undefined;
|
|
584
|
+
|
|
585
|
+
inputArtifactDetails: ActionTypeArtifactDetails | undefined;
|
|
586
|
+
|
|
587
|
+
outputArtifactDetails: ActionTypeArtifactDetails | undefined;
|
|
588
|
+
|
|
589
|
+
permissions?: ActionTypePermissions;
|
|
590
|
+
|
|
591
|
+
properties?: ActionTypeProperty[];
|
|
592
|
+
|
|
593
|
+
urls?: ActionTypeUrls;
|
|
594
|
+
}
|
|
595
|
+
export declare namespace ActionTypeDeclaration {
|
|
596
|
+
|
|
597
|
+
const filterSensitiveLog: (obj: ActionTypeDeclaration) => any;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export interface ActionTypeNotFoundException extends __SmithyException, $MetadataBearer {
|
|
601
|
+
name: "ActionTypeNotFoundException";
|
|
602
|
+
$fault: "client";
|
|
603
|
+
|
|
604
|
+
message?: string;
|
|
605
|
+
}
|
|
606
|
+
export declare namespace ActionTypeNotFoundException {
|
|
607
|
+
|
|
608
|
+
const filterSensitiveLog: (obj: ActionTypeNotFoundException) => any;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export interface ApprovalAlreadyCompletedException extends __SmithyException, $MetadataBearer {
|
|
612
|
+
name: "ApprovalAlreadyCompletedException";
|
|
613
|
+
$fault: "client";
|
|
614
|
+
|
|
615
|
+
message?: string;
|
|
616
|
+
}
|
|
617
|
+
export declare namespace ApprovalAlreadyCompletedException {
|
|
618
|
+
|
|
619
|
+
const filterSensitiveLog: (obj: ApprovalAlreadyCompletedException) => any;
|
|
620
|
+
}
|
|
621
|
+
export declare enum ApprovalStatus {
|
|
622
|
+
Approved = "Approved",
|
|
623
|
+
Rejected = "Rejected"
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export interface ApprovalResult {
|
|
627
|
+
|
|
628
|
+
summary: string | undefined;
|
|
629
|
+
|
|
630
|
+
status: ApprovalStatus | string | undefined;
|
|
631
|
+
}
|
|
632
|
+
export declare namespace ApprovalResult {
|
|
633
|
+
|
|
634
|
+
const filterSensitiveLog: (obj: ApprovalResult) => any;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export interface S3ArtifactLocation {
|
|
638
|
+
|
|
639
|
+
bucketName: string | undefined;
|
|
640
|
+
|
|
641
|
+
objectKey: string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export declare namespace S3ArtifactLocation {
|
|
644
|
+
|
|
645
|
+
const filterSensitiveLog: (obj: S3ArtifactLocation) => any;
|
|
646
|
+
}
|
|
647
|
+
export declare enum ArtifactLocationType {
|
|
648
|
+
S3 = "S3"
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export interface ArtifactLocation {
|
|
652
|
+
|
|
653
|
+
type?: ArtifactLocationType | string;
|
|
654
|
+
|
|
655
|
+
s3Location?: S3ArtifactLocation;
|
|
656
|
+
}
|
|
657
|
+
export declare namespace ArtifactLocation {
|
|
658
|
+
|
|
659
|
+
const filterSensitiveLog: (obj: ArtifactLocation) => any;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export interface Artifact {
|
|
663
|
+
|
|
664
|
+
name?: string;
|
|
665
|
+
|
|
666
|
+
revision?: string;
|
|
667
|
+
|
|
668
|
+
location?: ArtifactLocation;
|
|
669
|
+
}
|
|
670
|
+
export declare namespace Artifact {
|
|
671
|
+
|
|
672
|
+
const filterSensitiveLog: (obj: Artifact) => any;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
export interface ArtifactRevision {
|
|
676
|
+
|
|
677
|
+
name?: string;
|
|
678
|
+
|
|
679
|
+
revisionId?: string;
|
|
680
|
+
|
|
681
|
+
revisionChangeIdentifier?: string;
|
|
682
|
+
|
|
683
|
+
revisionSummary?: string;
|
|
684
|
+
|
|
685
|
+
created?: Date;
|
|
686
|
+
|
|
687
|
+
revisionUrl?: string;
|
|
688
|
+
}
|
|
689
|
+
export declare namespace ArtifactRevision {
|
|
690
|
+
|
|
691
|
+
const filterSensitiveLog: (obj: ArtifactRevision) => any;
|
|
692
|
+
}
|
|
693
|
+
export declare enum EncryptionKeyType {
|
|
694
|
+
KMS = "KMS"
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export interface EncryptionKey {
|
|
698
|
+
|
|
699
|
+
id: string | undefined;
|
|
700
|
+
|
|
701
|
+
type: EncryptionKeyType | string | undefined;
|
|
702
|
+
}
|
|
703
|
+
export declare namespace EncryptionKey {
|
|
704
|
+
|
|
705
|
+
const filterSensitiveLog: (obj: EncryptionKey) => any;
|
|
706
|
+
}
|
|
707
|
+
export declare enum ArtifactStoreType {
|
|
708
|
+
S3 = "S3"
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export interface ArtifactStore {
|
|
712
|
+
|
|
713
|
+
type: ArtifactStoreType | string | undefined;
|
|
714
|
+
|
|
715
|
+
location: string | undefined;
|
|
716
|
+
|
|
717
|
+
encryptionKey?: EncryptionKey;
|
|
718
|
+
}
|
|
719
|
+
export declare namespace ArtifactStore {
|
|
720
|
+
|
|
721
|
+
const filterSensitiveLog: (obj: ArtifactStore) => any;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
export interface AWSSessionCredentials {
|
|
725
|
+
|
|
726
|
+
accessKeyId: string | undefined;
|
|
727
|
+
|
|
728
|
+
secretAccessKey: string | undefined;
|
|
729
|
+
|
|
730
|
+
sessionToken: string | undefined;
|
|
731
|
+
}
|
|
732
|
+
export declare namespace AWSSessionCredentials {
|
|
733
|
+
|
|
734
|
+
const filterSensitiveLog: (obj: AWSSessionCredentials) => any;
|
|
735
|
+
}
|
|
736
|
+
export declare enum BlockerType {
|
|
737
|
+
Schedule = "Schedule"
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export interface BlockerDeclaration {
|
|
741
|
+
|
|
742
|
+
name: string | undefined;
|
|
743
|
+
|
|
744
|
+
type: BlockerType | string | undefined;
|
|
745
|
+
}
|
|
746
|
+
export declare namespace BlockerDeclaration {
|
|
747
|
+
|
|
748
|
+
const filterSensitiveLog: (obj: BlockerDeclaration) => any;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
752
|
+
name: "ConcurrentModificationException";
|
|
753
|
+
$fault: "client";
|
|
754
|
+
message?: string;
|
|
755
|
+
}
|
|
756
|
+
export declare namespace ConcurrentModificationException {
|
|
757
|
+
|
|
758
|
+
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export interface Tag {
|
|
762
|
+
|
|
763
|
+
key: string | undefined;
|
|
764
|
+
|
|
765
|
+
value: string | undefined;
|
|
766
|
+
}
|
|
767
|
+
export declare namespace Tag {
|
|
768
|
+
|
|
769
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
export interface CreateCustomActionTypeInput {
|
|
773
|
+
|
|
774
|
+
category: ActionCategory | string | undefined;
|
|
775
|
+
|
|
776
|
+
provider: string | undefined;
|
|
777
|
+
|
|
778
|
+
version: string | undefined;
|
|
779
|
+
|
|
780
|
+
settings?: ActionTypeSettings;
|
|
781
|
+
|
|
782
|
+
configurationProperties?: ActionConfigurationProperty[];
|
|
783
|
+
|
|
784
|
+
inputArtifactDetails: ArtifactDetails | undefined;
|
|
785
|
+
|
|
786
|
+
outputArtifactDetails: ArtifactDetails | undefined;
|
|
787
|
+
|
|
788
|
+
tags?: Tag[];
|
|
789
|
+
}
|
|
790
|
+
export declare namespace CreateCustomActionTypeInput {
|
|
791
|
+
|
|
792
|
+
const filterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
export interface CreateCustomActionTypeOutput {
|
|
796
|
+
|
|
797
|
+
actionType: ActionType | undefined;
|
|
798
|
+
|
|
799
|
+
tags?: Tag[];
|
|
800
|
+
}
|
|
801
|
+
export declare namespace CreateCustomActionTypeOutput {
|
|
802
|
+
|
|
803
|
+
const filterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
export interface InvalidTagsException extends __SmithyException, $MetadataBearer {
|
|
807
|
+
name: "InvalidTagsException";
|
|
808
|
+
$fault: "client";
|
|
809
|
+
message?: string;
|
|
810
|
+
}
|
|
811
|
+
export declare namespace InvalidTagsException {
|
|
812
|
+
|
|
813
|
+
const filterSensitiveLog: (obj: InvalidTagsException) => any;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
817
|
+
name: "LimitExceededException";
|
|
818
|
+
$fault: "client";
|
|
819
|
+
|
|
820
|
+
message?: string;
|
|
821
|
+
}
|
|
822
|
+
export declare namespace LimitExceededException {
|
|
823
|
+
|
|
824
|
+
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
828
|
+
name: "TooManyTagsException";
|
|
829
|
+
$fault: "client";
|
|
830
|
+
message?: string;
|
|
831
|
+
}
|
|
832
|
+
export declare namespace TooManyTagsException {
|
|
833
|
+
|
|
834
|
+
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
export interface StageDeclaration {
|
|
838
|
+
|
|
839
|
+
name: string | undefined;
|
|
840
|
+
|
|
841
|
+
blockers?: BlockerDeclaration[];
|
|
842
|
+
|
|
843
|
+
actions: ActionDeclaration[] | undefined;
|
|
844
|
+
}
|
|
845
|
+
export declare namespace StageDeclaration {
|
|
846
|
+
|
|
847
|
+
const filterSensitiveLog: (obj: StageDeclaration) => any;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
export interface PipelineDeclaration {
|
|
851
|
+
|
|
852
|
+
name: string | undefined;
|
|
853
|
+
|
|
854
|
+
roleArn: string | undefined;
|
|
855
|
+
|
|
856
|
+
artifactStore?: ArtifactStore;
|
|
857
|
+
|
|
858
|
+
artifactStores?: {
|
|
859
|
+
[key: string]: ArtifactStore;
|
|
860
|
+
};
|
|
861
|
+
|
|
862
|
+
stages: StageDeclaration[] | undefined;
|
|
863
|
+
|
|
864
|
+
version?: number;
|
|
865
|
+
}
|
|
866
|
+
export declare namespace PipelineDeclaration {
|
|
867
|
+
|
|
868
|
+
const filterSensitiveLog: (obj: PipelineDeclaration) => any;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
export interface CreatePipelineInput {
|
|
872
|
+
|
|
873
|
+
pipeline: PipelineDeclaration | undefined;
|
|
874
|
+
|
|
875
|
+
tags?: Tag[];
|
|
876
|
+
}
|
|
877
|
+
export declare namespace CreatePipelineInput {
|
|
878
|
+
|
|
879
|
+
const filterSensitiveLog: (obj: CreatePipelineInput) => any;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
export interface CreatePipelineOutput {
|
|
883
|
+
|
|
884
|
+
pipeline?: PipelineDeclaration;
|
|
885
|
+
|
|
886
|
+
tags?: Tag[];
|
|
887
|
+
}
|
|
888
|
+
export declare namespace CreatePipelineOutput {
|
|
889
|
+
|
|
890
|
+
const filterSensitiveLog: (obj: CreatePipelineOutput) => any;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export interface InvalidActionDeclarationException extends __SmithyException, $MetadataBearer {
|
|
894
|
+
name: "InvalidActionDeclarationException";
|
|
895
|
+
$fault: "client";
|
|
896
|
+
|
|
897
|
+
message?: string;
|
|
898
|
+
}
|
|
899
|
+
export declare namespace InvalidActionDeclarationException {
|
|
900
|
+
|
|
901
|
+
const filterSensitiveLog: (obj: InvalidActionDeclarationException) => any;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
export interface InvalidBlockerDeclarationException extends __SmithyException, $MetadataBearer {
|
|
905
|
+
name: "InvalidBlockerDeclarationException";
|
|
906
|
+
$fault: "client";
|
|
907
|
+
|
|
908
|
+
message?: string;
|
|
909
|
+
}
|
|
910
|
+
export declare namespace InvalidBlockerDeclarationException {
|
|
911
|
+
|
|
912
|
+
const filterSensitiveLog: (obj: InvalidBlockerDeclarationException) => any;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
export interface InvalidStageDeclarationException extends __SmithyException, $MetadataBearer {
|
|
916
|
+
name: "InvalidStageDeclarationException";
|
|
917
|
+
$fault: "client";
|
|
918
|
+
|
|
919
|
+
message?: string;
|
|
920
|
+
}
|
|
921
|
+
export declare namespace InvalidStageDeclarationException {
|
|
922
|
+
|
|
923
|
+
const filterSensitiveLog: (obj: InvalidStageDeclarationException) => any;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export interface InvalidStructureException extends __SmithyException, $MetadataBearer {
|
|
927
|
+
name: "InvalidStructureException";
|
|
928
|
+
$fault: "client";
|
|
929
|
+
|
|
930
|
+
message?: string;
|
|
931
|
+
}
|
|
932
|
+
export declare namespace InvalidStructureException {
|
|
933
|
+
|
|
934
|
+
const filterSensitiveLog: (obj: InvalidStructureException) => any;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
export interface PipelineNameInUseException extends __SmithyException, $MetadataBearer {
|
|
938
|
+
name: "PipelineNameInUseException";
|
|
939
|
+
$fault: "client";
|
|
940
|
+
|
|
941
|
+
message?: string;
|
|
942
|
+
}
|
|
943
|
+
export declare namespace PipelineNameInUseException {
|
|
944
|
+
|
|
945
|
+
const filterSensitiveLog: (obj: PipelineNameInUseException) => any;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export interface DeleteCustomActionTypeInput {
|
|
949
|
+
|
|
950
|
+
category: ActionCategory | string | undefined;
|
|
951
|
+
|
|
952
|
+
provider: string | undefined;
|
|
953
|
+
|
|
954
|
+
version: string | undefined;
|
|
955
|
+
}
|
|
956
|
+
export declare namespace DeleteCustomActionTypeInput {
|
|
957
|
+
|
|
958
|
+
const filterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export interface DeletePipelineInput {
|
|
962
|
+
|
|
963
|
+
name: string | undefined;
|
|
964
|
+
}
|
|
965
|
+
export declare namespace DeletePipelineInput {
|
|
966
|
+
|
|
967
|
+
const filterSensitiveLog: (obj: DeletePipelineInput) => any;
|
|
968
|
+
}
|
|
969
|
+
export interface DeleteWebhookInput {
|
|
970
|
+
|
|
971
|
+
name: string | undefined;
|
|
972
|
+
}
|
|
973
|
+
export declare namespace DeleteWebhookInput {
|
|
974
|
+
|
|
975
|
+
const filterSensitiveLog: (obj: DeleteWebhookInput) => any;
|
|
976
|
+
}
|
|
977
|
+
export interface DeleteWebhookOutput {
|
|
978
|
+
}
|
|
979
|
+
export declare namespace DeleteWebhookOutput {
|
|
980
|
+
|
|
981
|
+
const filterSensitiveLog: (obj: DeleteWebhookOutput) => any;
|
|
982
|
+
}
|
|
983
|
+
export interface DeregisterWebhookWithThirdPartyInput {
|
|
984
|
+
|
|
985
|
+
webhookName?: string;
|
|
986
|
+
}
|
|
987
|
+
export declare namespace DeregisterWebhookWithThirdPartyInput {
|
|
988
|
+
|
|
989
|
+
const filterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
|
|
990
|
+
}
|
|
991
|
+
export interface DeregisterWebhookWithThirdPartyOutput {
|
|
992
|
+
}
|
|
993
|
+
export declare namespace DeregisterWebhookWithThirdPartyOutput {
|
|
994
|
+
|
|
995
|
+
const filterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
export interface WebhookNotFoundException extends __SmithyException, $MetadataBearer {
|
|
999
|
+
name: "WebhookNotFoundException";
|
|
1000
|
+
$fault: "client";
|
|
1001
|
+
}
|
|
1002
|
+
export declare namespace WebhookNotFoundException {
|
|
1003
|
+
|
|
1004
|
+
const filterSensitiveLog: (obj: WebhookNotFoundException) => any;
|
|
1005
|
+
}
|
|
1006
|
+
export declare enum StageTransitionType {
|
|
1007
|
+
Inbound = "Inbound",
|
|
1008
|
+
Outbound = "Outbound"
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export interface DisableStageTransitionInput {
|
|
1012
|
+
|
|
1013
|
+
pipelineName: string | undefined;
|
|
1014
|
+
|
|
1015
|
+
stageName: string | undefined;
|
|
1016
|
+
|
|
1017
|
+
transitionType: StageTransitionType | string | undefined;
|
|
1018
|
+
|
|
1019
|
+
reason: string | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
export declare namespace DisableStageTransitionInput {
|
|
1022
|
+
|
|
1023
|
+
const filterSensitiveLog: (obj: DisableStageTransitionInput) => any;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
export interface PipelineNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1027
|
+
name: "PipelineNotFoundException";
|
|
1028
|
+
$fault: "client";
|
|
1029
|
+
|
|
1030
|
+
message?: string;
|
|
1031
|
+
}
|
|
1032
|
+
export declare namespace PipelineNotFoundException {
|
|
1033
|
+
|
|
1034
|
+
const filterSensitiveLog: (obj: PipelineNotFoundException) => any;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
export interface StageNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1038
|
+
name: "StageNotFoundException";
|
|
1039
|
+
$fault: "client";
|
|
1040
|
+
|
|
1041
|
+
message?: string;
|
|
1042
|
+
}
|
|
1043
|
+
export declare namespace StageNotFoundException {
|
|
1044
|
+
|
|
1045
|
+
const filterSensitiveLog: (obj: StageNotFoundException) => any;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
export interface EnableStageTransitionInput {
|
|
1049
|
+
|
|
1050
|
+
pipelineName: string | undefined;
|
|
1051
|
+
|
|
1052
|
+
stageName: string | undefined;
|
|
1053
|
+
|
|
1054
|
+
transitionType: StageTransitionType | string | undefined;
|
|
1055
|
+
}
|
|
1056
|
+
export declare namespace EnableStageTransitionInput {
|
|
1057
|
+
|
|
1058
|
+
const filterSensitiveLog: (obj: EnableStageTransitionInput) => any;
|
|
1059
|
+
}
|
|
1060
|
+
export interface GetActionTypeInput {
|
|
1061
|
+
|
|
1062
|
+
category: ActionCategory | string | undefined;
|
|
1063
|
+
|
|
1064
|
+
owner: string | undefined;
|
|
1065
|
+
|
|
1066
|
+
provider: string | undefined;
|
|
1067
|
+
|
|
1068
|
+
version: string | undefined;
|
|
1069
|
+
}
|
|
1070
|
+
export declare namespace GetActionTypeInput {
|
|
1071
|
+
|
|
1072
|
+
const filterSensitiveLog: (obj: GetActionTypeInput) => any;
|
|
1073
|
+
}
|
|
1074
|
+
export interface GetActionTypeOutput {
|
|
1075
|
+
|
|
1076
|
+
actionType?: ActionTypeDeclaration;
|
|
1077
|
+
}
|
|
1078
|
+
export declare namespace GetActionTypeOutput {
|
|
1079
|
+
|
|
1080
|
+
const filterSensitiveLog: (obj: GetActionTypeOutput) => any;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
export interface GetJobDetailsInput {
|
|
1084
|
+
|
|
1085
|
+
jobId: string | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
export declare namespace GetJobDetailsInput {
|
|
1088
|
+
|
|
1089
|
+
const filterSensitiveLog: (obj: GetJobDetailsInput) => any;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
export interface StageContext {
|
|
1093
|
+
|
|
1094
|
+
name?: string;
|
|
1095
|
+
}
|
|
1096
|
+
export declare namespace StageContext {
|
|
1097
|
+
|
|
1098
|
+
const filterSensitiveLog: (obj: StageContext) => any;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
export interface PipelineContext {
|
|
1102
|
+
|
|
1103
|
+
pipelineName?: string;
|
|
1104
|
+
|
|
1105
|
+
stage?: StageContext;
|
|
1106
|
+
|
|
1107
|
+
action?: ActionContext;
|
|
1108
|
+
|
|
1109
|
+
pipelineArn?: string;
|
|
1110
|
+
|
|
1111
|
+
pipelineExecutionId?: string;
|
|
1112
|
+
}
|
|
1113
|
+
export declare namespace PipelineContext {
|
|
1114
|
+
|
|
1115
|
+
const filterSensitiveLog: (obj: PipelineContext) => any;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export interface JobData {
|
|
1119
|
+
|
|
1120
|
+
actionTypeId?: ActionTypeId;
|
|
1121
|
+
|
|
1122
|
+
actionConfiguration?: ActionConfiguration;
|
|
1123
|
+
|
|
1124
|
+
pipelineContext?: PipelineContext;
|
|
1125
|
+
|
|
1126
|
+
inputArtifacts?: Artifact[];
|
|
1127
|
+
|
|
1128
|
+
outputArtifacts?: Artifact[];
|
|
1129
|
+
|
|
1130
|
+
artifactCredentials?: AWSSessionCredentials;
|
|
1131
|
+
|
|
1132
|
+
continuationToken?: string;
|
|
1133
|
+
|
|
1134
|
+
encryptionKey?: EncryptionKey;
|
|
1135
|
+
}
|
|
1136
|
+
export declare namespace JobData {
|
|
1137
|
+
|
|
1138
|
+
const filterSensitiveLog: (obj: JobData) => any;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
export interface JobDetails {
|
|
1142
|
+
|
|
1143
|
+
id?: string;
|
|
1144
|
+
|
|
1145
|
+
data?: JobData;
|
|
1146
|
+
|
|
1147
|
+
accountId?: string;
|
|
1148
|
+
}
|
|
1149
|
+
export declare namespace JobDetails {
|
|
1150
|
+
|
|
1151
|
+
const filterSensitiveLog: (obj: JobDetails) => any;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
export interface GetJobDetailsOutput {
|
|
1155
|
+
|
|
1156
|
+
jobDetails?: JobDetails;
|
|
1157
|
+
}
|
|
1158
|
+
export declare namespace GetJobDetailsOutput {
|
|
1159
|
+
|
|
1160
|
+
const filterSensitiveLog: (obj: GetJobDetailsOutput) => any;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
export interface GetPipelineInput {
|
|
1164
|
+
|
|
1165
|
+
name: string | undefined;
|
|
1166
|
+
|
|
1167
|
+
version?: number;
|
|
1168
|
+
}
|
|
1169
|
+
export declare namespace GetPipelineInput {
|
|
1170
|
+
|
|
1171
|
+
const filterSensitiveLog: (obj: GetPipelineInput) => any;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
export interface PipelineMetadata {
|
|
1175
|
+
|
|
1176
|
+
pipelineArn?: string;
|
|
1177
|
+
|
|
1178
|
+
created?: Date;
|
|
1179
|
+
|
|
1180
|
+
updated?: Date;
|
|
1181
|
+
}
|
|
1182
|
+
export declare namespace PipelineMetadata {
|
|
1183
|
+
|
|
1184
|
+
const filterSensitiveLog: (obj: PipelineMetadata) => any;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
export interface GetPipelineOutput {
|
|
1188
|
+
|
|
1189
|
+
pipeline?: PipelineDeclaration;
|
|
1190
|
+
|
|
1191
|
+
metadata?: PipelineMetadata;
|
|
1192
|
+
}
|
|
1193
|
+
export declare namespace GetPipelineOutput {
|
|
1194
|
+
|
|
1195
|
+
const filterSensitiveLog: (obj: GetPipelineOutput) => any;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
export interface PipelineVersionNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1199
|
+
name: "PipelineVersionNotFoundException";
|
|
1200
|
+
$fault: "client";
|
|
1201
|
+
|
|
1202
|
+
message?: string;
|
|
1203
|
+
}
|
|
1204
|
+
export declare namespace PipelineVersionNotFoundException {
|
|
1205
|
+
|
|
1206
|
+
const filterSensitiveLog: (obj: PipelineVersionNotFoundException) => any;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
export interface GetPipelineExecutionInput {
|
|
1210
|
+
|
|
1211
|
+
pipelineName: string | undefined;
|
|
1212
|
+
|
|
1213
|
+
pipelineExecutionId: string | undefined;
|
|
1214
|
+
}
|
|
1215
|
+
export declare namespace GetPipelineExecutionInput {
|
|
1216
|
+
|
|
1217
|
+
const filterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
|
|
1218
|
+
}
|
|
1219
|
+
export declare enum PipelineExecutionStatus {
|
|
1220
|
+
Cancelled = "Cancelled",
|
|
1221
|
+
Failed = "Failed",
|
|
1222
|
+
InProgress = "InProgress",
|
|
1223
|
+
Stopped = "Stopped",
|
|
1224
|
+
Stopping = "Stopping",
|
|
1225
|
+
Succeeded = "Succeeded",
|
|
1226
|
+
Superseded = "Superseded"
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
export interface PipelineExecution {
|
|
1230
|
+
|
|
1231
|
+
pipelineName?: string;
|
|
1232
|
+
|
|
1233
|
+
pipelineVersion?: number;
|
|
1234
|
+
|
|
1235
|
+
pipelineExecutionId?: string;
|
|
1236
|
+
|
|
1237
|
+
status?: PipelineExecutionStatus | string;
|
|
1238
|
+
|
|
1239
|
+
statusSummary?: string;
|
|
1240
|
+
|
|
1241
|
+
artifactRevisions?: ArtifactRevision[];
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace PipelineExecution {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: PipelineExecution) => any;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface GetPipelineExecutionOutput {
|
|
1249
|
+
|
|
1250
|
+
pipelineExecution?: PipelineExecution;
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace GetPipelineExecutionOutput {
|
|
1253
|
+
|
|
1254
|
+
const filterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export interface PipelineExecutionNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1258
|
+
name: "PipelineExecutionNotFoundException";
|
|
1259
|
+
$fault: "client";
|
|
1260
|
+
|
|
1261
|
+
message?: string;
|
|
1262
|
+
}
|
|
1263
|
+
export declare namespace PipelineExecutionNotFoundException {
|
|
1264
|
+
|
|
1265
|
+
const filterSensitiveLog: (obj: PipelineExecutionNotFoundException) => any;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
export interface GetPipelineStateInput {
|
|
1269
|
+
|
|
1270
|
+
name: string | undefined;
|
|
1271
|
+
}
|
|
1272
|
+
export declare namespace GetPipelineStateInput {
|
|
1273
|
+
|
|
1274
|
+
const filterSensitiveLog: (obj: GetPipelineStateInput) => any;
|
|
1275
|
+
}
|
|
1276
|
+
export declare enum StageExecutionStatus {
|
|
1277
|
+
Cancelled = "Cancelled",
|
|
1278
|
+
Failed = "Failed",
|
|
1279
|
+
InProgress = "InProgress",
|
|
1280
|
+
Stopped = "Stopped",
|
|
1281
|
+
Stopping = "Stopping",
|
|
1282
|
+
Succeeded = "Succeeded"
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
export interface StageExecution {
|
|
1286
|
+
|
|
1287
|
+
pipelineExecutionId: string | undefined;
|
|
1288
|
+
|
|
1289
|
+
status: StageExecutionStatus | string | undefined;
|
|
1290
|
+
}
|
|
1291
|
+
export declare namespace StageExecution {
|
|
1292
|
+
|
|
1293
|
+
const filterSensitiveLog: (obj: StageExecution) => any;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
export interface TransitionState {
|
|
1297
|
+
|
|
1298
|
+
enabled?: boolean;
|
|
1299
|
+
|
|
1300
|
+
lastChangedBy?: string;
|
|
1301
|
+
|
|
1302
|
+
lastChangedAt?: Date;
|
|
1303
|
+
|
|
1304
|
+
disabledReason?: string;
|
|
1305
|
+
}
|
|
1306
|
+
export declare namespace TransitionState {
|
|
1307
|
+
|
|
1308
|
+
const filterSensitiveLog: (obj: TransitionState) => any;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
export interface StageState {
|
|
1312
|
+
|
|
1313
|
+
stageName?: string;
|
|
1314
|
+
|
|
1315
|
+
inboundExecution?: StageExecution;
|
|
1316
|
+
|
|
1317
|
+
inboundTransitionState?: TransitionState;
|
|
1318
|
+
|
|
1319
|
+
actionStates?: ActionState[];
|
|
1320
|
+
|
|
1321
|
+
latestExecution?: StageExecution;
|
|
1322
|
+
}
|
|
1323
|
+
export declare namespace StageState {
|
|
1324
|
+
|
|
1325
|
+
const filterSensitiveLog: (obj: StageState) => any;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export interface GetPipelineStateOutput {
|
|
1329
|
+
|
|
1330
|
+
pipelineName?: string;
|
|
1331
|
+
|
|
1332
|
+
pipelineVersion?: number;
|
|
1333
|
+
|
|
1334
|
+
stageStates?: StageState[];
|
|
1335
|
+
|
|
1336
|
+
created?: Date;
|
|
1337
|
+
|
|
1338
|
+
updated?: Date;
|
|
1339
|
+
}
|
|
1340
|
+
export declare namespace GetPipelineStateOutput {
|
|
1341
|
+
|
|
1342
|
+
const filterSensitiveLog: (obj: GetPipelineStateOutput) => any;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
export interface GetThirdPartyJobDetailsInput {
|
|
1346
|
+
|
|
1347
|
+
jobId: string | undefined;
|
|
1348
|
+
|
|
1349
|
+
clientToken: string | undefined;
|
|
1350
|
+
}
|
|
1351
|
+
export declare namespace GetThirdPartyJobDetailsInput {
|
|
1352
|
+
|
|
1353
|
+
const filterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
export interface ThirdPartyJobData {
|
|
1357
|
+
|
|
1358
|
+
actionTypeId?: ActionTypeId;
|
|
1359
|
+
|
|
1360
|
+
actionConfiguration?: ActionConfiguration;
|
|
1361
|
+
|
|
1362
|
+
pipelineContext?: PipelineContext;
|
|
1363
|
+
|
|
1364
|
+
inputArtifacts?: Artifact[];
|
|
1365
|
+
|
|
1366
|
+
outputArtifacts?: Artifact[];
|
|
1367
|
+
|
|
1368
|
+
artifactCredentials?: AWSSessionCredentials;
|
|
1369
|
+
|
|
1370
|
+
continuationToken?: string;
|
|
1371
|
+
|
|
1372
|
+
encryptionKey?: EncryptionKey;
|
|
1373
|
+
}
|
|
1374
|
+
export declare namespace ThirdPartyJobData {
|
|
1375
|
+
|
|
1376
|
+
const filterSensitiveLog: (obj: ThirdPartyJobData) => any;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
export interface ThirdPartyJobDetails {
|
|
1380
|
+
|
|
1381
|
+
id?: string;
|
|
1382
|
+
|
|
1383
|
+
data?: ThirdPartyJobData;
|
|
1384
|
+
|
|
1385
|
+
nonce?: string;
|
|
1386
|
+
}
|
|
1387
|
+
export declare namespace ThirdPartyJobDetails {
|
|
1388
|
+
|
|
1389
|
+
const filterSensitiveLog: (obj: ThirdPartyJobDetails) => any;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export interface GetThirdPartyJobDetailsOutput {
|
|
1393
|
+
|
|
1394
|
+
jobDetails?: ThirdPartyJobDetails;
|
|
1395
|
+
}
|
|
1396
|
+
export declare namespace GetThirdPartyJobDetailsOutput {
|
|
1397
|
+
|
|
1398
|
+
const filterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
export interface InvalidJobException extends __SmithyException, $MetadataBearer {
|
|
1402
|
+
name: "InvalidJobException";
|
|
1403
|
+
$fault: "client";
|
|
1404
|
+
|
|
1405
|
+
message?: string;
|
|
1406
|
+
}
|
|
1407
|
+
export declare namespace InvalidJobException {
|
|
1408
|
+
|
|
1409
|
+
const filterSensitiveLog: (obj: InvalidJobException) => any;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
1413
|
+
name: "InvalidNextTokenException";
|
|
1414
|
+
$fault: "client";
|
|
1415
|
+
|
|
1416
|
+
message?: string;
|
|
1417
|
+
}
|
|
1418
|
+
export declare namespace InvalidNextTokenException {
|
|
1419
|
+
|
|
1420
|
+
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
1421
|
+
}
|
|
1422
|
+
export interface ListActionExecutionsInput {
|
|
1423
|
+
|
|
1424
|
+
pipelineName: string | undefined;
|
|
1425
|
+
|
|
1426
|
+
filter?: ActionExecutionFilter;
|
|
1427
|
+
|
|
1428
|
+
maxResults?: number;
|
|
1429
|
+
|
|
1430
|
+
nextToken?: string;
|
|
1431
|
+
}
|
|
1432
|
+
export declare namespace ListActionExecutionsInput {
|
|
1433
|
+
|
|
1434
|
+
const filterSensitiveLog: (obj: ListActionExecutionsInput) => any;
|
|
1435
|
+
}
|
|
1436
|
+
export interface ListActionExecutionsOutput {
|
|
1437
|
+
|
|
1438
|
+
actionExecutionDetails?: ActionExecutionDetail[];
|
|
1439
|
+
|
|
1440
|
+
nextToken?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export declare namespace ListActionExecutionsOutput {
|
|
1443
|
+
|
|
1444
|
+
const filterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
export interface ListActionTypesInput {
|
|
1448
|
+
|
|
1449
|
+
actionOwnerFilter?: ActionOwner | string;
|
|
1450
|
+
|
|
1451
|
+
nextToken?: string;
|
|
1452
|
+
|
|
1453
|
+
regionFilter?: string;
|
|
1454
|
+
}
|
|
1455
|
+
export declare namespace ListActionTypesInput {
|
|
1456
|
+
|
|
1457
|
+
const filterSensitiveLog: (obj: ListActionTypesInput) => any;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
export interface ListActionTypesOutput {
|
|
1461
|
+
|
|
1462
|
+
actionTypes: ActionType[] | undefined;
|
|
1463
|
+
|
|
1464
|
+
nextToken?: string;
|
|
1465
|
+
}
|
|
1466
|
+
export declare namespace ListActionTypesOutput {
|
|
1467
|
+
|
|
1468
|
+
const filterSensitiveLog: (obj: ListActionTypesOutput) => any;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
export interface ListPipelineExecutionsInput {
|
|
1472
|
+
|
|
1473
|
+
pipelineName: string | undefined;
|
|
1474
|
+
|
|
1475
|
+
maxResults?: number;
|
|
1476
|
+
|
|
1477
|
+
nextToken?: string;
|
|
1478
|
+
}
|
|
1479
|
+
export declare namespace ListPipelineExecutionsInput {
|
|
1480
|
+
|
|
1481
|
+
const filterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
export interface SourceRevision {
|
|
1485
|
+
|
|
1486
|
+
actionName: string | undefined;
|
|
1487
|
+
|
|
1488
|
+
revisionId?: string;
|
|
1489
|
+
|
|
1490
|
+
revisionSummary?: string;
|
|
1491
|
+
|
|
1492
|
+
revisionUrl?: string;
|
|
1493
|
+
}
|
|
1494
|
+
export declare namespace SourceRevision {
|
|
1495
|
+
|
|
1496
|
+
const filterSensitiveLog: (obj: SourceRevision) => any;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
export interface StopExecutionTrigger {
|
|
1500
|
+
|
|
1501
|
+
reason?: string;
|
|
1502
|
+
}
|
|
1503
|
+
export declare namespace StopExecutionTrigger {
|
|
1504
|
+
|
|
1505
|
+
const filterSensitiveLog: (obj: StopExecutionTrigger) => any;
|
|
1506
|
+
}
|
|
1507
|
+
export declare enum TriggerType {
|
|
1508
|
+
CloudWatchEvent = "CloudWatchEvent",
|
|
1509
|
+
CreatePipeline = "CreatePipeline",
|
|
1510
|
+
PollForSourceChanges = "PollForSourceChanges",
|
|
1511
|
+
PutActionRevision = "PutActionRevision",
|
|
1512
|
+
StartPipelineExecution = "StartPipelineExecution",
|
|
1513
|
+
Webhook = "Webhook"
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
export interface ExecutionTrigger {
|
|
1517
|
+
|
|
1518
|
+
triggerType?: TriggerType | string;
|
|
1519
|
+
|
|
1520
|
+
triggerDetail?: string;
|
|
1521
|
+
}
|
|
1522
|
+
export declare namespace ExecutionTrigger {
|
|
1523
|
+
|
|
1524
|
+
const filterSensitiveLog: (obj: ExecutionTrigger) => any;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
export interface PipelineExecutionSummary {
|
|
1528
|
+
|
|
1529
|
+
pipelineExecutionId?: string;
|
|
1530
|
+
|
|
1531
|
+
status?: PipelineExecutionStatus | string;
|
|
1532
|
+
|
|
1533
|
+
startTime?: Date;
|
|
1534
|
+
|
|
1535
|
+
lastUpdateTime?: Date;
|
|
1536
|
+
|
|
1537
|
+
sourceRevisions?: SourceRevision[];
|
|
1538
|
+
|
|
1539
|
+
trigger?: ExecutionTrigger;
|
|
1540
|
+
|
|
1541
|
+
stopTrigger?: StopExecutionTrigger;
|
|
1542
|
+
}
|
|
1543
|
+
export declare namespace PipelineExecutionSummary {
|
|
1544
|
+
|
|
1545
|
+
const filterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
export interface ListPipelineExecutionsOutput {
|
|
1549
|
+
|
|
1550
|
+
pipelineExecutionSummaries?: PipelineExecutionSummary[];
|
|
1551
|
+
|
|
1552
|
+
nextToken?: string;
|
|
1553
|
+
}
|
|
1554
|
+
export declare namespace ListPipelineExecutionsOutput {
|
|
1555
|
+
|
|
1556
|
+
const filterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
export interface ListPipelinesInput {
|
|
1560
|
+
|
|
1561
|
+
nextToken?: string;
|
|
1562
|
+
|
|
1563
|
+
maxResults?: number;
|
|
1564
|
+
}
|
|
1565
|
+
export declare namespace ListPipelinesInput {
|
|
1566
|
+
|
|
1567
|
+
const filterSensitiveLog: (obj: ListPipelinesInput) => any;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
export interface PipelineSummary {
|
|
1571
|
+
|
|
1572
|
+
name?: string;
|
|
1573
|
+
|
|
1574
|
+
version?: number;
|
|
1575
|
+
|
|
1576
|
+
created?: Date;
|
|
1577
|
+
|
|
1578
|
+
updated?: Date;
|
|
1579
|
+
}
|
|
1580
|
+
export declare namespace PipelineSummary {
|
|
1581
|
+
|
|
1582
|
+
const filterSensitiveLog: (obj: PipelineSummary) => any;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export interface ListPipelinesOutput {
|
|
1586
|
+
|
|
1587
|
+
pipelines?: PipelineSummary[];
|
|
1588
|
+
|
|
1589
|
+
nextToken?: string;
|
|
1590
|
+
}
|
|
1591
|
+
export declare namespace ListPipelinesOutput {
|
|
1592
|
+
|
|
1593
|
+
const filterSensitiveLog: (obj: ListPipelinesOutput) => any;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
export interface InvalidArnException extends __SmithyException, $MetadataBearer {
|
|
1597
|
+
name: "InvalidArnException";
|
|
1598
|
+
$fault: "client";
|
|
1599
|
+
message?: string;
|
|
1600
|
+
}
|
|
1601
|
+
export declare namespace InvalidArnException {
|
|
1602
|
+
|
|
1603
|
+
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
1604
|
+
}
|
|
1605
|
+
export interface ListTagsForResourceInput {
|
|
1606
|
+
|
|
1607
|
+
resourceArn: string | undefined;
|
|
1608
|
+
|
|
1609
|
+
nextToken?: string;
|
|
1610
|
+
|
|
1611
|
+
maxResults?: number;
|
|
1612
|
+
}
|
|
1613
|
+
export declare namespace ListTagsForResourceInput {
|
|
1614
|
+
|
|
1615
|
+
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
1616
|
+
}
|
|
1617
|
+
export interface ListTagsForResourceOutput {
|
|
1618
|
+
|
|
1619
|
+
tags?: Tag[];
|
|
1620
|
+
|
|
1621
|
+
nextToken?: string;
|
|
1622
|
+
}
|
|
1623
|
+
export declare namespace ListTagsForResourceOutput {
|
|
1624
|
+
|
|
1625
|
+
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1629
|
+
name: "ResourceNotFoundException";
|
|
1630
|
+
$fault: "client";
|
|
1631
|
+
|
|
1632
|
+
message?: string;
|
|
1633
|
+
}
|
|
1634
|
+
export declare namespace ResourceNotFoundException {
|
|
1635
|
+
|
|
1636
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
1637
|
+
}
|
|
1638
|
+
export interface ListWebhooksInput {
|
|
1639
|
+
|
|
1640
|
+
NextToken?: string;
|
|
1641
|
+
|
|
1642
|
+
MaxResults?: number;
|
|
1643
|
+
}
|
|
1644
|
+
export declare namespace ListWebhooksInput {
|
|
1645
|
+
|
|
1646
|
+
const filterSensitiveLog: (obj: ListWebhooksInput) => any;
|
|
1647
|
+
}
|
|
1648
|
+
export declare enum WebhookAuthenticationType {
|
|
1649
|
+
GITHUB_HMAC = "GITHUB_HMAC",
|
|
1650
|
+
IP = "IP",
|
|
1651
|
+
UNAUTHENTICATED = "UNAUTHENTICATED"
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
export interface WebhookAuthConfiguration {
|
|
1655
|
+
|
|
1656
|
+
AllowedIPRange?: string;
|
|
1657
|
+
|
|
1658
|
+
SecretToken?: string;
|
|
1659
|
+
}
|
|
1660
|
+
export declare namespace WebhookAuthConfiguration {
|
|
1661
|
+
|
|
1662
|
+
const filterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
export interface WebhookFilterRule {
|
|
1666
|
+
|
|
1667
|
+
jsonPath: string | undefined;
|
|
1668
|
+
|
|
1669
|
+
matchEquals?: string;
|
|
1670
|
+
}
|
|
1671
|
+
export declare namespace WebhookFilterRule {
|
|
1672
|
+
|
|
1673
|
+
const filterSensitiveLog: (obj: WebhookFilterRule) => any;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
export interface WebhookDefinition {
|
|
1677
|
+
|
|
1678
|
+
name: string | undefined;
|
|
1679
|
+
|
|
1680
|
+
targetPipeline: string | undefined;
|
|
1681
|
+
|
|
1682
|
+
targetAction: string | undefined;
|
|
1683
|
+
|
|
1684
|
+
filters: WebhookFilterRule[] | undefined;
|
|
1685
|
+
|
|
1686
|
+
authentication: WebhookAuthenticationType | string | undefined;
|
|
1687
|
+
|
|
1688
|
+
authenticationConfiguration: WebhookAuthConfiguration | undefined;
|
|
1689
|
+
}
|
|
1690
|
+
export declare namespace WebhookDefinition {
|
|
1691
|
+
|
|
1692
|
+
const filterSensitiveLog: (obj: WebhookDefinition) => any;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
export interface ListWebhookItem {
|
|
1696
|
+
|
|
1697
|
+
definition: WebhookDefinition | undefined;
|
|
1698
|
+
|
|
1699
|
+
url: string | undefined;
|
|
1700
|
+
|
|
1701
|
+
errorMessage?: string;
|
|
1702
|
+
|
|
1703
|
+
errorCode?: string;
|
|
1704
|
+
|
|
1705
|
+
lastTriggered?: Date;
|
|
1706
|
+
|
|
1707
|
+
arn?: string;
|
|
1708
|
+
|
|
1709
|
+
tags?: Tag[];
|
|
1710
|
+
}
|
|
1711
|
+
export declare namespace ListWebhookItem {
|
|
1712
|
+
|
|
1713
|
+
const filterSensitiveLog: (obj: ListWebhookItem) => any;
|
|
1714
|
+
}
|
|
1715
|
+
export interface ListWebhooksOutput {
|
|
1716
|
+
|
|
1717
|
+
webhooks?: ListWebhookItem[];
|
|
1718
|
+
|
|
1719
|
+
NextToken?: string;
|
|
1720
|
+
}
|
|
1721
|
+
export declare namespace ListWebhooksOutput {
|
|
1722
|
+
|
|
1723
|
+
const filterSensitiveLog: (obj: ListWebhooksOutput) => any;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
export interface PollForJobsInput {
|
|
1727
|
+
|
|
1728
|
+
actionTypeId: ActionTypeId | undefined;
|
|
1729
|
+
|
|
1730
|
+
maxBatchSize?: number;
|
|
1731
|
+
|
|
1732
|
+
queryParam?: {
|
|
1733
|
+
[key: string]: string;
|
|
1734
|
+
};
|
|
1735
|
+
}
|
|
1736
|
+
export declare namespace PollForJobsInput {
|
|
1737
|
+
|
|
1738
|
+
const filterSensitiveLog: (obj: PollForJobsInput) => any;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
export interface Job {
|
|
1742
|
+
|
|
1743
|
+
id?: string;
|
|
1744
|
+
|
|
1745
|
+
data?: JobData;
|
|
1746
|
+
|
|
1747
|
+
nonce?: string;
|
|
1748
|
+
|
|
1749
|
+
accountId?: string;
|
|
1750
|
+
}
|
|
1751
|
+
export declare namespace Job {
|
|
1752
|
+
|
|
1753
|
+
const filterSensitiveLog: (obj: Job) => any;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
export interface PollForJobsOutput {
|
|
1757
|
+
|
|
1758
|
+
jobs?: Job[];
|
|
1759
|
+
}
|
|
1760
|
+
export declare namespace PollForJobsOutput {
|
|
1761
|
+
|
|
1762
|
+
const filterSensitiveLog: (obj: PollForJobsOutput) => any;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
export interface PollForThirdPartyJobsInput {
|
|
1766
|
+
|
|
1767
|
+
actionTypeId: ActionTypeId | undefined;
|
|
1768
|
+
|
|
1769
|
+
maxBatchSize?: number;
|
|
1770
|
+
}
|
|
1771
|
+
export declare namespace PollForThirdPartyJobsInput {
|
|
1772
|
+
|
|
1773
|
+
const filterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
export interface ThirdPartyJob {
|
|
1777
|
+
|
|
1778
|
+
clientId?: string;
|
|
1779
|
+
|
|
1780
|
+
jobId?: string;
|
|
1781
|
+
}
|
|
1782
|
+
export declare namespace ThirdPartyJob {
|
|
1783
|
+
|
|
1784
|
+
const filterSensitiveLog: (obj: ThirdPartyJob) => any;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
export interface PollForThirdPartyJobsOutput {
|
|
1788
|
+
|
|
1789
|
+
jobs?: ThirdPartyJob[];
|
|
1790
|
+
}
|
|
1791
|
+
export declare namespace PollForThirdPartyJobsOutput {
|
|
1792
|
+
|
|
1793
|
+
const filterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
export interface PutActionRevisionInput {
|
|
1797
|
+
|
|
1798
|
+
pipelineName: string | undefined;
|
|
1799
|
+
|
|
1800
|
+
stageName: string | undefined;
|
|
1801
|
+
|
|
1802
|
+
actionName: string | undefined;
|
|
1803
|
+
|
|
1804
|
+
actionRevision: ActionRevision | undefined;
|
|
1805
|
+
}
|
|
1806
|
+
export declare namespace PutActionRevisionInput {
|
|
1807
|
+
|
|
1808
|
+
const filterSensitiveLog: (obj: PutActionRevisionInput) => any;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
export interface PutActionRevisionOutput {
|
|
1812
|
+
|
|
1813
|
+
newRevision?: boolean;
|
|
1814
|
+
|
|
1815
|
+
pipelineExecutionId?: string;
|
|
1816
|
+
}
|
|
1817
|
+
export declare namespace PutActionRevisionOutput {
|
|
1818
|
+
|
|
1819
|
+
const filterSensitiveLog: (obj: PutActionRevisionOutput) => any;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
export interface InvalidApprovalTokenException extends __SmithyException, $MetadataBearer {
|
|
1823
|
+
name: "InvalidApprovalTokenException";
|
|
1824
|
+
$fault: "client";
|
|
1825
|
+
|
|
1826
|
+
message?: string;
|
|
1827
|
+
}
|
|
1828
|
+
export declare namespace InvalidApprovalTokenException {
|
|
1829
|
+
|
|
1830
|
+
const filterSensitiveLog: (obj: InvalidApprovalTokenException) => any;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
export interface PutApprovalResultInput {
|
|
1834
|
+
|
|
1835
|
+
pipelineName: string | undefined;
|
|
1836
|
+
|
|
1837
|
+
stageName: string | undefined;
|
|
1838
|
+
|
|
1839
|
+
actionName: string | undefined;
|
|
1840
|
+
|
|
1841
|
+
result: ApprovalResult | undefined;
|
|
1842
|
+
|
|
1843
|
+
token: string | undefined;
|
|
1844
|
+
}
|
|
1845
|
+
export declare namespace PutApprovalResultInput {
|
|
1846
|
+
|
|
1847
|
+
const filterSensitiveLog: (obj: PutApprovalResultInput) => any;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
export interface PutApprovalResultOutput {
|
|
1851
|
+
|
|
1852
|
+
approvedAt?: Date;
|
|
1853
|
+
}
|
|
1854
|
+
export declare namespace PutApprovalResultOutput {
|
|
1855
|
+
|
|
1856
|
+
const filterSensitiveLog: (obj: PutApprovalResultOutput) => any;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
export interface InvalidJobStateException extends __SmithyException, $MetadataBearer {
|
|
1860
|
+
name: "InvalidJobStateException";
|
|
1861
|
+
$fault: "client";
|
|
1862
|
+
|
|
1863
|
+
message?: string;
|
|
1864
|
+
}
|
|
1865
|
+
export declare namespace InvalidJobStateException {
|
|
1866
|
+
|
|
1867
|
+
const filterSensitiveLog: (obj: InvalidJobStateException) => any;
|
|
1868
|
+
}
|
|
1869
|
+
export declare enum FailureType {
|
|
1870
|
+
ConfigurationError = "ConfigurationError",
|
|
1871
|
+
JobFailed = "JobFailed",
|
|
1872
|
+
PermissionError = "PermissionError",
|
|
1873
|
+
RevisionOutOfSync = "RevisionOutOfSync",
|
|
1874
|
+
RevisionUnavailable = "RevisionUnavailable",
|
|
1875
|
+
SystemUnavailable = "SystemUnavailable"
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
export interface FailureDetails {
|
|
1879
|
+
|
|
1880
|
+
type: FailureType | string | undefined;
|
|
1881
|
+
|
|
1882
|
+
message: string | undefined;
|
|
1883
|
+
|
|
1884
|
+
externalExecutionId?: string;
|
|
1885
|
+
}
|
|
1886
|
+
export declare namespace FailureDetails {
|
|
1887
|
+
|
|
1888
|
+
const filterSensitiveLog: (obj: FailureDetails) => any;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
export interface PutJobFailureResultInput {
|
|
1892
|
+
|
|
1893
|
+
jobId: string | undefined;
|
|
1894
|
+
|
|
1895
|
+
failureDetails: FailureDetails | undefined;
|
|
1896
|
+
}
|
|
1897
|
+
export declare namespace PutJobFailureResultInput {
|
|
1898
|
+
|
|
1899
|
+
const filterSensitiveLog: (obj: PutJobFailureResultInput) => any;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
export interface OutputVariablesSizeExceededException extends __SmithyException, $MetadataBearer {
|
|
1903
|
+
name: "OutputVariablesSizeExceededException";
|
|
1904
|
+
$fault: "client";
|
|
1905
|
+
message?: string;
|
|
1906
|
+
}
|
|
1907
|
+
export declare namespace OutputVariablesSizeExceededException {
|
|
1908
|
+
|
|
1909
|
+
const filterSensitiveLog: (obj: OutputVariablesSizeExceededException) => any;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
export interface CurrentRevision {
|
|
1913
|
+
|
|
1914
|
+
revision: string | undefined;
|
|
1915
|
+
|
|
1916
|
+
changeIdentifier: string | undefined;
|
|
1917
|
+
|
|
1918
|
+
created?: Date;
|
|
1919
|
+
|
|
1920
|
+
revisionSummary?: string;
|
|
1921
|
+
}
|
|
1922
|
+
export declare namespace CurrentRevision {
|
|
1923
|
+
|
|
1924
|
+
const filterSensitiveLog: (obj: CurrentRevision) => any;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
export interface ExecutionDetails {
|
|
1928
|
+
|
|
1929
|
+
summary?: string;
|
|
1930
|
+
|
|
1931
|
+
externalExecutionId?: string;
|
|
1932
|
+
|
|
1933
|
+
percentComplete?: number;
|
|
1934
|
+
}
|
|
1935
|
+
export declare namespace ExecutionDetails {
|
|
1936
|
+
|
|
1937
|
+
const filterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
export interface PutJobSuccessResultInput {
|
|
1941
|
+
|
|
1942
|
+
jobId: string | undefined;
|
|
1943
|
+
|
|
1944
|
+
currentRevision?: CurrentRevision;
|
|
1945
|
+
|
|
1946
|
+
continuationToken?: string;
|
|
1947
|
+
|
|
1948
|
+
executionDetails?: ExecutionDetails;
|
|
1949
|
+
|
|
1950
|
+
outputVariables?: {
|
|
1951
|
+
[key: string]: string;
|
|
1952
|
+
};
|
|
1953
|
+
}
|
|
1954
|
+
export declare namespace PutJobSuccessResultInput {
|
|
1955
|
+
|
|
1956
|
+
const filterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
export interface PutThirdPartyJobFailureResultInput {
|
|
1960
|
+
|
|
1961
|
+
jobId: string | undefined;
|
|
1962
|
+
|
|
1963
|
+
clientToken: string | undefined;
|
|
1964
|
+
|
|
1965
|
+
failureDetails: FailureDetails | undefined;
|
|
1966
|
+
}
|
|
1967
|
+
export declare namespace PutThirdPartyJobFailureResultInput {
|
|
1968
|
+
|
|
1969
|
+
const filterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
export interface PutThirdPartyJobSuccessResultInput {
|
|
1973
|
+
|
|
1974
|
+
jobId: string | undefined;
|
|
1975
|
+
|
|
1976
|
+
clientToken: string | undefined;
|
|
1977
|
+
|
|
1978
|
+
currentRevision?: CurrentRevision;
|
|
1979
|
+
|
|
1980
|
+
continuationToken?: string;
|
|
1981
|
+
|
|
1982
|
+
executionDetails?: ExecutionDetails;
|
|
1983
|
+
}
|
|
1984
|
+
export declare namespace PutThirdPartyJobSuccessResultInput {
|
|
1985
|
+
|
|
1986
|
+
const filterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
export interface InvalidWebhookAuthenticationParametersException extends __SmithyException, $MetadataBearer {
|
|
1990
|
+
name: "InvalidWebhookAuthenticationParametersException";
|
|
1991
|
+
$fault: "client";
|
|
1992
|
+
|
|
1993
|
+
message?: string;
|
|
1994
|
+
}
|
|
1995
|
+
export declare namespace InvalidWebhookAuthenticationParametersException {
|
|
1996
|
+
|
|
1997
|
+
const filterSensitiveLog: (obj: InvalidWebhookAuthenticationParametersException) => any;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
export interface InvalidWebhookFilterPatternException extends __SmithyException, $MetadataBearer {
|
|
2001
|
+
name: "InvalidWebhookFilterPatternException";
|
|
2002
|
+
$fault: "client";
|
|
2003
|
+
|
|
2004
|
+
message?: string;
|
|
2005
|
+
}
|
|
2006
|
+
export declare namespace InvalidWebhookFilterPatternException {
|
|
2007
|
+
|
|
2008
|
+
const filterSensitiveLog: (obj: InvalidWebhookFilterPatternException) => any;
|
|
2009
|
+
}
|
|
2010
|
+
export interface PutWebhookInput {
|
|
2011
|
+
|
|
2012
|
+
webhook: WebhookDefinition | undefined;
|
|
2013
|
+
|
|
2014
|
+
tags?: Tag[];
|
|
2015
|
+
}
|
|
2016
|
+
export declare namespace PutWebhookInput {
|
|
2017
|
+
|
|
2018
|
+
const filterSensitiveLog: (obj: PutWebhookInput) => any;
|
|
2019
|
+
}
|
|
2020
|
+
export interface PutWebhookOutput {
|
|
2021
|
+
|
|
2022
|
+
webhook?: ListWebhookItem;
|
|
2023
|
+
}
|
|
2024
|
+
export declare namespace PutWebhookOutput {
|
|
2025
|
+
|
|
2026
|
+
const filterSensitiveLog: (obj: PutWebhookOutput) => any;
|
|
2027
|
+
}
|
|
2028
|
+
export interface RegisterWebhookWithThirdPartyInput {
|
|
2029
|
+
|
|
2030
|
+
webhookName?: string;
|
|
2031
|
+
}
|
|
2032
|
+
export declare namespace RegisterWebhookWithThirdPartyInput {
|
|
2033
|
+
|
|
2034
|
+
const filterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
|
|
2035
|
+
}
|
|
2036
|
+
export interface RegisterWebhookWithThirdPartyOutput {
|
|
2037
|
+
}
|
|
2038
|
+
export declare namespace RegisterWebhookWithThirdPartyOutput {
|
|
2039
|
+
|
|
2040
|
+
const filterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
2044
|
+
name: "ConflictException";
|
|
2045
|
+
$fault: "client";
|
|
2046
|
+
message?: string;
|
|
2047
|
+
}
|
|
2048
|
+
export declare namespace ConflictException {
|
|
2049
|
+
|
|
2050
|
+
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
export interface NotLatestPipelineExecutionException extends __SmithyException, $MetadataBearer {
|
|
2054
|
+
name: "NotLatestPipelineExecutionException";
|
|
2055
|
+
$fault: "client";
|
|
2056
|
+
|
|
2057
|
+
message?: string;
|
|
2058
|
+
}
|
|
2059
|
+
export declare namespace NotLatestPipelineExecutionException {
|
|
2060
|
+
|
|
2061
|
+
const filterSensitiveLog: (obj: NotLatestPipelineExecutionException) => any;
|
|
2062
|
+
}
|
|
2063
|
+
export declare enum StageRetryMode {
|
|
2064
|
+
FAILED_ACTIONS = "FAILED_ACTIONS"
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
export interface RetryStageExecutionInput {
|
|
2068
|
+
|
|
2069
|
+
pipelineName: string | undefined;
|
|
2070
|
+
|
|
2071
|
+
stageName: string | undefined;
|
|
2072
|
+
|
|
2073
|
+
pipelineExecutionId: string | undefined;
|
|
2074
|
+
|
|
2075
|
+
retryMode: StageRetryMode | string | undefined;
|
|
2076
|
+
}
|
|
2077
|
+
export declare namespace RetryStageExecutionInput {
|
|
2078
|
+
|
|
2079
|
+
const filterSensitiveLog: (obj: RetryStageExecutionInput) => any;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
export interface RetryStageExecutionOutput {
|
|
2083
|
+
|
|
2084
|
+
pipelineExecutionId?: string;
|
|
2085
|
+
}
|
|
2086
|
+
export declare namespace RetryStageExecutionOutput {
|
|
2087
|
+
|
|
2088
|
+
const filterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
export interface StageNotRetryableException extends __SmithyException, $MetadataBearer {
|
|
2092
|
+
name: "StageNotRetryableException";
|
|
2093
|
+
$fault: "client";
|
|
2094
|
+
|
|
2095
|
+
message?: string;
|
|
2096
|
+
}
|
|
2097
|
+
export declare namespace StageNotRetryableException {
|
|
2098
|
+
|
|
2099
|
+
const filterSensitiveLog: (obj: StageNotRetryableException) => any;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
export interface StartPipelineExecutionInput {
|
|
2103
|
+
|
|
2104
|
+
name: string | undefined;
|
|
2105
|
+
|
|
2106
|
+
clientRequestToken?: string;
|
|
2107
|
+
}
|
|
2108
|
+
export declare namespace StartPipelineExecutionInput {
|
|
2109
|
+
|
|
2110
|
+
const filterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
export interface StartPipelineExecutionOutput {
|
|
2114
|
+
|
|
2115
|
+
pipelineExecutionId?: string;
|
|
2116
|
+
}
|
|
2117
|
+
export declare namespace StartPipelineExecutionOutput {
|
|
2118
|
+
|
|
2119
|
+
const filterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
export interface DuplicatedStopRequestException extends __SmithyException, $MetadataBearer {
|
|
2123
|
+
name: "DuplicatedStopRequestException";
|
|
2124
|
+
$fault: "client";
|
|
2125
|
+
message?: string;
|
|
2126
|
+
}
|
|
2127
|
+
export declare namespace DuplicatedStopRequestException {
|
|
2128
|
+
|
|
2129
|
+
const filterSensitiveLog: (obj: DuplicatedStopRequestException) => any;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
export interface PipelineExecutionNotStoppableException extends __SmithyException, $MetadataBearer {
|
|
2133
|
+
name: "PipelineExecutionNotStoppableException";
|
|
2134
|
+
$fault: "client";
|
|
2135
|
+
message?: string;
|
|
2136
|
+
}
|
|
2137
|
+
export declare namespace PipelineExecutionNotStoppableException {
|
|
2138
|
+
|
|
2139
|
+
const filterSensitiveLog: (obj: PipelineExecutionNotStoppableException) => any;
|
|
2140
|
+
}
|
|
2141
|
+
export interface StopPipelineExecutionInput {
|
|
2142
|
+
|
|
2143
|
+
pipelineName: string | undefined;
|
|
2144
|
+
|
|
2145
|
+
pipelineExecutionId: string | undefined;
|
|
2146
|
+
|
|
2147
|
+
abandon?: boolean;
|
|
2148
|
+
|
|
2149
|
+
reason?: string;
|
|
2150
|
+
}
|
|
2151
|
+
export declare namespace StopPipelineExecutionInput {
|
|
2152
|
+
|
|
2153
|
+
const filterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
|
|
2154
|
+
}
|
|
2155
|
+
export interface StopPipelineExecutionOutput {
|
|
2156
|
+
|
|
2157
|
+
pipelineExecutionId?: string;
|
|
2158
|
+
}
|
|
2159
|
+
export declare namespace StopPipelineExecutionOutput {
|
|
2160
|
+
|
|
2161
|
+
const filterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
|
|
2162
|
+
}
|
|
2163
|
+
export interface TagResourceInput {
|
|
2164
|
+
|
|
2165
|
+
resourceArn: string | undefined;
|
|
2166
|
+
|
|
2167
|
+
tags: Tag[] | undefined;
|
|
2168
|
+
}
|
|
2169
|
+
export declare namespace TagResourceInput {
|
|
2170
|
+
|
|
2171
|
+
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
2172
|
+
}
|
|
2173
|
+
export interface TagResourceOutput {
|
|
2174
|
+
}
|
|
2175
|
+
export declare namespace TagResourceOutput {
|
|
2176
|
+
|
|
2177
|
+
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
2178
|
+
}
|
|
2179
|
+
export interface UntagResourceInput {
|
|
2180
|
+
|
|
2181
|
+
resourceArn: string | undefined;
|
|
2182
|
+
|
|
2183
|
+
tagKeys: string[] | undefined;
|
|
2184
|
+
}
|
|
2185
|
+
export declare namespace UntagResourceInput {
|
|
2186
|
+
|
|
2187
|
+
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
2188
|
+
}
|
|
2189
|
+
export interface UntagResourceOutput {
|
|
2190
|
+
}
|
|
2191
|
+
export declare namespace UntagResourceOutput {
|
|
2192
|
+
|
|
2193
|
+
const filterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
export interface RequestFailedException extends __SmithyException, $MetadataBearer {
|
|
2197
|
+
name: "RequestFailedException";
|
|
2198
|
+
$fault: "client";
|
|
2199
|
+
message?: string;
|
|
2200
|
+
}
|
|
2201
|
+
export declare namespace RequestFailedException {
|
|
2202
|
+
|
|
2203
|
+
const filterSensitiveLog: (obj: RequestFailedException) => any;
|
|
2204
|
+
}
|
|
2205
|
+
export interface UpdateActionTypeInput {
|
|
2206
|
+
|
|
2207
|
+
actionType: ActionTypeDeclaration | undefined;
|
|
2208
|
+
}
|
|
2209
|
+
export declare namespace UpdateActionTypeInput {
|
|
2210
|
+
|
|
2211
|
+
const filterSensitiveLog: (obj: UpdateActionTypeInput) => any;
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
export interface UpdatePipelineInput {
|
|
2215
|
+
|
|
2216
|
+
pipeline: PipelineDeclaration | undefined;
|
|
2217
|
+
}
|
|
2218
|
+
export declare namespace UpdatePipelineInput {
|
|
2219
|
+
|
|
2220
|
+
const filterSensitiveLog: (obj: UpdatePipelineInput) => any;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
export interface UpdatePipelineOutput {
|
|
2224
|
+
|
|
2225
|
+
pipeline?: PipelineDeclaration;
|
|
2226
|
+
}
|
|
2227
|
+
export declare namespace UpdatePipelineOutput {
|
|
2228
|
+
|
|
2229
|
+
const filterSensitiveLog: (obj: UpdatePipelineOutput) => any;
|
|
2230
|
+
}
|