@aws-sdk/client-eks 3.649.0 → 3.651.1
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 +56 -168
- package/dist-es/commands/AssociateAccessPolicyCommand.js +1 -3
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +1 -3
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +1 -3
- package/dist-es/commands/CreateAccessEntryCommand.js +1 -3
- package/dist-es/commands/CreateAddonCommand.js +1 -3
- package/dist-es/commands/CreateClusterCommand.js +1 -3
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreateFargateProfileCommand.js +1 -3
- package/dist-es/commands/CreateNodegroupCommand.js +1 -3
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +1 -3
- package/dist-es/commands/DeleteAccessEntryCommand.js +1 -3
- package/dist-es/commands/DeleteAddonCommand.js +1 -3
- package/dist-es/commands/DeleteClusterCommand.js +1 -3
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +1 -3
- package/dist-es/commands/DeleteFargateProfileCommand.js +1 -3
- package/dist-es/commands/DeleteNodegroupCommand.js +1 -3
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +1 -3
- package/dist-es/commands/DeregisterClusterCommand.js +1 -3
- package/dist-es/commands/DescribeAccessEntryCommand.js +1 -3
- package/dist-es/commands/DescribeAddonCommand.js +1 -3
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeAddonVersionsCommand.js +1 -3
- package/dist-es/commands/DescribeClusterCommand.js +1 -3
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +1 -3
- package/dist-es/commands/DescribeFargateProfileCommand.js +1 -3
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +1 -3
- package/dist-es/commands/DescribeInsightCommand.js +1 -3
- package/dist-es/commands/DescribeNodegroupCommand.js +1 -3
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +1 -3
- package/dist-es/commands/DescribeUpdateCommand.js +1 -3
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +1 -3
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +1 -3
- package/dist-es/commands/ListAccessEntriesCommand.js +1 -3
- package/dist-es/commands/ListAccessPoliciesCommand.js +1 -3
- package/dist-es/commands/ListAddonsCommand.js +1 -3
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +1 -3
- package/dist-es/commands/ListClustersCommand.js +1 -3
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListFargateProfilesCommand.js +1 -3
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +1 -3
- package/dist-es/commands/ListInsightsCommand.js +1 -3
- package/dist-es/commands/ListNodegroupsCommand.js +1 -3
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListUpdatesCommand.js +1 -3
- package/dist-es/commands/RegisterClusterCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAccessEntryCommand.js +1 -3
- package/dist-es/commands/UpdateAddonCommand.js +1 -3
- package/dist-es/commands/UpdateClusterConfigCommand.js +1 -3
- package/dist-es/commands/UpdateClusterVersionCommand.js +1 -3
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +1 -3
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +1 -3
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +1 -3
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2995,9 +2995,7 @@ var _t = "types";
|
|
|
2995
2995
|
var _tK = "tagKeys";
|
|
2996
2996
|
|
|
2997
2997
|
// src/commands/AssociateAccessPolicyCommand.ts
|
|
2998
|
-
var _AssociateAccessPolicyCommand = class _AssociateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2999
|
-
...commonParams
|
|
3000
|
-
}).m(function(Command, cs, config, o) {
|
|
2998
|
+
var _AssociateAccessPolicyCommand = class _AssociateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3001
2999
|
return [
|
|
3002
3000
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3003
3001
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3011,9 +3009,7 @@ var AssociateAccessPolicyCommand = _AssociateAccessPolicyCommand;
|
|
|
3011
3009
|
|
|
3012
3010
|
|
|
3013
3011
|
|
|
3014
|
-
var _AssociateEncryptionConfigCommand = class _AssociateEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3015
|
-
...commonParams
|
|
3016
|
-
}).m(function(Command, cs, config, o) {
|
|
3012
|
+
var _AssociateEncryptionConfigCommand = class _AssociateEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3017
3013
|
return [
|
|
3018
3014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3019
3015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3027,9 +3023,7 @@ var AssociateEncryptionConfigCommand = _AssociateEncryptionConfigCommand;
|
|
|
3027
3023
|
|
|
3028
3024
|
|
|
3029
3025
|
|
|
3030
|
-
var _AssociateIdentityProviderConfigCommand = class _AssociateIdentityProviderConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3031
|
-
...commonParams
|
|
3032
|
-
}).m(function(Command, cs, config, o) {
|
|
3026
|
+
var _AssociateIdentityProviderConfigCommand = class _AssociateIdentityProviderConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3033
3027
|
return [
|
|
3034
3028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3035
3029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3043,9 +3037,7 @@ var AssociateIdentityProviderConfigCommand = _AssociateIdentityProviderConfigCom
|
|
|
3043
3037
|
|
|
3044
3038
|
|
|
3045
3039
|
|
|
3046
|
-
var _CreateAccessEntryCommand = class _CreateAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3047
|
-
...commonParams
|
|
3048
|
-
}).m(function(Command, cs, config, o) {
|
|
3040
|
+
var _CreateAccessEntryCommand = class _CreateAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3049
3041
|
return [
|
|
3050
3042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3051
3043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3059,9 +3051,7 @@ var CreateAccessEntryCommand = _CreateAccessEntryCommand;
|
|
|
3059
3051
|
|
|
3060
3052
|
|
|
3061
3053
|
|
|
3062
|
-
var _CreateAddonCommand = class _CreateAddonCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3063
|
-
...commonParams
|
|
3064
|
-
}).m(function(Command, cs, config, o) {
|
|
3054
|
+
var _CreateAddonCommand = class _CreateAddonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3065
3055
|
return [
|
|
3066
3056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3067
3057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3075,9 +3065,7 @@ var CreateAddonCommand = _CreateAddonCommand;
|
|
|
3075
3065
|
|
|
3076
3066
|
|
|
3077
3067
|
|
|
3078
|
-
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3079
|
-
...commonParams
|
|
3080
|
-
}).m(function(Command, cs, config, o) {
|
|
3068
|
+
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3081
3069
|
return [
|
|
3082
3070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3083
3071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3091,9 +3079,7 @@ var CreateClusterCommand = _CreateClusterCommand;
|
|
|
3091
3079
|
|
|
3092
3080
|
|
|
3093
3081
|
|
|
3094
|
-
var _CreateEksAnywhereSubscriptionCommand = class _CreateEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3095
|
-
...commonParams
|
|
3096
|
-
}).m(function(Command, cs, config, o) {
|
|
3082
|
+
var _CreateEksAnywhereSubscriptionCommand = class _CreateEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3097
3083
|
return [
|
|
3098
3084
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3099
3085
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3107,9 +3093,7 @@ var CreateEksAnywhereSubscriptionCommand = _CreateEksAnywhereSubscriptionCommand
|
|
|
3107
3093
|
|
|
3108
3094
|
|
|
3109
3095
|
|
|
3110
|
-
var _CreateFargateProfileCommand = class _CreateFargateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3111
|
-
...commonParams
|
|
3112
|
-
}).m(function(Command, cs, config, o) {
|
|
3096
|
+
var _CreateFargateProfileCommand = class _CreateFargateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3113
3097
|
return [
|
|
3114
3098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3115
3099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3123,9 +3107,7 @@ var CreateFargateProfileCommand = _CreateFargateProfileCommand;
|
|
|
3123
3107
|
|
|
3124
3108
|
|
|
3125
3109
|
|
|
3126
|
-
var _CreateNodegroupCommand = class _CreateNodegroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3127
|
-
...commonParams
|
|
3128
|
-
}).m(function(Command, cs, config, o) {
|
|
3110
|
+
var _CreateNodegroupCommand = class _CreateNodegroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3129
3111
|
return [
|
|
3130
3112
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3131
3113
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3139,9 +3121,7 @@ var CreateNodegroupCommand = _CreateNodegroupCommand;
|
|
|
3139
3121
|
|
|
3140
3122
|
|
|
3141
3123
|
|
|
3142
|
-
var _CreatePodIdentityAssociationCommand = class _CreatePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3143
|
-
...commonParams
|
|
3144
|
-
}).m(function(Command, cs, config, o) {
|
|
3124
|
+
var _CreatePodIdentityAssociationCommand = class _CreatePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3145
3125
|
return [
|
|
3146
3126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3147
3127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3155,9 +3135,7 @@ var CreatePodIdentityAssociationCommand = _CreatePodIdentityAssociationCommand;
|
|
|
3155
3135
|
|
|
3156
3136
|
|
|
3157
3137
|
|
|
3158
|
-
var _DeleteAccessEntryCommand = class _DeleteAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3159
|
-
...commonParams
|
|
3160
|
-
}).m(function(Command, cs, config, o) {
|
|
3138
|
+
var _DeleteAccessEntryCommand = class _DeleteAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3161
3139
|
return [
|
|
3162
3140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3163
3141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3171,9 +3149,7 @@ var DeleteAccessEntryCommand = _DeleteAccessEntryCommand;
|
|
|
3171
3149
|
|
|
3172
3150
|
|
|
3173
3151
|
|
|
3174
|
-
var _DeleteAddonCommand = class _DeleteAddonCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3175
|
-
...commonParams
|
|
3176
|
-
}).m(function(Command, cs, config, o) {
|
|
3152
|
+
var _DeleteAddonCommand = class _DeleteAddonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3177
3153
|
return [
|
|
3178
3154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3179
3155
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3187,9 +3163,7 @@ var DeleteAddonCommand = _DeleteAddonCommand;
|
|
|
3187
3163
|
|
|
3188
3164
|
|
|
3189
3165
|
|
|
3190
|
-
var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3191
|
-
...commonParams
|
|
3192
|
-
}).m(function(Command, cs, config, o) {
|
|
3166
|
+
var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3193
3167
|
return [
|
|
3194
3168
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3195
3169
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3203,9 +3177,7 @@ var DeleteClusterCommand = _DeleteClusterCommand;
|
|
|
3203
3177
|
|
|
3204
3178
|
|
|
3205
3179
|
|
|
3206
|
-
var _DeleteEksAnywhereSubscriptionCommand = class _DeleteEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3207
|
-
...commonParams
|
|
3208
|
-
}).m(function(Command, cs, config, o) {
|
|
3180
|
+
var _DeleteEksAnywhereSubscriptionCommand = class _DeleteEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3209
3181
|
return [
|
|
3210
3182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3211
3183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3219,9 +3191,7 @@ var DeleteEksAnywhereSubscriptionCommand = _DeleteEksAnywhereSubscriptionCommand
|
|
|
3219
3191
|
|
|
3220
3192
|
|
|
3221
3193
|
|
|
3222
|
-
var _DeleteFargateProfileCommand = class _DeleteFargateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3223
|
-
...commonParams
|
|
3224
|
-
}).m(function(Command, cs, config, o) {
|
|
3194
|
+
var _DeleteFargateProfileCommand = class _DeleteFargateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3225
3195
|
return [
|
|
3226
3196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3227
3197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3235,9 +3205,7 @@ var DeleteFargateProfileCommand = _DeleteFargateProfileCommand;
|
|
|
3235
3205
|
|
|
3236
3206
|
|
|
3237
3207
|
|
|
3238
|
-
var _DeleteNodegroupCommand = class _DeleteNodegroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3239
|
-
...commonParams
|
|
3240
|
-
}).m(function(Command, cs, config, o) {
|
|
3208
|
+
var _DeleteNodegroupCommand = class _DeleteNodegroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3241
3209
|
return [
|
|
3242
3210
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3243
3211
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3251,9 +3219,7 @@ var DeleteNodegroupCommand = _DeleteNodegroupCommand;
|
|
|
3251
3219
|
|
|
3252
3220
|
|
|
3253
3221
|
|
|
3254
|
-
var _DeletePodIdentityAssociationCommand = class _DeletePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3255
|
-
...commonParams
|
|
3256
|
-
}).m(function(Command, cs, config, o) {
|
|
3222
|
+
var _DeletePodIdentityAssociationCommand = class _DeletePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3257
3223
|
return [
|
|
3258
3224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3259
3225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3267,9 +3233,7 @@ var DeletePodIdentityAssociationCommand = _DeletePodIdentityAssociationCommand;
|
|
|
3267
3233
|
|
|
3268
3234
|
|
|
3269
3235
|
|
|
3270
|
-
var _DeregisterClusterCommand = class _DeregisterClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3271
|
-
...commonParams
|
|
3272
|
-
}).m(function(Command, cs, config, o) {
|
|
3236
|
+
var _DeregisterClusterCommand = class _DeregisterClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3273
3237
|
return [
|
|
3274
3238
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3275
3239
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3283,9 +3247,7 @@ var DeregisterClusterCommand = _DeregisterClusterCommand;
|
|
|
3283
3247
|
|
|
3284
3248
|
|
|
3285
3249
|
|
|
3286
|
-
var _DescribeAccessEntryCommand = class _DescribeAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3287
|
-
...commonParams
|
|
3288
|
-
}).m(function(Command, cs, config, o) {
|
|
3250
|
+
var _DescribeAccessEntryCommand = class _DescribeAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3289
3251
|
return [
|
|
3290
3252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3291
3253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3299,9 +3261,7 @@ var DescribeAccessEntryCommand = _DescribeAccessEntryCommand;
|
|
|
3299
3261
|
|
|
3300
3262
|
|
|
3301
3263
|
|
|
3302
|
-
var _DescribeAddonCommand = class _DescribeAddonCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3303
|
-
...commonParams
|
|
3304
|
-
}).m(function(Command, cs, config, o) {
|
|
3264
|
+
var _DescribeAddonCommand = class _DescribeAddonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3305
3265
|
return [
|
|
3306
3266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3307
3267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3315,9 +3275,7 @@ var DescribeAddonCommand = _DescribeAddonCommand;
|
|
|
3315
3275
|
|
|
3316
3276
|
|
|
3317
3277
|
|
|
3318
|
-
var _DescribeAddonConfigurationCommand = class _DescribeAddonConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3319
|
-
...commonParams
|
|
3320
|
-
}).m(function(Command, cs, config, o) {
|
|
3278
|
+
var _DescribeAddonConfigurationCommand = class _DescribeAddonConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3321
3279
|
return [
|
|
3322
3280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3323
3281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3331,9 +3289,7 @@ var DescribeAddonConfigurationCommand = _DescribeAddonConfigurationCommand;
|
|
|
3331
3289
|
|
|
3332
3290
|
|
|
3333
3291
|
|
|
3334
|
-
var _DescribeAddonVersionsCommand = class _DescribeAddonVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3335
|
-
...commonParams
|
|
3336
|
-
}).m(function(Command, cs, config, o) {
|
|
3292
|
+
var _DescribeAddonVersionsCommand = class _DescribeAddonVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3337
3293
|
return [
|
|
3338
3294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3339
3295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3347,9 +3303,7 @@ var DescribeAddonVersionsCommand = _DescribeAddonVersionsCommand;
|
|
|
3347
3303
|
|
|
3348
3304
|
|
|
3349
3305
|
|
|
3350
|
-
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3351
|
-
...commonParams
|
|
3352
|
-
}).m(function(Command, cs, config, o) {
|
|
3306
|
+
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3353
3307
|
return [
|
|
3354
3308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3355
3309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3363,9 +3317,7 @@ var DescribeClusterCommand = _DescribeClusterCommand;
|
|
|
3363
3317
|
|
|
3364
3318
|
|
|
3365
3319
|
|
|
3366
|
-
var _DescribeEksAnywhereSubscriptionCommand = class _DescribeEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3367
|
-
...commonParams
|
|
3368
|
-
}).m(function(Command, cs, config, o) {
|
|
3320
|
+
var _DescribeEksAnywhereSubscriptionCommand = class _DescribeEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3369
3321
|
return [
|
|
3370
3322
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3371
3323
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3379,9 +3331,7 @@ var DescribeEksAnywhereSubscriptionCommand = _DescribeEksAnywhereSubscriptionCom
|
|
|
3379
3331
|
|
|
3380
3332
|
|
|
3381
3333
|
|
|
3382
|
-
var _DescribeFargateProfileCommand = class _DescribeFargateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3383
|
-
...commonParams
|
|
3384
|
-
}).m(function(Command, cs, config, o) {
|
|
3334
|
+
var _DescribeFargateProfileCommand = class _DescribeFargateProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3385
3335
|
return [
|
|
3386
3336
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3387
3337
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3395,9 +3345,7 @@ var DescribeFargateProfileCommand = _DescribeFargateProfileCommand;
|
|
|
3395
3345
|
|
|
3396
3346
|
|
|
3397
3347
|
|
|
3398
|
-
var _DescribeIdentityProviderConfigCommand = class _DescribeIdentityProviderConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3399
|
-
...commonParams
|
|
3400
|
-
}).m(function(Command, cs, config, o) {
|
|
3348
|
+
var _DescribeIdentityProviderConfigCommand = class _DescribeIdentityProviderConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3401
3349
|
return [
|
|
3402
3350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3403
3351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3411,9 +3359,7 @@ var DescribeIdentityProviderConfigCommand = _DescribeIdentityProviderConfigComma
|
|
|
3411
3359
|
|
|
3412
3360
|
|
|
3413
3361
|
|
|
3414
|
-
var _DescribeInsightCommand = class _DescribeInsightCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3415
|
-
...commonParams
|
|
3416
|
-
}).m(function(Command, cs, config, o) {
|
|
3362
|
+
var _DescribeInsightCommand = class _DescribeInsightCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3417
3363
|
return [
|
|
3418
3364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3419
3365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3427,9 +3373,7 @@ var DescribeInsightCommand = _DescribeInsightCommand;
|
|
|
3427
3373
|
|
|
3428
3374
|
|
|
3429
3375
|
|
|
3430
|
-
var _DescribeNodegroupCommand = class _DescribeNodegroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3431
|
-
...commonParams
|
|
3432
|
-
}).m(function(Command, cs, config, o) {
|
|
3376
|
+
var _DescribeNodegroupCommand = class _DescribeNodegroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3433
3377
|
return [
|
|
3434
3378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3435
3379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3443,9 +3387,7 @@ var DescribeNodegroupCommand = _DescribeNodegroupCommand;
|
|
|
3443
3387
|
|
|
3444
3388
|
|
|
3445
3389
|
|
|
3446
|
-
var _DescribePodIdentityAssociationCommand = class _DescribePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3447
|
-
...commonParams
|
|
3448
|
-
}).m(function(Command, cs, config, o) {
|
|
3390
|
+
var _DescribePodIdentityAssociationCommand = class _DescribePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3449
3391
|
return [
|
|
3450
3392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3451
3393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3459,9 +3401,7 @@ var DescribePodIdentityAssociationCommand = _DescribePodIdentityAssociationComma
|
|
|
3459
3401
|
|
|
3460
3402
|
|
|
3461
3403
|
|
|
3462
|
-
var _DescribeUpdateCommand = class _DescribeUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3463
|
-
...commonParams
|
|
3464
|
-
}).m(function(Command, cs, config, o) {
|
|
3404
|
+
var _DescribeUpdateCommand = class _DescribeUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3465
3405
|
return [
|
|
3466
3406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3467
3407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3475,9 +3415,7 @@ var DescribeUpdateCommand = _DescribeUpdateCommand;
|
|
|
3475
3415
|
|
|
3476
3416
|
|
|
3477
3417
|
|
|
3478
|
-
var _DisassociateAccessPolicyCommand = class _DisassociateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3479
|
-
...commonParams
|
|
3480
|
-
}).m(function(Command, cs, config, o) {
|
|
3418
|
+
var _DisassociateAccessPolicyCommand = class _DisassociateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3481
3419
|
return [
|
|
3482
3420
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3483
3421
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3491,9 +3429,7 @@ var DisassociateAccessPolicyCommand = _DisassociateAccessPolicyCommand;
|
|
|
3491
3429
|
|
|
3492
3430
|
|
|
3493
3431
|
|
|
3494
|
-
var _DisassociateIdentityProviderConfigCommand = class _DisassociateIdentityProviderConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3495
|
-
...commonParams
|
|
3496
|
-
}).m(function(Command, cs, config, o) {
|
|
3432
|
+
var _DisassociateIdentityProviderConfigCommand = class _DisassociateIdentityProviderConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3497
3433
|
return [
|
|
3498
3434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3499
3435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3507,9 +3443,7 @@ var DisassociateIdentityProviderConfigCommand = _DisassociateIdentityProviderCon
|
|
|
3507
3443
|
|
|
3508
3444
|
|
|
3509
3445
|
|
|
3510
|
-
var _ListAccessEntriesCommand = class _ListAccessEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3511
|
-
...commonParams
|
|
3512
|
-
}).m(function(Command, cs, config, o) {
|
|
3446
|
+
var _ListAccessEntriesCommand = class _ListAccessEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3513
3447
|
return [
|
|
3514
3448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3515
3449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3523,9 +3457,7 @@ var ListAccessEntriesCommand = _ListAccessEntriesCommand;
|
|
|
3523
3457
|
|
|
3524
3458
|
|
|
3525
3459
|
|
|
3526
|
-
var _ListAccessPoliciesCommand = class _ListAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3527
|
-
...commonParams
|
|
3528
|
-
}).m(function(Command, cs, config, o) {
|
|
3460
|
+
var _ListAccessPoliciesCommand = class _ListAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3529
3461
|
return [
|
|
3530
3462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3531
3463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3539,9 +3471,7 @@ var ListAccessPoliciesCommand = _ListAccessPoliciesCommand;
|
|
|
3539
3471
|
|
|
3540
3472
|
|
|
3541
3473
|
|
|
3542
|
-
var _ListAddonsCommand = class _ListAddonsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3543
|
-
...commonParams
|
|
3544
|
-
}).m(function(Command, cs, config, o) {
|
|
3474
|
+
var _ListAddonsCommand = class _ListAddonsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3545
3475
|
return [
|
|
3546
3476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3547
3477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3555,9 +3485,7 @@ var ListAddonsCommand = _ListAddonsCommand;
|
|
|
3555
3485
|
|
|
3556
3486
|
|
|
3557
3487
|
|
|
3558
|
-
var _ListAssociatedAccessPoliciesCommand = class _ListAssociatedAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3559
|
-
...commonParams
|
|
3560
|
-
}).m(function(Command, cs, config, o) {
|
|
3488
|
+
var _ListAssociatedAccessPoliciesCommand = class _ListAssociatedAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3561
3489
|
return [
|
|
3562
3490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3563
3491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3571,9 +3499,7 @@ var ListAssociatedAccessPoliciesCommand = _ListAssociatedAccessPoliciesCommand;
|
|
|
3571
3499
|
|
|
3572
3500
|
|
|
3573
3501
|
|
|
3574
|
-
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3575
|
-
...commonParams
|
|
3576
|
-
}).m(function(Command, cs, config, o) {
|
|
3502
|
+
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3577
3503
|
return [
|
|
3578
3504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3579
3505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3587,9 +3513,7 @@ var ListClustersCommand = _ListClustersCommand;
|
|
|
3587
3513
|
|
|
3588
3514
|
|
|
3589
3515
|
|
|
3590
|
-
var _ListEksAnywhereSubscriptionsCommand = class _ListEksAnywhereSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3591
|
-
...commonParams
|
|
3592
|
-
}).m(function(Command, cs, config, o) {
|
|
3516
|
+
var _ListEksAnywhereSubscriptionsCommand = class _ListEksAnywhereSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3593
3517
|
return [
|
|
3594
3518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3595
3519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3603,9 +3527,7 @@ var ListEksAnywhereSubscriptionsCommand = _ListEksAnywhereSubscriptionsCommand;
|
|
|
3603
3527
|
|
|
3604
3528
|
|
|
3605
3529
|
|
|
3606
|
-
var _ListFargateProfilesCommand = class _ListFargateProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3607
|
-
...commonParams
|
|
3608
|
-
}).m(function(Command, cs, config, o) {
|
|
3530
|
+
var _ListFargateProfilesCommand = class _ListFargateProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3609
3531
|
return [
|
|
3610
3532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3611
3533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3619,9 +3541,7 @@ var ListFargateProfilesCommand = _ListFargateProfilesCommand;
|
|
|
3619
3541
|
|
|
3620
3542
|
|
|
3621
3543
|
|
|
3622
|
-
var _ListIdentityProviderConfigsCommand = class _ListIdentityProviderConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3623
|
-
...commonParams
|
|
3624
|
-
}).m(function(Command, cs, config, o) {
|
|
3544
|
+
var _ListIdentityProviderConfigsCommand = class _ListIdentityProviderConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3625
3545
|
return [
|
|
3626
3546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3627
3547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3635,9 +3555,7 @@ var ListIdentityProviderConfigsCommand = _ListIdentityProviderConfigsCommand;
|
|
|
3635
3555
|
|
|
3636
3556
|
|
|
3637
3557
|
|
|
3638
|
-
var _ListInsightsCommand = class _ListInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3639
|
-
...commonParams
|
|
3640
|
-
}).m(function(Command, cs, config, o) {
|
|
3558
|
+
var _ListInsightsCommand = class _ListInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3641
3559
|
return [
|
|
3642
3560
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3643
3561
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3651,9 +3569,7 @@ var ListInsightsCommand = _ListInsightsCommand;
|
|
|
3651
3569
|
|
|
3652
3570
|
|
|
3653
3571
|
|
|
3654
|
-
var _ListNodegroupsCommand = class _ListNodegroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3655
|
-
...commonParams
|
|
3656
|
-
}).m(function(Command, cs, config, o) {
|
|
3572
|
+
var _ListNodegroupsCommand = class _ListNodegroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3657
3573
|
return [
|
|
3658
3574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3659
3575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3667,9 +3583,7 @@ var ListNodegroupsCommand = _ListNodegroupsCommand;
|
|
|
3667
3583
|
|
|
3668
3584
|
|
|
3669
3585
|
|
|
3670
|
-
var _ListPodIdentityAssociationsCommand = class _ListPodIdentityAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3671
|
-
...commonParams
|
|
3672
|
-
}).m(function(Command, cs, config, o) {
|
|
3586
|
+
var _ListPodIdentityAssociationsCommand = class _ListPodIdentityAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3673
3587
|
return [
|
|
3674
3588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3675
3589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3683,9 +3597,7 @@ var ListPodIdentityAssociationsCommand = _ListPodIdentityAssociationsCommand;
|
|
|
3683
3597
|
|
|
3684
3598
|
|
|
3685
3599
|
|
|
3686
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3687
|
-
...commonParams
|
|
3688
|
-
}).m(function(Command, cs, config, o) {
|
|
3600
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3689
3601
|
return [
|
|
3690
3602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3691
3603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3699,9 +3611,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3699
3611
|
|
|
3700
3612
|
|
|
3701
3613
|
|
|
3702
|
-
var _ListUpdatesCommand = class _ListUpdatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3703
|
-
...commonParams
|
|
3704
|
-
}).m(function(Command, cs, config, o) {
|
|
3614
|
+
var _ListUpdatesCommand = class _ListUpdatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3705
3615
|
return [
|
|
3706
3616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3707
3617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3715,9 +3625,7 @@ var ListUpdatesCommand = _ListUpdatesCommand;
|
|
|
3715
3625
|
|
|
3716
3626
|
|
|
3717
3627
|
|
|
3718
|
-
var _RegisterClusterCommand = class _RegisterClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3719
|
-
...commonParams
|
|
3720
|
-
}).m(function(Command, cs, config, o) {
|
|
3628
|
+
var _RegisterClusterCommand = class _RegisterClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3721
3629
|
return [
|
|
3722
3630
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3723
3631
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3731,9 +3639,7 @@ var RegisterClusterCommand = _RegisterClusterCommand;
|
|
|
3731
3639
|
|
|
3732
3640
|
|
|
3733
3641
|
|
|
3734
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3735
|
-
...commonParams
|
|
3736
|
-
}).m(function(Command, cs, config, o) {
|
|
3642
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3737
3643
|
return [
|
|
3738
3644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3739
3645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3747,9 +3653,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3747
3653
|
|
|
3748
3654
|
|
|
3749
3655
|
|
|
3750
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3751
|
-
...commonParams
|
|
3752
|
-
}).m(function(Command, cs, config, o) {
|
|
3656
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3753
3657
|
return [
|
|
3754
3658
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3755
3659
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3763,9 +3667,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3763
3667
|
|
|
3764
3668
|
|
|
3765
3669
|
|
|
3766
|
-
var _UpdateAccessEntryCommand = class _UpdateAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3767
|
-
...commonParams
|
|
3768
|
-
}).m(function(Command, cs, config, o) {
|
|
3670
|
+
var _UpdateAccessEntryCommand = class _UpdateAccessEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3769
3671
|
return [
|
|
3770
3672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3771
3673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3779,9 +3681,7 @@ var UpdateAccessEntryCommand = _UpdateAccessEntryCommand;
|
|
|
3779
3681
|
|
|
3780
3682
|
|
|
3781
3683
|
|
|
3782
|
-
var _UpdateAddonCommand = class _UpdateAddonCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3783
|
-
...commonParams
|
|
3784
|
-
}).m(function(Command, cs, config, o) {
|
|
3684
|
+
var _UpdateAddonCommand = class _UpdateAddonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3785
3685
|
return [
|
|
3786
3686
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3787
3687
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3795,9 +3695,7 @@ var UpdateAddonCommand = _UpdateAddonCommand;
|
|
|
3795
3695
|
|
|
3796
3696
|
|
|
3797
3697
|
|
|
3798
|
-
var _UpdateClusterConfigCommand = class _UpdateClusterConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3799
|
-
...commonParams
|
|
3800
|
-
}).m(function(Command, cs, config, o) {
|
|
3698
|
+
var _UpdateClusterConfigCommand = class _UpdateClusterConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3801
3699
|
return [
|
|
3802
3700
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3803
3701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3811,9 +3709,7 @@ var UpdateClusterConfigCommand = _UpdateClusterConfigCommand;
|
|
|
3811
3709
|
|
|
3812
3710
|
|
|
3813
3711
|
|
|
3814
|
-
var _UpdateClusterVersionCommand = class _UpdateClusterVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3815
|
-
...commonParams
|
|
3816
|
-
}).m(function(Command, cs, config, o) {
|
|
3712
|
+
var _UpdateClusterVersionCommand = class _UpdateClusterVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3817
3713
|
return [
|
|
3818
3714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3819
3715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3827,9 +3723,7 @@ var UpdateClusterVersionCommand = _UpdateClusterVersionCommand;
|
|
|
3827
3723
|
|
|
3828
3724
|
|
|
3829
3725
|
|
|
3830
|
-
var _UpdateEksAnywhereSubscriptionCommand = class _UpdateEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3831
|
-
...commonParams
|
|
3832
|
-
}).m(function(Command, cs, config, o) {
|
|
3726
|
+
var _UpdateEksAnywhereSubscriptionCommand = class _UpdateEksAnywhereSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3833
3727
|
return [
|
|
3834
3728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3835
3729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3843,9 +3737,7 @@ var UpdateEksAnywhereSubscriptionCommand = _UpdateEksAnywhereSubscriptionCommand
|
|
|
3843
3737
|
|
|
3844
3738
|
|
|
3845
3739
|
|
|
3846
|
-
var _UpdateNodegroupConfigCommand = class _UpdateNodegroupConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3847
|
-
...commonParams
|
|
3848
|
-
}).m(function(Command, cs, config, o) {
|
|
3740
|
+
var _UpdateNodegroupConfigCommand = class _UpdateNodegroupConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3849
3741
|
return [
|
|
3850
3742
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3851
3743
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3859,9 +3751,7 @@ var UpdateNodegroupConfigCommand = _UpdateNodegroupConfigCommand;
|
|
|
3859
3751
|
|
|
3860
3752
|
|
|
3861
3753
|
|
|
3862
|
-
var _UpdateNodegroupVersionCommand = class _UpdateNodegroupVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3863
|
-
...commonParams
|
|
3864
|
-
}).m(function(Command, cs, config, o) {
|
|
3754
|
+
var _UpdateNodegroupVersionCommand = class _UpdateNodegroupVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3865
3755
|
return [
|
|
3866
3756
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3867
3757
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3875,9 +3765,7 @@ var UpdateNodegroupVersionCommand = _UpdateNodegroupVersionCommand;
|
|
|
3875
3765
|
|
|
3876
3766
|
|
|
3877
3767
|
|
|
3878
|
-
var _UpdatePodIdentityAssociationCommand = class _UpdatePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3879
|
-
...commonParams
|
|
3880
|
-
}).m(function(Command, cs, config, o) {
|
|
3768
|
+
var _UpdatePodIdentityAssociationCommand = class _UpdatePodIdentityAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3881
3769
|
return [
|
|
3882
3770
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3883
3771
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateAccessPolicyCommand, se_AssociateAccessPolicyCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateAccessPolicyCommand 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_AssociateEncryptionConfigCommand, se_AssociateEncryptionConfigComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateEncryptionConfigCommand 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_AssociateIdentityProviderConfigCommand, se_AssociateIdentityProvider
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateIdentityProviderConfigCommand 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_CreateAccessEntryCommand, se_CreateAccessEntryCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAccessEntryCommand 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_CreateAddonCommand, se_CreateAddonCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAddonCommand 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),
|