@aws-sdk/client-codepipeline 3.649.0 → 3.650.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 +43 -129
- package/dist-es/commands/AcknowledgeJobCommand.js +1 -3
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +1 -3
- package/dist-es/commands/CreateCustomActionTypeCommand.js +1 -3
- package/dist-es/commands/CreatePipelineCommand.js +1 -3
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +1 -3
- package/dist-es/commands/DeletePipelineCommand.js +1 -3
- package/dist-es/commands/DeleteWebhookCommand.js +1 -3
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -3
- package/dist-es/commands/DisableStageTransitionCommand.js +1 -3
- package/dist-es/commands/EnableStageTransitionCommand.js +1 -3
- package/dist-es/commands/GetActionTypeCommand.js +1 -3
- package/dist-es/commands/GetJobDetailsCommand.js +1 -3
- package/dist-es/commands/GetPipelineCommand.js +1 -3
- package/dist-es/commands/GetPipelineExecutionCommand.js +1 -3
- package/dist-es/commands/GetPipelineStateCommand.js +1 -3
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +1 -3
- package/dist-es/commands/ListActionExecutionsCommand.js +1 -3
- package/dist-es/commands/ListActionTypesCommand.js +1 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +1 -3
- package/dist-es/commands/ListPipelinesCommand.js +1 -3
- package/dist-es/commands/ListRuleExecutionsCommand.js +1 -3
- package/dist-es/commands/ListRuleTypesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWebhooksCommand.js +1 -3
- package/dist-es/commands/OverrideStageConditionCommand.js +1 -3
- package/dist-es/commands/PollForJobsCommand.js +1 -3
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +1 -3
- package/dist-es/commands/PutActionRevisionCommand.js +1 -3
- package/dist-es/commands/PutApprovalResultCommand.js +1 -3
- package/dist-es/commands/PutJobFailureResultCommand.js +1 -3
- package/dist-es/commands/PutJobSuccessResultCommand.js +1 -3
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +1 -3
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +1 -3
- package/dist-es/commands/PutWebhookCommand.js +1 -3
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +1 -3
- package/dist-es/commands/RetryStageExecutionCommand.js +1 -3
- package/dist-es/commands/RollbackStageCommand.js +1 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateActionTypeCommand.js +1 -3
- package/dist-es/commands/UpdatePipelineCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -6
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -6
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -6
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -6
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2919,9 +2919,7 @@ function sharedHeaders(operation) {
|
|
|
2919
2919
|
__name(sharedHeaders, "sharedHeaders");
|
|
2920
2920
|
|
|
2921
2921
|
// src/commands/AcknowledgeJobCommand.ts
|
|
2922
|
-
var _AcknowledgeJobCommand = class _AcknowledgeJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2923
|
-
...commonParams
|
|
2924
|
-
}).m(function(Command, cs, config, o) {
|
|
2922
|
+
var _AcknowledgeJobCommand = class _AcknowledgeJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2925
2923
|
return [
|
|
2926
2924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2927
2925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2935,9 +2933,7 @@ var AcknowledgeJobCommand = _AcknowledgeJobCommand;
|
|
|
2935
2933
|
|
|
2936
2934
|
|
|
2937
2935
|
|
|
2938
|
-
var _AcknowledgeThirdPartyJobCommand = class _AcknowledgeThirdPartyJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2939
|
-
...commonParams
|
|
2940
|
-
}).m(function(Command, cs, config, o) {
|
|
2936
|
+
var _AcknowledgeThirdPartyJobCommand = class _AcknowledgeThirdPartyJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2941
2937
|
return [
|
|
2942
2938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2943
2939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2951,9 +2947,7 @@ var AcknowledgeThirdPartyJobCommand = _AcknowledgeThirdPartyJobCommand;
|
|
|
2951
2947
|
|
|
2952
2948
|
|
|
2953
2949
|
|
|
2954
|
-
var _CreateCustomActionTypeCommand = class _CreateCustomActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2955
|
-
...commonParams
|
|
2956
|
-
}).m(function(Command, cs, config, o) {
|
|
2950
|
+
var _CreateCustomActionTypeCommand = class _CreateCustomActionTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2957
2951
|
return [
|
|
2958
2952
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2959
2953
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2967,9 +2961,7 @@ var CreateCustomActionTypeCommand = _CreateCustomActionTypeCommand;
|
|
|
2967
2961
|
|
|
2968
2962
|
|
|
2969
2963
|
|
|
2970
|
-
var _CreatePipelineCommand = class _CreatePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2971
|
-
...commonParams
|
|
2972
|
-
}).m(function(Command, cs, config, o) {
|
|
2964
|
+
var _CreatePipelineCommand = class _CreatePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2973
2965
|
return [
|
|
2974
2966
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2975
2967
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2983,9 +2975,7 @@ var CreatePipelineCommand = _CreatePipelineCommand;
|
|
|
2983
2975
|
|
|
2984
2976
|
|
|
2985
2977
|
|
|
2986
|
-
var _DeleteCustomActionTypeCommand = class _DeleteCustomActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2987
|
-
...commonParams
|
|
2988
|
-
}).m(function(Command, cs, config, o) {
|
|
2978
|
+
var _DeleteCustomActionTypeCommand = class _DeleteCustomActionTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2989
2979
|
return [
|
|
2990
2980
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2991
2981
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2999,9 +2989,7 @@ var DeleteCustomActionTypeCommand = _DeleteCustomActionTypeCommand;
|
|
|
2999
2989
|
|
|
3000
2990
|
|
|
3001
2991
|
|
|
3002
|
-
var _DeletePipelineCommand = class _DeletePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3003
|
-
...commonParams
|
|
3004
|
-
}).m(function(Command, cs, config, o) {
|
|
2992
|
+
var _DeletePipelineCommand = class _DeletePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3005
2993
|
return [
|
|
3006
2994
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3007
2995
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3015,9 +3003,7 @@ var DeletePipelineCommand = _DeletePipelineCommand;
|
|
|
3015
3003
|
|
|
3016
3004
|
|
|
3017
3005
|
|
|
3018
|
-
var _DeleteWebhookCommand = class _DeleteWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3019
|
-
...commonParams
|
|
3020
|
-
}).m(function(Command, cs, config, o) {
|
|
3006
|
+
var _DeleteWebhookCommand = class _DeleteWebhookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3021
3007
|
return [
|
|
3022
3008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3023
3009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3031,9 +3017,7 @@ var DeleteWebhookCommand = _DeleteWebhookCommand;
|
|
|
3031
3017
|
|
|
3032
3018
|
|
|
3033
3019
|
|
|
3034
|
-
var _DeregisterWebhookWithThirdPartyCommand = class _DeregisterWebhookWithThirdPartyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3035
|
-
...commonParams
|
|
3036
|
-
}).m(function(Command, cs, config, o) {
|
|
3020
|
+
var _DeregisterWebhookWithThirdPartyCommand = class _DeregisterWebhookWithThirdPartyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3037
3021
|
return [
|
|
3038
3022
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3039
3023
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3047,9 +3031,7 @@ var DeregisterWebhookWithThirdPartyCommand = _DeregisterWebhookWithThirdPartyCom
|
|
|
3047
3031
|
|
|
3048
3032
|
|
|
3049
3033
|
|
|
3050
|
-
var _DisableStageTransitionCommand = class _DisableStageTransitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3051
|
-
...commonParams
|
|
3052
|
-
}).m(function(Command, cs, config, o) {
|
|
3034
|
+
var _DisableStageTransitionCommand = class _DisableStageTransitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3053
3035
|
return [
|
|
3054
3036
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3055
3037
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3063,9 +3045,7 @@ var DisableStageTransitionCommand = _DisableStageTransitionCommand;
|
|
|
3063
3045
|
|
|
3064
3046
|
|
|
3065
3047
|
|
|
3066
|
-
var _EnableStageTransitionCommand = class _EnableStageTransitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3067
|
-
...commonParams
|
|
3068
|
-
}).m(function(Command, cs, config, o) {
|
|
3048
|
+
var _EnableStageTransitionCommand = class _EnableStageTransitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3069
3049
|
return [
|
|
3070
3050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3071
3051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3079,9 +3059,7 @@ var EnableStageTransitionCommand = _EnableStageTransitionCommand;
|
|
|
3079
3059
|
|
|
3080
3060
|
|
|
3081
3061
|
|
|
3082
|
-
var _GetActionTypeCommand = class _GetActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3083
|
-
...commonParams
|
|
3084
|
-
}).m(function(Command, cs, config, o) {
|
|
3062
|
+
var _GetActionTypeCommand = class _GetActionTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3085
3063
|
return [
|
|
3086
3064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3087
3065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3095,9 +3073,7 @@ var GetActionTypeCommand = _GetActionTypeCommand;
|
|
|
3095
3073
|
|
|
3096
3074
|
|
|
3097
3075
|
|
|
3098
|
-
var _GetJobDetailsCommand = class _GetJobDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3099
|
-
...commonParams
|
|
3100
|
-
}).m(function(Command, cs, config, o) {
|
|
3076
|
+
var _GetJobDetailsCommand = class _GetJobDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3101
3077
|
return [
|
|
3102
3078
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3103
3079
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3111,9 +3087,7 @@ var GetJobDetailsCommand = _GetJobDetailsCommand;
|
|
|
3111
3087
|
|
|
3112
3088
|
|
|
3113
3089
|
|
|
3114
|
-
var _GetPipelineCommand = class _GetPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3115
|
-
...commonParams
|
|
3116
|
-
}).m(function(Command, cs, config, o) {
|
|
3090
|
+
var _GetPipelineCommand = class _GetPipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3117
3091
|
return [
|
|
3118
3092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3119
3093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3127,9 +3101,7 @@ var GetPipelineCommand = _GetPipelineCommand;
|
|
|
3127
3101
|
|
|
3128
3102
|
|
|
3129
3103
|
|
|
3130
|
-
var _GetPipelineExecutionCommand = class _GetPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3131
|
-
...commonParams
|
|
3132
|
-
}).m(function(Command, cs, config, o) {
|
|
3104
|
+
var _GetPipelineExecutionCommand = class _GetPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3133
3105
|
return [
|
|
3134
3106
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3135
3107
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3143,9 +3115,7 @@ var GetPipelineExecutionCommand = _GetPipelineExecutionCommand;
|
|
|
3143
3115
|
|
|
3144
3116
|
|
|
3145
3117
|
|
|
3146
|
-
var _GetPipelineStateCommand = class _GetPipelineStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3147
|
-
...commonParams
|
|
3148
|
-
}).m(function(Command, cs, config, o) {
|
|
3118
|
+
var _GetPipelineStateCommand = class _GetPipelineStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3149
3119
|
return [
|
|
3150
3120
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3151
3121
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3159,9 +3129,7 @@ var GetPipelineStateCommand = _GetPipelineStateCommand;
|
|
|
3159
3129
|
|
|
3160
3130
|
|
|
3161
3131
|
|
|
3162
|
-
var _GetThirdPartyJobDetailsCommand = class _GetThirdPartyJobDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3163
|
-
...commonParams
|
|
3164
|
-
}).m(function(Command, cs, config, o) {
|
|
3132
|
+
var _GetThirdPartyJobDetailsCommand = class _GetThirdPartyJobDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3165
3133
|
return [
|
|
3166
3134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3167
3135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3175,9 +3143,7 @@ var GetThirdPartyJobDetailsCommand = _GetThirdPartyJobDetailsCommand;
|
|
|
3175
3143
|
|
|
3176
3144
|
|
|
3177
3145
|
|
|
3178
|
-
var _ListActionExecutionsCommand = class _ListActionExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3179
|
-
...commonParams
|
|
3180
|
-
}).m(function(Command, cs, config, o) {
|
|
3146
|
+
var _ListActionExecutionsCommand = class _ListActionExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3181
3147
|
return [
|
|
3182
3148
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3183
3149
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3191,9 +3157,7 @@ var ListActionExecutionsCommand = _ListActionExecutionsCommand;
|
|
|
3191
3157
|
|
|
3192
3158
|
|
|
3193
3159
|
|
|
3194
|
-
var _ListActionTypesCommand = class _ListActionTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3195
|
-
...commonParams
|
|
3196
|
-
}).m(function(Command, cs, config, o) {
|
|
3160
|
+
var _ListActionTypesCommand = class _ListActionTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3197
3161
|
return [
|
|
3198
3162
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3199
3163
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3207,9 +3171,7 @@ var ListActionTypesCommand = _ListActionTypesCommand;
|
|
|
3207
3171
|
|
|
3208
3172
|
|
|
3209
3173
|
|
|
3210
|
-
var _ListPipelineExecutionsCommand = class _ListPipelineExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3211
|
-
...commonParams
|
|
3212
|
-
}).m(function(Command, cs, config, o) {
|
|
3174
|
+
var _ListPipelineExecutionsCommand = class _ListPipelineExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3213
3175
|
return [
|
|
3214
3176
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3215
3177
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3223,9 +3185,7 @@ var ListPipelineExecutionsCommand = _ListPipelineExecutionsCommand;
|
|
|
3223
3185
|
|
|
3224
3186
|
|
|
3225
3187
|
|
|
3226
|
-
var _ListPipelinesCommand = class _ListPipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3227
|
-
...commonParams
|
|
3228
|
-
}).m(function(Command, cs, config, o) {
|
|
3188
|
+
var _ListPipelinesCommand = class _ListPipelinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3229
3189
|
return [
|
|
3230
3190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3231
3191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3239,9 +3199,7 @@ var ListPipelinesCommand = _ListPipelinesCommand;
|
|
|
3239
3199
|
|
|
3240
3200
|
|
|
3241
3201
|
|
|
3242
|
-
var _ListRuleExecutionsCommand = class _ListRuleExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3243
|
-
...commonParams
|
|
3244
|
-
}).m(function(Command, cs, config, o) {
|
|
3202
|
+
var _ListRuleExecutionsCommand = class _ListRuleExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3245
3203
|
return [
|
|
3246
3204
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3247
3205
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3255,9 +3213,7 @@ var ListRuleExecutionsCommand = _ListRuleExecutionsCommand;
|
|
|
3255
3213
|
|
|
3256
3214
|
|
|
3257
3215
|
|
|
3258
|
-
var _ListRuleTypesCommand = class _ListRuleTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3259
|
-
...commonParams
|
|
3260
|
-
}).m(function(Command, cs, config, o) {
|
|
3216
|
+
var _ListRuleTypesCommand = class _ListRuleTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3261
3217
|
return [
|
|
3262
3218
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3263
3219
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3271,9 +3227,7 @@ var ListRuleTypesCommand = _ListRuleTypesCommand;
|
|
|
3271
3227
|
|
|
3272
3228
|
|
|
3273
3229
|
|
|
3274
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3275
|
-
...commonParams
|
|
3276
|
-
}).m(function(Command, cs, config, o) {
|
|
3230
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3277
3231
|
return [
|
|
3278
3232
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3279
3233
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3287,9 +3241,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3287
3241
|
|
|
3288
3242
|
|
|
3289
3243
|
|
|
3290
|
-
var _ListWebhooksCommand = class _ListWebhooksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3291
|
-
...commonParams
|
|
3292
|
-
}).m(function(Command, cs, config, o) {
|
|
3244
|
+
var _ListWebhooksCommand = class _ListWebhooksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3293
3245
|
return [
|
|
3294
3246
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3295
3247
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3303,9 +3255,7 @@ var ListWebhooksCommand = _ListWebhooksCommand;
|
|
|
3303
3255
|
|
|
3304
3256
|
|
|
3305
3257
|
|
|
3306
|
-
var _OverrideStageConditionCommand = class _OverrideStageConditionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3307
|
-
...commonParams
|
|
3308
|
-
}).m(function(Command, cs, config, o) {
|
|
3258
|
+
var _OverrideStageConditionCommand = class _OverrideStageConditionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3309
3259
|
return [
|
|
3310
3260
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3311
3261
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3319,9 +3269,7 @@ var OverrideStageConditionCommand = _OverrideStageConditionCommand;
|
|
|
3319
3269
|
|
|
3320
3270
|
|
|
3321
3271
|
|
|
3322
|
-
var _PollForJobsCommand = class _PollForJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3323
|
-
...commonParams
|
|
3324
|
-
}).m(function(Command, cs, config, o) {
|
|
3272
|
+
var _PollForJobsCommand = class _PollForJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3325
3273
|
return [
|
|
3326
3274
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3327
3275
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3335,9 +3283,7 @@ var PollForJobsCommand = _PollForJobsCommand;
|
|
|
3335
3283
|
|
|
3336
3284
|
|
|
3337
3285
|
|
|
3338
|
-
var _PollForThirdPartyJobsCommand = class _PollForThirdPartyJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3339
|
-
...commonParams
|
|
3340
|
-
}).m(function(Command, cs, config, o) {
|
|
3286
|
+
var _PollForThirdPartyJobsCommand = class _PollForThirdPartyJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3341
3287
|
return [
|
|
3342
3288
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3343
3289
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3351,9 +3297,7 @@ var PollForThirdPartyJobsCommand = _PollForThirdPartyJobsCommand;
|
|
|
3351
3297
|
|
|
3352
3298
|
|
|
3353
3299
|
|
|
3354
|
-
var _PutActionRevisionCommand = class _PutActionRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3355
|
-
...commonParams
|
|
3356
|
-
}).m(function(Command, cs, config, o) {
|
|
3300
|
+
var _PutActionRevisionCommand = class _PutActionRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3357
3301
|
return [
|
|
3358
3302
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3359
3303
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3367,9 +3311,7 @@ var PutActionRevisionCommand = _PutActionRevisionCommand;
|
|
|
3367
3311
|
|
|
3368
3312
|
|
|
3369
3313
|
|
|
3370
|
-
var _PutApprovalResultCommand = class _PutApprovalResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3371
|
-
...commonParams
|
|
3372
|
-
}).m(function(Command, cs, config, o) {
|
|
3314
|
+
var _PutApprovalResultCommand = class _PutApprovalResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3373
3315
|
return [
|
|
3374
3316
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3375
3317
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3383,9 +3325,7 @@ var PutApprovalResultCommand = _PutApprovalResultCommand;
|
|
|
3383
3325
|
|
|
3384
3326
|
|
|
3385
3327
|
|
|
3386
|
-
var _PutJobFailureResultCommand = class _PutJobFailureResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3387
|
-
...commonParams
|
|
3388
|
-
}).m(function(Command, cs, config, o) {
|
|
3328
|
+
var _PutJobFailureResultCommand = class _PutJobFailureResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3389
3329
|
return [
|
|
3390
3330
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3391
3331
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3399,9 +3339,7 @@ var PutJobFailureResultCommand = _PutJobFailureResultCommand;
|
|
|
3399
3339
|
|
|
3400
3340
|
|
|
3401
3341
|
|
|
3402
|
-
var _PutJobSuccessResultCommand = class _PutJobSuccessResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3403
|
-
...commonParams
|
|
3404
|
-
}).m(function(Command, cs, config, o) {
|
|
3342
|
+
var _PutJobSuccessResultCommand = class _PutJobSuccessResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3405
3343
|
return [
|
|
3406
3344
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3407
3345
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3415,9 +3353,7 @@ var PutJobSuccessResultCommand = _PutJobSuccessResultCommand;
|
|
|
3415
3353
|
|
|
3416
3354
|
|
|
3417
3355
|
|
|
3418
|
-
var _PutThirdPartyJobFailureResultCommand = class _PutThirdPartyJobFailureResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3419
|
-
...commonParams
|
|
3420
|
-
}).m(function(Command, cs, config, o) {
|
|
3356
|
+
var _PutThirdPartyJobFailureResultCommand = class _PutThirdPartyJobFailureResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3421
3357
|
return [
|
|
3422
3358
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3423
3359
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3431,9 +3367,7 @@ var PutThirdPartyJobFailureResultCommand = _PutThirdPartyJobFailureResultCommand
|
|
|
3431
3367
|
|
|
3432
3368
|
|
|
3433
3369
|
|
|
3434
|
-
var _PutThirdPartyJobSuccessResultCommand = class _PutThirdPartyJobSuccessResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3435
|
-
...commonParams
|
|
3436
|
-
}).m(function(Command, cs, config, o) {
|
|
3370
|
+
var _PutThirdPartyJobSuccessResultCommand = class _PutThirdPartyJobSuccessResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3437
3371
|
return [
|
|
3438
3372
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3439
3373
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3447,9 +3381,7 @@ var PutThirdPartyJobSuccessResultCommand = _PutThirdPartyJobSuccessResultCommand
|
|
|
3447
3381
|
|
|
3448
3382
|
|
|
3449
3383
|
|
|
3450
|
-
var _PutWebhookCommand = class _PutWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3451
|
-
...commonParams
|
|
3452
|
-
}).m(function(Command, cs, config, o) {
|
|
3384
|
+
var _PutWebhookCommand = class _PutWebhookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3453
3385
|
return [
|
|
3454
3386
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3455
3387
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3463,9 +3395,7 @@ var PutWebhookCommand = _PutWebhookCommand;
|
|
|
3463
3395
|
|
|
3464
3396
|
|
|
3465
3397
|
|
|
3466
|
-
var _RegisterWebhookWithThirdPartyCommand = class _RegisterWebhookWithThirdPartyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3467
|
-
...commonParams
|
|
3468
|
-
}).m(function(Command, cs, config, o) {
|
|
3398
|
+
var _RegisterWebhookWithThirdPartyCommand = class _RegisterWebhookWithThirdPartyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3469
3399
|
return [
|
|
3470
3400
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3471
3401
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3479,9 +3409,7 @@ var RegisterWebhookWithThirdPartyCommand = _RegisterWebhookWithThirdPartyCommand
|
|
|
3479
3409
|
|
|
3480
3410
|
|
|
3481
3411
|
|
|
3482
|
-
var _RetryStageExecutionCommand = class _RetryStageExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3483
|
-
...commonParams
|
|
3484
|
-
}).m(function(Command, cs, config, o) {
|
|
3412
|
+
var _RetryStageExecutionCommand = class _RetryStageExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3485
3413
|
return [
|
|
3486
3414
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3487
3415
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3495,9 +3423,7 @@ var RetryStageExecutionCommand = _RetryStageExecutionCommand;
|
|
|
3495
3423
|
|
|
3496
3424
|
|
|
3497
3425
|
|
|
3498
|
-
var _RollbackStageCommand = class _RollbackStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3499
|
-
...commonParams
|
|
3500
|
-
}).m(function(Command, cs, config, o) {
|
|
3426
|
+
var _RollbackStageCommand = class _RollbackStageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3501
3427
|
return [
|
|
3502
3428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3503
3429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3511,9 +3437,7 @@ var RollbackStageCommand = _RollbackStageCommand;
|
|
|
3511
3437
|
|
|
3512
3438
|
|
|
3513
3439
|
|
|
3514
|
-
var _StartPipelineExecutionCommand = class _StartPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3515
|
-
...commonParams
|
|
3516
|
-
}).m(function(Command, cs, config, o) {
|
|
3440
|
+
var _StartPipelineExecutionCommand = class _StartPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3517
3441
|
return [
|
|
3518
3442
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3519
3443
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3527,9 +3451,7 @@ var StartPipelineExecutionCommand = _StartPipelineExecutionCommand;
|
|
|
3527
3451
|
|
|
3528
3452
|
|
|
3529
3453
|
|
|
3530
|
-
var _StopPipelineExecutionCommand = class _StopPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3531
|
-
...commonParams
|
|
3532
|
-
}).m(function(Command, cs, config, o) {
|
|
3454
|
+
var _StopPipelineExecutionCommand = class _StopPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3533
3455
|
return [
|
|
3534
3456
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3535
3457
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3543,9 +3465,7 @@ var StopPipelineExecutionCommand = _StopPipelineExecutionCommand;
|
|
|
3543
3465
|
|
|
3544
3466
|
|
|
3545
3467
|
|
|
3546
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3547
|
-
...commonParams
|
|
3548
|
-
}).m(function(Command, cs, config, o) {
|
|
3468
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3549
3469
|
return [
|
|
3550
3470
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3551
3471
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3559,9 +3479,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3559
3479
|
|
|
3560
3480
|
|
|
3561
3481
|
|
|
3562
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3563
|
-
...commonParams
|
|
3564
|
-
}).m(function(Command, cs, config, o) {
|
|
3482
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3565
3483
|
return [
|
|
3566
3484
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3567
3485
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3575,9 +3493,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3575
3493
|
|
|
3576
3494
|
|
|
3577
3495
|
|
|
3578
|
-
var _UpdateActionTypeCommand = class _UpdateActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3579
|
-
...commonParams
|
|
3580
|
-
}).m(function(Command, cs, config, o) {
|
|
3496
|
+
var _UpdateActionTypeCommand = class _UpdateActionTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3581
3497
|
return [
|
|
3582
3498
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3583
3499
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3591,9 +3507,7 @@ var UpdateActionTypeCommand = _UpdateActionTypeCommand;
|
|
|
3591
3507
|
|
|
3592
3508
|
|
|
3593
3509
|
|
|
3594
|
-
var _UpdatePipelineCommand = class _UpdatePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3595
|
-
...commonParams
|
|
3596
|
-
}).m(function(Command, cs, config, o) {
|
|
3510
|
+
var _UpdatePipelineCommand = class _UpdatePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3597
3511
|
return [
|
|
3598
3512
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3599
3513
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AcknowledgeJobCommand, se_AcknowledgeJobCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcknowledgeJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AcknowledgeThirdPartyJobCommand, se_AcknowledgeThirdPartyJobCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcknowledgeThirdPartyJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateCustomActionTypeCommand, se_CreateCustomActionTypeCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCustomActionTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePipelineCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCustomActionTypeCommand, se_DeleteCustomActionTypeCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCustomActionTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePipelineCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWebhookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeregisterWebhookWithThirdPartyCommand, se_DeregisterWebhookWithThir
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterWebhookWithThirdPartyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisableStageTransitionCommand, se_DisableStageTransitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableStageTransitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableStageTransitionCommand, se_EnableStageTransitionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableStageTransitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetActionTypeCommand, se_GetActionTypeCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetActionTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetJobDetailsCommand, se_GetJobDetailsCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetJobDetailsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPipelineCommand, se_GetPipelineCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPipelineCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPipelineExecutionCommand, se_GetPipelineExecutionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPipelineExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPipelineStateCommand, se_GetPipelineStateCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPipelineStateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetThirdPartyJobDetailsCommand, se_GetThirdPartyJobDetailsCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetThirdPartyJobDetailsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListActionExecutionsCommand, se_ListActionExecutionsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListActionExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListActionTypesCommand, se_ListActionTypesCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListActionTypesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPipelineExecutionsCommand, se_ListPipelineExecutionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPipelineExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPipelinesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRuleExecutionsCommand, se_ListRuleExecutionsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRuleExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRuleTypesCommand, se_ListRuleTypesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRuleTypesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWebhooksCommand, se_ListWebhooksCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWebhooksCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_OverrideStageConditionCommand, se_OverrideStageConditionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class OverrideStageConditionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PollForJobsCommand, se_PollForJobsCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PollForJobsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PollForThirdPartyJobsCommand, se_PollForThirdPartyJobsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PollForThirdPartyJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutActionRevisionCommand, se_PutActionRevisionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutActionRevisionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutApprovalResultCommand, se_PutApprovalResultCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutApprovalResultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutJobFailureResultCommand, se_PutJobFailureResultCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutJobFailureResultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutJobSuccessResultCommand, se_PutJobSuccessResultCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutJobSuccessResultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutThirdPartyJobFailureResultCommand, se_PutThirdPartyJobFailureResu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutThirdPartyJobFailureResultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutThirdPartyJobSuccessResultCommand, se_PutThirdPartyJobSuccessResu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutThirdPartyJobSuccessResultCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutWebhookCommand, se_PutWebhookCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutWebhookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RegisterWebhookWithThirdPartyCommand, se_RegisterWebhookWithThirdPar
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterWebhookWithThirdPartyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RetryStageExecutionCommand, se_RetryStageExecutionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RetryStageExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RollbackStageCommand, se_RollbackStageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RollbackStageCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartPipelineExecutionCommand, se_StartPipelineExecutionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartPipelineExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopPipelineExecutionCommand, se_StopPipelineExecutionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopPipelineExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateActionTypeCommand, se_UpdateActionTypeCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateActionTypeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePipelineCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
33
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
34
|
-
endpointProvider: (
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
36
|
-
}
|
|
36
|
+
}) => import("@smithy/types").EndpointV2;
|
|
37
37
|
tls?: boolean | undefined;
|
|
38
38
|
serviceConfiguredEndpoint?: undefined;
|
|
39
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
33
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
34
|
-
endpointProvider: (
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
36
|
-
}
|
|
36
|
+
}) => import("@smithy/types").EndpointV2;
|
|
37
37
|
tls?: boolean | undefined;
|
|
38
38
|
serviceConfiguredEndpoint?: undefined;
|
|
39
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -30,9 +30,9 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
30
30
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
31
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
32
32
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
33
|
-
endpointProvider: (
|
|
33
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
34
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
|
-
}
|
|
35
|
+
}) => import("@smithy/types").EndpointV2;
|
|
36
36
|
tls?: boolean | undefined;
|
|
37
37
|
serviceConfiguredEndpoint?: undefined;
|
|
38
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -7,9 +7,9 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
8
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
|
-
endpointProvider: (
|
|
10
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
12
|
-
}
|
|
12
|
+
}) => import("@smithy/types").EndpointV2;
|
|
13
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodePipelineHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -56,12 +56,10 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
56
56
|
))
|
|
57
57
|
| undefined;
|
|
58
58
|
endpointProvider: (
|
|
59
|
-
|
|
60
|
-
context?:
|
|
61
|
-
|
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
| undefined
|
|
59
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
60
|
+
context?: {
|
|
61
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
62
|
+
}
|
|
65
63
|
) => import("@smithy/types").EndpointV2;
|
|
66
64
|
tls?: boolean | undefined;
|
|
67
65
|
serviceConfiguredEndpoint?: undefined;
|
|
@@ -60,12 +60,10 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
60
60
|
))
|
|
61
61
|
| undefined;
|
|
62
62
|
endpointProvider: (
|
|
63
|
-
|
|
64
|
-
context?:
|
|
65
|
-
|
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
| undefined
|
|
63
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
64
|
+
context?: {
|
|
65
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
66
|
+
}
|
|
69
67
|
) => import("@smithy/types").EndpointV2;
|
|
70
68
|
tls?: boolean | undefined;
|
|
71
69
|
serviceConfiguredEndpoint?: undefined;
|
|
@@ -50,12 +50,10 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
50
50
|
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
51
51
|
| undefined;
|
|
52
52
|
endpointProvider: (
|
|
53
|
-
|
|
54
|
-
context?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
| undefined
|
|
53
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
54
|
+
context?: {
|
|
55
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
56
|
+
}
|
|
59
57
|
) => import("@smithy/types").EndpointV2;
|
|
60
58
|
tls?: boolean | undefined;
|
|
61
59
|
serviceConfiguredEndpoint?: undefined;
|
|
@@ -5,12 +5,10 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
5
5
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
|
-
|
|
9
|
-
context?:
|
|
10
|
-
|
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
| undefined
|
|
8
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
|
+
context?: {
|
|
10
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
11
|
+
}
|
|
14
12
|
) => import("@smithy/types").EndpointV2;
|
|
15
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
16
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodePipelineHttpAuthSchemeProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codepipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|