@aws-sdk/client-codepipeline 3.1087.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodePipeline.d.ts +145 -159
- package/dist-types/ts3.4/CodePipelineClient.d.ts +10 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +40 -161
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38