@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
|
@@ -7,9 +7,6 @@ exports.UpdatePipelineOutput = exports.UpdatePipelineInput = exports.UpdateActio
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
var AcknowledgeJobInput;
|
|
9
9
|
(function (AcknowledgeJobInput) {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
10
|
AcknowledgeJobInput.filterSensitiveLog = (obj) => ({
|
|
14
11
|
...obj,
|
|
15
12
|
});
|
|
@@ -26,63 +23,42 @@ var JobStatus;
|
|
|
26
23
|
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
27
24
|
var AcknowledgeJobOutput;
|
|
28
25
|
(function (AcknowledgeJobOutput) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
26
|
AcknowledgeJobOutput.filterSensitiveLog = (obj) => ({
|
|
33
27
|
...obj,
|
|
34
28
|
});
|
|
35
29
|
})(AcknowledgeJobOutput = exports.AcknowledgeJobOutput || (exports.AcknowledgeJobOutput = {}));
|
|
36
30
|
var InvalidNonceException;
|
|
37
31
|
(function (InvalidNonceException) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
32
|
InvalidNonceException.filterSensitiveLog = (obj) => ({
|
|
42
33
|
...obj,
|
|
43
34
|
});
|
|
44
35
|
})(InvalidNonceException = exports.InvalidNonceException || (exports.InvalidNonceException = {}));
|
|
45
36
|
var JobNotFoundException;
|
|
46
37
|
(function (JobNotFoundException) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
38
|
JobNotFoundException.filterSensitiveLog = (obj) => ({
|
|
51
39
|
...obj,
|
|
52
40
|
});
|
|
53
41
|
})(JobNotFoundException = exports.JobNotFoundException || (exports.JobNotFoundException = {}));
|
|
54
42
|
var ValidationException;
|
|
55
43
|
(function (ValidationException) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
44
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
60
45
|
...obj,
|
|
61
46
|
});
|
|
62
47
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
63
48
|
var AcknowledgeThirdPartyJobInput;
|
|
64
49
|
(function (AcknowledgeThirdPartyJobInput) {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
50
|
AcknowledgeThirdPartyJobInput.filterSensitiveLog = (obj) => ({
|
|
69
51
|
...obj,
|
|
70
52
|
});
|
|
71
53
|
})(AcknowledgeThirdPartyJobInput = exports.AcknowledgeThirdPartyJobInput || (exports.AcknowledgeThirdPartyJobInput = {}));
|
|
72
54
|
var AcknowledgeThirdPartyJobOutput;
|
|
73
55
|
(function (AcknowledgeThirdPartyJobOutput) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
56
|
AcknowledgeThirdPartyJobOutput.filterSensitiveLog = (obj) => ({
|
|
78
57
|
...obj,
|
|
79
58
|
});
|
|
80
59
|
})(AcknowledgeThirdPartyJobOutput = exports.AcknowledgeThirdPartyJobOutput || (exports.AcknowledgeThirdPartyJobOutput = {}));
|
|
81
60
|
var InvalidClientTokenException;
|
|
82
61
|
(function (InvalidClientTokenException) {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
62
|
InvalidClientTokenException.filterSensitiveLog = (obj) => ({
|
|
87
63
|
...obj,
|
|
88
64
|
});
|
|
@@ -98,9 +74,6 @@ var ActionCategory;
|
|
|
98
74
|
})(ActionCategory = exports.ActionCategory || (exports.ActionCategory = {}));
|
|
99
75
|
var ActionConfiguration;
|
|
100
76
|
(function (ActionConfiguration) {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
77
|
ActionConfiguration.filterSensitiveLog = (obj) => ({
|
|
105
78
|
...obj,
|
|
106
79
|
});
|
|
@@ -113,18 +86,12 @@ var ActionConfigurationPropertyType;
|
|
|
113
86
|
})(ActionConfigurationPropertyType = exports.ActionConfigurationPropertyType || (exports.ActionConfigurationPropertyType = {}));
|
|
114
87
|
var ActionConfigurationProperty;
|
|
115
88
|
(function (ActionConfigurationProperty) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
89
|
ActionConfigurationProperty.filterSensitiveLog = (obj) => ({
|
|
120
90
|
...obj,
|
|
121
91
|
});
|
|
122
92
|
})(ActionConfigurationProperty = exports.ActionConfigurationProperty || (exports.ActionConfigurationProperty = {}));
|
|
123
93
|
var ActionContext;
|
|
124
94
|
(function (ActionContext) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
95
|
ActionContext.filterSensitiveLog = (obj) => ({
|
|
129
96
|
...obj,
|
|
130
97
|
});
|
|
@@ -137,45 +104,30 @@ var ActionOwner;
|
|
|
137
104
|
})(ActionOwner = exports.ActionOwner || (exports.ActionOwner = {}));
|
|
138
105
|
var ActionTypeId;
|
|
139
106
|
(function (ActionTypeId) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
107
|
ActionTypeId.filterSensitiveLog = (obj) => ({
|
|
144
108
|
...obj,
|
|
145
109
|
});
|
|
146
110
|
})(ActionTypeId = exports.ActionTypeId || (exports.ActionTypeId = {}));
|
|
147
111
|
var InputArtifact;
|
|
148
112
|
(function (InputArtifact) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
113
|
InputArtifact.filterSensitiveLog = (obj) => ({
|
|
153
114
|
...obj,
|
|
154
115
|
});
|
|
155
116
|
})(InputArtifact = exports.InputArtifact || (exports.InputArtifact = {}));
|
|
156
117
|
var OutputArtifact;
|
|
157
118
|
(function (OutputArtifact) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
119
|
OutputArtifact.filterSensitiveLog = (obj) => ({
|
|
162
120
|
...obj,
|
|
163
121
|
});
|
|
164
122
|
})(OutputArtifact = exports.OutputArtifact || (exports.OutputArtifact = {}));
|
|
165
123
|
var ActionDeclaration;
|
|
166
124
|
(function (ActionDeclaration) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
125
|
ActionDeclaration.filterSensitiveLog = (obj) => ({
|
|
171
126
|
...obj,
|
|
172
127
|
});
|
|
173
128
|
})(ActionDeclaration = exports.ActionDeclaration || (exports.ActionDeclaration = {}));
|
|
174
129
|
var ErrorDetails;
|
|
175
130
|
(function (ErrorDetails) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
131
|
ErrorDetails.filterSensitiveLog = (obj) => ({
|
|
180
132
|
...obj,
|
|
181
133
|
});
|
|
@@ -189,162 +141,108 @@ var ActionExecutionStatus;
|
|
|
189
141
|
})(ActionExecutionStatus = exports.ActionExecutionStatus || (exports.ActionExecutionStatus = {}));
|
|
190
142
|
var ActionExecution;
|
|
191
143
|
(function (ActionExecution) {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
144
|
ActionExecution.filterSensitiveLog = (obj) => ({
|
|
196
145
|
...obj,
|
|
197
146
|
});
|
|
198
147
|
})(ActionExecution = exports.ActionExecution || (exports.ActionExecution = {}));
|
|
199
148
|
var S3Location;
|
|
200
149
|
(function (S3Location) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
150
|
S3Location.filterSensitiveLog = (obj) => ({
|
|
205
151
|
...obj,
|
|
206
152
|
});
|
|
207
153
|
})(S3Location = exports.S3Location || (exports.S3Location = {}));
|
|
208
154
|
var ArtifactDetail;
|
|
209
155
|
(function (ArtifactDetail) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
156
|
ArtifactDetail.filterSensitiveLog = (obj) => ({
|
|
214
157
|
...obj,
|
|
215
158
|
});
|
|
216
159
|
})(ArtifactDetail = exports.ArtifactDetail || (exports.ArtifactDetail = {}));
|
|
217
160
|
var ActionExecutionInput;
|
|
218
161
|
(function (ActionExecutionInput) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
162
|
ActionExecutionInput.filterSensitiveLog = (obj) => ({
|
|
223
163
|
...obj,
|
|
224
164
|
});
|
|
225
165
|
})(ActionExecutionInput = exports.ActionExecutionInput || (exports.ActionExecutionInput = {}));
|
|
226
166
|
var ActionExecutionResult;
|
|
227
167
|
(function (ActionExecutionResult) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
168
|
ActionExecutionResult.filterSensitiveLog = (obj) => ({
|
|
232
169
|
...obj,
|
|
233
170
|
});
|
|
234
171
|
})(ActionExecutionResult = exports.ActionExecutionResult || (exports.ActionExecutionResult = {}));
|
|
235
172
|
var ActionExecutionOutput;
|
|
236
173
|
(function (ActionExecutionOutput) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
174
|
ActionExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
241
175
|
...obj,
|
|
242
176
|
});
|
|
243
177
|
})(ActionExecutionOutput = exports.ActionExecutionOutput || (exports.ActionExecutionOutput = {}));
|
|
244
178
|
var ActionExecutionDetail;
|
|
245
179
|
(function (ActionExecutionDetail) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
180
|
ActionExecutionDetail.filterSensitiveLog = (obj) => ({
|
|
250
181
|
...obj,
|
|
251
182
|
});
|
|
252
183
|
})(ActionExecutionDetail = exports.ActionExecutionDetail || (exports.ActionExecutionDetail = {}));
|
|
253
184
|
var ActionExecutionFilter;
|
|
254
185
|
(function (ActionExecutionFilter) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
186
|
ActionExecutionFilter.filterSensitiveLog = (obj) => ({
|
|
259
187
|
...obj,
|
|
260
188
|
});
|
|
261
189
|
})(ActionExecutionFilter = exports.ActionExecutionFilter || (exports.ActionExecutionFilter = {}));
|
|
262
190
|
var ActionNotFoundException;
|
|
263
191
|
(function (ActionNotFoundException) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
192
|
ActionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
268
193
|
...obj,
|
|
269
194
|
});
|
|
270
195
|
})(ActionNotFoundException = exports.ActionNotFoundException || (exports.ActionNotFoundException = {}));
|
|
271
196
|
var ActionRevision;
|
|
272
197
|
(function (ActionRevision) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
198
|
ActionRevision.filterSensitiveLog = (obj) => ({
|
|
277
199
|
...obj,
|
|
278
200
|
});
|
|
279
201
|
})(ActionRevision = exports.ActionRevision || (exports.ActionRevision = {}));
|
|
280
202
|
var ActionState;
|
|
281
203
|
(function (ActionState) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
204
|
ActionState.filterSensitiveLog = (obj) => ({
|
|
286
205
|
...obj,
|
|
287
206
|
});
|
|
288
207
|
})(ActionState = exports.ActionState || (exports.ActionState = {}));
|
|
289
208
|
var ArtifactDetails;
|
|
290
209
|
(function (ArtifactDetails) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
210
|
ArtifactDetails.filterSensitiveLog = (obj) => ({
|
|
295
211
|
...obj,
|
|
296
212
|
});
|
|
297
213
|
})(ArtifactDetails = exports.ArtifactDetails || (exports.ArtifactDetails = {}));
|
|
298
214
|
var ActionTypeSettings;
|
|
299
215
|
(function (ActionTypeSettings) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
216
|
ActionTypeSettings.filterSensitiveLog = (obj) => ({
|
|
304
217
|
...obj,
|
|
305
218
|
});
|
|
306
219
|
})(ActionTypeSettings = exports.ActionTypeSettings || (exports.ActionTypeSettings = {}));
|
|
307
220
|
var ActionType;
|
|
308
221
|
(function (ActionType) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
222
|
ActionType.filterSensitiveLog = (obj) => ({
|
|
313
223
|
...obj,
|
|
314
224
|
});
|
|
315
225
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
316
226
|
var ActionTypeArtifactDetails;
|
|
317
227
|
(function (ActionTypeArtifactDetails) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
228
|
ActionTypeArtifactDetails.filterSensitiveLog = (obj) => ({
|
|
322
229
|
...obj,
|
|
323
230
|
});
|
|
324
231
|
})(ActionTypeArtifactDetails = exports.ActionTypeArtifactDetails || (exports.ActionTypeArtifactDetails = {}));
|
|
325
232
|
var JobWorkerExecutorConfiguration;
|
|
326
233
|
(function (JobWorkerExecutorConfiguration) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
234
|
JobWorkerExecutorConfiguration.filterSensitiveLog = (obj) => ({
|
|
331
235
|
...obj,
|
|
332
236
|
});
|
|
333
237
|
})(JobWorkerExecutorConfiguration = exports.JobWorkerExecutorConfiguration || (exports.JobWorkerExecutorConfiguration = {}));
|
|
334
238
|
var LambdaExecutorConfiguration;
|
|
335
239
|
(function (LambdaExecutorConfiguration) {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
240
|
LambdaExecutorConfiguration.filterSensitiveLog = (obj) => ({
|
|
340
241
|
...obj,
|
|
341
242
|
});
|
|
342
243
|
})(LambdaExecutorConfiguration = exports.LambdaExecutorConfiguration || (exports.LambdaExecutorConfiguration = {}));
|
|
343
244
|
var ExecutorConfiguration;
|
|
344
245
|
(function (ExecutorConfiguration) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
246
|
ExecutorConfiguration.filterSensitiveLog = (obj) => ({
|
|
349
247
|
...obj,
|
|
350
248
|
});
|
|
@@ -356,72 +254,48 @@ var ExecutorType;
|
|
|
356
254
|
})(ExecutorType = exports.ExecutorType || (exports.ExecutorType = {}));
|
|
357
255
|
var ActionTypeExecutor;
|
|
358
256
|
(function (ActionTypeExecutor) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
257
|
ActionTypeExecutor.filterSensitiveLog = (obj) => ({
|
|
363
258
|
...obj,
|
|
364
259
|
});
|
|
365
260
|
})(ActionTypeExecutor = exports.ActionTypeExecutor || (exports.ActionTypeExecutor = {}));
|
|
366
261
|
var ActionTypeIdentifier;
|
|
367
262
|
(function (ActionTypeIdentifier) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
263
|
ActionTypeIdentifier.filterSensitiveLog = (obj) => ({
|
|
372
264
|
...obj,
|
|
373
265
|
});
|
|
374
266
|
})(ActionTypeIdentifier = exports.ActionTypeIdentifier || (exports.ActionTypeIdentifier = {}));
|
|
375
267
|
var ActionTypePermissions;
|
|
376
268
|
(function (ActionTypePermissions) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
269
|
ActionTypePermissions.filterSensitiveLog = (obj) => ({
|
|
381
270
|
...obj,
|
|
382
271
|
});
|
|
383
272
|
})(ActionTypePermissions = exports.ActionTypePermissions || (exports.ActionTypePermissions = {}));
|
|
384
273
|
var ActionTypeProperty;
|
|
385
274
|
(function (ActionTypeProperty) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
275
|
ActionTypeProperty.filterSensitiveLog = (obj) => ({
|
|
390
276
|
...obj,
|
|
391
277
|
});
|
|
392
278
|
})(ActionTypeProperty = exports.ActionTypeProperty || (exports.ActionTypeProperty = {}));
|
|
393
279
|
var ActionTypeUrls;
|
|
394
280
|
(function (ActionTypeUrls) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
281
|
ActionTypeUrls.filterSensitiveLog = (obj) => ({
|
|
399
282
|
...obj,
|
|
400
283
|
});
|
|
401
284
|
})(ActionTypeUrls = exports.ActionTypeUrls || (exports.ActionTypeUrls = {}));
|
|
402
285
|
var ActionTypeDeclaration;
|
|
403
286
|
(function (ActionTypeDeclaration) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
287
|
ActionTypeDeclaration.filterSensitiveLog = (obj) => ({
|
|
408
288
|
...obj,
|
|
409
289
|
});
|
|
410
290
|
})(ActionTypeDeclaration = exports.ActionTypeDeclaration || (exports.ActionTypeDeclaration = {}));
|
|
411
291
|
var ActionTypeNotFoundException;
|
|
412
292
|
(function (ActionTypeNotFoundException) {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
293
|
ActionTypeNotFoundException.filterSensitiveLog = (obj) => ({
|
|
417
294
|
...obj,
|
|
418
295
|
});
|
|
419
296
|
})(ActionTypeNotFoundException = exports.ActionTypeNotFoundException || (exports.ActionTypeNotFoundException = {}));
|
|
420
297
|
var ApprovalAlreadyCompletedException;
|
|
421
298
|
(function (ApprovalAlreadyCompletedException) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
299
|
ApprovalAlreadyCompletedException.filterSensitiveLog = (obj) => ({
|
|
426
300
|
...obj,
|
|
427
301
|
});
|
|
@@ -433,18 +307,12 @@ var ApprovalStatus;
|
|
|
433
307
|
})(ApprovalStatus = exports.ApprovalStatus || (exports.ApprovalStatus = {}));
|
|
434
308
|
var ApprovalResult;
|
|
435
309
|
(function (ApprovalResult) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
310
|
ApprovalResult.filterSensitiveLog = (obj) => ({
|
|
440
311
|
...obj,
|
|
441
312
|
});
|
|
442
313
|
})(ApprovalResult = exports.ApprovalResult || (exports.ApprovalResult = {}));
|
|
443
314
|
var S3ArtifactLocation;
|
|
444
315
|
(function (S3ArtifactLocation) {
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
316
|
S3ArtifactLocation.filterSensitiveLog = (obj) => ({
|
|
449
317
|
...obj,
|
|
450
318
|
});
|
|
@@ -455,27 +323,18 @@ var ArtifactLocationType;
|
|
|
455
323
|
})(ArtifactLocationType = exports.ArtifactLocationType || (exports.ArtifactLocationType = {}));
|
|
456
324
|
var ArtifactLocation;
|
|
457
325
|
(function (ArtifactLocation) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
326
|
ArtifactLocation.filterSensitiveLog = (obj) => ({
|
|
462
327
|
...obj,
|
|
463
328
|
});
|
|
464
329
|
})(ArtifactLocation = exports.ArtifactLocation || (exports.ArtifactLocation = {}));
|
|
465
330
|
var Artifact;
|
|
466
331
|
(function (Artifact) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
332
|
Artifact.filterSensitiveLog = (obj) => ({
|
|
471
333
|
...obj,
|
|
472
334
|
});
|
|
473
335
|
})(Artifact = exports.Artifact || (exports.Artifact = {}));
|
|
474
336
|
var ArtifactRevision;
|
|
475
337
|
(function (ArtifactRevision) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
338
|
ArtifactRevision.filterSensitiveLog = (obj) => ({
|
|
480
339
|
...obj,
|
|
481
340
|
});
|
|
@@ -486,9 +345,6 @@ var EncryptionKeyType;
|
|
|
486
345
|
})(EncryptionKeyType = exports.EncryptionKeyType || (exports.EncryptionKeyType = {}));
|
|
487
346
|
var EncryptionKey;
|
|
488
347
|
(function (EncryptionKey) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
348
|
EncryptionKey.filterSensitiveLog = (obj) => ({
|
|
493
349
|
...obj,
|
|
494
350
|
});
|
|
@@ -499,18 +355,12 @@ var ArtifactStoreType;
|
|
|
499
355
|
})(ArtifactStoreType = exports.ArtifactStoreType || (exports.ArtifactStoreType = {}));
|
|
500
356
|
var ArtifactStore;
|
|
501
357
|
(function (ArtifactStore) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
358
|
ArtifactStore.filterSensitiveLog = (obj) => ({
|
|
506
359
|
...obj,
|
|
507
360
|
});
|
|
508
361
|
})(ArtifactStore = exports.ArtifactStore || (exports.ArtifactStore = {}));
|
|
509
362
|
var AWSSessionCredentials;
|
|
510
363
|
(function (AWSSessionCredentials) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
364
|
AWSSessionCredentials.filterSensitiveLog = (obj) => ({
|
|
515
365
|
...obj,
|
|
516
366
|
...(obj.accessKeyId && { accessKeyId: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -524,216 +374,144 @@ var BlockerType;
|
|
|
524
374
|
})(BlockerType = exports.BlockerType || (exports.BlockerType = {}));
|
|
525
375
|
var BlockerDeclaration;
|
|
526
376
|
(function (BlockerDeclaration) {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
377
|
BlockerDeclaration.filterSensitiveLog = (obj) => ({
|
|
531
378
|
...obj,
|
|
532
379
|
});
|
|
533
380
|
})(BlockerDeclaration = exports.BlockerDeclaration || (exports.BlockerDeclaration = {}));
|
|
534
381
|
var ConcurrentModificationException;
|
|
535
382
|
(function (ConcurrentModificationException) {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
383
|
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
540
384
|
...obj,
|
|
541
385
|
});
|
|
542
386
|
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
543
387
|
var Tag;
|
|
544
388
|
(function (Tag) {
|
|
545
|
-
/**
|
|
546
|
-
* @internal
|
|
547
|
-
*/
|
|
548
389
|
Tag.filterSensitiveLog = (obj) => ({
|
|
549
390
|
...obj,
|
|
550
391
|
});
|
|
551
392
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
552
393
|
var CreateCustomActionTypeInput;
|
|
553
394
|
(function (CreateCustomActionTypeInput) {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
395
|
CreateCustomActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
558
396
|
...obj,
|
|
559
397
|
});
|
|
560
398
|
})(CreateCustomActionTypeInput = exports.CreateCustomActionTypeInput || (exports.CreateCustomActionTypeInput = {}));
|
|
561
399
|
var CreateCustomActionTypeOutput;
|
|
562
400
|
(function (CreateCustomActionTypeOutput) {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
401
|
CreateCustomActionTypeOutput.filterSensitiveLog = (obj) => ({
|
|
567
402
|
...obj,
|
|
568
403
|
});
|
|
569
404
|
})(CreateCustomActionTypeOutput = exports.CreateCustomActionTypeOutput || (exports.CreateCustomActionTypeOutput = {}));
|
|
570
405
|
var InvalidTagsException;
|
|
571
406
|
(function (InvalidTagsException) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
407
|
InvalidTagsException.filterSensitiveLog = (obj) => ({
|
|
576
408
|
...obj,
|
|
577
409
|
});
|
|
578
410
|
})(InvalidTagsException = exports.InvalidTagsException || (exports.InvalidTagsException = {}));
|
|
579
411
|
var LimitExceededException;
|
|
580
412
|
(function (LimitExceededException) {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
413
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
585
414
|
...obj,
|
|
586
415
|
});
|
|
587
416
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
588
417
|
var TooManyTagsException;
|
|
589
418
|
(function (TooManyTagsException) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
419
|
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
594
420
|
...obj,
|
|
595
421
|
});
|
|
596
422
|
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
597
423
|
var StageDeclaration;
|
|
598
424
|
(function (StageDeclaration) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
425
|
StageDeclaration.filterSensitiveLog = (obj) => ({
|
|
603
426
|
...obj,
|
|
604
427
|
});
|
|
605
428
|
})(StageDeclaration = exports.StageDeclaration || (exports.StageDeclaration = {}));
|
|
606
429
|
var PipelineDeclaration;
|
|
607
430
|
(function (PipelineDeclaration) {
|
|
608
|
-
/**
|
|
609
|
-
* @internal
|
|
610
|
-
*/
|
|
611
431
|
PipelineDeclaration.filterSensitiveLog = (obj) => ({
|
|
612
432
|
...obj,
|
|
613
433
|
});
|
|
614
434
|
})(PipelineDeclaration = exports.PipelineDeclaration || (exports.PipelineDeclaration = {}));
|
|
615
435
|
var CreatePipelineInput;
|
|
616
436
|
(function (CreatePipelineInput) {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
437
|
CreatePipelineInput.filterSensitiveLog = (obj) => ({
|
|
621
438
|
...obj,
|
|
622
439
|
});
|
|
623
440
|
})(CreatePipelineInput = exports.CreatePipelineInput || (exports.CreatePipelineInput = {}));
|
|
624
441
|
var CreatePipelineOutput;
|
|
625
442
|
(function (CreatePipelineOutput) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
443
|
CreatePipelineOutput.filterSensitiveLog = (obj) => ({
|
|
630
444
|
...obj,
|
|
631
445
|
});
|
|
632
446
|
})(CreatePipelineOutput = exports.CreatePipelineOutput || (exports.CreatePipelineOutput = {}));
|
|
633
447
|
var InvalidActionDeclarationException;
|
|
634
448
|
(function (InvalidActionDeclarationException) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
449
|
InvalidActionDeclarationException.filterSensitiveLog = (obj) => ({
|
|
639
450
|
...obj,
|
|
640
451
|
});
|
|
641
452
|
})(InvalidActionDeclarationException = exports.InvalidActionDeclarationException || (exports.InvalidActionDeclarationException = {}));
|
|
642
453
|
var InvalidBlockerDeclarationException;
|
|
643
454
|
(function (InvalidBlockerDeclarationException) {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
455
|
InvalidBlockerDeclarationException.filterSensitiveLog = (obj) => ({
|
|
648
456
|
...obj,
|
|
649
457
|
});
|
|
650
458
|
})(InvalidBlockerDeclarationException = exports.InvalidBlockerDeclarationException || (exports.InvalidBlockerDeclarationException = {}));
|
|
651
459
|
var InvalidStageDeclarationException;
|
|
652
460
|
(function (InvalidStageDeclarationException) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
461
|
InvalidStageDeclarationException.filterSensitiveLog = (obj) => ({
|
|
657
462
|
...obj,
|
|
658
463
|
});
|
|
659
464
|
})(InvalidStageDeclarationException = exports.InvalidStageDeclarationException || (exports.InvalidStageDeclarationException = {}));
|
|
660
465
|
var InvalidStructureException;
|
|
661
466
|
(function (InvalidStructureException) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
467
|
InvalidStructureException.filterSensitiveLog = (obj) => ({
|
|
666
468
|
...obj,
|
|
667
469
|
});
|
|
668
470
|
})(InvalidStructureException = exports.InvalidStructureException || (exports.InvalidStructureException = {}));
|
|
669
471
|
var PipelineNameInUseException;
|
|
670
472
|
(function (PipelineNameInUseException) {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
473
|
PipelineNameInUseException.filterSensitiveLog = (obj) => ({
|
|
675
474
|
...obj,
|
|
676
475
|
});
|
|
677
476
|
})(PipelineNameInUseException = exports.PipelineNameInUseException || (exports.PipelineNameInUseException = {}));
|
|
678
477
|
var DeleteCustomActionTypeInput;
|
|
679
478
|
(function (DeleteCustomActionTypeInput) {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
479
|
DeleteCustomActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
684
480
|
...obj,
|
|
685
481
|
});
|
|
686
482
|
})(DeleteCustomActionTypeInput = exports.DeleteCustomActionTypeInput || (exports.DeleteCustomActionTypeInput = {}));
|
|
687
483
|
var DeletePipelineInput;
|
|
688
484
|
(function (DeletePipelineInput) {
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
692
485
|
DeletePipelineInput.filterSensitiveLog = (obj) => ({
|
|
693
486
|
...obj,
|
|
694
487
|
});
|
|
695
488
|
})(DeletePipelineInput = exports.DeletePipelineInput || (exports.DeletePipelineInput = {}));
|
|
696
489
|
var DeleteWebhookInput;
|
|
697
490
|
(function (DeleteWebhookInput) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
491
|
DeleteWebhookInput.filterSensitiveLog = (obj) => ({
|
|
702
492
|
...obj,
|
|
703
493
|
});
|
|
704
494
|
})(DeleteWebhookInput = exports.DeleteWebhookInput || (exports.DeleteWebhookInput = {}));
|
|
705
495
|
var DeleteWebhookOutput;
|
|
706
496
|
(function (DeleteWebhookOutput) {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
497
|
DeleteWebhookOutput.filterSensitiveLog = (obj) => ({
|
|
711
498
|
...obj,
|
|
712
499
|
});
|
|
713
500
|
})(DeleteWebhookOutput = exports.DeleteWebhookOutput || (exports.DeleteWebhookOutput = {}));
|
|
714
501
|
var DeregisterWebhookWithThirdPartyInput;
|
|
715
502
|
(function (DeregisterWebhookWithThirdPartyInput) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
503
|
DeregisterWebhookWithThirdPartyInput.filterSensitiveLog = (obj) => ({
|
|
720
504
|
...obj,
|
|
721
505
|
});
|
|
722
506
|
})(DeregisterWebhookWithThirdPartyInput = exports.DeregisterWebhookWithThirdPartyInput || (exports.DeregisterWebhookWithThirdPartyInput = {}));
|
|
723
507
|
var DeregisterWebhookWithThirdPartyOutput;
|
|
724
508
|
(function (DeregisterWebhookWithThirdPartyOutput) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
509
|
DeregisterWebhookWithThirdPartyOutput.filterSensitiveLog = (obj) => ({
|
|
729
510
|
...obj,
|
|
730
511
|
});
|
|
731
512
|
})(DeregisterWebhookWithThirdPartyOutput = exports.DeregisterWebhookWithThirdPartyOutput || (exports.DeregisterWebhookWithThirdPartyOutput = {}));
|
|
732
513
|
var WebhookNotFoundException;
|
|
733
514
|
(function (WebhookNotFoundException) {
|
|
734
|
-
/**
|
|
735
|
-
* @internal
|
|
736
|
-
*/
|
|
737
515
|
WebhookNotFoundException.filterSensitiveLog = (obj) => ({
|
|
738
516
|
...obj,
|
|
739
517
|
});
|
|
@@ -745,90 +523,60 @@ var StageTransitionType;
|
|
|
745
523
|
})(StageTransitionType = exports.StageTransitionType || (exports.StageTransitionType = {}));
|
|
746
524
|
var DisableStageTransitionInput;
|
|
747
525
|
(function (DisableStageTransitionInput) {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
526
|
DisableStageTransitionInput.filterSensitiveLog = (obj) => ({
|
|
752
527
|
...obj,
|
|
753
528
|
});
|
|
754
529
|
})(DisableStageTransitionInput = exports.DisableStageTransitionInput || (exports.DisableStageTransitionInput = {}));
|
|
755
530
|
var PipelineNotFoundException;
|
|
756
531
|
(function (PipelineNotFoundException) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
532
|
PipelineNotFoundException.filterSensitiveLog = (obj) => ({
|
|
761
533
|
...obj,
|
|
762
534
|
});
|
|
763
535
|
})(PipelineNotFoundException = exports.PipelineNotFoundException || (exports.PipelineNotFoundException = {}));
|
|
764
536
|
var StageNotFoundException;
|
|
765
537
|
(function (StageNotFoundException) {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
538
|
StageNotFoundException.filterSensitiveLog = (obj) => ({
|
|
770
539
|
...obj,
|
|
771
540
|
});
|
|
772
541
|
})(StageNotFoundException = exports.StageNotFoundException || (exports.StageNotFoundException = {}));
|
|
773
542
|
var EnableStageTransitionInput;
|
|
774
543
|
(function (EnableStageTransitionInput) {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
544
|
EnableStageTransitionInput.filterSensitiveLog = (obj) => ({
|
|
779
545
|
...obj,
|
|
780
546
|
});
|
|
781
547
|
})(EnableStageTransitionInput = exports.EnableStageTransitionInput || (exports.EnableStageTransitionInput = {}));
|
|
782
548
|
var GetActionTypeInput;
|
|
783
549
|
(function (GetActionTypeInput) {
|
|
784
|
-
/**
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
787
550
|
GetActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
788
551
|
...obj,
|
|
789
552
|
});
|
|
790
553
|
})(GetActionTypeInput = exports.GetActionTypeInput || (exports.GetActionTypeInput = {}));
|
|
791
554
|
var GetActionTypeOutput;
|
|
792
555
|
(function (GetActionTypeOutput) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
556
|
GetActionTypeOutput.filterSensitiveLog = (obj) => ({
|
|
797
557
|
...obj,
|
|
798
558
|
});
|
|
799
559
|
})(GetActionTypeOutput = exports.GetActionTypeOutput || (exports.GetActionTypeOutput = {}));
|
|
800
560
|
var GetJobDetailsInput;
|
|
801
561
|
(function (GetJobDetailsInput) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
562
|
GetJobDetailsInput.filterSensitiveLog = (obj) => ({
|
|
806
563
|
...obj,
|
|
807
564
|
});
|
|
808
565
|
})(GetJobDetailsInput = exports.GetJobDetailsInput || (exports.GetJobDetailsInput = {}));
|
|
809
566
|
var StageContext;
|
|
810
567
|
(function (StageContext) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
568
|
StageContext.filterSensitiveLog = (obj) => ({
|
|
815
569
|
...obj,
|
|
816
570
|
});
|
|
817
571
|
})(StageContext = exports.StageContext || (exports.StageContext = {}));
|
|
818
572
|
var PipelineContext;
|
|
819
573
|
(function (PipelineContext) {
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
*/
|
|
823
574
|
PipelineContext.filterSensitiveLog = (obj) => ({
|
|
824
575
|
...obj,
|
|
825
576
|
});
|
|
826
577
|
})(PipelineContext = exports.PipelineContext || (exports.PipelineContext = {}));
|
|
827
578
|
var JobData;
|
|
828
579
|
(function (JobData) {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
580
|
JobData.filterSensitiveLog = (obj) => ({
|
|
833
581
|
...obj,
|
|
834
582
|
...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -836,9 +584,6 @@ var JobData;
|
|
|
836
584
|
})(JobData = exports.JobData || (exports.JobData = {}));
|
|
837
585
|
var JobDetails;
|
|
838
586
|
(function (JobDetails) {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
587
|
JobDetails.filterSensitiveLog = (obj) => ({
|
|
843
588
|
...obj,
|
|
844
589
|
...(obj.data && { data: JobData.filterSensitiveLog(obj.data) }),
|
|
@@ -846,9 +591,6 @@ var JobDetails;
|
|
|
846
591
|
})(JobDetails = exports.JobDetails || (exports.JobDetails = {}));
|
|
847
592
|
var GetJobDetailsOutput;
|
|
848
593
|
(function (GetJobDetailsOutput) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
594
|
GetJobDetailsOutput.filterSensitiveLog = (obj) => ({
|
|
853
595
|
...obj,
|
|
854
596
|
...(obj.jobDetails && { jobDetails: JobDetails.filterSensitiveLog(obj.jobDetails) }),
|
|
@@ -856,45 +598,30 @@ var GetJobDetailsOutput;
|
|
|
856
598
|
})(GetJobDetailsOutput = exports.GetJobDetailsOutput || (exports.GetJobDetailsOutput = {}));
|
|
857
599
|
var GetPipelineInput;
|
|
858
600
|
(function (GetPipelineInput) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
601
|
GetPipelineInput.filterSensitiveLog = (obj) => ({
|
|
863
602
|
...obj,
|
|
864
603
|
});
|
|
865
604
|
})(GetPipelineInput = exports.GetPipelineInput || (exports.GetPipelineInput = {}));
|
|
866
605
|
var PipelineMetadata;
|
|
867
606
|
(function (PipelineMetadata) {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
607
|
PipelineMetadata.filterSensitiveLog = (obj) => ({
|
|
872
608
|
...obj,
|
|
873
609
|
});
|
|
874
610
|
})(PipelineMetadata = exports.PipelineMetadata || (exports.PipelineMetadata = {}));
|
|
875
611
|
var GetPipelineOutput;
|
|
876
612
|
(function (GetPipelineOutput) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
613
|
GetPipelineOutput.filterSensitiveLog = (obj) => ({
|
|
881
614
|
...obj,
|
|
882
615
|
});
|
|
883
616
|
})(GetPipelineOutput = exports.GetPipelineOutput || (exports.GetPipelineOutput = {}));
|
|
884
617
|
var PipelineVersionNotFoundException;
|
|
885
618
|
(function (PipelineVersionNotFoundException) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
619
|
PipelineVersionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
890
620
|
...obj,
|
|
891
621
|
});
|
|
892
622
|
})(PipelineVersionNotFoundException = exports.PipelineVersionNotFoundException || (exports.PipelineVersionNotFoundException = {}));
|
|
893
623
|
var GetPipelineExecutionInput;
|
|
894
624
|
(function (GetPipelineExecutionInput) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
625
|
GetPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
899
626
|
...obj,
|
|
900
627
|
});
|
|
@@ -911,36 +638,24 @@ var PipelineExecutionStatus;
|
|
|
911
638
|
})(PipelineExecutionStatus = exports.PipelineExecutionStatus || (exports.PipelineExecutionStatus = {}));
|
|
912
639
|
var PipelineExecution;
|
|
913
640
|
(function (PipelineExecution) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
641
|
PipelineExecution.filterSensitiveLog = (obj) => ({
|
|
918
642
|
...obj,
|
|
919
643
|
});
|
|
920
644
|
})(PipelineExecution = exports.PipelineExecution || (exports.PipelineExecution = {}));
|
|
921
645
|
var GetPipelineExecutionOutput;
|
|
922
646
|
(function (GetPipelineExecutionOutput) {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
647
|
GetPipelineExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
927
648
|
...obj,
|
|
928
649
|
});
|
|
929
650
|
})(GetPipelineExecutionOutput = exports.GetPipelineExecutionOutput || (exports.GetPipelineExecutionOutput = {}));
|
|
930
651
|
var PipelineExecutionNotFoundException;
|
|
931
652
|
(function (PipelineExecutionNotFoundException) {
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
653
|
PipelineExecutionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
936
654
|
...obj,
|
|
937
655
|
});
|
|
938
656
|
})(PipelineExecutionNotFoundException = exports.PipelineExecutionNotFoundException || (exports.PipelineExecutionNotFoundException = {}));
|
|
939
657
|
var GetPipelineStateInput;
|
|
940
658
|
(function (GetPipelineStateInput) {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
659
|
GetPipelineStateInput.filterSensitiveLog = (obj) => ({
|
|
945
660
|
...obj,
|
|
946
661
|
});
|
|
@@ -956,54 +671,36 @@ var StageExecutionStatus;
|
|
|
956
671
|
})(StageExecutionStatus = exports.StageExecutionStatus || (exports.StageExecutionStatus = {}));
|
|
957
672
|
var StageExecution;
|
|
958
673
|
(function (StageExecution) {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
674
|
StageExecution.filterSensitiveLog = (obj) => ({
|
|
963
675
|
...obj,
|
|
964
676
|
});
|
|
965
677
|
})(StageExecution = exports.StageExecution || (exports.StageExecution = {}));
|
|
966
678
|
var TransitionState;
|
|
967
679
|
(function (TransitionState) {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
680
|
TransitionState.filterSensitiveLog = (obj) => ({
|
|
972
681
|
...obj,
|
|
973
682
|
});
|
|
974
683
|
})(TransitionState = exports.TransitionState || (exports.TransitionState = {}));
|
|
975
684
|
var StageState;
|
|
976
685
|
(function (StageState) {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
686
|
StageState.filterSensitiveLog = (obj) => ({
|
|
981
687
|
...obj,
|
|
982
688
|
});
|
|
983
689
|
})(StageState = exports.StageState || (exports.StageState = {}));
|
|
984
690
|
var GetPipelineStateOutput;
|
|
985
691
|
(function (GetPipelineStateOutput) {
|
|
986
|
-
/**
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
989
692
|
GetPipelineStateOutput.filterSensitiveLog = (obj) => ({
|
|
990
693
|
...obj,
|
|
991
694
|
});
|
|
992
695
|
})(GetPipelineStateOutput = exports.GetPipelineStateOutput || (exports.GetPipelineStateOutput = {}));
|
|
993
696
|
var GetThirdPartyJobDetailsInput;
|
|
994
697
|
(function (GetThirdPartyJobDetailsInput) {
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
698
|
GetThirdPartyJobDetailsInput.filterSensitiveLog = (obj) => ({
|
|
999
699
|
...obj,
|
|
1000
700
|
});
|
|
1001
701
|
})(GetThirdPartyJobDetailsInput = exports.GetThirdPartyJobDetailsInput || (exports.GetThirdPartyJobDetailsInput = {}));
|
|
1002
702
|
var ThirdPartyJobData;
|
|
1003
703
|
(function (ThirdPartyJobData) {
|
|
1004
|
-
/**
|
|
1005
|
-
* @internal
|
|
1006
|
-
*/
|
|
1007
704
|
ThirdPartyJobData.filterSensitiveLog = (obj) => ({
|
|
1008
705
|
...obj,
|
|
1009
706
|
...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1011,9 +708,6 @@ var ThirdPartyJobData;
|
|
|
1011
708
|
})(ThirdPartyJobData = exports.ThirdPartyJobData || (exports.ThirdPartyJobData = {}));
|
|
1012
709
|
var ThirdPartyJobDetails;
|
|
1013
710
|
(function (ThirdPartyJobDetails) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
711
|
ThirdPartyJobDetails.filterSensitiveLog = (obj) => ({
|
|
1018
712
|
...obj,
|
|
1019
713
|
...(obj.data && { data: ThirdPartyJobData.filterSensitiveLog(obj.data) }),
|
|
@@ -1021,9 +715,6 @@ var ThirdPartyJobDetails;
|
|
|
1021
715
|
})(ThirdPartyJobDetails = exports.ThirdPartyJobDetails || (exports.ThirdPartyJobDetails = {}));
|
|
1022
716
|
var GetThirdPartyJobDetailsOutput;
|
|
1023
717
|
(function (GetThirdPartyJobDetailsOutput) {
|
|
1024
|
-
/**
|
|
1025
|
-
* @internal
|
|
1026
|
-
*/
|
|
1027
718
|
GetThirdPartyJobDetailsOutput.filterSensitiveLog = (obj) => ({
|
|
1028
719
|
...obj,
|
|
1029
720
|
...(obj.jobDetails && { jobDetails: ThirdPartyJobDetails.filterSensitiveLog(obj.jobDetails) }),
|
|
@@ -1031,81 +722,54 @@ var GetThirdPartyJobDetailsOutput;
|
|
|
1031
722
|
})(GetThirdPartyJobDetailsOutput = exports.GetThirdPartyJobDetailsOutput || (exports.GetThirdPartyJobDetailsOutput = {}));
|
|
1032
723
|
var InvalidJobException;
|
|
1033
724
|
(function (InvalidJobException) {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
725
|
InvalidJobException.filterSensitiveLog = (obj) => ({
|
|
1038
726
|
...obj,
|
|
1039
727
|
});
|
|
1040
728
|
})(InvalidJobException = exports.InvalidJobException || (exports.InvalidJobException = {}));
|
|
1041
729
|
var InvalidNextTokenException;
|
|
1042
730
|
(function (InvalidNextTokenException) {
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
731
|
InvalidNextTokenException.filterSensitiveLog = (obj) => ({
|
|
1047
732
|
...obj,
|
|
1048
733
|
});
|
|
1049
734
|
})(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
|
|
1050
735
|
var ListActionExecutionsInput;
|
|
1051
736
|
(function (ListActionExecutionsInput) {
|
|
1052
|
-
/**
|
|
1053
|
-
* @internal
|
|
1054
|
-
*/
|
|
1055
737
|
ListActionExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
1056
738
|
...obj,
|
|
1057
739
|
});
|
|
1058
740
|
})(ListActionExecutionsInput = exports.ListActionExecutionsInput || (exports.ListActionExecutionsInput = {}));
|
|
1059
741
|
var ListActionExecutionsOutput;
|
|
1060
742
|
(function (ListActionExecutionsOutput) {
|
|
1061
|
-
/**
|
|
1062
|
-
* @internal
|
|
1063
|
-
*/
|
|
1064
743
|
ListActionExecutionsOutput.filterSensitiveLog = (obj) => ({
|
|
1065
744
|
...obj,
|
|
1066
745
|
});
|
|
1067
746
|
})(ListActionExecutionsOutput = exports.ListActionExecutionsOutput || (exports.ListActionExecutionsOutput = {}));
|
|
1068
747
|
var ListActionTypesInput;
|
|
1069
748
|
(function (ListActionTypesInput) {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
749
|
ListActionTypesInput.filterSensitiveLog = (obj) => ({
|
|
1074
750
|
...obj,
|
|
1075
751
|
});
|
|
1076
752
|
})(ListActionTypesInput = exports.ListActionTypesInput || (exports.ListActionTypesInput = {}));
|
|
1077
753
|
var ListActionTypesOutput;
|
|
1078
754
|
(function (ListActionTypesOutput) {
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
755
|
ListActionTypesOutput.filterSensitiveLog = (obj) => ({
|
|
1083
756
|
...obj,
|
|
1084
757
|
});
|
|
1085
758
|
})(ListActionTypesOutput = exports.ListActionTypesOutput || (exports.ListActionTypesOutput = {}));
|
|
1086
759
|
var ListPipelineExecutionsInput;
|
|
1087
760
|
(function (ListPipelineExecutionsInput) {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
761
|
ListPipelineExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
1092
762
|
...obj,
|
|
1093
763
|
});
|
|
1094
764
|
})(ListPipelineExecutionsInput = exports.ListPipelineExecutionsInput || (exports.ListPipelineExecutionsInput = {}));
|
|
1095
765
|
var SourceRevision;
|
|
1096
766
|
(function (SourceRevision) {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
767
|
SourceRevision.filterSensitiveLog = (obj) => ({
|
|
1101
768
|
...obj,
|
|
1102
769
|
});
|
|
1103
770
|
})(SourceRevision = exports.SourceRevision || (exports.SourceRevision = {}));
|
|
1104
771
|
var StopExecutionTrigger;
|
|
1105
772
|
(function (StopExecutionTrigger) {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
773
|
StopExecutionTrigger.filterSensitiveLog = (obj) => ({
|
|
1110
774
|
...obj,
|
|
1111
775
|
});
|
|
@@ -1121,99 +785,66 @@ var TriggerType;
|
|
|
1121
785
|
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));
|
|
1122
786
|
var ExecutionTrigger;
|
|
1123
787
|
(function (ExecutionTrigger) {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
788
|
ExecutionTrigger.filterSensitiveLog = (obj) => ({
|
|
1128
789
|
...obj,
|
|
1129
790
|
});
|
|
1130
791
|
})(ExecutionTrigger = exports.ExecutionTrigger || (exports.ExecutionTrigger = {}));
|
|
1131
792
|
var PipelineExecutionSummary;
|
|
1132
793
|
(function (PipelineExecutionSummary) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
794
|
PipelineExecutionSummary.filterSensitiveLog = (obj) => ({
|
|
1137
795
|
...obj,
|
|
1138
796
|
});
|
|
1139
797
|
})(PipelineExecutionSummary = exports.PipelineExecutionSummary || (exports.PipelineExecutionSummary = {}));
|
|
1140
798
|
var ListPipelineExecutionsOutput;
|
|
1141
799
|
(function (ListPipelineExecutionsOutput) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
800
|
ListPipelineExecutionsOutput.filterSensitiveLog = (obj) => ({
|
|
1146
801
|
...obj,
|
|
1147
802
|
});
|
|
1148
803
|
})(ListPipelineExecutionsOutput = exports.ListPipelineExecutionsOutput || (exports.ListPipelineExecutionsOutput = {}));
|
|
1149
804
|
var ListPipelinesInput;
|
|
1150
805
|
(function (ListPipelinesInput) {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
806
|
ListPipelinesInput.filterSensitiveLog = (obj) => ({
|
|
1155
807
|
...obj,
|
|
1156
808
|
});
|
|
1157
809
|
})(ListPipelinesInput = exports.ListPipelinesInput || (exports.ListPipelinesInput = {}));
|
|
1158
810
|
var PipelineSummary;
|
|
1159
811
|
(function (PipelineSummary) {
|
|
1160
|
-
/**
|
|
1161
|
-
* @internal
|
|
1162
|
-
*/
|
|
1163
812
|
PipelineSummary.filterSensitiveLog = (obj) => ({
|
|
1164
813
|
...obj,
|
|
1165
814
|
});
|
|
1166
815
|
})(PipelineSummary = exports.PipelineSummary || (exports.PipelineSummary = {}));
|
|
1167
816
|
var ListPipelinesOutput;
|
|
1168
817
|
(function (ListPipelinesOutput) {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
818
|
ListPipelinesOutput.filterSensitiveLog = (obj) => ({
|
|
1173
819
|
...obj,
|
|
1174
820
|
});
|
|
1175
821
|
})(ListPipelinesOutput = exports.ListPipelinesOutput || (exports.ListPipelinesOutput = {}));
|
|
1176
822
|
var InvalidArnException;
|
|
1177
823
|
(function (InvalidArnException) {
|
|
1178
|
-
/**
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
1181
824
|
InvalidArnException.filterSensitiveLog = (obj) => ({
|
|
1182
825
|
...obj,
|
|
1183
826
|
});
|
|
1184
827
|
})(InvalidArnException = exports.InvalidArnException || (exports.InvalidArnException = {}));
|
|
1185
828
|
var ListTagsForResourceInput;
|
|
1186
829
|
(function (ListTagsForResourceInput) {
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
830
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
1191
831
|
...obj,
|
|
1192
832
|
});
|
|
1193
833
|
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
1194
834
|
var ListTagsForResourceOutput;
|
|
1195
835
|
(function (ListTagsForResourceOutput) {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
836
|
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1200
837
|
...obj,
|
|
1201
838
|
});
|
|
1202
839
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
1203
840
|
var ResourceNotFoundException;
|
|
1204
841
|
(function (ResourceNotFoundException) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
842
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1209
843
|
...obj,
|
|
1210
844
|
});
|
|
1211
845
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
1212
846
|
var ListWebhooksInput;
|
|
1213
847
|
(function (ListWebhooksInput) {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
848
|
ListWebhooksInput.filterSensitiveLog = (obj) => ({
|
|
1218
849
|
...obj,
|
|
1219
850
|
});
|
|
@@ -1226,63 +857,42 @@ var WebhookAuthenticationType;
|
|
|
1226
857
|
})(WebhookAuthenticationType = exports.WebhookAuthenticationType || (exports.WebhookAuthenticationType = {}));
|
|
1227
858
|
var WebhookAuthConfiguration;
|
|
1228
859
|
(function (WebhookAuthConfiguration) {
|
|
1229
|
-
/**
|
|
1230
|
-
* @internal
|
|
1231
|
-
*/
|
|
1232
860
|
WebhookAuthConfiguration.filterSensitiveLog = (obj) => ({
|
|
1233
861
|
...obj,
|
|
1234
862
|
});
|
|
1235
863
|
})(WebhookAuthConfiguration = exports.WebhookAuthConfiguration || (exports.WebhookAuthConfiguration = {}));
|
|
1236
864
|
var WebhookFilterRule;
|
|
1237
865
|
(function (WebhookFilterRule) {
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
866
|
WebhookFilterRule.filterSensitiveLog = (obj) => ({
|
|
1242
867
|
...obj,
|
|
1243
868
|
});
|
|
1244
869
|
})(WebhookFilterRule = exports.WebhookFilterRule || (exports.WebhookFilterRule = {}));
|
|
1245
870
|
var WebhookDefinition;
|
|
1246
871
|
(function (WebhookDefinition) {
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
872
|
WebhookDefinition.filterSensitiveLog = (obj) => ({
|
|
1251
873
|
...obj,
|
|
1252
874
|
});
|
|
1253
875
|
})(WebhookDefinition = exports.WebhookDefinition || (exports.WebhookDefinition = {}));
|
|
1254
876
|
var ListWebhookItem;
|
|
1255
877
|
(function (ListWebhookItem) {
|
|
1256
|
-
/**
|
|
1257
|
-
* @internal
|
|
1258
|
-
*/
|
|
1259
878
|
ListWebhookItem.filterSensitiveLog = (obj) => ({
|
|
1260
879
|
...obj,
|
|
1261
880
|
});
|
|
1262
881
|
})(ListWebhookItem = exports.ListWebhookItem || (exports.ListWebhookItem = {}));
|
|
1263
882
|
var ListWebhooksOutput;
|
|
1264
883
|
(function (ListWebhooksOutput) {
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
884
|
ListWebhooksOutput.filterSensitiveLog = (obj) => ({
|
|
1269
885
|
...obj,
|
|
1270
886
|
});
|
|
1271
887
|
})(ListWebhooksOutput = exports.ListWebhooksOutput || (exports.ListWebhooksOutput = {}));
|
|
1272
888
|
var PollForJobsInput;
|
|
1273
889
|
(function (PollForJobsInput) {
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
890
|
PollForJobsInput.filterSensitiveLog = (obj) => ({
|
|
1278
891
|
...obj,
|
|
1279
892
|
});
|
|
1280
893
|
})(PollForJobsInput = exports.PollForJobsInput || (exports.PollForJobsInput = {}));
|
|
1281
894
|
var Job;
|
|
1282
895
|
(function (Job) {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
896
|
Job.filterSensitiveLog = (obj) => ({
|
|
1287
897
|
...obj,
|
|
1288
898
|
...(obj.data && { data: JobData.filterSensitiveLog(obj.data) }),
|
|
@@ -1290,9 +900,6 @@ var Job;
|
|
|
1290
900
|
})(Job = exports.Job || (exports.Job = {}));
|
|
1291
901
|
var PollForJobsOutput;
|
|
1292
902
|
(function (PollForJobsOutput) {
|
|
1293
|
-
/**
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
1296
903
|
PollForJobsOutput.filterSensitiveLog = (obj) => ({
|
|
1297
904
|
...obj,
|
|
1298
905
|
...(obj.jobs && { jobs: obj.jobs.map((item) => Job.filterSensitiveLog(item)) }),
|
|
@@ -1300,81 +907,54 @@ var PollForJobsOutput;
|
|
|
1300
907
|
})(PollForJobsOutput = exports.PollForJobsOutput || (exports.PollForJobsOutput = {}));
|
|
1301
908
|
var PollForThirdPartyJobsInput;
|
|
1302
909
|
(function (PollForThirdPartyJobsInput) {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
910
|
PollForThirdPartyJobsInput.filterSensitiveLog = (obj) => ({
|
|
1307
911
|
...obj,
|
|
1308
912
|
});
|
|
1309
913
|
})(PollForThirdPartyJobsInput = exports.PollForThirdPartyJobsInput || (exports.PollForThirdPartyJobsInput = {}));
|
|
1310
914
|
var ThirdPartyJob;
|
|
1311
915
|
(function (ThirdPartyJob) {
|
|
1312
|
-
/**
|
|
1313
|
-
* @internal
|
|
1314
|
-
*/
|
|
1315
916
|
ThirdPartyJob.filterSensitiveLog = (obj) => ({
|
|
1316
917
|
...obj,
|
|
1317
918
|
});
|
|
1318
919
|
})(ThirdPartyJob = exports.ThirdPartyJob || (exports.ThirdPartyJob = {}));
|
|
1319
920
|
var PollForThirdPartyJobsOutput;
|
|
1320
921
|
(function (PollForThirdPartyJobsOutput) {
|
|
1321
|
-
/**
|
|
1322
|
-
* @internal
|
|
1323
|
-
*/
|
|
1324
922
|
PollForThirdPartyJobsOutput.filterSensitiveLog = (obj) => ({
|
|
1325
923
|
...obj,
|
|
1326
924
|
});
|
|
1327
925
|
})(PollForThirdPartyJobsOutput = exports.PollForThirdPartyJobsOutput || (exports.PollForThirdPartyJobsOutput = {}));
|
|
1328
926
|
var PutActionRevisionInput;
|
|
1329
927
|
(function (PutActionRevisionInput) {
|
|
1330
|
-
/**
|
|
1331
|
-
* @internal
|
|
1332
|
-
*/
|
|
1333
928
|
PutActionRevisionInput.filterSensitiveLog = (obj) => ({
|
|
1334
929
|
...obj,
|
|
1335
930
|
});
|
|
1336
931
|
})(PutActionRevisionInput = exports.PutActionRevisionInput || (exports.PutActionRevisionInput = {}));
|
|
1337
932
|
var PutActionRevisionOutput;
|
|
1338
933
|
(function (PutActionRevisionOutput) {
|
|
1339
|
-
/**
|
|
1340
|
-
* @internal
|
|
1341
|
-
*/
|
|
1342
934
|
PutActionRevisionOutput.filterSensitiveLog = (obj) => ({
|
|
1343
935
|
...obj,
|
|
1344
936
|
});
|
|
1345
937
|
})(PutActionRevisionOutput = exports.PutActionRevisionOutput || (exports.PutActionRevisionOutput = {}));
|
|
1346
938
|
var InvalidApprovalTokenException;
|
|
1347
939
|
(function (InvalidApprovalTokenException) {
|
|
1348
|
-
/**
|
|
1349
|
-
* @internal
|
|
1350
|
-
*/
|
|
1351
940
|
InvalidApprovalTokenException.filterSensitiveLog = (obj) => ({
|
|
1352
941
|
...obj,
|
|
1353
942
|
});
|
|
1354
943
|
})(InvalidApprovalTokenException = exports.InvalidApprovalTokenException || (exports.InvalidApprovalTokenException = {}));
|
|
1355
944
|
var PutApprovalResultInput;
|
|
1356
945
|
(function (PutApprovalResultInput) {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
946
|
PutApprovalResultInput.filterSensitiveLog = (obj) => ({
|
|
1361
947
|
...obj,
|
|
1362
948
|
});
|
|
1363
949
|
})(PutApprovalResultInput = exports.PutApprovalResultInput || (exports.PutApprovalResultInput = {}));
|
|
1364
950
|
var PutApprovalResultOutput;
|
|
1365
951
|
(function (PutApprovalResultOutput) {
|
|
1366
|
-
/**
|
|
1367
|
-
* @internal
|
|
1368
|
-
*/
|
|
1369
952
|
PutApprovalResultOutput.filterSensitiveLog = (obj) => ({
|
|
1370
953
|
...obj,
|
|
1371
954
|
});
|
|
1372
955
|
})(PutApprovalResultOutput = exports.PutApprovalResultOutput || (exports.PutApprovalResultOutput = {}));
|
|
1373
956
|
var InvalidJobStateException;
|
|
1374
957
|
(function (InvalidJobStateException) {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
958
|
InvalidJobStateException.filterSensitiveLog = (obj) => ({
|
|
1379
959
|
...obj,
|
|
1380
960
|
});
|
|
@@ -1390,144 +970,96 @@ var FailureType;
|
|
|
1390
970
|
})(FailureType = exports.FailureType || (exports.FailureType = {}));
|
|
1391
971
|
var FailureDetails;
|
|
1392
972
|
(function (FailureDetails) {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
973
|
FailureDetails.filterSensitiveLog = (obj) => ({
|
|
1397
974
|
...obj,
|
|
1398
975
|
});
|
|
1399
976
|
})(FailureDetails = exports.FailureDetails || (exports.FailureDetails = {}));
|
|
1400
977
|
var PutJobFailureResultInput;
|
|
1401
978
|
(function (PutJobFailureResultInput) {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
979
|
PutJobFailureResultInput.filterSensitiveLog = (obj) => ({
|
|
1406
980
|
...obj,
|
|
1407
981
|
});
|
|
1408
982
|
})(PutJobFailureResultInput = exports.PutJobFailureResultInput || (exports.PutJobFailureResultInput = {}));
|
|
1409
983
|
var OutputVariablesSizeExceededException;
|
|
1410
984
|
(function (OutputVariablesSizeExceededException) {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
985
|
OutputVariablesSizeExceededException.filterSensitiveLog = (obj) => ({
|
|
1415
986
|
...obj,
|
|
1416
987
|
});
|
|
1417
988
|
})(OutputVariablesSizeExceededException = exports.OutputVariablesSizeExceededException || (exports.OutputVariablesSizeExceededException = {}));
|
|
1418
989
|
var CurrentRevision;
|
|
1419
990
|
(function (CurrentRevision) {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
991
|
CurrentRevision.filterSensitiveLog = (obj) => ({
|
|
1424
992
|
...obj,
|
|
1425
993
|
});
|
|
1426
994
|
})(CurrentRevision = exports.CurrentRevision || (exports.CurrentRevision = {}));
|
|
1427
995
|
var ExecutionDetails;
|
|
1428
996
|
(function (ExecutionDetails) {
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
997
|
ExecutionDetails.filterSensitiveLog = (obj) => ({
|
|
1433
998
|
...obj,
|
|
1434
999
|
});
|
|
1435
1000
|
})(ExecutionDetails = exports.ExecutionDetails || (exports.ExecutionDetails = {}));
|
|
1436
1001
|
var PutJobSuccessResultInput;
|
|
1437
1002
|
(function (PutJobSuccessResultInput) {
|
|
1438
|
-
/**
|
|
1439
|
-
* @internal
|
|
1440
|
-
*/
|
|
1441
1003
|
PutJobSuccessResultInput.filterSensitiveLog = (obj) => ({
|
|
1442
1004
|
...obj,
|
|
1443
1005
|
});
|
|
1444
1006
|
})(PutJobSuccessResultInput = exports.PutJobSuccessResultInput || (exports.PutJobSuccessResultInput = {}));
|
|
1445
1007
|
var PutThirdPartyJobFailureResultInput;
|
|
1446
1008
|
(function (PutThirdPartyJobFailureResultInput) {
|
|
1447
|
-
/**
|
|
1448
|
-
* @internal
|
|
1449
|
-
*/
|
|
1450
1009
|
PutThirdPartyJobFailureResultInput.filterSensitiveLog = (obj) => ({
|
|
1451
1010
|
...obj,
|
|
1452
1011
|
});
|
|
1453
1012
|
})(PutThirdPartyJobFailureResultInput = exports.PutThirdPartyJobFailureResultInput || (exports.PutThirdPartyJobFailureResultInput = {}));
|
|
1454
1013
|
var PutThirdPartyJobSuccessResultInput;
|
|
1455
1014
|
(function (PutThirdPartyJobSuccessResultInput) {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
1015
|
PutThirdPartyJobSuccessResultInput.filterSensitiveLog = (obj) => ({
|
|
1460
1016
|
...obj,
|
|
1461
1017
|
});
|
|
1462
1018
|
})(PutThirdPartyJobSuccessResultInput = exports.PutThirdPartyJobSuccessResultInput || (exports.PutThirdPartyJobSuccessResultInput = {}));
|
|
1463
1019
|
var InvalidWebhookAuthenticationParametersException;
|
|
1464
1020
|
(function (InvalidWebhookAuthenticationParametersException) {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
1021
|
InvalidWebhookAuthenticationParametersException.filterSensitiveLog = (obj) => ({
|
|
1469
1022
|
...obj,
|
|
1470
1023
|
});
|
|
1471
1024
|
})(InvalidWebhookAuthenticationParametersException = exports.InvalidWebhookAuthenticationParametersException || (exports.InvalidWebhookAuthenticationParametersException = {}));
|
|
1472
1025
|
var InvalidWebhookFilterPatternException;
|
|
1473
1026
|
(function (InvalidWebhookFilterPatternException) {
|
|
1474
|
-
/**
|
|
1475
|
-
* @internal
|
|
1476
|
-
*/
|
|
1477
1027
|
InvalidWebhookFilterPatternException.filterSensitiveLog = (obj) => ({
|
|
1478
1028
|
...obj,
|
|
1479
1029
|
});
|
|
1480
1030
|
})(InvalidWebhookFilterPatternException = exports.InvalidWebhookFilterPatternException || (exports.InvalidWebhookFilterPatternException = {}));
|
|
1481
1031
|
var PutWebhookInput;
|
|
1482
1032
|
(function (PutWebhookInput) {
|
|
1483
|
-
/**
|
|
1484
|
-
* @internal
|
|
1485
|
-
*/
|
|
1486
1033
|
PutWebhookInput.filterSensitiveLog = (obj) => ({
|
|
1487
1034
|
...obj,
|
|
1488
1035
|
});
|
|
1489
1036
|
})(PutWebhookInput = exports.PutWebhookInput || (exports.PutWebhookInput = {}));
|
|
1490
1037
|
var PutWebhookOutput;
|
|
1491
1038
|
(function (PutWebhookOutput) {
|
|
1492
|
-
/**
|
|
1493
|
-
* @internal
|
|
1494
|
-
*/
|
|
1495
1039
|
PutWebhookOutput.filterSensitiveLog = (obj) => ({
|
|
1496
1040
|
...obj,
|
|
1497
1041
|
});
|
|
1498
1042
|
})(PutWebhookOutput = exports.PutWebhookOutput || (exports.PutWebhookOutput = {}));
|
|
1499
1043
|
var RegisterWebhookWithThirdPartyInput;
|
|
1500
1044
|
(function (RegisterWebhookWithThirdPartyInput) {
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
1504
1045
|
RegisterWebhookWithThirdPartyInput.filterSensitiveLog = (obj) => ({
|
|
1505
1046
|
...obj,
|
|
1506
1047
|
});
|
|
1507
1048
|
})(RegisterWebhookWithThirdPartyInput = exports.RegisterWebhookWithThirdPartyInput || (exports.RegisterWebhookWithThirdPartyInput = {}));
|
|
1508
1049
|
var RegisterWebhookWithThirdPartyOutput;
|
|
1509
1050
|
(function (RegisterWebhookWithThirdPartyOutput) {
|
|
1510
|
-
/**
|
|
1511
|
-
* @internal
|
|
1512
|
-
*/
|
|
1513
1051
|
RegisterWebhookWithThirdPartyOutput.filterSensitiveLog = (obj) => ({
|
|
1514
1052
|
...obj,
|
|
1515
1053
|
});
|
|
1516
1054
|
})(RegisterWebhookWithThirdPartyOutput = exports.RegisterWebhookWithThirdPartyOutput || (exports.RegisterWebhookWithThirdPartyOutput = {}));
|
|
1517
1055
|
var ConflictException;
|
|
1518
1056
|
(function (ConflictException) {
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
*/
|
|
1522
1057
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
1523
1058
|
...obj,
|
|
1524
1059
|
});
|
|
1525
1060
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
1526
1061
|
var NotLatestPipelineExecutionException;
|
|
1527
1062
|
(function (NotLatestPipelineExecutionException) {
|
|
1528
|
-
/**
|
|
1529
|
-
* @internal
|
|
1530
|
-
*/
|
|
1531
1063
|
NotLatestPipelineExecutionException.filterSensitiveLog = (obj) => ({
|
|
1532
1064
|
...obj,
|
|
1533
1065
|
});
|
|
@@ -1538,155 +1070,103 @@ var StageRetryMode;
|
|
|
1538
1070
|
})(StageRetryMode = exports.StageRetryMode || (exports.StageRetryMode = {}));
|
|
1539
1071
|
var RetryStageExecutionInput;
|
|
1540
1072
|
(function (RetryStageExecutionInput) {
|
|
1541
|
-
/**
|
|
1542
|
-
* @internal
|
|
1543
|
-
*/
|
|
1544
1073
|
RetryStageExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1545
1074
|
...obj,
|
|
1546
1075
|
});
|
|
1547
1076
|
})(RetryStageExecutionInput = exports.RetryStageExecutionInput || (exports.RetryStageExecutionInput = {}));
|
|
1548
1077
|
var RetryStageExecutionOutput;
|
|
1549
1078
|
(function (RetryStageExecutionOutput) {
|
|
1550
|
-
/**
|
|
1551
|
-
* @internal
|
|
1552
|
-
*/
|
|
1553
1079
|
RetryStageExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1554
1080
|
...obj,
|
|
1555
1081
|
});
|
|
1556
1082
|
})(RetryStageExecutionOutput = exports.RetryStageExecutionOutput || (exports.RetryStageExecutionOutput = {}));
|
|
1557
1083
|
var StageNotRetryableException;
|
|
1558
1084
|
(function (StageNotRetryableException) {
|
|
1559
|
-
/**
|
|
1560
|
-
* @internal
|
|
1561
|
-
*/
|
|
1562
1085
|
StageNotRetryableException.filterSensitiveLog = (obj) => ({
|
|
1563
1086
|
...obj,
|
|
1564
1087
|
});
|
|
1565
1088
|
})(StageNotRetryableException = exports.StageNotRetryableException || (exports.StageNotRetryableException = {}));
|
|
1566
1089
|
var StartPipelineExecutionInput;
|
|
1567
1090
|
(function (StartPipelineExecutionInput) {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
1091
|
StartPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1572
1092
|
...obj,
|
|
1573
1093
|
});
|
|
1574
1094
|
})(StartPipelineExecutionInput = exports.StartPipelineExecutionInput || (exports.StartPipelineExecutionInput = {}));
|
|
1575
1095
|
var StartPipelineExecutionOutput;
|
|
1576
1096
|
(function (StartPipelineExecutionOutput) {
|
|
1577
|
-
/**
|
|
1578
|
-
* @internal
|
|
1579
|
-
*/
|
|
1580
1097
|
StartPipelineExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1581
1098
|
...obj,
|
|
1582
1099
|
});
|
|
1583
1100
|
})(StartPipelineExecutionOutput = exports.StartPipelineExecutionOutput || (exports.StartPipelineExecutionOutput = {}));
|
|
1584
1101
|
var DuplicatedStopRequestException;
|
|
1585
1102
|
(function (DuplicatedStopRequestException) {
|
|
1586
|
-
/**
|
|
1587
|
-
* @internal
|
|
1588
|
-
*/
|
|
1589
1103
|
DuplicatedStopRequestException.filterSensitiveLog = (obj) => ({
|
|
1590
1104
|
...obj,
|
|
1591
1105
|
});
|
|
1592
1106
|
})(DuplicatedStopRequestException = exports.DuplicatedStopRequestException || (exports.DuplicatedStopRequestException = {}));
|
|
1593
1107
|
var PipelineExecutionNotStoppableException;
|
|
1594
1108
|
(function (PipelineExecutionNotStoppableException) {
|
|
1595
|
-
/**
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
1598
1109
|
PipelineExecutionNotStoppableException.filterSensitiveLog = (obj) => ({
|
|
1599
1110
|
...obj,
|
|
1600
1111
|
});
|
|
1601
1112
|
})(PipelineExecutionNotStoppableException = exports.PipelineExecutionNotStoppableException || (exports.PipelineExecutionNotStoppableException = {}));
|
|
1602
1113
|
var StopPipelineExecutionInput;
|
|
1603
1114
|
(function (StopPipelineExecutionInput) {
|
|
1604
|
-
/**
|
|
1605
|
-
* @internal
|
|
1606
|
-
*/
|
|
1607
1115
|
StopPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1608
1116
|
...obj,
|
|
1609
1117
|
});
|
|
1610
1118
|
})(StopPipelineExecutionInput = exports.StopPipelineExecutionInput || (exports.StopPipelineExecutionInput = {}));
|
|
1611
1119
|
var StopPipelineExecutionOutput;
|
|
1612
1120
|
(function (StopPipelineExecutionOutput) {
|
|
1613
|
-
/**
|
|
1614
|
-
* @internal
|
|
1615
|
-
*/
|
|
1616
1121
|
StopPipelineExecutionOutput.filterSensitiveLog = (obj) => ({
|
|
1617
1122
|
...obj,
|
|
1618
1123
|
});
|
|
1619
1124
|
})(StopPipelineExecutionOutput = exports.StopPipelineExecutionOutput || (exports.StopPipelineExecutionOutput = {}));
|
|
1620
1125
|
var TagResourceInput;
|
|
1621
1126
|
(function (TagResourceInput) {
|
|
1622
|
-
/**
|
|
1623
|
-
* @internal
|
|
1624
|
-
*/
|
|
1625
1127
|
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1626
1128
|
...obj,
|
|
1627
1129
|
});
|
|
1628
1130
|
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
1629
1131
|
var TagResourceOutput;
|
|
1630
1132
|
(function (TagResourceOutput) {
|
|
1631
|
-
/**
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
1634
1133
|
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1635
1134
|
...obj,
|
|
1636
1135
|
});
|
|
1637
1136
|
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
1638
1137
|
var UntagResourceInput;
|
|
1639
1138
|
(function (UntagResourceInput) {
|
|
1640
|
-
/**
|
|
1641
|
-
* @internal
|
|
1642
|
-
*/
|
|
1643
1139
|
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1644
1140
|
...obj,
|
|
1645
1141
|
});
|
|
1646
1142
|
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
1647
1143
|
var UntagResourceOutput;
|
|
1648
1144
|
(function (UntagResourceOutput) {
|
|
1649
|
-
/**
|
|
1650
|
-
* @internal
|
|
1651
|
-
*/
|
|
1652
1145
|
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1653
1146
|
...obj,
|
|
1654
1147
|
});
|
|
1655
1148
|
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
1656
1149
|
var RequestFailedException;
|
|
1657
1150
|
(function (RequestFailedException) {
|
|
1658
|
-
/**
|
|
1659
|
-
* @internal
|
|
1660
|
-
*/
|
|
1661
1151
|
RequestFailedException.filterSensitiveLog = (obj) => ({
|
|
1662
1152
|
...obj,
|
|
1663
1153
|
});
|
|
1664
1154
|
})(RequestFailedException = exports.RequestFailedException || (exports.RequestFailedException = {}));
|
|
1665
1155
|
var UpdateActionTypeInput;
|
|
1666
1156
|
(function (UpdateActionTypeInput) {
|
|
1667
|
-
/**
|
|
1668
|
-
* @internal
|
|
1669
|
-
*/
|
|
1670
1157
|
UpdateActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
1671
1158
|
...obj,
|
|
1672
1159
|
});
|
|
1673
1160
|
})(UpdateActionTypeInput = exports.UpdateActionTypeInput || (exports.UpdateActionTypeInput = {}));
|
|
1674
1161
|
var UpdatePipelineInput;
|
|
1675
1162
|
(function (UpdatePipelineInput) {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
1163
|
UpdatePipelineInput.filterSensitiveLog = (obj) => ({
|
|
1680
1164
|
...obj,
|
|
1681
1165
|
});
|
|
1682
1166
|
})(UpdatePipelineInput = exports.UpdatePipelineInput || (exports.UpdatePipelineInput = {}));
|
|
1683
1167
|
var UpdatePipelineOutput;
|
|
1684
1168
|
(function (UpdatePipelineOutput) {
|
|
1685
|
-
/**
|
|
1686
|
-
* @internal
|
|
1687
|
-
*/
|
|
1688
1169
|
UpdatePipelineOutput.filterSensitiveLog = (obj) => ({
|
|
1689
1170
|
...obj,
|
|
1690
1171
|
});
|
|
1691
1172
|
})(UpdatePipelineOutput = exports.UpdatePipelineOutput || (exports.UpdatePipelineOutput = {}));
|
|
1692
|
-
//# sourceMappingURL=models_0.js.map
|