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