@aws-sdk/client-codepipeline 3.1076.0 → 3.1078.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 (152) hide show
  1. package/dist-cjs/index.js +141 -531
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcknowledgeJobCommand.js +2 -14
  4. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -14
  5. package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -14
  6. package/dist-es/commands/CreatePipelineCommand.js +2 -14
  7. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -14
  8. package/dist-es/commands/DeletePipelineCommand.js +2 -14
  9. package/dist-es/commands/DeleteWebhookCommand.js +2 -14
  10. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -14
  11. package/dist-es/commands/DisableStageTransitionCommand.js +2 -14
  12. package/dist-es/commands/EnableStageTransitionCommand.js +2 -14
  13. package/dist-es/commands/GetActionTypeCommand.js +2 -14
  14. package/dist-es/commands/GetJobDetailsCommand.js +2 -14
  15. package/dist-es/commands/GetPipelineCommand.js +2 -14
  16. package/dist-es/commands/GetPipelineExecutionCommand.js +2 -14
  17. package/dist-es/commands/GetPipelineStateCommand.js +2 -14
  18. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -14
  19. package/dist-es/commands/ListActionExecutionsCommand.js +2 -14
  20. package/dist-es/commands/ListActionTypesCommand.js +2 -14
  21. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -14
  22. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -14
  23. package/dist-es/commands/ListPipelinesCommand.js +2 -14
  24. package/dist-es/commands/ListRuleExecutionsCommand.js +2 -14
  25. package/dist-es/commands/ListRuleTypesCommand.js +2 -14
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  27. package/dist-es/commands/ListWebhooksCommand.js +2 -14
  28. package/dist-es/commands/OverrideStageConditionCommand.js +2 -14
  29. package/dist-es/commands/PollForJobsCommand.js +2 -14
  30. package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -14
  31. package/dist-es/commands/PutActionRevisionCommand.js +2 -14
  32. package/dist-es/commands/PutApprovalResultCommand.js +2 -14
  33. package/dist-es/commands/PutJobFailureResultCommand.js +2 -14
  34. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -14
  35. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -14
  36. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -14
  37. package/dist-es/commands/PutWebhookCommand.js +2 -14
  38. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -14
  39. package/dist-es/commands/RetryStageExecutionCommand.js +2 -14
  40. package/dist-es/commands/RollbackStageCommand.js +2 -14
  41. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -14
  42. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -14
  43. package/dist-es/commands/TagResourceCommand.js +2 -14
  44. package/dist-es/commands/UntagResourceCommand.js +2 -14
  45. package/dist-es/commands/UpdateActionTypeCommand.js +2 -14
  46. package/dist-es/commands/UpdatePipelineCommand.js +2 -14
  47. package/dist-es/index.js +1 -0
  48. package/dist-es/runtimeConfig.browser.js +0 -2
  49. package/dist-es/runtimeConfig.js +1 -2
  50. package/dist-es/runtimeConfig.native.js +0 -2
  51. package/dist-es/runtimeConfig.shared.js +2 -0
  52. package/dist-types/commandBuilder.d.ts +18 -0
  53. package/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -8
  54. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -8
  56. package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -8
  58. package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
  60. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -8
  61. package/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -8
  62. package/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -8
  63. package/dist-types/commands/GetActionTypeCommand.d.ts +3 -8
  64. package/dist-types/commands/GetJobDetailsCommand.d.ts +3 -8
  65. package/dist-types/commands/GetPipelineCommand.d.ts +3 -8
  66. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +3 -8
  67. package/dist-types/commands/GetPipelineStateCommand.d.ts +3 -8
  68. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListActionTypesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
  74. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListRuleTypesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
  78. package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -8
  79. package/dist-types/commands/PollForJobsCommand.d.ts +3 -8
  80. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -8
  81. package/dist-types/commands/PutActionRevisionCommand.d.ts +3 -8
  82. package/dist-types/commands/PutApprovalResultCommand.d.ts +3 -8
  83. package/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -8
  84. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -8
  85. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -8
  86. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -8
  87. package/dist-types/commands/PutWebhookCommand.d.ts +3 -8
  88. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -8
  89. package/dist-types/commands/RetryStageExecutionCommand.d.ts +3 -8
  90. package/dist-types/commands/RollbackStageCommand.d.ts +3 -8
  91. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -8
  92. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -8
  93. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -8
  97. package/dist-types/index.d.ts +1 -0
  98. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  99. package/dist-types/runtimeConfig.d.ts +1 -1
  100. package/dist-types/runtimeConfig.native.d.ts +1 -1
  101. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  102. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  103. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/index.d.ts +1 -0
  148. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  149. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  150. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  151. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  152. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultCodePipelineHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -2683,6 +2685,7 @@ const getRuntimeConfig$1 = (config) => {
2683
2685
  serviceTarget: "CodePipeline_20150709",
2684
2686
  },
2685
2687
  serviceId: config?.serviceId ?? "CodePipeline",
2688
+ sha256: config?.sha256 ?? Sha256,
2686
2689
  urlParser: config?.urlParser ?? parseUrl,
2687
2690
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2688
2691
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2716,7 +2719,6 @@ const getRuntimeConfig = (config) => {
2716
2719
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2717
2720
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2718
2721
  }, config),
2719
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2720
2722
  streamCollector: config?.streamCollector ?? streamCollector,
2721
2723
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2722
2724
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2804,532 +2806,140 @@ class CodePipelineClient extends Client {
2804
2806
  }
2805
2807
  }
2806
2808
 
2807
- class AcknowledgeJobCommand extends Command
2808
- .classBuilder()
2809
- .ep(commonParams)
2810
- .m(function (Command, cs, config, o) {
2811
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2812
- })
2813
- .s("CodePipeline_20150709", "AcknowledgeJob", {})
2814
- .n("CodePipelineClient", "AcknowledgeJobCommand")
2815
- .sc(AcknowledgeJob$)
2816
- .build() {
2817
- }
2818
-
2819
- class AcknowledgeThirdPartyJobCommand extends Command
2820
- .classBuilder()
2821
- .ep(commonParams)
2822
- .m(function (Command, cs, config, o) {
2823
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2824
- })
2825
- .s("CodePipeline_20150709", "AcknowledgeThirdPartyJob", {})
2826
- .n("CodePipelineClient", "AcknowledgeThirdPartyJobCommand")
2827
- .sc(AcknowledgeThirdPartyJob$)
2828
- .build() {
2829
- }
2830
-
2831
- class CreateCustomActionTypeCommand extends Command
2832
- .classBuilder()
2833
- .ep(commonParams)
2834
- .m(function (Command, cs, config, o) {
2835
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2836
- })
2837
- .s("CodePipeline_20150709", "CreateCustomActionType", {})
2838
- .n("CodePipelineClient", "CreateCustomActionTypeCommand")
2839
- .sc(CreateCustomActionType$)
2840
- .build() {
2841
- }
2842
-
2843
- class CreatePipelineCommand extends Command
2844
- .classBuilder()
2845
- .ep(commonParams)
2846
- .m(function (Command, cs, config, o) {
2847
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2848
- })
2849
- .s("CodePipeline_20150709", "CreatePipeline", {})
2850
- .n("CodePipelineClient", "CreatePipelineCommand")
2851
- .sc(CreatePipeline$)
2852
- .build() {
2853
- }
2854
-
2855
- class DeleteCustomActionTypeCommand extends Command
2856
- .classBuilder()
2857
- .ep(commonParams)
2858
- .m(function (Command, cs, config, o) {
2859
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2860
- })
2861
- .s("CodePipeline_20150709", "DeleteCustomActionType", {})
2862
- .n("CodePipelineClient", "DeleteCustomActionTypeCommand")
2863
- .sc(DeleteCustomActionType$)
2864
- .build() {
2865
- }
2866
-
2867
- class DeletePipelineCommand extends Command
2868
- .classBuilder()
2869
- .ep(commonParams)
2870
- .m(function (Command, cs, config, o) {
2871
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2872
- })
2873
- .s("CodePipeline_20150709", "DeletePipeline", {})
2874
- .n("CodePipelineClient", "DeletePipelineCommand")
2875
- .sc(DeletePipeline$)
2876
- .build() {
2877
- }
2878
-
2879
- class DeleteWebhookCommand extends Command
2880
- .classBuilder()
2881
- .ep(commonParams)
2882
- .m(function (Command, cs, config, o) {
2883
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2884
- })
2885
- .s("CodePipeline_20150709", "DeleteWebhook", {})
2886
- .n("CodePipelineClient", "DeleteWebhookCommand")
2887
- .sc(DeleteWebhook$)
2888
- .build() {
2889
- }
2890
-
2891
- class DeregisterWebhookWithThirdPartyCommand extends Command
2892
- .classBuilder()
2893
- .ep(commonParams)
2894
- .m(function (Command, cs, config, o) {
2895
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2896
- })
2897
- .s("CodePipeline_20150709", "DeregisterWebhookWithThirdParty", {})
2898
- .n("CodePipelineClient", "DeregisterWebhookWithThirdPartyCommand")
2899
- .sc(DeregisterWebhookWithThirdParty$)
2900
- .build() {
2901
- }
2902
-
2903
- class DisableStageTransitionCommand extends Command
2904
- .classBuilder()
2905
- .ep(commonParams)
2906
- .m(function (Command, cs, config, o) {
2907
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2908
- })
2909
- .s("CodePipeline_20150709", "DisableStageTransition", {})
2910
- .n("CodePipelineClient", "DisableStageTransitionCommand")
2911
- .sc(DisableStageTransition$)
2912
- .build() {
2913
- }
2914
-
2915
- class EnableStageTransitionCommand extends Command
2916
- .classBuilder()
2917
- .ep(commonParams)
2918
- .m(function (Command, cs, config, o) {
2919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2920
- })
2921
- .s("CodePipeline_20150709", "EnableStageTransition", {})
2922
- .n("CodePipelineClient", "EnableStageTransitionCommand")
2923
- .sc(EnableStageTransition$)
2924
- .build() {
2925
- }
2926
-
2927
- class GetActionTypeCommand extends Command
2928
- .classBuilder()
2929
- .ep(commonParams)
2930
- .m(function (Command, cs, config, o) {
2931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2932
- })
2933
- .s("CodePipeline_20150709", "GetActionType", {})
2934
- .n("CodePipelineClient", "GetActionTypeCommand")
2935
- .sc(GetActionType$)
2936
- .build() {
2937
- }
2938
-
2939
- class GetJobDetailsCommand extends Command
2940
- .classBuilder()
2941
- .ep(commonParams)
2942
- .m(function (Command, cs, config, o) {
2943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2944
- })
2945
- .s("CodePipeline_20150709", "GetJobDetails", {})
2946
- .n("CodePipelineClient", "GetJobDetailsCommand")
2947
- .sc(GetJobDetails$)
2948
- .build() {
2949
- }
2950
-
2951
- class GetPipelineCommand extends Command
2952
- .classBuilder()
2953
- .ep(commonParams)
2954
- .m(function (Command, cs, config, o) {
2955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2956
- })
2957
- .s("CodePipeline_20150709", "GetPipeline", {})
2958
- .n("CodePipelineClient", "GetPipelineCommand")
2959
- .sc(GetPipeline$)
2960
- .build() {
2961
- }
2962
-
2963
- class GetPipelineExecutionCommand extends Command
2964
- .classBuilder()
2965
- .ep(commonParams)
2966
- .m(function (Command, cs, config, o) {
2967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2968
- })
2969
- .s("CodePipeline_20150709", "GetPipelineExecution", {})
2970
- .n("CodePipelineClient", "GetPipelineExecutionCommand")
2971
- .sc(GetPipelineExecution$)
2972
- .build() {
2973
- }
2974
-
2975
- class GetPipelineStateCommand extends Command
2976
- .classBuilder()
2977
- .ep(commonParams)
2978
- .m(function (Command, cs, config, o) {
2979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2980
- })
2981
- .s("CodePipeline_20150709", "GetPipelineState", {})
2982
- .n("CodePipelineClient", "GetPipelineStateCommand")
2983
- .sc(GetPipelineState$)
2984
- .build() {
2985
- }
2986
-
2987
- class GetThirdPartyJobDetailsCommand extends Command
2988
- .classBuilder()
2989
- .ep(commonParams)
2990
- .m(function (Command, cs, config, o) {
2991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2992
- })
2993
- .s("CodePipeline_20150709", "GetThirdPartyJobDetails", {})
2994
- .n("CodePipelineClient", "GetThirdPartyJobDetailsCommand")
2995
- .sc(GetThirdPartyJobDetails$)
2996
- .build() {
2997
- }
2998
-
2999
- class ListActionExecutionsCommand extends Command
3000
- .classBuilder()
3001
- .ep(commonParams)
3002
- .m(function (Command, cs, config, o) {
3003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3004
- })
3005
- .s("CodePipeline_20150709", "ListActionExecutions", {})
3006
- .n("CodePipelineClient", "ListActionExecutionsCommand")
3007
- .sc(ListActionExecutions$)
3008
- .build() {
3009
- }
3010
-
3011
- class ListActionTypesCommand extends Command
3012
- .classBuilder()
3013
- .ep(commonParams)
3014
- .m(function (Command, cs, config, o) {
3015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3016
- })
3017
- .s("CodePipeline_20150709", "ListActionTypes", {})
3018
- .n("CodePipelineClient", "ListActionTypesCommand")
3019
- .sc(ListActionTypes$)
3020
- .build() {
3021
- }
3022
-
3023
- class ListDeployActionExecutionTargetsCommand extends Command
3024
- .classBuilder()
3025
- .ep(commonParams)
3026
- .m(function (Command, cs, config, o) {
3027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3028
- })
3029
- .s("CodePipeline_20150709", "ListDeployActionExecutionTargets", {})
3030
- .n("CodePipelineClient", "ListDeployActionExecutionTargetsCommand")
3031
- .sc(ListDeployActionExecutionTargets$)
3032
- .build() {
3033
- }
3034
-
3035
- class ListPipelineExecutionsCommand extends Command
3036
- .classBuilder()
3037
- .ep(commonParams)
3038
- .m(function (Command, cs, config, o) {
3039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3040
- })
3041
- .s("CodePipeline_20150709", "ListPipelineExecutions", {})
3042
- .n("CodePipelineClient", "ListPipelineExecutionsCommand")
3043
- .sc(ListPipelineExecutions$)
3044
- .build() {
3045
- }
3046
-
3047
- class ListPipelinesCommand extends Command
3048
- .classBuilder()
3049
- .ep(commonParams)
3050
- .m(function (Command, cs, config, o) {
3051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3052
- })
3053
- .s("CodePipeline_20150709", "ListPipelines", {})
3054
- .n("CodePipelineClient", "ListPipelinesCommand")
3055
- .sc(ListPipelines$)
3056
- .build() {
3057
- }
3058
-
3059
- class ListRuleExecutionsCommand extends Command
3060
- .classBuilder()
3061
- .ep(commonParams)
3062
- .m(function (Command, cs, config, o) {
3063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3064
- })
3065
- .s("CodePipeline_20150709", "ListRuleExecutions", {})
3066
- .n("CodePipelineClient", "ListRuleExecutionsCommand")
3067
- .sc(ListRuleExecutions$)
3068
- .build() {
3069
- }
3070
-
3071
- class ListRuleTypesCommand extends Command
3072
- .classBuilder()
3073
- .ep(commonParams)
3074
- .m(function (Command, cs, config, o) {
3075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3076
- })
3077
- .s("CodePipeline_20150709", "ListRuleTypes", {})
3078
- .n("CodePipelineClient", "ListRuleTypesCommand")
3079
- .sc(ListRuleTypes$)
3080
- .build() {
3081
- }
3082
-
3083
- class ListTagsForResourceCommand extends Command
3084
- .classBuilder()
3085
- .ep(commonParams)
3086
- .m(function (Command, cs, config, o) {
3087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3088
- })
3089
- .s("CodePipeline_20150709", "ListTagsForResource", {})
3090
- .n("CodePipelineClient", "ListTagsForResourceCommand")
3091
- .sc(ListTagsForResource$)
3092
- .build() {
3093
- }
3094
-
3095
- class ListWebhooksCommand extends Command
3096
- .classBuilder()
3097
- .ep(commonParams)
3098
- .m(function (Command, cs, config, o) {
3099
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3100
- })
3101
- .s("CodePipeline_20150709", "ListWebhooks", {})
3102
- .n("CodePipelineClient", "ListWebhooksCommand")
3103
- .sc(ListWebhooks$)
3104
- .build() {
3105
- }
3106
-
3107
- class OverrideStageConditionCommand extends Command
3108
- .classBuilder()
3109
- .ep(commonParams)
3110
- .m(function (Command, cs, config, o) {
3111
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3112
- })
3113
- .s("CodePipeline_20150709", "OverrideStageCondition", {})
3114
- .n("CodePipelineClient", "OverrideStageConditionCommand")
3115
- .sc(OverrideStageCondition$)
3116
- .build() {
3117
- }
3118
-
3119
- class PollForJobsCommand extends Command
3120
- .classBuilder()
3121
- .ep(commonParams)
3122
- .m(function (Command, cs, config, o) {
3123
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3124
- })
3125
- .s("CodePipeline_20150709", "PollForJobs", {})
3126
- .n("CodePipelineClient", "PollForJobsCommand")
3127
- .sc(PollForJobs$)
3128
- .build() {
3129
- }
3130
-
3131
- class PollForThirdPartyJobsCommand extends Command
3132
- .classBuilder()
3133
- .ep(commonParams)
3134
- .m(function (Command, cs, config, o) {
3135
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3136
- })
3137
- .s("CodePipeline_20150709", "PollForThirdPartyJobs", {})
3138
- .n("CodePipelineClient", "PollForThirdPartyJobsCommand")
3139
- .sc(PollForThirdPartyJobs$)
3140
- .build() {
3141
- }
3142
-
3143
- class PutActionRevisionCommand extends Command
3144
- .classBuilder()
3145
- .ep(commonParams)
3146
- .m(function (Command, cs, config, o) {
3147
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3148
- })
3149
- .s("CodePipeline_20150709", "PutActionRevision", {})
3150
- .n("CodePipelineClient", "PutActionRevisionCommand")
3151
- .sc(PutActionRevision$)
3152
- .build() {
3153
- }
3154
-
3155
- class PutApprovalResultCommand extends Command
3156
- .classBuilder()
3157
- .ep(commonParams)
3158
- .m(function (Command, cs, config, o) {
3159
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3160
- })
3161
- .s("CodePipeline_20150709", "PutApprovalResult", {})
3162
- .n("CodePipelineClient", "PutApprovalResultCommand")
3163
- .sc(PutApprovalResult$)
3164
- .build() {
3165
- }
3166
-
3167
- class PutJobFailureResultCommand extends Command
3168
- .classBuilder()
3169
- .ep(commonParams)
3170
- .m(function (Command, cs, config, o) {
3171
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3172
- })
3173
- .s("CodePipeline_20150709", "PutJobFailureResult", {})
3174
- .n("CodePipelineClient", "PutJobFailureResultCommand")
3175
- .sc(PutJobFailureResult$)
3176
- .build() {
3177
- }
3178
-
3179
- class PutJobSuccessResultCommand extends Command
3180
- .classBuilder()
3181
- .ep(commonParams)
3182
- .m(function (Command, cs, config, o) {
3183
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3184
- })
3185
- .s("CodePipeline_20150709", "PutJobSuccessResult", {})
3186
- .n("CodePipelineClient", "PutJobSuccessResultCommand")
3187
- .sc(PutJobSuccessResult$)
3188
- .build() {
3189
- }
3190
-
3191
- class PutThirdPartyJobFailureResultCommand extends Command
3192
- .classBuilder()
3193
- .ep(commonParams)
3194
- .m(function (Command, cs, config, o) {
3195
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3196
- })
3197
- .s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
3198
- .n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
3199
- .sc(PutThirdPartyJobFailureResult$)
3200
- .build() {
3201
- }
3202
-
3203
- class PutThirdPartyJobSuccessResultCommand extends Command
3204
- .classBuilder()
3205
- .ep(commonParams)
3206
- .m(function (Command, cs, config, o) {
3207
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3208
- })
3209
- .s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
3210
- .n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
3211
- .sc(PutThirdPartyJobSuccessResult$)
3212
- .build() {
3213
- }
3214
-
3215
- class PutWebhookCommand extends Command
3216
- .classBuilder()
3217
- .ep(commonParams)
3218
- .m(function (Command, cs, config, o) {
3219
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3220
- })
3221
- .s("CodePipeline_20150709", "PutWebhook", {})
3222
- .n("CodePipelineClient", "PutWebhookCommand")
3223
- .sc(PutWebhook$)
3224
- .build() {
3225
- }
3226
-
3227
- class RegisterWebhookWithThirdPartyCommand extends Command
3228
- .classBuilder()
3229
- .ep(commonParams)
3230
- .m(function (Command, cs, config, o) {
3231
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3232
- })
3233
- .s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
3234
- .n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
3235
- .sc(RegisterWebhookWithThirdParty$)
3236
- .build() {
3237
- }
3238
-
3239
- class RetryStageExecutionCommand extends Command
3240
- .classBuilder()
3241
- .ep(commonParams)
3242
- .m(function (Command, cs, config, o) {
3243
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3244
- })
3245
- .s("CodePipeline_20150709", "RetryStageExecution", {})
3246
- .n("CodePipelineClient", "RetryStageExecutionCommand")
3247
- .sc(RetryStageExecution$)
3248
- .build() {
3249
- }
3250
-
3251
- class RollbackStageCommand extends Command
3252
- .classBuilder()
3253
- .ep(commonParams)
3254
- .m(function (Command, cs, config, o) {
3255
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3256
- })
3257
- .s("CodePipeline_20150709", "RollbackStage", {})
3258
- .n("CodePipelineClient", "RollbackStageCommand")
3259
- .sc(RollbackStage$)
3260
- .build() {
3261
- }
3262
-
3263
- class StartPipelineExecutionCommand extends Command
3264
- .classBuilder()
3265
- .ep(commonParams)
3266
- .m(function (Command, cs, config, o) {
3267
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3268
- })
3269
- .s("CodePipeline_20150709", "StartPipelineExecution", {})
3270
- .n("CodePipelineClient", "StartPipelineExecutionCommand")
3271
- .sc(StartPipelineExecution$)
3272
- .build() {
3273
- }
3274
-
3275
- class StopPipelineExecutionCommand extends Command
3276
- .classBuilder()
3277
- .ep(commonParams)
3278
- .m(function (Command, cs, config, o) {
3279
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3280
- })
3281
- .s("CodePipeline_20150709", "StopPipelineExecution", {})
3282
- .n("CodePipelineClient", "StopPipelineExecutionCommand")
3283
- .sc(StopPipelineExecution$)
3284
- .build() {
3285
- }
3286
-
3287
- class TagResourceCommand extends Command
3288
- .classBuilder()
3289
- .ep(commonParams)
3290
- .m(function (Command, cs, config, o) {
3291
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3292
- })
3293
- .s("CodePipeline_20150709", "TagResource", {})
3294
- .n("CodePipelineClient", "TagResourceCommand")
3295
- .sc(TagResource$)
3296
- .build() {
3297
- }
3298
-
3299
- class UntagResourceCommand extends Command
3300
- .classBuilder()
3301
- .ep(commonParams)
3302
- .m(function (Command, cs, config, o) {
3303
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3304
- })
3305
- .s("CodePipeline_20150709", "UntagResource", {})
3306
- .n("CodePipelineClient", "UntagResourceCommand")
3307
- .sc(UntagResource$)
3308
- .build() {
3309
- }
3310
-
3311
- class UpdateActionTypeCommand extends Command
3312
- .classBuilder()
3313
- .ep(commonParams)
3314
- .m(function (Command, cs, config, o) {
3315
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3316
- })
3317
- .s("CodePipeline_20150709", "UpdateActionType", {})
3318
- .n("CodePipelineClient", "UpdateActionTypeCommand")
3319
- .sc(UpdateActionType$)
3320
- .build() {
3321
- }
3322
-
3323
- class UpdatePipelineCommand extends Command
3324
- .classBuilder()
3325
- .ep(commonParams)
3326
- .m(function (Command, cs, config, o) {
3327
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3328
- })
3329
- .s("CodePipeline_20150709", "UpdatePipeline", {})
3330
- .n("CodePipelineClient", "UpdatePipelineCommand")
3331
- .sc(UpdatePipeline$)
3332
- .build() {
2809
+ const command = makeBuilder(commonParams, "CodePipeline_20150709", "CodePipelineClient", getEndpointPlugin);
2810
+ const _ep0 = {};
2811
+ const _mw0 = (Command, cs, config, o) => [];
2812
+
2813
+ class AcknowledgeJobCommand extends command(_ep0, _mw0, "AcknowledgeJob", AcknowledgeJob$) {
2814
+ }
2815
+
2816
+ class AcknowledgeThirdPartyJobCommand extends command(_ep0, _mw0, "AcknowledgeThirdPartyJob", AcknowledgeThirdPartyJob$) {
2817
+ }
2818
+
2819
+ class CreateCustomActionTypeCommand extends command(_ep0, _mw0, "CreateCustomActionType", CreateCustomActionType$) {
2820
+ }
2821
+
2822
+ class CreatePipelineCommand extends command(_ep0, _mw0, "CreatePipeline", CreatePipeline$) {
2823
+ }
2824
+
2825
+ class DeleteCustomActionTypeCommand extends command(_ep0, _mw0, "DeleteCustomActionType", DeleteCustomActionType$) {
2826
+ }
2827
+
2828
+ class DeletePipelineCommand extends command(_ep0, _mw0, "DeletePipeline", DeletePipeline$) {
2829
+ }
2830
+
2831
+ class DeleteWebhookCommand extends command(_ep0, _mw0, "DeleteWebhook", DeleteWebhook$) {
2832
+ }
2833
+
2834
+ class DeregisterWebhookWithThirdPartyCommand extends command(_ep0, _mw0, "DeregisterWebhookWithThirdParty", DeregisterWebhookWithThirdParty$) {
2835
+ }
2836
+
2837
+ class DisableStageTransitionCommand extends command(_ep0, _mw0, "DisableStageTransition", DisableStageTransition$) {
2838
+ }
2839
+
2840
+ class EnableStageTransitionCommand extends command(_ep0, _mw0, "EnableStageTransition", EnableStageTransition$) {
2841
+ }
2842
+
2843
+ class GetActionTypeCommand extends command(_ep0, _mw0, "GetActionType", GetActionType$) {
2844
+ }
2845
+
2846
+ class GetJobDetailsCommand extends command(_ep0, _mw0, "GetJobDetails", GetJobDetails$) {
2847
+ }
2848
+
2849
+ class GetPipelineCommand extends command(_ep0, _mw0, "GetPipeline", GetPipeline$) {
2850
+ }
2851
+
2852
+ class GetPipelineExecutionCommand extends command(_ep0, _mw0, "GetPipelineExecution", GetPipelineExecution$) {
2853
+ }
2854
+
2855
+ class GetPipelineStateCommand extends command(_ep0, _mw0, "GetPipelineState", GetPipelineState$) {
2856
+ }
2857
+
2858
+ class GetThirdPartyJobDetailsCommand extends command(_ep0, _mw0, "GetThirdPartyJobDetails", GetThirdPartyJobDetails$) {
2859
+ }
2860
+
2861
+ class ListActionExecutionsCommand extends command(_ep0, _mw0, "ListActionExecutions", ListActionExecutions$) {
2862
+ }
2863
+
2864
+ class ListActionTypesCommand extends command(_ep0, _mw0, "ListActionTypes", ListActionTypes$) {
2865
+ }
2866
+
2867
+ class ListDeployActionExecutionTargetsCommand extends command(_ep0, _mw0, "ListDeployActionExecutionTargets", ListDeployActionExecutionTargets$) {
2868
+ }
2869
+
2870
+ class ListPipelineExecutionsCommand extends command(_ep0, _mw0, "ListPipelineExecutions", ListPipelineExecutions$) {
2871
+ }
2872
+
2873
+ class ListPipelinesCommand extends command(_ep0, _mw0, "ListPipelines", ListPipelines$) {
2874
+ }
2875
+
2876
+ class ListRuleExecutionsCommand extends command(_ep0, _mw0, "ListRuleExecutions", ListRuleExecutions$) {
2877
+ }
2878
+
2879
+ class ListRuleTypesCommand extends command(_ep0, _mw0, "ListRuleTypes", ListRuleTypes$) {
2880
+ }
2881
+
2882
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2883
+ }
2884
+
2885
+ class ListWebhooksCommand extends command(_ep0, _mw0, "ListWebhooks", ListWebhooks$) {
2886
+ }
2887
+
2888
+ class OverrideStageConditionCommand extends command(_ep0, _mw0, "OverrideStageCondition", OverrideStageCondition$) {
2889
+ }
2890
+
2891
+ class PollForJobsCommand extends command(_ep0, _mw0, "PollForJobs", PollForJobs$) {
2892
+ }
2893
+
2894
+ class PollForThirdPartyJobsCommand extends command(_ep0, _mw0, "PollForThirdPartyJobs", PollForThirdPartyJobs$) {
2895
+ }
2896
+
2897
+ class PutActionRevisionCommand extends command(_ep0, _mw0, "PutActionRevision", PutActionRevision$) {
2898
+ }
2899
+
2900
+ class PutApprovalResultCommand extends command(_ep0, _mw0, "PutApprovalResult", PutApprovalResult$) {
2901
+ }
2902
+
2903
+ class PutJobFailureResultCommand extends command(_ep0, _mw0, "PutJobFailureResult", PutJobFailureResult$) {
2904
+ }
2905
+
2906
+ class PutJobSuccessResultCommand extends command(_ep0, _mw0, "PutJobSuccessResult", PutJobSuccessResult$) {
2907
+ }
2908
+
2909
+ class PutThirdPartyJobFailureResultCommand extends command(_ep0, _mw0, "PutThirdPartyJobFailureResult", PutThirdPartyJobFailureResult$) {
2910
+ }
2911
+
2912
+ class PutThirdPartyJobSuccessResultCommand extends command(_ep0, _mw0, "PutThirdPartyJobSuccessResult", PutThirdPartyJobSuccessResult$) {
2913
+ }
2914
+
2915
+ class PutWebhookCommand extends command(_ep0, _mw0, "PutWebhook", PutWebhook$) {
2916
+ }
2917
+
2918
+ class RegisterWebhookWithThirdPartyCommand extends command(_ep0, _mw0, "RegisterWebhookWithThirdParty", RegisterWebhookWithThirdParty$) {
2919
+ }
2920
+
2921
+ class RetryStageExecutionCommand extends command(_ep0, _mw0, "RetryStageExecution", RetryStageExecution$) {
2922
+ }
2923
+
2924
+ class RollbackStageCommand extends command(_ep0, _mw0, "RollbackStage", RollbackStage$) {
2925
+ }
2926
+
2927
+ class StartPipelineExecutionCommand extends command(_ep0, _mw0, "StartPipelineExecution", StartPipelineExecution$) {
2928
+ }
2929
+
2930
+ class StopPipelineExecutionCommand extends command(_ep0, _mw0, "StopPipelineExecution", StopPipelineExecution$) {
2931
+ }
2932
+
2933
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2934
+ }
2935
+
2936
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2937
+ }
2938
+
2939
+ class UpdateActionTypeCommand extends command(_ep0, _mw0, "UpdateActionType", UpdateActionType$) {
2940
+ }
2941
+
2942
+ class UpdatePipelineCommand extends command(_ep0, _mw0, "UpdatePipeline", UpdatePipeline$) {
3333
2943
  }
3334
2944
 
3335
2945
  const paginateListActionExecutions = createPaginator(CodePipelineClient, ListActionExecutionsCommand, "nextToken", "nextToken", "maxResults");