@aws-sdk/client-resiliencehub 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 +60 -180
- package/dist-es/commands/AcceptResourceGroupingRecommendationsCommand.js +1 -3
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +1 -3
- package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +1 -3
- package/dist-es/commands/CreateAppCommand.js +1 -3
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +1 -3
- package/dist-es/commands/CreateAppVersionResourceCommand.js +1 -3
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +1 -3
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteAppAssessmentCommand.js +1 -3
- package/dist-es/commands/DeleteAppCommand.js +1 -3
- package/dist-es/commands/DeleteAppInputSourceCommand.js +1 -3
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +1 -3
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +1 -3
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +1 -3
- package/dist-es/commands/DescribeAppAssessmentCommand.js +1 -3
- package/dist-es/commands/DescribeAppCommand.js +1 -3
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +1 -3
- package/dist-es/commands/DescribeAppVersionCommand.js +1 -3
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +1 -3
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +1 -3
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +1 -3
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +1 -3
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +1 -3
- package/dist-es/commands/DescribeResourceGroupingRecommendationTaskCommand.js +1 -3
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +1 -3
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +1 -3
- package/dist-es/commands/ListAppAssessmentResourceDriftsCommand.js +1 -3
- package/dist-es/commands/ListAppAssessmentsCommand.js +1 -3
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +1 -3
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListAppInputSourcesCommand.js +1 -3
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +1 -3
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +1 -3
- package/dist-es/commands/ListAppVersionResourcesCommand.js +1 -3
- package/dist-es/commands/ListAppVersionsCommand.js +1 -3
- package/dist-es/commands/ListAppsCommand.js +1 -3
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +1 -3
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +1 -3
- package/dist-es/commands/ListResourceGroupingRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListSopRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTestRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +1 -3
- package/dist-es/commands/PublishAppVersionCommand.js +1 -3
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +1 -3
- package/dist-es/commands/RejectResourceGroupingRecommendationsCommand.js +1 -3
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +1 -3
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +1 -3
- package/dist-es/commands/StartAppAssessmentCommand.js +1 -3
- package/dist-es/commands/StartResourceGroupingRecommendationTaskCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAppCommand.js +1 -3
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +1 -3
- package/dist-es/commands/UpdateAppVersionCommand.js +1 -3
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +1 -3
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -3159,9 +3159,7 @@ var _tK = "tagKeys";
|
|
|
3159
3159
|
var _tLAT = "toLastAssessmentTime";
|
|
3160
3160
|
|
|
3161
3161
|
// src/commands/AcceptResourceGroupingRecommendationsCommand.ts
|
|
3162
|
-
var _AcceptResourceGroupingRecommendationsCommand = class _AcceptResourceGroupingRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3163
|
-
...commonParams
|
|
3164
|
-
}).m(function(Command, cs, config, o) {
|
|
3162
|
+
var _AcceptResourceGroupingRecommendationsCommand = class _AcceptResourceGroupingRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3165
3163
|
return [
|
|
3166
3164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3167
3165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3175,9 +3173,7 @@ var AcceptResourceGroupingRecommendationsCommand = _AcceptResourceGroupingRecomm
|
|
|
3175
3173
|
|
|
3176
3174
|
|
|
3177
3175
|
|
|
3178
|
-
var _AddDraftAppVersionResourceMappingsCommand = class _AddDraftAppVersionResourceMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3179
|
-
...commonParams
|
|
3180
|
-
}).m(function(Command, cs, config, o) {
|
|
3176
|
+
var _AddDraftAppVersionResourceMappingsCommand = class _AddDraftAppVersionResourceMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3181
3177
|
return [
|
|
3182
3178
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3183
3179
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3191,9 +3187,7 @@ var AddDraftAppVersionResourceMappingsCommand = _AddDraftAppVersionResourceMappi
|
|
|
3191
3187
|
|
|
3192
3188
|
|
|
3193
3189
|
|
|
3194
|
-
var _BatchUpdateRecommendationStatusCommand = class _BatchUpdateRecommendationStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3195
|
-
...commonParams
|
|
3196
|
-
}).m(function(Command, cs, config, o) {
|
|
3190
|
+
var _BatchUpdateRecommendationStatusCommand = class _BatchUpdateRecommendationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3197
3191
|
return [
|
|
3198
3192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3199
3193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3207,9 +3201,7 @@ var BatchUpdateRecommendationStatusCommand = _BatchUpdateRecommendationStatusCom
|
|
|
3207
3201
|
|
|
3208
3202
|
|
|
3209
3203
|
|
|
3210
|
-
var _CreateAppCommand = class _CreateAppCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3211
|
-
...commonParams
|
|
3212
|
-
}).m(function(Command, cs, config, o) {
|
|
3204
|
+
var _CreateAppCommand = class _CreateAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3213
3205
|
return [
|
|
3214
3206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3215
3207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3223,9 +3215,7 @@ var CreateAppCommand = _CreateAppCommand;
|
|
|
3223
3215
|
|
|
3224
3216
|
|
|
3225
3217
|
|
|
3226
|
-
var _CreateAppVersionAppComponentCommand = class _CreateAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3227
|
-
...commonParams
|
|
3228
|
-
}).m(function(Command, cs, config, o) {
|
|
3218
|
+
var _CreateAppVersionAppComponentCommand = class _CreateAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3229
3219
|
return [
|
|
3230
3220
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3231
3221
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3239,9 +3229,7 @@ var CreateAppVersionAppComponentCommand = _CreateAppVersionAppComponentCommand;
|
|
|
3239
3229
|
|
|
3240
3230
|
|
|
3241
3231
|
|
|
3242
|
-
var _CreateAppVersionResourceCommand = class _CreateAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3243
|
-
...commonParams
|
|
3244
|
-
}).m(function(Command, cs, config, o) {
|
|
3232
|
+
var _CreateAppVersionResourceCommand = class _CreateAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3245
3233
|
return [
|
|
3246
3234
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3247
3235
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3255,9 +3243,7 @@ var CreateAppVersionResourceCommand = _CreateAppVersionResourceCommand;
|
|
|
3255
3243
|
|
|
3256
3244
|
|
|
3257
3245
|
|
|
3258
|
-
var _CreateRecommendationTemplateCommand = class _CreateRecommendationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3259
|
-
...commonParams
|
|
3260
|
-
}).m(function(Command, cs, config, o) {
|
|
3246
|
+
var _CreateRecommendationTemplateCommand = class _CreateRecommendationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3261
3247
|
return [
|
|
3262
3248
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3263
3249
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3271,9 +3257,7 @@ var CreateRecommendationTemplateCommand = _CreateRecommendationTemplateCommand;
|
|
|
3271
3257
|
|
|
3272
3258
|
|
|
3273
3259
|
|
|
3274
|
-
var _CreateResiliencyPolicyCommand = class _CreateResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3275
|
-
...commonParams
|
|
3276
|
-
}).m(function(Command, cs, config, o) {
|
|
3260
|
+
var _CreateResiliencyPolicyCommand = class _CreateResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3277
3261
|
return [
|
|
3278
3262
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3279
3263
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3287,9 +3271,7 @@ var CreateResiliencyPolicyCommand = _CreateResiliencyPolicyCommand;
|
|
|
3287
3271
|
|
|
3288
3272
|
|
|
3289
3273
|
|
|
3290
|
-
var _DeleteAppAssessmentCommand = class _DeleteAppAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3291
|
-
...commonParams
|
|
3292
|
-
}).m(function(Command, cs, config, o) {
|
|
3274
|
+
var _DeleteAppAssessmentCommand = class _DeleteAppAssessmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3293
3275
|
return [
|
|
3294
3276
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3295
3277
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3303,9 +3285,7 @@ var DeleteAppAssessmentCommand = _DeleteAppAssessmentCommand;
|
|
|
3303
3285
|
|
|
3304
3286
|
|
|
3305
3287
|
|
|
3306
|
-
var _DeleteAppCommand = class _DeleteAppCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3307
|
-
...commonParams
|
|
3308
|
-
}).m(function(Command, cs, config, o) {
|
|
3288
|
+
var _DeleteAppCommand = class _DeleteAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3309
3289
|
return [
|
|
3310
3290
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3311
3291
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3319,9 +3299,7 @@ var DeleteAppCommand = _DeleteAppCommand;
|
|
|
3319
3299
|
|
|
3320
3300
|
|
|
3321
3301
|
|
|
3322
|
-
var _DeleteAppInputSourceCommand = class _DeleteAppInputSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3323
|
-
...commonParams
|
|
3324
|
-
}).m(function(Command, cs, config, o) {
|
|
3302
|
+
var _DeleteAppInputSourceCommand = class _DeleteAppInputSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3325
3303
|
return [
|
|
3326
3304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3327
3305
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3335,9 +3313,7 @@ var DeleteAppInputSourceCommand = _DeleteAppInputSourceCommand;
|
|
|
3335
3313
|
|
|
3336
3314
|
|
|
3337
3315
|
|
|
3338
|
-
var _DeleteAppVersionAppComponentCommand = class _DeleteAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3339
|
-
...commonParams
|
|
3340
|
-
}).m(function(Command, cs, config, o) {
|
|
3316
|
+
var _DeleteAppVersionAppComponentCommand = class _DeleteAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3341
3317
|
return [
|
|
3342
3318
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3343
3319
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3351,9 +3327,7 @@ var DeleteAppVersionAppComponentCommand = _DeleteAppVersionAppComponentCommand;
|
|
|
3351
3327
|
|
|
3352
3328
|
|
|
3353
3329
|
|
|
3354
|
-
var _DeleteAppVersionResourceCommand = class _DeleteAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3355
|
-
...commonParams
|
|
3356
|
-
}).m(function(Command, cs, config, o) {
|
|
3330
|
+
var _DeleteAppVersionResourceCommand = class _DeleteAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3357
3331
|
return [
|
|
3358
3332
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3359
3333
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3367,9 +3341,7 @@ var DeleteAppVersionResourceCommand = _DeleteAppVersionResourceCommand;
|
|
|
3367
3341
|
|
|
3368
3342
|
|
|
3369
3343
|
|
|
3370
|
-
var _DeleteRecommendationTemplateCommand = class _DeleteRecommendationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3371
|
-
...commonParams
|
|
3372
|
-
}).m(function(Command, cs, config, o) {
|
|
3344
|
+
var _DeleteRecommendationTemplateCommand = class _DeleteRecommendationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3373
3345
|
return [
|
|
3374
3346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3375
3347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3383,9 +3355,7 @@ var DeleteRecommendationTemplateCommand = _DeleteRecommendationTemplateCommand;
|
|
|
3383
3355
|
|
|
3384
3356
|
|
|
3385
3357
|
|
|
3386
|
-
var _DeleteResiliencyPolicyCommand = class _DeleteResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3387
|
-
...commonParams
|
|
3388
|
-
}).m(function(Command, cs, config, o) {
|
|
3358
|
+
var _DeleteResiliencyPolicyCommand = class _DeleteResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3389
3359
|
return [
|
|
3390
3360
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3391
3361
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3399,9 +3369,7 @@ var DeleteResiliencyPolicyCommand = _DeleteResiliencyPolicyCommand;
|
|
|
3399
3369
|
|
|
3400
3370
|
|
|
3401
3371
|
|
|
3402
|
-
var _DescribeAppAssessmentCommand = class _DescribeAppAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3403
|
-
...commonParams
|
|
3404
|
-
}).m(function(Command, cs, config, o) {
|
|
3372
|
+
var _DescribeAppAssessmentCommand = class _DescribeAppAssessmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3405
3373
|
return [
|
|
3406
3374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3407
3375
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3415,9 +3383,7 @@ var DescribeAppAssessmentCommand = _DescribeAppAssessmentCommand;
|
|
|
3415
3383
|
|
|
3416
3384
|
|
|
3417
3385
|
|
|
3418
|
-
var _DescribeAppCommand = class _DescribeAppCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3419
|
-
...commonParams
|
|
3420
|
-
}).m(function(Command, cs, config, o) {
|
|
3386
|
+
var _DescribeAppCommand = class _DescribeAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3421
3387
|
return [
|
|
3422
3388
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3423
3389
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3431,9 +3397,7 @@ var DescribeAppCommand = _DescribeAppCommand;
|
|
|
3431
3397
|
|
|
3432
3398
|
|
|
3433
3399
|
|
|
3434
|
-
var _DescribeAppVersionAppComponentCommand = class _DescribeAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3435
|
-
...commonParams
|
|
3436
|
-
}).m(function(Command, cs, config, o) {
|
|
3400
|
+
var _DescribeAppVersionAppComponentCommand = class _DescribeAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3437
3401
|
return [
|
|
3438
3402
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3439
3403
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3447,9 +3411,7 @@ var DescribeAppVersionAppComponentCommand = _DescribeAppVersionAppComponentComma
|
|
|
3447
3411
|
|
|
3448
3412
|
|
|
3449
3413
|
|
|
3450
|
-
var _DescribeAppVersionCommand = class _DescribeAppVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3451
|
-
...commonParams
|
|
3452
|
-
}).m(function(Command, cs, config, o) {
|
|
3414
|
+
var _DescribeAppVersionCommand = class _DescribeAppVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3453
3415
|
return [
|
|
3454
3416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3455
3417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3463,9 +3425,7 @@ var DescribeAppVersionCommand = _DescribeAppVersionCommand;
|
|
|
3463
3425
|
|
|
3464
3426
|
|
|
3465
3427
|
|
|
3466
|
-
var _DescribeAppVersionResourceCommand = class _DescribeAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3467
|
-
...commonParams
|
|
3468
|
-
}).m(function(Command, cs, config, o) {
|
|
3428
|
+
var _DescribeAppVersionResourceCommand = class _DescribeAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3469
3429
|
return [
|
|
3470
3430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3471
3431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3479,9 +3439,7 @@ var DescribeAppVersionResourceCommand = _DescribeAppVersionResourceCommand;
|
|
|
3479
3439
|
|
|
3480
3440
|
|
|
3481
3441
|
|
|
3482
|
-
var _DescribeAppVersionResourcesResolutionStatusCommand = class _DescribeAppVersionResourcesResolutionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3483
|
-
...commonParams
|
|
3484
|
-
}).m(function(Command, cs, config, o) {
|
|
3442
|
+
var _DescribeAppVersionResourcesResolutionStatusCommand = class _DescribeAppVersionResourcesResolutionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3485
3443
|
return [
|
|
3486
3444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3487
3445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3495,9 +3453,7 @@ var DescribeAppVersionResourcesResolutionStatusCommand = _DescribeAppVersionReso
|
|
|
3495
3453
|
|
|
3496
3454
|
|
|
3497
3455
|
|
|
3498
|
-
var _DescribeAppVersionTemplateCommand = class _DescribeAppVersionTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3499
|
-
...commonParams
|
|
3500
|
-
}).m(function(Command, cs, config, o) {
|
|
3456
|
+
var _DescribeAppVersionTemplateCommand = class _DescribeAppVersionTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3501
3457
|
return [
|
|
3502
3458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3503
3459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3511,9 +3467,7 @@ var DescribeAppVersionTemplateCommand = _DescribeAppVersionTemplateCommand;
|
|
|
3511
3467
|
|
|
3512
3468
|
|
|
3513
3469
|
|
|
3514
|
-
var _DescribeDraftAppVersionResourcesImportStatusCommand = class _DescribeDraftAppVersionResourcesImportStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3515
|
-
...commonParams
|
|
3516
|
-
}).m(function(Command, cs, config, o) {
|
|
3470
|
+
var _DescribeDraftAppVersionResourcesImportStatusCommand = class _DescribeDraftAppVersionResourcesImportStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3517
3471
|
return [
|
|
3518
3472
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3519
3473
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3527,9 +3481,7 @@ var DescribeDraftAppVersionResourcesImportStatusCommand = _DescribeDraftAppVersi
|
|
|
3527
3481
|
|
|
3528
3482
|
|
|
3529
3483
|
|
|
3530
|
-
var _DescribeResiliencyPolicyCommand = class _DescribeResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3531
|
-
...commonParams
|
|
3532
|
-
}).m(function(Command, cs, config, o) {
|
|
3484
|
+
var _DescribeResiliencyPolicyCommand = class _DescribeResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3533
3485
|
return [
|
|
3534
3486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3535
3487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3543,9 +3495,7 @@ var DescribeResiliencyPolicyCommand = _DescribeResiliencyPolicyCommand;
|
|
|
3543
3495
|
|
|
3544
3496
|
|
|
3545
3497
|
|
|
3546
|
-
var _DescribeResourceGroupingRecommendationTaskCommand = class _DescribeResourceGroupingRecommendationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3547
|
-
...commonParams
|
|
3548
|
-
}).m(function(Command, cs, config, o) {
|
|
3498
|
+
var _DescribeResourceGroupingRecommendationTaskCommand = class _DescribeResourceGroupingRecommendationTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3549
3499
|
return [
|
|
3550
3500
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3551
3501
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3559,9 +3509,7 @@ var DescribeResourceGroupingRecommendationTaskCommand = _DescribeResourceGroupin
|
|
|
3559
3509
|
|
|
3560
3510
|
|
|
3561
3511
|
|
|
3562
|
-
var _ImportResourcesToDraftAppVersionCommand = class _ImportResourcesToDraftAppVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3563
|
-
...commonParams
|
|
3564
|
-
}).m(function(Command, cs, config, o) {
|
|
3512
|
+
var _ImportResourcesToDraftAppVersionCommand = class _ImportResourcesToDraftAppVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3565
3513
|
return [
|
|
3566
3514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3567
3515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3575,9 +3523,7 @@ var ImportResourcesToDraftAppVersionCommand = _ImportResourcesToDraftAppVersionC
|
|
|
3575
3523
|
|
|
3576
3524
|
|
|
3577
3525
|
|
|
3578
|
-
var _ListAlarmRecommendationsCommand = class _ListAlarmRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3579
|
-
...commonParams
|
|
3580
|
-
}).m(function(Command, cs, config, o) {
|
|
3526
|
+
var _ListAlarmRecommendationsCommand = class _ListAlarmRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3581
3527
|
return [
|
|
3582
3528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3583
3529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3591,9 +3537,7 @@ var ListAlarmRecommendationsCommand = _ListAlarmRecommendationsCommand;
|
|
|
3591
3537
|
|
|
3592
3538
|
|
|
3593
3539
|
|
|
3594
|
-
var _ListAppAssessmentComplianceDriftsCommand = class _ListAppAssessmentComplianceDriftsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3595
|
-
...commonParams
|
|
3596
|
-
}).m(function(Command, cs, config, o) {
|
|
3540
|
+
var _ListAppAssessmentComplianceDriftsCommand = class _ListAppAssessmentComplianceDriftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3597
3541
|
return [
|
|
3598
3542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3599
3543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3607,9 +3551,7 @@ var ListAppAssessmentComplianceDriftsCommand = _ListAppAssessmentComplianceDrift
|
|
|
3607
3551
|
|
|
3608
3552
|
|
|
3609
3553
|
|
|
3610
|
-
var _ListAppAssessmentResourceDriftsCommand = class _ListAppAssessmentResourceDriftsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3611
|
-
...commonParams
|
|
3612
|
-
}).m(function(Command, cs, config, o) {
|
|
3554
|
+
var _ListAppAssessmentResourceDriftsCommand = class _ListAppAssessmentResourceDriftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3613
3555
|
return [
|
|
3614
3556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3615
3557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3623,9 +3565,7 @@ var ListAppAssessmentResourceDriftsCommand = _ListAppAssessmentResourceDriftsCom
|
|
|
3623
3565
|
|
|
3624
3566
|
|
|
3625
3567
|
|
|
3626
|
-
var _ListAppAssessmentsCommand = class _ListAppAssessmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3627
|
-
...commonParams
|
|
3628
|
-
}).m(function(Command, cs, config, o) {
|
|
3568
|
+
var _ListAppAssessmentsCommand = class _ListAppAssessmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3629
3569
|
return [
|
|
3630
3570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3631
3571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3639,9 +3579,7 @@ var ListAppAssessmentsCommand = _ListAppAssessmentsCommand;
|
|
|
3639
3579
|
|
|
3640
3580
|
|
|
3641
3581
|
|
|
3642
|
-
var _ListAppComponentCompliancesCommand = class _ListAppComponentCompliancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3643
|
-
...commonParams
|
|
3644
|
-
}).m(function(Command, cs, config, o) {
|
|
3582
|
+
var _ListAppComponentCompliancesCommand = class _ListAppComponentCompliancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3645
3583
|
return [
|
|
3646
3584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3647
3585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3655,9 +3593,7 @@ var ListAppComponentCompliancesCommand = _ListAppComponentCompliancesCommand;
|
|
|
3655
3593
|
|
|
3656
3594
|
|
|
3657
3595
|
|
|
3658
|
-
var _ListAppComponentRecommendationsCommand = class _ListAppComponentRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3659
|
-
...commonParams
|
|
3660
|
-
}).m(function(Command, cs, config, o) {
|
|
3596
|
+
var _ListAppComponentRecommendationsCommand = class _ListAppComponentRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3661
3597
|
return [
|
|
3662
3598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3663
3599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3671,9 +3607,7 @@ var ListAppComponentRecommendationsCommand = _ListAppComponentRecommendationsCom
|
|
|
3671
3607
|
|
|
3672
3608
|
|
|
3673
3609
|
|
|
3674
|
-
var _ListAppInputSourcesCommand = class _ListAppInputSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3675
|
-
...commonParams
|
|
3676
|
-
}).m(function(Command, cs, config, o) {
|
|
3610
|
+
var _ListAppInputSourcesCommand = class _ListAppInputSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3677
3611
|
return [
|
|
3678
3612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3679
3613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3687,9 +3621,7 @@ var ListAppInputSourcesCommand = _ListAppInputSourcesCommand;
|
|
|
3687
3621
|
|
|
3688
3622
|
|
|
3689
3623
|
|
|
3690
|
-
var _ListAppsCommand = class _ListAppsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3691
|
-
...commonParams
|
|
3692
|
-
}).m(function(Command, cs, config, o) {
|
|
3624
|
+
var _ListAppsCommand = class _ListAppsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3693
3625
|
return [
|
|
3694
3626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3695
3627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3703,9 +3635,7 @@ var ListAppsCommand = _ListAppsCommand;
|
|
|
3703
3635
|
|
|
3704
3636
|
|
|
3705
3637
|
|
|
3706
|
-
var _ListAppVersionAppComponentsCommand = class _ListAppVersionAppComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3707
|
-
...commonParams
|
|
3708
|
-
}).m(function(Command, cs, config, o) {
|
|
3638
|
+
var _ListAppVersionAppComponentsCommand = class _ListAppVersionAppComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3709
3639
|
return [
|
|
3710
3640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3711
3641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3719,9 +3649,7 @@ var ListAppVersionAppComponentsCommand = _ListAppVersionAppComponentsCommand;
|
|
|
3719
3649
|
|
|
3720
3650
|
|
|
3721
3651
|
|
|
3722
|
-
var _ListAppVersionResourceMappingsCommand = class _ListAppVersionResourceMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3723
|
-
...commonParams
|
|
3724
|
-
}).m(function(Command, cs, config, o) {
|
|
3652
|
+
var _ListAppVersionResourceMappingsCommand = class _ListAppVersionResourceMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3725
3653
|
return [
|
|
3726
3654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3727
3655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3735,9 +3663,7 @@ var ListAppVersionResourceMappingsCommand = _ListAppVersionResourceMappingsComma
|
|
|
3735
3663
|
|
|
3736
3664
|
|
|
3737
3665
|
|
|
3738
|
-
var _ListAppVersionResourcesCommand = class _ListAppVersionResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3739
|
-
...commonParams
|
|
3740
|
-
}).m(function(Command, cs, config, o) {
|
|
3666
|
+
var _ListAppVersionResourcesCommand = class _ListAppVersionResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3741
3667
|
return [
|
|
3742
3668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3743
3669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3751,9 +3677,7 @@ var ListAppVersionResourcesCommand = _ListAppVersionResourcesCommand;
|
|
|
3751
3677
|
|
|
3752
3678
|
|
|
3753
3679
|
|
|
3754
|
-
var _ListAppVersionsCommand = class _ListAppVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3755
|
-
...commonParams
|
|
3756
|
-
}).m(function(Command, cs, config, o) {
|
|
3680
|
+
var _ListAppVersionsCommand = class _ListAppVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3757
3681
|
return [
|
|
3758
3682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3759
3683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3767,9 +3691,7 @@ var ListAppVersionsCommand = _ListAppVersionsCommand;
|
|
|
3767
3691
|
|
|
3768
3692
|
|
|
3769
3693
|
|
|
3770
|
-
var _ListRecommendationTemplatesCommand = class _ListRecommendationTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3771
|
-
...commonParams
|
|
3772
|
-
}).m(function(Command, cs, config, o) {
|
|
3694
|
+
var _ListRecommendationTemplatesCommand = class _ListRecommendationTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3773
3695
|
return [
|
|
3774
3696
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3775
3697
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3783,9 +3705,7 @@ var ListRecommendationTemplatesCommand = _ListRecommendationTemplatesCommand;
|
|
|
3783
3705
|
|
|
3784
3706
|
|
|
3785
3707
|
|
|
3786
|
-
var _ListResiliencyPoliciesCommand = class _ListResiliencyPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3787
|
-
...commonParams
|
|
3788
|
-
}).m(function(Command, cs, config, o) {
|
|
3708
|
+
var _ListResiliencyPoliciesCommand = class _ListResiliencyPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3789
3709
|
return [
|
|
3790
3710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3791
3711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3799,9 +3719,7 @@ var ListResiliencyPoliciesCommand = _ListResiliencyPoliciesCommand;
|
|
|
3799
3719
|
|
|
3800
3720
|
|
|
3801
3721
|
|
|
3802
|
-
var _ListResourceGroupingRecommendationsCommand = class _ListResourceGroupingRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3803
|
-
...commonParams
|
|
3804
|
-
}).m(function(Command, cs, config, o) {
|
|
3722
|
+
var _ListResourceGroupingRecommendationsCommand = class _ListResourceGroupingRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3805
3723
|
return [
|
|
3806
3724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3807
3725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3815,9 +3733,7 @@ var ListResourceGroupingRecommendationsCommand = _ListResourceGroupingRecommenda
|
|
|
3815
3733
|
|
|
3816
3734
|
|
|
3817
3735
|
|
|
3818
|
-
var _ListSopRecommendationsCommand = class _ListSopRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3819
|
-
...commonParams
|
|
3820
|
-
}).m(function(Command, cs, config, o) {
|
|
3736
|
+
var _ListSopRecommendationsCommand = class _ListSopRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3821
3737
|
return [
|
|
3822
3738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3823
3739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3831,9 +3747,7 @@ var ListSopRecommendationsCommand = _ListSopRecommendationsCommand;
|
|
|
3831
3747
|
|
|
3832
3748
|
|
|
3833
3749
|
|
|
3834
|
-
var _ListSuggestedResiliencyPoliciesCommand = class _ListSuggestedResiliencyPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3835
|
-
...commonParams
|
|
3836
|
-
}).m(function(Command, cs, config, o) {
|
|
3750
|
+
var _ListSuggestedResiliencyPoliciesCommand = class _ListSuggestedResiliencyPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3837
3751
|
return [
|
|
3838
3752
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3839
3753
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3847,9 +3761,7 @@ var ListSuggestedResiliencyPoliciesCommand = _ListSuggestedResiliencyPoliciesCom
|
|
|
3847
3761
|
|
|
3848
3762
|
|
|
3849
3763
|
|
|
3850
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3851
|
-
...commonParams
|
|
3852
|
-
}).m(function(Command, cs, config, o) {
|
|
3764
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3853
3765
|
return [
|
|
3854
3766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3855
3767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3863,9 +3775,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3863
3775
|
|
|
3864
3776
|
|
|
3865
3777
|
|
|
3866
|
-
var _ListTestRecommendationsCommand = class _ListTestRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3867
|
-
...commonParams
|
|
3868
|
-
}).m(function(Command, cs, config, o) {
|
|
3778
|
+
var _ListTestRecommendationsCommand = class _ListTestRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3869
3779
|
return [
|
|
3870
3780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3871
3781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3879,9 +3789,7 @@ var ListTestRecommendationsCommand = _ListTestRecommendationsCommand;
|
|
|
3879
3789
|
|
|
3880
3790
|
|
|
3881
3791
|
|
|
3882
|
-
var _ListUnsupportedAppVersionResourcesCommand = class _ListUnsupportedAppVersionResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3883
|
-
...commonParams
|
|
3884
|
-
}).m(function(Command, cs, config, o) {
|
|
3792
|
+
var _ListUnsupportedAppVersionResourcesCommand = class _ListUnsupportedAppVersionResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3885
3793
|
return [
|
|
3886
3794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3887
3795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3895,9 +3803,7 @@ var ListUnsupportedAppVersionResourcesCommand = _ListUnsupportedAppVersionResour
|
|
|
3895
3803
|
|
|
3896
3804
|
|
|
3897
3805
|
|
|
3898
|
-
var _PublishAppVersionCommand = class _PublishAppVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3899
|
-
...commonParams
|
|
3900
|
-
}).m(function(Command, cs, config, o) {
|
|
3806
|
+
var _PublishAppVersionCommand = class _PublishAppVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3901
3807
|
return [
|
|
3902
3808
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3903
3809
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3911,9 +3817,7 @@ var PublishAppVersionCommand = _PublishAppVersionCommand;
|
|
|
3911
3817
|
|
|
3912
3818
|
|
|
3913
3819
|
|
|
3914
|
-
var _PutDraftAppVersionTemplateCommand = class _PutDraftAppVersionTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3915
|
-
...commonParams
|
|
3916
|
-
}).m(function(Command, cs, config, o) {
|
|
3820
|
+
var _PutDraftAppVersionTemplateCommand = class _PutDraftAppVersionTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3917
3821
|
return [
|
|
3918
3822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3919
3823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3927,9 +3831,7 @@ var PutDraftAppVersionTemplateCommand = _PutDraftAppVersionTemplateCommand;
|
|
|
3927
3831
|
|
|
3928
3832
|
|
|
3929
3833
|
|
|
3930
|
-
var _RejectResourceGroupingRecommendationsCommand = class _RejectResourceGroupingRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3931
|
-
...commonParams
|
|
3932
|
-
}).m(function(Command, cs, config, o) {
|
|
3834
|
+
var _RejectResourceGroupingRecommendationsCommand = class _RejectResourceGroupingRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3933
3835
|
return [
|
|
3934
3836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3935
3837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3943,9 +3845,7 @@ var RejectResourceGroupingRecommendationsCommand = _RejectResourceGroupingRecomm
|
|
|
3943
3845
|
|
|
3944
3846
|
|
|
3945
3847
|
|
|
3946
|
-
var _RemoveDraftAppVersionResourceMappingsCommand = class _RemoveDraftAppVersionResourceMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3947
|
-
...commonParams
|
|
3948
|
-
}).m(function(Command, cs, config, o) {
|
|
3848
|
+
var _RemoveDraftAppVersionResourceMappingsCommand = class _RemoveDraftAppVersionResourceMappingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3949
3849
|
return [
|
|
3950
3850
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3951
3851
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3959,9 +3859,7 @@ var RemoveDraftAppVersionResourceMappingsCommand = _RemoveDraftAppVersionResourc
|
|
|
3959
3859
|
|
|
3960
3860
|
|
|
3961
3861
|
|
|
3962
|
-
var _ResolveAppVersionResourcesCommand = class _ResolveAppVersionResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3963
|
-
...commonParams
|
|
3964
|
-
}).m(function(Command, cs, config, o) {
|
|
3862
|
+
var _ResolveAppVersionResourcesCommand = class _ResolveAppVersionResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3965
3863
|
return [
|
|
3966
3864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3967
3865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3975,9 +3873,7 @@ var ResolveAppVersionResourcesCommand = _ResolveAppVersionResourcesCommand;
|
|
|
3975
3873
|
|
|
3976
3874
|
|
|
3977
3875
|
|
|
3978
|
-
var _StartAppAssessmentCommand = class _StartAppAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3979
|
-
...commonParams
|
|
3980
|
-
}).m(function(Command, cs, config, o) {
|
|
3876
|
+
var _StartAppAssessmentCommand = class _StartAppAssessmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3981
3877
|
return [
|
|
3982
3878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3983
3879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3991,9 +3887,7 @@ var StartAppAssessmentCommand = _StartAppAssessmentCommand;
|
|
|
3991
3887
|
|
|
3992
3888
|
|
|
3993
3889
|
|
|
3994
|
-
var _StartResourceGroupingRecommendationTaskCommand = class _StartResourceGroupingRecommendationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3995
|
-
...commonParams
|
|
3996
|
-
}).m(function(Command, cs, config, o) {
|
|
3890
|
+
var _StartResourceGroupingRecommendationTaskCommand = class _StartResourceGroupingRecommendationTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3997
3891
|
return [
|
|
3998
3892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3999
3893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4007,9 +3901,7 @@ var StartResourceGroupingRecommendationTaskCommand = _StartResourceGroupingRecom
|
|
|
4007
3901
|
|
|
4008
3902
|
|
|
4009
3903
|
|
|
4010
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4011
|
-
...commonParams
|
|
4012
|
-
}).m(function(Command, cs, config, o) {
|
|
3904
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4013
3905
|
return [
|
|
4014
3906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4015
3907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4023,9 +3915,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4023
3915
|
|
|
4024
3916
|
|
|
4025
3917
|
|
|
4026
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4027
|
-
...commonParams
|
|
4028
|
-
}).m(function(Command, cs, config, o) {
|
|
3918
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4029
3919
|
return [
|
|
4030
3920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4031
3921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4039,9 +3929,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4039
3929
|
|
|
4040
3930
|
|
|
4041
3931
|
|
|
4042
|
-
var _UpdateAppCommand = class _UpdateAppCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4043
|
-
...commonParams
|
|
4044
|
-
}).m(function(Command, cs, config, o) {
|
|
3932
|
+
var _UpdateAppCommand = class _UpdateAppCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4045
3933
|
return [
|
|
4046
3934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4047
3935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4055,9 +3943,7 @@ var UpdateAppCommand = _UpdateAppCommand;
|
|
|
4055
3943
|
|
|
4056
3944
|
|
|
4057
3945
|
|
|
4058
|
-
var _UpdateAppVersionAppComponentCommand = class _UpdateAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4059
|
-
...commonParams
|
|
4060
|
-
}).m(function(Command, cs, config, o) {
|
|
3946
|
+
var _UpdateAppVersionAppComponentCommand = class _UpdateAppVersionAppComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4061
3947
|
return [
|
|
4062
3948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4063
3949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4071,9 +3957,7 @@ var UpdateAppVersionAppComponentCommand = _UpdateAppVersionAppComponentCommand;
|
|
|
4071
3957
|
|
|
4072
3958
|
|
|
4073
3959
|
|
|
4074
|
-
var _UpdateAppVersionCommand = class _UpdateAppVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4075
|
-
...commonParams
|
|
4076
|
-
}).m(function(Command, cs, config, o) {
|
|
3960
|
+
var _UpdateAppVersionCommand = class _UpdateAppVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4077
3961
|
return [
|
|
4078
3962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4079
3963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4087,9 +3971,7 @@ var UpdateAppVersionCommand = _UpdateAppVersionCommand;
|
|
|
4087
3971
|
|
|
4088
3972
|
|
|
4089
3973
|
|
|
4090
|
-
var _UpdateAppVersionResourceCommand = class _UpdateAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4091
|
-
...commonParams
|
|
4092
|
-
}).m(function(Command, cs, config, o) {
|
|
3974
|
+
var _UpdateAppVersionResourceCommand = class _UpdateAppVersionResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4093
3975
|
return [
|
|
4094
3976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4095
3977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4103,9 +3985,7 @@ var UpdateAppVersionResourceCommand = _UpdateAppVersionResourceCommand;
|
|
|
4103
3985
|
|
|
4104
3986
|
|
|
4105
3987
|
|
|
4106
|
-
var _UpdateResiliencyPolicyCommand = class _UpdateResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4107
|
-
...commonParams
|
|
4108
|
-
}).m(function(Command, cs, config, o) {
|
|
3988
|
+
var _UpdateResiliencyPolicyCommand = class _UpdateResiliencyPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4109
3989
|
return [
|
|
4110
3990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4111
3991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AcceptResourceGroupingRecommendationsCommand, se_AcceptResourceGroup
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcceptResourceGroupingRecommendationsCommand 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),
|