@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
1
2
|
import { CodePipelineClient } from "./CodePipelineClient";
|
|
2
3
|
import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
|
|
3
4
|
import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
|
|
@@ -38,532 +39,161 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
38
39
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
39
40
|
import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
|
|
40
41
|
import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* <fullname>AWS CodePipeline</fullname>
|
|
44
|
-
* <p>
|
|
45
|
-
* <b>Overview</b>
|
|
46
|
-
* </p>
|
|
47
|
-
* <p>This is the AWS CodePipeline API Reference. This guide provides descriptions of the
|
|
48
|
-
* actions and data types for AWS CodePipeline. Some functionality for your pipeline can
|
|
49
|
-
* only be configured through the API. For more information, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html">AWS
|
|
50
|
-
* CodePipeline User Guide</a>.</p>
|
|
51
|
-
* <p>You can use the AWS CodePipeline API to work with pipelines, stages, actions, and
|
|
52
|
-
* transitions.</p>
|
|
53
|
-
* <p>
|
|
54
|
-
* <i>Pipelines</i> are models of automated release processes. Each pipeline
|
|
55
|
-
* is uniquely named, and consists of stages, actions, and transitions. </p>
|
|
56
|
-
* <p>You can work with pipelines by calling:</p>
|
|
57
|
-
* <ul>
|
|
58
|
-
* <li>
|
|
59
|
-
* <p>
|
|
60
|
-
* <a>CreatePipeline</a>, which creates a uniquely named
|
|
61
|
-
* pipeline.</p>
|
|
62
|
-
* </li>
|
|
63
|
-
* <li>
|
|
64
|
-
* <p>
|
|
65
|
-
* <a>DeletePipeline</a>, which deletes the specified
|
|
66
|
-
* pipeline.</p>
|
|
67
|
-
* </li>
|
|
68
|
-
* <li>
|
|
69
|
-
* <p>
|
|
70
|
-
* <a>GetPipeline</a>, which returns information about the pipeline
|
|
71
|
-
* structure and pipeline metadata, including the pipeline Amazon Resource Name
|
|
72
|
-
* (ARN).</p>
|
|
73
|
-
* </li>
|
|
74
|
-
* <li>
|
|
75
|
-
* <p>
|
|
76
|
-
* <a>GetPipelineExecution</a>, which returns information about a
|
|
77
|
-
* specific execution of a pipeline.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>
|
|
81
|
-
* <a>GetPipelineState</a>, which returns information about the current
|
|
82
|
-
* state of the stages and actions of a pipeline.</p>
|
|
83
|
-
* </li>
|
|
84
|
-
* <li>
|
|
85
|
-
* <p>
|
|
86
|
-
* <a>ListActionExecutions</a>, which returns action-level details
|
|
87
|
-
* for past executions. The details include full stage and action-level details,
|
|
88
|
-
* including individual action duration, status, any errors that occurred during
|
|
89
|
-
* the execution, and input and output artifact location details.</p>
|
|
90
|
-
* </li>
|
|
91
|
-
* <li>
|
|
92
|
-
* <p>
|
|
93
|
-
* <a>ListPipelines</a>, which gets a summary of all of the pipelines
|
|
94
|
-
* associated with your account.</p>
|
|
95
|
-
* </li>
|
|
96
|
-
* <li>
|
|
97
|
-
* <p>
|
|
98
|
-
* <a>ListPipelineExecutions</a>, which gets a summary of the most
|
|
99
|
-
* recent executions for a pipeline.</p>
|
|
100
|
-
* </li>
|
|
101
|
-
* <li>
|
|
102
|
-
* <p>
|
|
103
|
-
* <a>StartPipelineExecution</a>, which runs the most recent revision of
|
|
104
|
-
* an artifact through the pipeline.</p>
|
|
105
|
-
* </li>
|
|
106
|
-
* <li>
|
|
107
|
-
* <p>
|
|
108
|
-
* <a>StopPipelineExecution</a>, which stops the specified pipeline
|
|
109
|
-
* execution from continuing through the pipeline.</p>
|
|
110
|
-
* </li>
|
|
111
|
-
* <li>
|
|
112
|
-
* <p>
|
|
113
|
-
* <a>UpdatePipeline</a>, which updates a pipeline with edits or changes
|
|
114
|
-
* to the structure of the pipeline.</p>
|
|
115
|
-
* </li>
|
|
116
|
-
* </ul>
|
|
117
|
-
* <p>Pipelines include <i>stages</i>. Each stage contains one or more
|
|
118
|
-
* actions that must complete before the next stage begins. A stage results in success or
|
|
119
|
-
* failure. If a stage fails, the pipeline stops at that stage and remains stopped until
|
|
120
|
-
* either a new version of an artifact appears in the source location, or a user takes
|
|
121
|
-
* action to rerun the most recent artifact through the pipeline. You can call <a>GetPipelineState</a>, which displays the status of a pipeline, including the
|
|
122
|
-
* status of stages in the pipeline, or <a>GetPipeline</a>, which returns the
|
|
123
|
-
* entire structure of the pipeline, including the stages of that pipeline. For more
|
|
124
|
-
* information about the structure of stages and actions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html">AWS CodePipeline
|
|
125
|
-
* Pipeline Structure Reference</a>.</p>
|
|
126
|
-
* <p>Pipeline stages include <i>actions</i> that are categorized into
|
|
127
|
-
* categories such as source or build actions performed in a stage of a pipeline. For
|
|
128
|
-
* example, you can use a source action to import artifacts into a pipeline from a source
|
|
129
|
-
* such as Amazon S3. Like stages, you do not work with actions directly in most cases, but
|
|
130
|
-
* you do define and interact with actions when working with pipeline operations such as
|
|
131
|
-
* <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid
|
|
132
|
-
* action categories are:</p>
|
|
133
|
-
* <ul>
|
|
134
|
-
* <li>
|
|
135
|
-
* <p>Source</p>
|
|
136
|
-
* </li>
|
|
137
|
-
* <li>
|
|
138
|
-
* <p>Build</p>
|
|
139
|
-
* </li>
|
|
140
|
-
* <li>
|
|
141
|
-
* <p>Test</p>
|
|
142
|
-
* </li>
|
|
143
|
-
* <li>
|
|
144
|
-
* <p>Deploy</p>
|
|
145
|
-
* </li>
|
|
146
|
-
* <li>
|
|
147
|
-
* <p>Approval</p>
|
|
148
|
-
* </li>
|
|
149
|
-
* <li>
|
|
150
|
-
* <p>Invoke</p>
|
|
151
|
-
* </li>
|
|
152
|
-
* </ul>
|
|
153
|
-
* <p>Pipelines also include <i>transitions</i>, which allow the transition
|
|
154
|
-
* of artifacts from one stage to the next in a pipeline after the actions in one stage
|
|
155
|
-
* complete.</p>
|
|
156
|
-
* <p>You can work with transitions by calling:</p>
|
|
157
|
-
* <ul>
|
|
158
|
-
* <li>
|
|
159
|
-
* <p>
|
|
160
|
-
* <a>DisableStageTransition</a>, which prevents artifacts from
|
|
161
|
-
* transitioning to the next stage in a pipeline.</p>
|
|
162
|
-
* </li>
|
|
163
|
-
* <li>
|
|
164
|
-
* <p>
|
|
165
|
-
* <a>EnableStageTransition</a>, which enables transition of artifacts
|
|
166
|
-
* between stages in a pipeline. </p>
|
|
167
|
-
* </li>
|
|
168
|
-
* </ul>
|
|
169
|
-
* <p>
|
|
170
|
-
* <b>Using the API to integrate with AWS CodePipeline</b>
|
|
171
|
-
* </p>
|
|
172
|
-
* <p>For third-party integrators or developers who want to create their own integrations
|
|
173
|
-
* with AWS CodePipeline, the expected sequence varies from the standard API user. To
|
|
174
|
-
* integrate with AWS CodePipeline, developers need to work with the following
|
|
175
|
-
* items:</p>
|
|
176
|
-
* <p>
|
|
177
|
-
* <b>Jobs</b>, which are instances of an action. For
|
|
178
|
-
* example, a job for a source action might import a revision of an artifact from a source. </p>
|
|
179
|
-
* <p>You can work with jobs by calling:</p>
|
|
180
|
-
* <ul>
|
|
181
|
-
* <li>
|
|
182
|
-
* <p>
|
|
183
|
-
* <a>AcknowledgeJob</a>, which confirms whether a job worker has
|
|
184
|
-
* received the specified job.</p>
|
|
185
|
-
* </li>
|
|
186
|
-
* <li>
|
|
187
|
-
* <p>
|
|
188
|
-
* <a>GetJobDetails</a>, which returns the details of a job.</p>
|
|
189
|
-
* </li>
|
|
190
|
-
* <li>
|
|
191
|
-
* <p>
|
|
192
|
-
* <a>PollForJobs</a>, which determines whether there are any jobs to
|
|
193
|
-
* act on.</p>
|
|
194
|
-
* </li>
|
|
195
|
-
* <li>
|
|
196
|
-
* <p>
|
|
197
|
-
* <a>PutJobFailureResult</a>, which provides details of a job failure.
|
|
198
|
-
* </p>
|
|
199
|
-
* </li>
|
|
200
|
-
* <li>
|
|
201
|
-
* <p>
|
|
202
|
-
* <a>PutJobSuccessResult</a>, which provides details of a job
|
|
203
|
-
* success.</p>
|
|
204
|
-
* </li>
|
|
205
|
-
* </ul>
|
|
206
|
-
* <p>
|
|
207
|
-
* <b>Third party jobs</b>, which are instances of an action
|
|
208
|
-
* created by a partner action and integrated into AWS CodePipeline. Partner actions are
|
|
209
|
-
* created by members of the AWS Partner Network.</p>
|
|
210
|
-
* <p>You can work with third party jobs by calling:</p>
|
|
211
|
-
* <ul>
|
|
212
|
-
* <li>
|
|
213
|
-
* <p>
|
|
214
|
-
* <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker
|
|
215
|
-
* has received the specified job.</p>
|
|
216
|
-
* </li>
|
|
217
|
-
* <li>
|
|
218
|
-
* <p>
|
|
219
|
-
* <a>GetThirdPartyJobDetails</a>, which requests the details of a job
|
|
220
|
-
* for a partner action.</p>
|
|
221
|
-
* </li>
|
|
222
|
-
* <li>
|
|
223
|
-
* <p>
|
|
224
|
-
* <a>PollForThirdPartyJobs</a>, which determines whether there are any
|
|
225
|
-
* jobs to act on. </p>
|
|
226
|
-
* </li>
|
|
227
|
-
* <li>
|
|
228
|
-
* <p>
|
|
229
|
-
* <a>PutThirdPartyJobFailureResult</a>, which provides details of a job
|
|
230
|
-
* failure.</p>
|
|
231
|
-
* </li>
|
|
232
|
-
* <li>
|
|
233
|
-
* <p>
|
|
234
|
-
* <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job
|
|
235
|
-
* success.</p>
|
|
236
|
-
* </li>
|
|
237
|
-
* </ul>
|
|
238
|
-
*/
|
|
42
|
+
|
|
239
43
|
export declare class CodePipeline extends CodePipelineClient {
|
|
240
|
-
|
|
241
|
-
* <p>Returns information about a specified job and whether that job has been received by
|
|
242
|
-
* the job worker. Used for custom actions only.</p>
|
|
243
|
-
*/
|
|
44
|
+
|
|
244
45
|
acknowledgeJob(args: AcknowledgeJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeJobCommandOutput>;
|
|
245
46
|
acknowledgeJob(args: AcknowledgeJobCommandInput, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
|
|
246
47
|
acknowledgeJob(args: AcknowledgeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
|
|
247
|
-
|
|
248
|
-
* <p>Confirms a job worker has received the specified job. Used for partner actions
|
|
249
|
-
* only.</p>
|
|
250
|
-
*/
|
|
48
|
+
|
|
251
49
|
acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeThirdPartyJobCommandOutput>;
|
|
252
50
|
acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
|
|
253
51
|
acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
|
|
254
|
-
|
|
255
|
-
* <p>Creates a new custom action that can be used in all pipelines associated with the
|
|
256
|
-
* AWS account. Only used for custom actions.</p>
|
|
257
|
-
*/
|
|
52
|
+
|
|
258
53
|
createCustomActionType(args: CreateCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomActionTypeCommandOutput>;
|
|
259
54
|
createCustomActionType(args: CreateCustomActionTypeCommandInput, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
|
|
260
55
|
createCustomActionType(args: CreateCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
|
|
261
|
-
|
|
262
|
-
* <p>Creates a pipeline.</p>
|
|
263
|
-
* <note>
|
|
264
|
-
* <p>In the pipeline structure, you must include either <code>artifactStore</code>
|
|
265
|
-
* or <code>artifactStores</code> in your pipeline, but you cannot use both. If you
|
|
266
|
-
* create a cross-region action in your pipeline, you must use
|
|
267
|
-
* <code>artifactStores</code>.</p>
|
|
268
|
-
* </note>
|
|
269
|
-
*/
|
|
56
|
+
|
|
270
57
|
createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
|
|
271
58
|
createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
|
|
272
59
|
createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
|
|
273
|
-
|
|
274
|
-
* <p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action
|
|
275
|
-
* fails after the action is marked for deletion. Used for custom actions only.</p>
|
|
276
|
-
* <important>
|
|
277
|
-
* <p>To re-create a custom action after it has been deleted you must use a string in
|
|
278
|
-
* the version field that has never been used before. This string can be an incremented
|
|
279
|
-
* version number, for example. To restore a deleted custom action, use a JSON file
|
|
280
|
-
* that is identical to the deleted action, including the original string in the
|
|
281
|
-
* version field.</p>
|
|
282
|
-
* </important>
|
|
283
|
-
*/
|
|
60
|
+
|
|
284
61
|
deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomActionTypeCommandOutput>;
|
|
285
62
|
deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
|
|
286
63
|
deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
|
|
287
|
-
|
|
288
|
-
* <p>Deletes the specified pipeline.</p>
|
|
289
|
-
*/
|
|
64
|
+
|
|
290
65
|
deletePipeline(args: DeletePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipelineCommandOutput>;
|
|
291
66
|
deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
|
|
292
67
|
deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
|
|
293
|
-
|
|
294
|
-
* <p>Deletes a previously created webhook by name. Deleting the webhook stops AWS
|
|
295
|
-
* CodePipeline from starting a pipeline every time an external event occurs. The API
|
|
296
|
-
* returns successfully when trying to delete a webhook that is already deleted. If a
|
|
297
|
-
* deleted webhook is re-created by calling PutWebhook with the same name, it will have a
|
|
298
|
-
* different URL.</p>
|
|
299
|
-
*/
|
|
68
|
+
|
|
300
69
|
deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
|
|
301
70
|
deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
|
|
302
71
|
deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
|
|
303
|
-
|
|
304
|
-
* <p>Removes the connection between the webhook that was created by CodePipeline and the
|
|
305
|
-
* external tool with events to be detected. Currently supported only for webhooks that
|
|
306
|
-
* target an action type of GitHub.</p>
|
|
307
|
-
*/
|
|
72
|
+
|
|
308
73
|
deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
|
|
309
74
|
deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
|
|
310
75
|
deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
|
|
311
|
-
|
|
312
|
-
* <p>Prevents artifacts in a pipeline from transitioning to the next stage in the
|
|
313
|
-
* pipeline.</p>
|
|
314
|
-
*/
|
|
76
|
+
|
|
315
77
|
disableStageTransition(args: DisableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<DisableStageTransitionCommandOutput>;
|
|
316
78
|
disableStageTransition(args: DisableStageTransitionCommandInput, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
|
|
317
79
|
disableStageTransition(args: DisableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
|
|
318
|
-
|
|
319
|
-
* <p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>
|
|
320
|
-
*/
|
|
80
|
+
|
|
321
81
|
enableStageTransition(args: EnableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<EnableStageTransitionCommandOutput>;
|
|
322
82
|
enableStageTransition(args: EnableStageTransitionCommandInput, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
|
|
323
83
|
enableStageTransition(args: EnableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
|
|
324
|
-
|
|
325
|
-
* <p>Returns information about an action type created for an external provider, where the
|
|
326
|
-
* action is to be used by customers of the external provider. The action can be created
|
|
327
|
-
* with any supported integration model.</p>
|
|
328
|
-
*/
|
|
84
|
+
|
|
329
85
|
getActionType(args: GetActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetActionTypeCommandOutput>;
|
|
330
86
|
getActionType(args: GetActionTypeCommandInput, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
|
|
331
87
|
getActionType(args: GetActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
|
|
332
|
-
|
|
333
|
-
* <p>Returns information about a job. Used for custom actions only.</p>
|
|
334
|
-
* <important>
|
|
335
|
-
* <p>When this API is called, AWS CodePipeline returns temporary credentials for the
|
|
336
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires access to
|
|
337
|
-
* that S3 bucket for input or output artifacts. This API also returns any secret
|
|
338
|
-
* values defined for the action.</p>
|
|
339
|
-
* </important>
|
|
340
|
-
*/
|
|
88
|
+
|
|
341
89
|
getJobDetails(args: GetJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobDetailsCommandOutput>;
|
|
342
90
|
getJobDetails(args: GetJobDetailsCommandInput, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
|
|
343
91
|
getJobDetails(args: GetJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
|
|
344
|
-
|
|
345
|
-
* <p>Returns the metadata, structure, stages, and actions of a pipeline. Can be used to
|
|
346
|
-
* return the entire structure of a pipeline in JSON format, which can then be modified and
|
|
347
|
-
* used to update the pipeline structure with <a>UpdatePipeline</a>.</p>
|
|
348
|
-
*/
|
|
92
|
+
|
|
349
93
|
getPipeline(args: GetPipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineCommandOutput>;
|
|
350
94
|
getPipeline(args: GetPipelineCommandInput, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
|
|
351
95
|
getPipeline(args: GetPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
|
|
352
|
-
|
|
353
|
-
* <p>Returns information about an execution of a pipeline, including details about
|
|
354
|
-
* artifacts, the pipeline execution ID, and the name, version, and status of the
|
|
355
|
-
* pipeline.</p>
|
|
356
|
-
*/
|
|
96
|
+
|
|
357
97
|
getPipelineExecution(args: GetPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineExecutionCommandOutput>;
|
|
358
98
|
getPipelineExecution(args: GetPipelineExecutionCommandInput, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
|
|
359
99
|
getPipelineExecution(args: GetPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
|
|
360
|
-
|
|
361
|
-
* <p>Returns information about the state of a pipeline, including the stages and
|
|
362
|
-
* actions.</p>
|
|
363
|
-
* <note>
|
|
364
|
-
* <p>Values returned in the <code>revisionId</code> and <code>revisionUrl</code>
|
|
365
|
-
* fields indicate the source revision information, such as the commit ID, for the
|
|
366
|
-
* current state.</p>
|
|
367
|
-
* </note>
|
|
368
|
-
*/
|
|
100
|
+
|
|
369
101
|
getPipelineState(args: GetPipelineStateCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineStateCommandOutput>;
|
|
370
102
|
getPipelineState(args: GetPipelineStateCommandInput, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
|
|
371
103
|
getPipelineState(args: GetPipelineStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
|
|
372
|
-
|
|
373
|
-
* <p>Requests the details of a job for a third party action. Used for partner actions
|
|
374
|
-
* only.</p>
|
|
375
|
-
* <important>
|
|
376
|
-
* <p>When this API is called, AWS CodePipeline returns temporary credentials for the
|
|
377
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires access to
|
|
378
|
-
* that S3 bucket for input or output artifacts. This API also returns any secret
|
|
379
|
-
* values defined for the action.</p>
|
|
380
|
-
* </important>
|
|
381
|
-
*/
|
|
104
|
+
|
|
382
105
|
getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetThirdPartyJobDetailsCommandOutput>;
|
|
383
106
|
getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
|
|
384
107
|
getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
|
|
385
|
-
|
|
386
|
-
* <p>Lists the action executions that have occurred in a pipeline.</p>
|
|
387
|
-
*/
|
|
108
|
+
|
|
388
109
|
listActionExecutions(args: ListActionExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionExecutionsCommandOutput>;
|
|
389
110
|
listActionExecutions(args: ListActionExecutionsCommandInput, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
|
|
390
111
|
listActionExecutions(args: ListActionExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
|
|
391
|
-
|
|
392
|
-
* <p>Gets a summary of all AWS CodePipeline action types associated with your
|
|
393
|
-
* account.</p>
|
|
394
|
-
*/
|
|
112
|
+
|
|
395
113
|
listActionTypes(args: ListActionTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActionTypesCommandOutput>;
|
|
396
114
|
listActionTypes(args: ListActionTypesCommandInput, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
|
|
397
115
|
listActionTypes(args: ListActionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
|
|
398
|
-
|
|
399
|
-
* <p>Gets a summary of the most recent executions for a pipeline.</p>
|
|
400
|
-
*/
|
|
116
|
+
|
|
401
117
|
listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineExecutionsCommandOutput>;
|
|
402
118
|
listPipelineExecutions(args: ListPipelineExecutionsCommandInput, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
|
|
403
119
|
listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
|
|
404
|
-
|
|
405
|
-
* <p>Gets a summary of all of the pipelines associated with your account.</p>
|
|
406
|
-
*/
|
|
120
|
+
|
|
407
121
|
listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
|
|
408
122
|
listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
|
|
409
123
|
listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
|
|
410
|
-
|
|
411
|
-
* <p>Gets the set of key-value pairs (metadata) that are used to manage the
|
|
412
|
-
* resource.</p>
|
|
413
|
-
*/
|
|
124
|
+
|
|
414
125
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
415
126
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
416
127
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
417
|
-
|
|
418
|
-
* <p>Gets a listing of all the webhooks in this AWS Region for this account. The output
|
|
419
|
-
* lists all webhooks and includes the webhook URL and ARN and the configuration for each
|
|
420
|
-
* webhook.</p>
|
|
421
|
-
*/
|
|
128
|
+
|
|
422
129
|
listWebhooks(args: ListWebhooksCommandInput, options?: __HttpHandlerOptions): Promise<ListWebhooksCommandOutput>;
|
|
423
130
|
listWebhooks(args: ListWebhooksCommandInput, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
|
|
424
131
|
listWebhooks(args: ListWebhooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
|
|
425
|
-
|
|
426
|
-
* <p>Returns information about any jobs for AWS CodePipeline to act on.
|
|
427
|
-
* <code>PollForJobs</code> is valid only for action types with "Custom" in the owner
|
|
428
|
-
* field. If the action type contains "AWS" or "ThirdParty" in the owner field, the
|
|
429
|
-
* <code>PollForJobs</code> action returns an error.</p>
|
|
430
|
-
* <important>
|
|
431
|
-
* <p>When this API is called, AWS CodePipeline returns temporary credentials for the
|
|
432
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires access to
|
|
433
|
-
* that S3 bucket for input or output artifacts. This API also returns any secret
|
|
434
|
-
* values defined for the action.</p>
|
|
435
|
-
* </important>
|
|
436
|
-
*/
|
|
132
|
+
|
|
437
133
|
pollForJobs(args: PollForJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForJobsCommandOutput>;
|
|
438
134
|
pollForJobs(args: PollForJobsCommandInput, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
|
|
439
135
|
pollForJobs(args: PollForJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
|
|
440
|
-
|
|
441
|
-
* <p>Determines whether there are any third party jobs for a job worker to act on. Used
|
|
442
|
-
* for partner actions only.</p>
|
|
443
|
-
* <important>
|
|
444
|
-
* <p>When this API is called, AWS CodePipeline returns temporary credentials for the
|
|
445
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires access to
|
|
446
|
-
* that S3 bucket for input or output artifacts.</p>
|
|
447
|
-
* </important>
|
|
448
|
-
*/
|
|
136
|
+
|
|
449
137
|
pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForThirdPartyJobsCommandOutput>;
|
|
450
138
|
pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
|
|
451
139
|
pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
|
|
452
|
-
|
|
453
|
-
* <p>Provides information to AWS CodePipeline about new revisions to a source.</p>
|
|
454
|
-
*/
|
|
140
|
+
|
|
455
141
|
putActionRevision(args: PutActionRevisionCommandInput, options?: __HttpHandlerOptions): Promise<PutActionRevisionCommandOutput>;
|
|
456
142
|
putActionRevision(args: PutActionRevisionCommandInput, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
|
|
457
143
|
putActionRevision(args: PutActionRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
|
|
458
|
-
|
|
459
|
-
* <p>Provides the response to a manual approval request to AWS CodePipeline. Valid
|
|
460
|
-
* responses include Approved and Rejected.</p>
|
|
461
|
-
*/
|
|
144
|
+
|
|
462
145
|
putApprovalResult(args: PutApprovalResultCommandInput, options?: __HttpHandlerOptions): Promise<PutApprovalResultCommandOutput>;
|
|
463
146
|
putApprovalResult(args: PutApprovalResultCommandInput, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
|
|
464
147
|
putApprovalResult(args: PutApprovalResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
|
|
465
|
-
|
|
466
|
-
* <p>Represents the failure of a job as returned to the pipeline by a job worker. Used
|
|
467
|
-
* for custom actions only.</p>
|
|
468
|
-
*/
|
|
148
|
+
|
|
469
149
|
putJobFailureResult(args: PutJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobFailureResultCommandOutput>;
|
|
470
150
|
putJobFailureResult(args: PutJobFailureResultCommandInput, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
|
|
471
151
|
putJobFailureResult(args: PutJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
|
|
472
|
-
|
|
473
|
-
* <p>Represents the success of a job as returned to the pipeline by a job worker. Used
|
|
474
|
-
* for custom actions only.</p>
|
|
475
|
-
*/
|
|
152
|
+
|
|
476
153
|
putJobSuccessResult(args: PutJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobSuccessResultCommandOutput>;
|
|
477
154
|
putJobSuccessResult(args: PutJobSuccessResultCommandInput, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
|
|
478
155
|
putJobSuccessResult(args: PutJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
|
|
479
|
-
|
|
480
|
-
* <p>Represents the failure of a third party job as returned to the pipeline by a job
|
|
481
|
-
* worker. Used for partner actions only.</p>
|
|
482
|
-
*/
|
|
156
|
+
|
|
483
157
|
putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobFailureResultCommandOutput>;
|
|
484
158
|
putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
|
|
485
159
|
putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
|
|
486
|
-
|
|
487
|
-
* <p>Represents the success of a third party job as returned to the pipeline by a job
|
|
488
|
-
* worker. Used for partner actions only.</p>
|
|
489
|
-
*/
|
|
160
|
+
|
|
490
161
|
putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobSuccessResultCommandOutput>;
|
|
491
162
|
putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
|
|
492
163
|
putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
|
|
493
|
-
|
|
494
|
-
* <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline. This
|
|
495
|
-
* URL can be supplied to third party source hosting providers to call every time there's a
|
|
496
|
-
* code change. When CodePipeline receives a POST request on this URL, the pipeline defined
|
|
497
|
-
* in the webhook is started as long as the POST request satisfied the authentication and
|
|
498
|
-
* filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty
|
|
499
|
-
* and DeregisterWebhookWithThirdParty APIs can be used to automatically configure
|
|
500
|
-
* supported third parties to call the generated webhook URL.</p>
|
|
501
|
-
*/
|
|
164
|
+
|
|
502
165
|
putWebhook(args: PutWebhookCommandInput, options?: __HttpHandlerOptions): Promise<PutWebhookCommandOutput>;
|
|
503
166
|
putWebhook(args: PutWebhookCommandInput, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
|
|
504
167
|
putWebhook(args: PutWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
|
|
505
|
-
|
|
506
|
-
* <p>Configures a connection between the webhook that was created and the external tool
|
|
507
|
-
* with events to be detected.</p>
|
|
508
|
-
*/
|
|
168
|
+
|
|
509
169
|
registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
|
|
510
170
|
registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
|
|
511
171
|
registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
|
|
512
|
-
|
|
513
|
-
* <p>Resumes the pipeline execution by retrying the last failed actions in a stage. You
|
|
514
|
-
* can retry a stage immediately if any of the actions in the stage fail. When you retry,
|
|
515
|
-
* all actions that are still in progress continue working, and failed actions are
|
|
516
|
-
* triggered again.</p>
|
|
517
|
-
*/
|
|
172
|
+
|
|
518
173
|
retryStageExecution(args: RetryStageExecutionCommandInput, options?: __HttpHandlerOptions): Promise<RetryStageExecutionCommandOutput>;
|
|
519
174
|
retryStageExecution(args: RetryStageExecutionCommandInput, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
|
|
520
175
|
retryStageExecution(args: RetryStageExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
|
|
521
|
-
|
|
522
|
-
* <p>Starts the specified pipeline. Specifically, it begins processing the latest commit
|
|
523
|
-
* to the source location specified as part of the pipeline.</p>
|
|
524
|
-
*/
|
|
176
|
+
|
|
525
177
|
startPipelineExecution(args: StartPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartPipelineExecutionCommandOutput>;
|
|
526
178
|
startPipelineExecution(args: StartPipelineExecutionCommandInput, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
|
|
527
179
|
startPipelineExecution(args: StartPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
|
|
528
|
-
|
|
529
|
-
* <p>Stops the specified pipeline execution. You choose to either stop the pipeline
|
|
530
|
-
* execution by completing in-progress actions without starting subsequent actions, or by
|
|
531
|
-
* abandoning in-progress actions. While completing or abandoning in-progress actions, the
|
|
532
|
-
* pipeline execution is in a <code>Stopping</code> state. After all in-progress actions
|
|
533
|
-
* are completed or abandoned, the pipeline execution is in a <code>Stopped</code>
|
|
534
|
-
* state.</p>
|
|
535
|
-
*/
|
|
180
|
+
|
|
536
181
|
stopPipelineExecution(args: StopPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StopPipelineExecutionCommandOutput>;
|
|
537
182
|
stopPipelineExecution(args: StopPipelineExecutionCommandInput, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
|
|
538
183
|
stopPipelineExecution(args: StopPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
|
|
539
|
-
|
|
540
|
-
* <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
|
|
541
|
-
* to manage a resource. </p>
|
|
542
|
-
*/
|
|
184
|
+
|
|
543
185
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
544
186
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
545
187
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
546
|
-
|
|
547
|
-
* <p>Removes tags from an AWS resource.</p>
|
|
548
|
-
*/
|
|
188
|
+
|
|
549
189
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
550
190
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
551
191
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
552
|
-
|
|
553
|
-
* <p>Updates an action type that was created with any supported integration model, where
|
|
554
|
-
* the action type is to be used by customers of the action type provider. Use a JSON file
|
|
555
|
-
* with the action definition and <code>UpdateActionType</code> to provide the full
|
|
556
|
-
* structure.</p>
|
|
557
|
-
*/
|
|
192
|
+
|
|
558
193
|
updateActionType(args: UpdateActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionTypeCommandOutput>;
|
|
559
194
|
updateActionType(args: UpdateActionTypeCommandInput, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
|
|
560
195
|
updateActionType(args: UpdateActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
|
|
561
|
-
|
|
562
|
-
* <p>Updates a specified pipeline with edits or changes to its structure. Use a JSON
|
|
563
|
-
* file with the pipeline structure and <code>UpdatePipeline</code> to provide the full
|
|
564
|
-
* structure of the pipeline. Updating the pipeline increases the version number of the
|
|
565
|
-
* pipeline by 1.</p>
|
|
566
|
-
*/
|
|
196
|
+
|
|
567
197
|
updatePipeline(args: UpdatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePipelineCommandOutput>;
|
|
568
198
|
updatePipeline(args: UpdatePipelineCommandInput, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
|
|
569
199
|
updatePipeline(args: UpdatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
|