@aws-sdk/client-codepipeline 3.1086.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.
Files changed (63) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodePipeline.d.ts +145 -159
  3. package/dist-types/ts3.4/CodePipelineClient.d.ts +10 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +3 -4
  12. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
  13. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +3 -4
  17. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +3 -8
  25. package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +3 -4
  39. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +2 -2
  50. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  52. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  53. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  54. package/dist-types/ts3.4/models/enums.d.ts +12 -24
  55. package/dist-types/ts3.4/models/errors.d.ts +40 -161
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  63. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75