@aws-sdk/client-resiliencehub 3.721.0 → 3.723.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 +336 -234
- package/dist-es/ResiliencehubClient.js +1 -0
- package/dist-es/models/models_0.js +19 -14
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -280,7 +280,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
280
280
|
}, "resolveRuntimeExtensions");
|
|
281
281
|
|
|
282
282
|
// src/ResiliencehubClient.ts
|
|
283
|
-
var
|
|
283
|
+
var ResiliencehubClient = class extends import_smithy_client.Client {
|
|
284
|
+
static {
|
|
285
|
+
__name(this, "ResiliencehubClient");
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* The resolved configuration of ResiliencehubClient class. This is resolved and normalized from the {@link ResiliencehubClientConfig | constructor configuration interface}.
|
|
289
|
+
*/
|
|
290
|
+
config;
|
|
284
291
|
constructor(...[configuration]) {
|
|
285
292
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
286
293
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -290,7 +297,7 @@ var _ResiliencehubClient = class _ResiliencehubClient extends import_smithy_clie
|
|
|
290
297
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
291
298
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
292
299
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
293
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
300
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
294
301
|
super(_config_8);
|
|
295
302
|
this.config = _config_8;
|
|
296
303
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -318,8 +325,6 @@ var _ResiliencehubClient = class _ResiliencehubClient extends import_smithy_clie
|
|
|
318
325
|
super.destroy();
|
|
319
326
|
}
|
|
320
327
|
};
|
|
321
|
-
__name(_ResiliencehubClient, "ResiliencehubClient");
|
|
322
|
-
var ResiliencehubClient = _ResiliencehubClient;
|
|
323
328
|
|
|
324
329
|
// src/Resiliencehub.ts
|
|
325
330
|
|
|
@@ -340,7 +345,10 @@ var import_uuid = require("uuid");
|
|
|
340
345
|
|
|
341
346
|
// src/models/ResiliencehubServiceException.ts
|
|
342
347
|
|
|
343
|
-
var
|
|
348
|
+
var ResiliencehubServiceException = class _ResiliencehubServiceException extends import_smithy_client.ServiceException {
|
|
349
|
+
static {
|
|
350
|
+
__name(this, "ResiliencehubServiceException");
|
|
351
|
+
}
|
|
344
352
|
/**
|
|
345
353
|
* @internal
|
|
346
354
|
*/
|
|
@@ -349,11 +357,14 @@ var _ResiliencehubServiceException = class _ResiliencehubServiceException extend
|
|
|
349
357
|
Object.setPrototypeOf(this, _ResiliencehubServiceException.prototype);
|
|
350
358
|
}
|
|
351
359
|
};
|
|
352
|
-
__name(_ResiliencehubServiceException, "ResiliencehubServiceException");
|
|
353
|
-
var ResiliencehubServiceException = _ResiliencehubServiceException;
|
|
354
360
|
|
|
355
361
|
// src/models/models_0.ts
|
|
356
|
-
var
|
|
362
|
+
var AccessDeniedException = class _AccessDeniedException extends ResiliencehubServiceException {
|
|
363
|
+
static {
|
|
364
|
+
__name(this, "AccessDeniedException");
|
|
365
|
+
}
|
|
366
|
+
name = "AccessDeniedException";
|
|
367
|
+
$fault = "client";
|
|
357
368
|
/**
|
|
358
369
|
* @internal
|
|
359
370
|
*/
|
|
@@ -363,14 +374,15 @@ var _AccessDeniedException = class _AccessDeniedException extends ResiliencehubS
|
|
|
363
374
|
$fault: "client",
|
|
364
375
|
...opts
|
|
365
376
|
});
|
|
366
|
-
this.name = "AccessDeniedException";
|
|
367
|
-
this.$fault = "client";
|
|
368
377
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
369
378
|
}
|
|
370
379
|
};
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
380
|
+
var InternalServerException = class _InternalServerException extends ResiliencehubServiceException {
|
|
381
|
+
static {
|
|
382
|
+
__name(this, "InternalServerException");
|
|
383
|
+
}
|
|
384
|
+
name = "InternalServerException";
|
|
385
|
+
$fault = "server";
|
|
374
386
|
/**
|
|
375
387
|
* @internal
|
|
376
388
|
*/
|
|
@@ -380,14 +392,25 @@ var _InternalServerException = class _InternalServerException extends Resilience
|
|
|
380
392
|
$fault: "server",
|
|
381
393
|
...opts
|
|
382
394
|
});
|
|
383
|
-
this.name = "InternalServerException";
|
|
384
|
-
this.$fault = "server";
|
|
385
395
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
386
396
|
}
|
|
387
397
|
};
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
398
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends ResiliencehubServiceException {
|
|
399
|
+
static {
|
|
400
|
+
__name(this, "ResourceNotFoundException");
|
|
401
|
+
}
|
|
402
|
+
name = "ResourceNotFoundException";
|
|
403
|
+
$fault = "client";
|
|
404
|
+
/**
|
|
405
|
+
* <p>The identifier of the resource that the exception applies to.</p>
|
|
406
|
+
* @public
|
|
407
|
+
*/
|
|
408
|
+
resourceId;
|
|
409
|
+
/**
|
|
410
|
+
* <p>The type of the resource that the exception applies to.</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
resourceType;
|
|
391
414
|
/**
|
|
392
415
|
* @internal
|
|
393
416
|
*/
|
|
@@ -397,16 +420,22 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Resili
|
|
|
397
420
|
$fault: "client",
|
|
398
421
|
...opts
|
|
399
422
|
});
|
|
400
|
-
this.name = "ResourceNotFoundException";
|
|
401
|
-
this.$fault = "client";
|
|
402
423
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
403
424
|
this.resourceId = opts.resourceId;
|
|
404
425
|
this.resourceType = opts.resourceType;
|
|
405
426
|
}
|
|
406
427
|
};
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
428
|
+
var ThrottlingException = class _ThrottlingException extends ResiliencehubServiceException {
|
|
429
|
+
static {
|
|
430
|
+
__name(this, "ThrottlingException");
|
|
431
|
+
}
|
|
432
|
+
name = "ThrottlingException";
|
|
433
|
+
$fault = "client";
|
|
434
|
+
/**
|
|
435
|
+
* <p>The number of seconds to wait before retrying the operation.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
retryAfterSeconds;
|
|
410
439
|
/**
|
|
411
440
|
* @internal
|
|
412
441
|
*/
|
|
@@ -416,15 +445,16 @@ var _ThrottlingException = class _ThrottlingException extends ResiliencehubServi
|
|
|
416
445
|
$fault: "client",
|
|
417
446
|
...opts
|
|
418
447
|
});
|
|
419
|
-
this.name = "ThrottlingException";
|
|
420
|
-
this.$fault = "client";
|
|
421
448
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
422
449
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
423
450
|
}
|
|
424
451
|
};
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
452
|
+
var ValidationException = class _ValidationException extends ResiliencehubServiceException {
|
|
453
|
+
static {
|
|
454
|
+
__name(this, "ValidationException");
|
|
455
|
+
}
|
|
456
|
+
name = "ValidationException";
|
|
457
|
+
$fault = "client";
|
|
428
458
|
/**
|
|
429
459
|
* @internal
|
|
430
460
|
*/
|
|
@@ -434,13 +464,9 @@ var _ValidationException = class _ValidationException extends ResiliencehubServi
|
|
|
434
464
|
$fault: "client",
|
|
435
465
|
...opts
|
|
436
466
|
});
|
|
437
|
-
this.name = "ValidationException";
|
|
438
|
-
this.$fault = "client";
|
|
439
467
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
440
468
|
}
|
|
441
469
|
};
|
|
442
|
-
__name(_ValidationException, "ValidationException");
|
|
443
|
-
var ValidationException = _ValidationException;
|
|
444
470
|
var ResourceMappingType = {
|
|
445
471
|
APP_REGISTRY_APP: "AppRegistryApp",
|
|
446
472
|
CFN_STACK: "CfnStack",
|
|
@@ -453,7 +479,22 @@ var PhysicalIdentifierType = {
|
|
|
453
479
|
ARN: "Arn",
|
|
454
480
|
NATIVE: "Native"
|
|
455
481
|
};
|
|
456
|
-
var
|
|
482
|
+
var ConflictException = class _ConflictException extends ResiliencehubServiceException {
|
|
483
|
+
static {
|
|
484
|
+
__name(this, "ConflictException");
|
|
485
|
+
}
|
|
486
|
+
name = "ConflictException";
|
|
487
|
+
$fault = "client";
|
|
488
|
+
/**
|
|
489
|
+
* <p>The identifier of the resource that the exception applies to.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
resourceId;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The type of the resource that the exception applies to.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
resourceType;
|
|
457
498
|
/**
|
|
458
499
|
* @internal
|
|
459
500
|
*/
|
|
@@ -463,16 +504,17 @@ var _ConflictException = class _ConflictException extends ResiliencehubServiceEx
|
|
|
463
504
|
$fault: "client",
|
|
464
505
|
...opts
|
|
465
506
|
});
|
|
466
|
-
this.name = "ConflictException";
|
|
467
|
-
this.$fault = "client";
|
|
468
507
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
469
508
|
this.resourceId = opts.resourceId;
|
|
470
509
|
this.resourceType = opts.resourceType;
|
|
471
510
|
}
|
|
472
511
|
};
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
512
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ResiliencehubServiceException {
|
|
513
|
+
static {
|
|
514
|
+
__name(this, "ServiceQuotaExceededException");
|
|
515
|
+
}
|
|
516
|
+
name = "ServiceQuotaExceededException";
|
|
517
|
+
$fault = "client";
|
|
476
518
|
/**
|
|
477
519
|
* @internal
|
|
478
520
|
*/
|
|
@@ -482,13 +524,9 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
482
524
|
$fault: "client",
|
|
483
525
|
...opts
|
|
484
526
|
});
|
|
485
|
-
this.name = "ServiceQuotaExceededException";
|
|
486
|
-
this.$fault = "client";
|
|
487
527
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
488
528
|
}
|
|
489
529
|
};
|
|
490
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
491
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
492
530
|
var ExcludeRecommendationReason = {
|
|
493
531
|
ALREADY_IMPLEMENTED: "AlreadyImplemented",
|
|
494
532
|
COMPLEXITY_OF_IMPLEMENTATION: "ComplexityOfImplementation",
|
|
@@ -3288,883 +3326,946 @@ var _tK = "tagKeys";
|
|
|
3288
3326
|
var _tLAT = "toLastAssessmentTime";
|
|
3289
3327
|
|
|
3290
3328
|
// src/commands/AcceptResourceGroupingRecommendationsCommand.ts
|
|
3291
|
-
var
|
|
3329
|
+
var AcceptResourceGroupingRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3292
3330
|
return [
|
|
3293
3331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3294
3332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3295
3333
|
];
|
|
3296
3334
|
}).s("AwsResilienceHub", "AcceptResourceGroupingRecommendations", {}).n("ResiliencehubClient", "AcceptResourceGroupingRecommendationsCommand").f(void 0, void 0).ser(se_AcceptResourceGroupingRecommendationsCommand).de(de_AcceptResourceGroupingRecommendationsCommand).build() {
|
|
3335
|
+
static {
|
|
3336
|
+
__name(this, "AcceptResourceGroupingRecommendationsCommand");
|
|
3337
|
+
}
|
|
3297
3338
|
};
|
|
3298
|
-
__name(_AcceptResourceGroupingRecommendationsCommand, "AcceptResourceGroupingRecommendationsCommand");
|
|
3299
|
-
var AcceptResourceGroupingRecommendationsCommand = _AcceptResourceGroupingRecommendationsCommand;
|
|
3300
3339
|
|
|
3301
3340
|
// src/commands/AddDraftAppVersionResourceMappingsCommand.ts
|
|
3302
3341
|
|
|
3303
3342
|
|
|
3304
3343
|
|
|
3305
|
-
var
|
|
3344
|
+
var AddDraftAppVersionResourceMappingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3306
3345
|
return [
|
|
3307
3346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3308
3347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3309
3348
|
];
|
|
3310
3349
|
}).s("AwsResilienceHub", "AddDraftAppVersionResourceMappings", {}).n("ResiliencehubClient", "AddDraftAppVersionResourceMappingsCommand").f(void 0, void 0).ser(se_AddDraftAppVersionResourceMappingsCommand).de(de_AddDraftAppVersionResourceMappingsCommand).build() {
|
|
3350
|
+
static {
|
|
3351
|
+
__name(this, "AddDraftAppVersionResourceMappingsCommand");
|
|
3352
|
+
}
|
|
3311
3353
|
};
|
|
3312
|
-
__name(_AddDraftAppVersionResourceMappingsCommand, "AddDraftAppVersionResourceMappingsCommand");
|
|
3313
|
-
var AddDraftAppVersionResourceMappingsCommand = _AddDraftAppVersionResourceMappingsCommand;
|
|
3314
3354
|
|
|
3315
3355
|
// src/commands/BatchUpdateRecommendationStatusCommand.ts
|
|
3316
3356
|
|
|
3317
3357
|
|
|
3318
3358
|
|
|
3319
|
-
var
|
|
3359
|
+
var BatchUpdateRecommendationStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3320
3360
|
return [
|
|
3321
3361
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3322
3362
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3323
3363
|
];
|
|
3324
3364
|
}).s("AwsResilienceHub", "BatchUpdateRecommendationStatus", {}).n("ResiliencehubClient", "BatchUpdateRecommendationStatusCommand").f(void 0, void 0).ser(se_BatchUpdateRecommendationStatusCommand).de(de_BatchUpdateRecommendationStatusCommand).build() {
|
|
3365
|
+
static {
|
|
3366
|
+
__name(this, "BatchUpdateRecommendationStatusCommand");
|
|
3367
|
+
}
|
|
3325
3368
|
};
|
|
3326
|
-
__name(_BatchUpdateRecommendationStatusCommand, "BatchUpdateRecommendationStatusCommand");
|
|
3327
|
-
var BatchUpdateRecommendationStatusCommand = _BatchUpdateRecommendationStatusCommand;
|
|
3328
3369
|
|
|
3329
3370
|
// src/commands/CreateAppCommand.ts
|
|
3330
3371
|
|
|
3331
3372
|
|
|
3332
3373
|
|
|
3333
|
-
var
|
|
3374
|
+
var CreateAppCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3334
3375
|
return [
|
|
3335
3376
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3336
3377
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3337
3378
|
];
|
|
3338
3379
|
}).s("AwsResilienceHub", "CreateApp", {}).n("ResiliencehubClient", "CreateAppCommand").f(CreateAppRequestFilterSensitiveLog, CreateAppResponseFilterSensitiveLog).ser(se_CreateAppCommand).de(de_CreateAppCommand).build() {
|
|
3380
|
+
static {
|
|
3381
|
+
__name(this, "CreateAppCommand");
|
|
3382
|
+
}
|
|
3339
3383
|
};
|
|
3340
|
-
__name(_CreateAppCommand, "CreateAppCommand");
|
|
3341
|
-
var CreateAppCommand = _CreateAppCommand;
|
|
3342
3384
|
|
|
3343
3385
|
// src/commands/CreateAppVersionAppComponentCommand.ts
|
|
3344
3386
|
|
|
3345
3387
|
|
|
3346
3388
|
|
|
3347
|
-
var
|
|
3389
|
+
var CreateAppVersionAppComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3348
3390
|
return [
|
|
3349
3391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3350
3392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3351
3393
|
];
|
|
3352
3394
|
}).s("AwsResilienceHub", "CreateAppVersionAppComponent", {}).n("ResiliencehubClient", "CreateAppVersionAppComponentCommand").f(void 0, void 0).ser(se_CreateAppVersionAppComponentCommand).de(de_CreateAppVersionAppComponentCommand).build() {
|
|
3395
|
+
static {
|
|
3396
|
+
__name(this, "CreateAppVersionAppComponentCommand");
|
|
3397
|
+
}
|
|
3353
3398
|
};
|
|
3354
|
-
__name(_CreateAppVersionAppComponentCommand, "CreateAppVersionAppComponentCommand");
|
|
3355
|
-
var CreateAppVersionAppComponentCommand = _CreateAppVersionAppComponentCommand;
|
|
3356
3399
|
|
|
3357
3400
|
// src/commands/CreateAppVersionResourceCommand.ts
|
|
3358
3401
|
|
|
3359
3402
|
|
|
3360
3403
|
|
|
3361
|
-
var
|
|
3404
|
+
var CreateAppVersionResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3362
3405
|
return [
|
|
3363
3406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3364
3407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3365
3408
|
];
|
|
3366
3409
|
}).s("AwsResilienceHub", "CreateAppVersionResource", {}).n("ResiliencehubClient", "CreateAppVersionResourceCommand").f(void 0, void 0).ser(se_CreateAppVersionResourceCommand).de(de_CreateAppVersionResourceCommand).build() {
|
|
3410
|
+
static {
|
|
3411
|
+
__name(this, "CreateAppVersionResourceCommand");
|
|
3412
|
+
}
|
|
3367
3413
|
};
|
|
3368
|
-
__name(_CreateAppVersionResourceCommand, "CreateAppVersionResourceCommand");
|
|
3369
|
-
var CreateAppVersionResourceCommand = _CreateAppVersionResourceCommand;
|
|
3370
3414
|
|
|
3371
3415
|
// src/commands/CreateRecommendationTemplateCommand.ts
|
|
3372
3416
|
|
|
3373
3417
|
|
|
3374
3418
|
|
|
3375
|
-
var
|
|
3419
|
+
var CreateRecommendationTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3376
3420
|
return [
|
|
3377
3421
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3378
3422
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3379
3423
|
];
|
|
3380
3424
|
}).s("AwsResilienceHub", "CreateRecommendationTemplate", {}).n("ResiliencehubClient", "CreateRecommendationTemplateCommand").f(CreateRecommendationTemplateRequestFilterSensitiveLog, CreateRecommendationTemplateResponseFilterSensitiveLog).ser(se_CreateRecommendationTemplateCommand).de(de_CreateRecommendationTemplateCommand).build() {
|
|
3425
|
+
static {
|
|
3426
|
+
__name(this, "CreateRecommendationTemplateCommand");
|
|
3427
|
+
}
|
|
3381
3428
|
};
|
|
3382
|
-
__name(_CreateRecommendationTemplateCommand, "CreateRecommendationTemplateCommand");
|
|
3383
|
-
var CreateRecommendationTemplateCommand = _CreateRecommendationTemplateCommand;
|
|
3384
3429
|
|
|
3385
3430
|
// src/commands/CreateResiliencyPolicyCommand.ts
|
|
3386
3431
|
|
|
3387
3432
|
|
|
3388
3433
|
|
|
3389
|
-
var
|
|
3434
|
+
var CreateResiliencyPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3390
3435
|
return [
|
|
3391
3436
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3392
3437
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3393
3438
|
];
|
|
3394
3439
|
}).s("AwsResilienceHub", "CreateResiliencyPolicy", {}).n("ResiliencehubClient", "CreateResiliencyPolicyCommand").f(CreateResiliencyPolicyRequestFilterSensitiveLog, CreateResiliencyPolicyResponseFilterSensitiveLog).ser(se_CreateResiliencyPolicyCommand).de(de_CreateResiliencyPolicyCommand).build() {
|
|
3440
|
+
static {
|
|
3441
|
+
__name(this, "CreateResiliencyPolicyCommand");
|
|
3442
|
+
}
|
|
3395
3443
|
};
|
|
3396
|
-
__name(_CreateResiliencyPolicyCommand, "CreateResiliencyPolicyCommand");
|
|
3397
|
-
var CreateResiliencyPolicyCommand = _CreateResiliencyPolicyCommand;
|
|
3398
3444
|
|
|
3399
3445
|
// src/commands/DeleteAppAssessmentCommand.ts
|
|
3400
3446
|
|
|
3401
3447
|
|
|
3402
3448
|
|
|
3403
|
-
var
|
|
3449
|
+
var DeleteAppAssessmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3404
3450
|
return [
|
|
3405
3451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3406
3452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3407
3453
|
];
|
|
3408
3454
|
}).s("AwsResilienceHub", "DeleteAppAssessment", {}).n("ResiliencehubClient", "DeleteAppAssessmentCommand").f(void 0, void 0).ser(se_DeleteAppAssessmentCommand).de(de_DeleteAppAssessmentCommand).build() {
|
|
3455
|
+
static {
|
|
3456
|
+
__name(this, "DeleteAppAssessmentCommand");
|
|
3457
|
+
}
|
|
3409
3458
|
};
|
|
3410
|
-
__name(_DeleteAppAssessmentCommand, "DeleteAppAssessmentCommand");
|
|
3411
|
-
var DeleteAppAssessmentCommand = _DeleteAppAssessmentCommand;
|
|
3412
3459
|
|
|
3413
3460
|
// src/commands/DeleteAppCommand.ts
|
|
3414
3461
|
|
|
3415
3462
|
|
|
3416
3463
|
|
|
3417
|
-
var
|
|
3464
|
+
var DeleteAppCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3418
3465
|
return [
|
|
3419
3466
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3420
3467
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3421
3468
|
];
|
|
3422
3469
|
}).s("AwsResilienceHub", "DeleteApp", {}).n("ResiliencehubClient", "DeleteAppCommand").f(void 0, void 0).ser(se_DeleteAppCommand).de(de_DeleteAppCommand).build() {
|
|
3470
|
+
static {
|
|
3471
|
+
__name(this, "DeleteAppCommand");
|
|
3472
|
+
}
|
|
3423
3473
|
};
|
|
3424
|
-
__name(_DeleteAppCommand, "DeleteAppCommand");
|
|
3425
|
-
var DeleteAppCommand = _DeleteAppCommand;
|
|
3426
3474
|
|
|
3427
3475
|
// src/commands/DeleteAppInputSourceCommand.ts
|
|
3428
3476
|
|
|
3429
3477
|
|
|
3430
3478
|
|
|
3431
|
-
var
|
|
3479
|
+
var DeleteAppInputSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3432
3480
|
return [
|
|
3433
3481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3434
3482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3435
3483
|
];
|
|
3436
3484
|
}).s("AwsResilienceHub", "DeleteAppInputSource", {}).n("ResiliencehubClient", "DeleteAppInputSourceCommand").f(void 0, void 0).ser(se_DeleteAppInputSourceCommand).de(de_DeleteAppInputSourceCommand).build() {
|
|
3485
|
+
static {
|
|
3486
|
+
__name(this, "DeleteAppInputSourceCommand");
|
|
3487
|
+
}
|
|
3437
3488
|
};
|
|
3438
|
-
__name(_DeleteAppInputSourceCommand, "DeleteAppInputSourceCommand");
|
|
3439
|
-
var DeleteAppInputSourceCommand = _DeleteAppInputSourceCommand;
|
|
3440
3489
|
|
|
3441
3490
|
// src/commands/DeleteAppVersionAppComponentCommand.ts
|
|
3442
3491
|
|
|
3443
3492
|
|
|
3444
3493
|
|
|
3445
|
-
var
|
|
3494
|
+
var DeleteAppVersionAppComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
3495
|
return [
|
|
3447
3496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
3497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3449
3498
|
];
|
|
3450
3499
|
}).s("AwsResilienceHub", "DeleteAppVersionAppComponent", {}).n("ResiliencehubClient", "DeleteAppVersionAppComponentCommand").f(void 0, void 0).ser(se_DeleteAppVersionAppComponentCommand).de(de_DeleteAppVersionAppComponentCommand).build() {
|
|
3500
|
+
static {
|
|
3501
|
+
__name(this, "DeleteAppVersionAppComponentCommand");
|
|
3502
|
+
}
|
|
3451
3503
|
};
|
|
3452
|
-
__name(_DeleteAppVersionAppComponentCommand, "DeleteAppVersionAppComponentCommand");
|
|
3453
|
-
var DeleteAppVersionAppComponentCommand = _DeleteAppVersionAppComponentCommand;
|
|
3454
3504
|
|
|
3455
3505
|
// src/commands/DeleteAppVersionResourceCommand.ts
|
|
3456
3506
|
|
|
3457
3507
|
|
|
3458
3508
|
|
|
3459
|
-
var
|
|
3509
|
+
var DeleteAppVersionResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3460
3510
|
return [
|
|
3461
3511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3462
3512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3463
3513
|
];
|
|
3464
3514
|
}).s("AwsResilienceHub", "DeleteAppVersionResource", {}).n("ResiliencehubClient", "DeleteAppVersionResourceCommand").f(void 0, void 0).ser(se_DeleteAppVersionResourceCommand).de(de_DeleteAppVersionResourceCommand).build() {
|
|
3515
|
+
static {
|
|
3516
|
+
__name(this, "DeleteAppVersionResourceCommand");
|
|
3517
|
+
}
|
|
3465
3518
|
};
|
|
3466
|
-
__name(_DeleteAppVersionResourceCommand, "DeleteAppVersionResourceCommand");
|
|
3467
|
-
var DeleteAppVersionResourceCommand = _DeleteAppVersionResourceCommand;
|
|
3468
3519
|
|
|
3469
3520
|
// src/commands/DeleteRecommendationTemplateCommand.ts
|
|
3470
3521
|
|
|
3471
3522
|
|
|
3472
3523
|
|
|
3473
|
-
var
|
|
3524
|
+
var DeleteRecommendationTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3474
3525
|
return [
|
|
3475
3526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3476
3527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3477
3528
|
];
|
|
3478
3529
|
}).s("AwsResilienceHub", "DeleteRecommendationTemplate", {}).n("ResiliencehubClient", "DeleteRecommendationTemplateCommand").f(void 0, void 0).ser(se_DeleteRecommendationTemplateCommand).de(de_DeleteRecommendationTemplateCommand).build() {
|
|
3530
|
+
static {
|
|
3531
|
+
__name(this, "DeleteRecommendationTemplateCommand");
|
|
3532
|
+
}
|
|
3479
3533
|
};
|
|
3480
|
-
__name(_DeleteRecommendationTemplateCommand, "DeleteRecommendationTemplateCommand");
|
|
3481
|
-
var DeleteRecommendationTemplateCommand = _DeleteRecommendationTemplateCommand;
|
|
3482
3534
|
|
|
3483
3535
|
// src/commands/DeleteResiliencyPolicyCommand.ts
|
|
3484
3536
|
|
|
3485
3537
|
|
|
3486
3538
|
|
|
3487
|
-
var
|
|
3539
|
+
var DeleteResiliencyPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3488
3540
|
return [
|
|
3489
3541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3490
3542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3491
3543
|
];
|
|
3492
3544
|
}).s("AwsResilienceHub", "DeleteResiliencyPolicy", {}).n("ResiliencehubClient", "DeleteResiliencyPolicyCommand").f(void 0, void 0).ser(se_DeleteResiliencyPolicyCommand).de(de_DeleteResiliencyPolicyCommand).build() {
|
|
3545
|
+
static {
|
|
3546
|
+
__name(this, "DeleteResiliencyPolicyCommand");
|
|
3547
|
+
}
|
|
3493
3548
|
};
|
|
3494
|
-
__name(_DeleteResiliencyPolicyCommand, "DeleteResiliencyPolicyCommand");
|
|
3495
|
-
var DeleteResiliencyPolicyCommand = _DeleteResiliencyPolicyCommand;
|
|
3496
3549
|
|
|
3497
3550
|
// src/commands/DescribeAppAssessmentCommand.ts
|
|
3498
3551
|
|
|
3499
3552
|
|
|
3500
3553
|
|
|
3501
|
-
var
|
|
3554
|
+
var DescribeAppAssessmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3502
3555
|
return [
|
|
3503
3556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3504
3557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3505
3558
|
];
|
|
3506
3559
|
}).s("AwsResilienceHub", "DescribeAppAssessment", {}).n("ResiliencehubClient", "DescribeAppAssessmentCommand").f(void 0, DescribeAppAssessmentResponseFilterSensitiveLog).ser(se_DescribeAppAssessmentCommand).de(de_DescribeAppAssessmentCommand).build() {
|
|
3560
|
+
static {
|
|
3561
|
+
__name(this, "DescribeAppAssessmentCommand");
|
|
3562
|
+
}
|
|
3507
3563
|
};
|
|
3508
|
-
__name(_DescribeAppAssessmentCommand, "DescribeAppAssessmentCommand");
|
|
3509
|
-
var DescribeAppAssessmentCommand = _DescribeAppAssessmentCommand;
|
|
3510
3564
|
|
|
3511
3565
|
// src/commands/DescribeAppCommand.ts
|
|
3512
3566
|
|
|
3513
3567
|
|
|
3514
3568
|
|
|
3515
|
-
var
|
|
3569
|
+
var DescribeAppCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3516
3570
|
return [
|
|
3517
3571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3518
3572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3519
3573
|
];
|
|
3520
3574
|
}).s("AwsResilienceHub", "DescribeApp", {}).n("ResiliencehubClient", "DescribeAppCommand").f(void 0, DescribeAppResponseFilterSensitiveLog).ser(se_DescribeAppCommand).de(de_DescribeAppCommand).build() {
|
|
3575
|
+
static {
|
|
3576
|
+
__name(this, "DescribeAppCommand");
|
|
3577
|
+
}
|
|
3521
3578
|
};
|
|
3522
|
-
__name(_DescribeAppCommand, "DescribeAppCommand");
|
|
3523
|
-
var DescribeAppCommand = _DescribeAppCommand;
|
|
3524
3579
|
|
|
3525
3580
|
// src/commands/DescribeAppVersionAppComponentCommand.ts
|
|
3526
3581
|
|
|
3527
3582
|
|
|
3528
3583
|
|
|
3529
|
-
var
|
|
3584
|
+
var DescribeAppVersionAppComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3530
3585
|
return [
|
|
3531
3586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3532
3587
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3533
3588
|
];
|
|
3534
3589
|
}).s("AwsResilienceHub", "DescribeAppVersionAppComponent", {}).n("ResiliencehubClient", "DescribeAppVersionAppComponentCommand").f(void 0, void 0).ser(se_DescribeAppVersionAppComponentCommand).de(de_DescribeAppVersionAppComponentCommand).build() {
|
|
3590
|
+
static {
|
|
3591
|
+
__name(this, "DescribeAppVersionAppComponentCommand");
|
|
3592
|
+
}
|
|
3535
3593
|
};
|
|
3536
|
-
__name(_DescribeAppVersionAppComponentCommand, "DescribeAppVersionAppComponentCommand");
|
|
3537
|
-
var DescribeAppVersionAppComponentCommand = _DescribeAppVersionAppComponentCommand;
|
|
3538
3594
|
|
|
3539
3595
|
// src/commands/DescribeAppVersionCommand.ts
|
|
3540
3596
|
|
|
3541
3597
|
|
|
3542
3598
|
|
|
3543
|
-
var
|
|
3599
|
+
var DescribeAppVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3544
3600
|
return [
|
|
3545
3601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3546
3602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3547
3603
|
];
|
|
3548
3604
|
}).s("AwsResilienceHub", "DescribeAppVersion", {}).n("ResiliencehubClient", "DescribeAppVersionCommand").f(void 0, void 0).ser(se_DescribeAppVersionCommand).de(de_DescribeAppVersionCommand).build() {
|
|
3605
|
+
static {
|
|
3606
|
+
__name(this, "DescribeAppVersionCommand");
|
|
3607
|
+
}
|
|
3549
3608
|
};
|
|
3550
|
-
__name(_DescribeAppVersionCommand, "DescribeAppVersionCommand");
|
|
3551
|
-
var DescribeAppVersionCommand = _DescribeAppVersionCommand;
|
|
3552
3609
|
|
|
3553
3610
|
// src/commands/DescribeAppVersionResourceCommand.ts
|
|
3554
3611
|
|
|
3555
3612
|
|
|
3556
3613
|
|
|
3557
|
-
var
|
|
3614
|
+
var DescribeAppVersionResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3558
3615
|
return [
|
|
3559
3616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3560
3617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3561
3618
|
];
|
|
3562
3619
|
}).s("AwsResilienceHub", "DescribeAppVersionResource", {}).n("ResiliencehubClient", "DescribeAppVersionResourceCommand").f(void 0, void 0).ser(se_DescribeAppVersionResourceCommand).de(de_DescribeAppVersionResourceCommand).build() {
|
|
3620
|
+
static {
|
|
3621
|
+
__name(this, "DescribeAppVersionResourceCommand");
|
|
3622
|
+
}
|
|
3563
3623
|
};
|
|
3564
|
-
__name(_DescribeAppVersionResourceCommand, "DescribeAppVersionResourceCommand");
|
|
3565
|
-
var DescribeAppVersionResourceCommand = _DescribeAppVersionResourceCommand;
|
|
3566
3624
|
|
|
3567
3625
|
// src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts
|
|
3568
3626
|
|
|
3569
3627
|
|
|
3570
3628
|
|
|
3571
|
-
var
|
|
3629
|
+
var DescribeAppVersionResourcesResolutionStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3572
3630
|
return [
|
|
3573
3631
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3574
3632
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3575
3633
|
];
|
|
3576
3634
|
}).s("AwsResilienceHub", "DescribeAppVersionResourcesResolutionStatus", {}).n("ResiliencehubClient", "DescribeAppVersionResourcesResolutionStatusCommand").f(void 0, void 0).ser(se_DescribeAppVersionResourcesResolutionStatusCommand).de(de_DescribeAppVersionResourcesResolutionStatusCommand).build() {
|
|
3635
|
+
static {
|
|
3636
|
+
__name(this, "DescribeAppVersionResourcesResolutionStatusCommand");
|
|
3637
|
+
}
|
|
3577
3638
|
};
|
|
3578
|
-
__name(_DescribeAppVersionResourcesResolutionStatusCommand, "DescribeAppVersionResourcesResolutionStatusCommand");
|
|
3579
|
-
var DescribeAppVersionResourcesResolutionStatusCommand = _DescribeAppVersionResourcesResolutionStatusCommand;
|
|
3580
3639
|
|
|
3581
3640
|
// src/commands/DescribeAppVersionTemplateCommand.ts
|
|
3582
3641
|
|
|
3583
3642
|
|
|
3584
3643
|
|
|
3585
|
-
var
|
|
3644
|
+
var DescribeAppVersionTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3586
3645
|
return [
|
|
3587
3646
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3588
3647
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3589
3648
|
];
|
|
3590
3649
|
}).s("AwsResilienceHub", "DescribeAppVersionTemplate", {}).n("ResiliencehubClient", "DescribeAppVersionTemplateCommand").f(void 0, void 0).ser(se_DescribeAppVersionTemplateCommand).de(de_DescribeAppVersionTemplateCommand).build() {
|
|
3650
|
+
static {
|
|
3651
|
+
__name(this, "DescribeAppVersionTemplateCommand");
|
|
3652
|
+
}
|
|
3591
3653
|
};
|
|
3592
|
-
__name(_DescribeAppVersionTemplateCommand, "DescribeAppVersionTemplateCommand");
|
|
3593
|
-
var DescribeAppVersionTemplateCommand = _DescribeAppVersionTemplateCommand;
|
|
3594
3654
|
|
|
3595
3655
|
// src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts
|
|
3596
3656
|
|
|
3597
3657
|
|
|
3598
3658
|
|
|
3599
|
-
var
|
|
3659
|
+
var DescribeDraftAppVersionResourcesImportStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3600
3660
|
return [
|
|
3601
3661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3602
3662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3603
3663
|
];
|
|
3604
3664
|
}).s("AwsResilienceHub", "DescribeDraftAppVersionResourcesImportStatus", {}).n("ResiliencehubClient", "DescribeDraftAppVersionResourcesImportStatusCommand").f(void 0, void 0).ser(se_DescribeDraftAppVersionResourcesImportStatusCommand).de(de_DescribeDraftAppVersionResourcesImportStatusCommand).build() {
|
|
3665
|
+
static {
|
|
3666
|
+
__name(this, "DescribeDraftAppVersionResourcesImportStatusCommand");
|
|
3667
|
+
}
|
|
3605
3668
|
};
|
|
3606
|
-
__name(_DescribeDraftAppVersionResourcesImportStatusCommand, "DescribeDraftAppVersionResourcesImportStatusCommand");
|
|
3607
|
-
var DescribeDraftAppVersionResourcesImportStatusCommand = _DescribeDraftAppVersionResourcesImportStatusCommand;
|
|
3608
3669
|
|
|
3609
3670
|
// src/commands/DescribeMetricsExportCommand.ts
|
|
3610
3671
|
|
|
3611
3672
|
|
|
3612
3673
|
|
|
3613
|
-
var
|
|
3674
|
+
var DescribeMetricsExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3614
3675
|
return [
|
|
3615
3676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3616
3677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3617
3678
|
];
|
|
3618
3679
|
}).s("AwsResilienceHub", "DescribeMetricsExport", {}).n("ResiliencehubClient", "DescribeMetricsExportCommand").f(void 0, void 0).ser(se_DescribeMetricsExportCommand).de(de_DescribeMetricsExportCommand).build() {
|
|
3680
|
+
static {
|
|
3681
|
+
__name(this, "DescribeMetricsExportCommand");
|
|
3682
|
+
}
|
|
3619
3683
|
};
|
|
3620
|
-
__name(_DescribeMetricsExportCommand, "DescribeMetricsExportCommand");
|
|
3621
|
-
var DescribeMetricsExportCommand = _DescribeMetricsExportCommand;
|
|
3622
3684
|
|
|
3623
3685
|
// src/commands/DescribeResiliencyPolicyCommand.ts
|
|
3624
3686
|
|
|
3625
3687
|
|
|
3626
3688
|
|
|
3627
|
-
var
|
|
3689
|
+
var DescribeResiliencyPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3628
3690
|
return [
|
|
3629
3691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3630
3692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3631
3693
|
];
|
|
3632
3694
|
}).s("AwsResilienceHub", "DescribeResiliencyPolicy", {}).n("ResiliencehubClient", "DescribeResiliencyPolicyCommand").f(void 0, DescribeResiliencyPolicyResponseFilterSensitiveLog).ser(se_DescribeResiliencyPolicyCommand).de(de_DescribeResiliencyPolicyCommand).build() {
|
|
3695
|
+
static {
|
|
3696
|
+
__name(this, "DescribeResiliencyPolicyCommand");
|
|
3697
|
+
}
|
|
3633
3698
|
};
|
|
3634
|
-
__name(_DescribeResiliencyPolicyCommand, "DescribeResiliencyPolicyCommand");
|
|
3635
|
-
var DescribeResiliencyPolicyCommand = _DescribeResiliencyPolicyCommand;
|
|
3636
3699
|
|
|
3637
3700
|
// src/commands/DescribeResourceGroupingRecommendationTaskCommand.ts
|
|
3638
3701
|
|
|
3639
3702
|
|
|
3640
3703
|
|
|
3641
|
-
var
|
|
3704
|
+
var DescribeResourceGroupingRecommendationTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3642
3705
|
return [
|
|
3643
3706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3644
3707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3645
3708
|
];
|
|
3646
3709
|
}).s("AwsResilienceHub", "DescribeResourceGroupingRecommendationTask", {}).n("ResiliencehubClient", "DescribeResourceGroupingRecommendationTaskCommand").f(void 0, void 0).ser(se_DescribeResourceGroupingRecommendationTaskCommand).de(de_DescribeResourceGroupingRecommendationTaskCommand).build() {
|
|
3710
|
+
static {
|
|
3711
|
+
__name(this, "DescribeResourceGroupingRecommendationTaskCommand");
|
|
3712
|
+
}
|
|
3647
3713
|
};
|
|
3648
|
-
__name(_DescribeResourceGroupingRecommendationTaskCommand, "DescribeResourceGroupingRecommendationTaskCommand");
|
|
3649
|
-
var DescribeResourceGroupingRecommendationTaskCommand = _DescribeResourceGroupingRecommendationTaskCommand;
|
|
3650
3714
|
|
|
3651
3715
|
// src/commands/ImportResourcesToDraftAppVersionCommand.ts
|
|
3652
3716
|
|
|
3653
3717
|
|
|
3654
3718
|
|
|
3655
|
-
var
|
|
3719
|
+
var ImportResourcesToDraftAppVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3656
3720
|
return [
|
|
3657
3721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3658
3722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3659
3723
|
];
|
|
3660
3724
|
}).s("AwsResilienceHub", "ImportResourcesToDraftAppVersion", {}).n("ResiliencehubClient", "ImportResourcesToDraftAppVersionCommand").f(void 0, void 0).ser(se_ImportResourcesToDraftAppVersionCommand).de(de_ImportResourcesToDraftAppVersionCommand).build() {
|
|
3725
|
+
static {
|
|
3726
|
+
__name(this, "ImportResourcesToDraftAppVersionCommand");
|
|
3727
|
+
}
|
|
3661
3728
|
};
|
|
3662
|
-
__name(_ImportResourcesToDraftAppVersionCommand, "ImportResourcesToDraftAppVersionCommand");
|
|
3663
|
-
var ImportResourcesToDraftAppVersionCommand = _ImportResourcesToDraftAppVersionCommand;
|
|
3664
3729
|
|
|
3665
3730
|
// src/commands/ListAlarmRecommendationsCommand.ts
|
|
3666
3731
|
|
|
3667
3732
|
|
|
3668
3733
|
|
|
3669
|
-
var
|
|
3734
|
+
var ListAlarmRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3670
3735
|
return [
|
|
3671
3736
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3672
3737
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3673
3738
|
];
|
|
3674
3739
|
}).s("AwsResilienceHub", "ListAlarmRecommendations", {}).n("ResiliencehubClient", "ListAlarmRecommendationsCommand").f(void 0, void 0).ser(se_ListAlarmRecommendationsCommand).de(de_ListAlarmRecommendationsCommand).build() {
|
|
3740
|
+
static {
|
|
3741
|
+
__name(this, "ListAlarmRecommendationsCommand");
|
|
3742
|
+
}
|
|
3675
3743
|
};
|
|
3676
|
-
__name(_ListAlarmRecommendationsCommand, "ListAlarmRecommendationsCommand");
|
|
3677
|
-
var ListAlarmRecommendationsCommand = _ListAlarmRecommendationsCommand;
|
|
3678
3744
|
|
|
3679
3745
|
// src/commands/ListAppAssessmentComplianceDriftsCommand.ts
|
|
3680
3746
|
|
|
3681
3747
|
|
|
3682
3748
|
|
|
3683
|
-
var
|
|
3749
|
+
var ListAppAssessmentComplianceDriftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3684
3750
|
return [
|
|
3685
3751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3686
3752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3687
3753
|
];
|
|
3688
3754
|
}).s("AwsResilienceHub", "ListAppAssessmentComplianceDrifts", {}).n("ResiliencehubClient", "ListAppAssessmentComplianceDriftsCommand").f(void 0, void 0).ser(se_ListAppAssessmentComplianceDriftsCommand).de(de_ListAppAssessmentComplianceDriftsCommand).build() {
|
|
3755
|
+
static {
|
|
3756
|
+
__name(this, "ListAppAssessmentComplianceDriftsCommand");
|
|
3757
|
+
}
|
|
3689
3758
|
};
|
|
3690
|
-
__name(_ListAppAssessmentComplianceDriftsCommand, "ListAppAssessmentComplianceDriftsCommand");
|
|
3691
|
-
var ListAppAssessmentComplianceDriftsCommand = _ListAppAssessmentComplianceDriftsCommand;
|
|
3692
3759
|
|
|
3693
3760
|
// src/commands/ListAppAssessmentResourceDriftsCommand.ts
|
|
3694
3761
|
|
|
3695
3762
|
|
|
3696
3763
|
|
|
3697
|
-
var
|
|
3764
|
+
var ListAppAssessmentResourceDriftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3698
3765
|
return [
|
|
3699
3766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3700
3767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3701
3768
|
];
|
|
3702
3769
|
}).s("AwsResilienceHub", "ListAppAssessmentResourceDrifts", {}).n("ResiliencehubClient", "ListAppAssessmentResourceDriftsCommand").f(void 0, void 0).ser(se_ListAppAssessmentResourceDriftsCommand).de(de_ListAppAssessmentResourceDriftsCommand).build() {
|
|
3770
|
+
static {
|
|
3771
|
+
__name(this, "ListAppAssessmentResourceDriftsCommand");
|
|
3772
|
+
}
|
|
3703
3773
|
};
|
|
3704
|
-
__name(_ListAppAssessmentResourceDriftsCommand, "ListAppAssessmentResourceDriftsCommand");
|
|
3705
|
-
var ListAppAssessmentResourceDriftsCommand = _ListAppAssessmentResourceDriftsCommand;
|
|
3706
3774
|
|
|
3707
3775
|
// src/commands/ListAppAssessmentsCommand.ts
|
|
3708
3776
|
|
|
3709
3777
|
|
|
3710
3778
|
|
|
3711
|
-
var
|
|
3779
|
+
var ListAppAssessmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3712
3780
|
return [
|
|
3713
3781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3714
3782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3715
3783
|
];
|
|
3716
3784
|
}).s("AwsResilienceHub", "ListAppAssessments", {}).n("ResiliencehubClient", "ListAppAssessmentsCommand").f(void 0, void 0).ser(se_ListAppAssessmentsCommand).de(de_ListAppAssessmentsCommand).build() {
|
|
3785
|
+
static {
|
|
3786
|
+
__name(this, "ListAppAssessmentsCommand");
|
|
3787
|
+
}
|
|
3717
3788
|
};
|
|
3718
|
-
__name(_ListAppAssessmentsCommand, "ListAppAssessmentsCommand");
|
|
3719
|
-
var ListAppAssessmentsCommand = _ListAppAssessmentsCommand;
|
|
3720
3789
|
|
|
3721
3790
|
// src/commands/ListAppComponentCompliancesCommand.ts
|
|
3722
3791
|
|
|
3723
3792
|
|
|
3724
3793
|
|
|
3725
|
-
var
|
|
3794
|
+
var ListAppComponentCompliancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3726
3795
|
return [
|
|
3727
3796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3728
3797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3729
3798
|
];
|
|
3730
3799
|
}).s("AwsResilienceHub", "ListAppComponentCompliances", {}).n("ResiliencehubClient", "ListAppComponentCompliancesCommand").f(void 0, void 0).ser(se_ListAppComponentCompliancesCommand).de(de_ListAppComponentCompliancesCommand).build() {
|
|
3800
|
+
static {
|
|
3801
|
+
__name(this, "ListAppComponentCompliancesCommand");
|
|
3802
|
+
}
|
|
3731
3803
|
};
|
|
3732
|
-
__name(_ListAppComponentCompliancesCommand, "ListAppComponentCompliancesCommand");
|
|
3733
|
-
var ListAppComponentCompliancesCommand = _ListAppComponentCompliancesCommand;
|
|
3734
3804
|
|
|
3735
3805
|
// src/commands/ListAppComponentRecommendationsCommand.ts
|
|
3736
3806
|
|
|
3737
3807
|
|
|
3738
3808
|
|
|
3739
|
-
var
|
|
3809
|
+
var ListAppComponentRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3740
3810
|
return [
|
|
3741
3811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3742
3812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3743
3813
|
];
|
|
3744
3814
|
}).s("AwsResilienceHub", "ListAppComponentRecommendations", {}).n("ResiliencehubClient", "ListAppComponentRecommendationsCommand").f(void 0, void 0).ser(se_ListAppComponentRecommendationsCommand).de(de_ListAppComponentRecommendationsCommand).build() {
|
|
3815
|
+
static {
|
|
3816
|
+
__name(this, "ListAppComponentRecommendationsCommand");
|
|
3817
|
+
}
|
|
3745
3818
|
};
|
|
3746
|
-
__name(_ListAppComponentRecommendationsCommand, "ListAppComponentRecommendationsCommand");
|
|
3747
|
-
var ListAppComponentRecommendationsCommand = _ListAppComponentRecommendationsCommand;
|
|
3748
3819
|
|
|
3749
3820
|
// src/commands/ListAppInputSourcesCommand.ts
|
|
3750
3821
|
|
|
3751
3822
|
|
|
3752
3823
|
|
|
3753
|
-
var
|
|
3824
|
+
var ListAppInputSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3754
3825
|
return [
|
|
3755
3826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3756
3827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3757
3828
|
];
|
|
3758
3829
|
}).s("AwsResilienceHub", "ListAppInputSources", {}).n("ResiliencehubClient", "ListAppInputSourcesCommand").f(void 0, void 0).ser(se_ListAppInputSourcesCommand).de(de_ListAppInputSourcesCommand).build() {
|
|
3830
|
+
static {
|
|
3831
|
+
__name(this, "ListAppInputSourcesCommand");
|
|
3832
|
+
}
|
|
3759
3833
|
};
|
|
3760
|
-
__name(_ListAppInputSourcesCommand, "ListAppInputSourcesCommand");
|
|
3761
|
-
var ListAppInputSourcesCommand = _ListAppInputSourcesCommand;
|
|
3762
3834
|
|
|
3763
3835
|
// src/commands/ListAppsCommand.ts
|
|
3764
3836
|
|
|
3765
3837
|
|
|
3766
3838
|
|
|
3767
|
-
var
|
|
3839
|
+
var ListAppsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3768
3840
|
return [
|
|
3769
3841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3770
3842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3771
3843
|
];
|
|
3772
3844
|
}).s("AwsResilienceHub", "ListApps", {}).n("ResiliencehubClient", "ListAppsCommand").f(void 0, void 0).ser(se_ListAppsCommand).de(de_ListAppsCommand).build() {
|
|
3845
|
+
static {
|
|
3846
|
+
__name(this, "ListAppsCommand");
|
|
3847
|
+
}
|
|
3773
3848
|
};
|
|
3774
|
-
__name(_ListAppsCommand, "ListAppsCommand");
|
|
3775
|
-
var ListAppsCommand = _ListAppsCommand;
|
|
3776
3849
|
|
|
3777
3850
|
// src/commands/ListAppVersionAppComponentsCommand.ts
|
|
3778
3851
|
|
|
3779
3852
|
|
|
3780
3853
|
|
|
3781
|
-
var
|
|
3854
|
+
var ListAppVersionAppComponentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3782
3855
|
return [
|
|
3783
3856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3784
3857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3785
3858
|
];
|
|
3786
3859
|
}).s("AwsResilienceHub", "ListAppVersionAppComponents", {}).n("ResiliencehubClient", "ListAppVersionAppComponentsCommand").f(void 0, void 0).ser(se_ListAppVersionAppComponentsCommand).de(de_ListAppVersionAppComponentsCommand).build() {
|
|
3860
|
+
static {
|
|
3861
|
+
__name(this, "ListAppVersionAppComponentsCommand");
|
|
3862
|
+
}
|
|
3787
3863
|
};
|
|
3788
|
-
__name(_ListAppVersionAppComponentsCommand, "ListAppVersionAppComponentsCommand");
|
|
3789
|
-
var ListAppVersionAppComponentsCommand = _ListAppVersionAppComponentsCommand;
|
|
3790
3864
|
|
|
3791
3865
|
// src/commands/ListAppVersionResourceMappingsCommand.ts
|
|
3792
3866
|
|
|
3793
3867
|
|
|
3794
3868
|
|
|
3795
|
-
var
|
|
3869
|
+
var ListAppVersionResourceMappingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3796
3870
|
return [
|
|
3797
3871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3798
3872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3799
3873
|
];
|
|
3800
3874
|
}).s("AwsResilienceHub", "ListAppVersionResourceMappings", {}).n("ResiliencehubClient", "ListAppVersionResourceMappingsCommand").f(void 0, void 0).ser(se_ListAppVersionResourceMappingsCommand).de(de_ListAppVersionResourceMappingsCommand).build() {
|
|
3875
|
+
static {
|
|
3876
|
+
__name(this, "ListAppVersionResourceMappingsCommand");
|
|
3877
|
+
}
|
|
3801
3878
|
};
|
|
3802
|
-
__name(_ListAppVersionResourceMappingsCommand, "ListAppVersionResourceMappingsCommand");
|
|
3803
|
-
var ListAppVersionResourceMappingsCommand = _ListAppVersionResourceMappingsCommand;
|
|
3804
3879
|
|
|
3805
3880
|
// src/commands/ListAppVersionResourcesCommand.ts
|
|
3806
3881
|
|
|
3807
3882
|
|
|
3808
3883
|
|
|
3809
|
-
var
|
|
3884
|
+
var ListAppVersionResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3810
3885
|
return [
|
|
3811
3886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3812
3887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3813
3888
|
];
|
|
3814
3889
|
}).s("AwsResilienceHub", "ListAppVersionResources", {}).n("ResiliencehubClient", "ListAppVersionResourcesCommand").f(void 0, void 0).ser(se_ListAppVersionResourcesCommand).de(de_ListAppVersionResourcesCommand).build() {
|
|
3890
|
+
static {
|
|
3891
|
+
__name(this, "ListAppVersionResourcesCommand");
|
|
3892
|
+
}
|
|
3815
3893
|
};
|
|
3816
|
-
__name(_ListAppVersionResourcesCommand, "ListAppVersionResourcesCommand");
|
|
3817
|
-
var ListAppVersionResourcesCommand = _ListAppVersionResourcesCommand;
|
|
3818
3894
|
|
|
3819
3895
|
// src/commands/ListAppVersionsCommand.ts
|
|
3820
3896
|
|
|
3821
3897
|
|
|
3822
3898
|
|
|
3823
|
-
var
|
|
3899
|
+
var ListAppVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3824
3900
|
return [
|
|
3825
3901
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3826
3902
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3827
3903
|
];
|
|
3828
3904
|
}).s("AwsResilienceHub", "ListAppVersions", {}).n("ResiliencehubClient", "ListAppVersionsCommand").f(void 0, void 0).ser(se_ListAppVersionsCommand).de(de_ListAppVersionsCommand).build() {
|
|
3905
|
+
static {
|
|
3906
|
+
__name(this, "ListAppVersionsCommand");
|
|
3907
|
+
}
|
|
3829
3908
|
};
|
|
3830
|
-
__name(_ListAppVersionsCommand, "ListAppVersionsCommand");
|
|
3831
|
-
var ListAppVersionsCommand = _ListAppVersionsCommand;
|
|
3832
3909
|
|
|
3833
3910
|
// src/commands/ListMetricsCommand.ts
|
|
3834
3911
|
|
|
3835
3912
|
|
|
3836
3913
|
|
|
3837
|
-
var
|
|
3914
|
+
var ListMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3838
3915
|
return [
|
|
3839
3916
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3840
3917
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3841
3918
|
];
|
|
3842
3919
|
}).s("AwsResilienceHub", "ListMetrics", {}).n("ResiliencehubClient", "ListMetricsCommand").f(void 0, void 0).ser(se_ListMetricsCommand).de(de_ListMetricsCommand).build() {
|
|
3920
|
+
static {
|
|
3921
|
+
__name(this, "ListMetricsCommand");
|
|
3922
|
+
}
|
|
3843
3923
|
};
|
|
3844
|
-
__name(_ListMetricsCommand, "ListMetricsCommand");
|
|
3845
|
-
var ListMetricsCommand = _ListMetricsCommand;
|
|
3846
3924
|
|
|
3847
3925
|
// src/commands/ListRecommendationTemplatesCommand.ts
|
|
3848
3926
|
|
|
3849
3927
|
|
|
3850
3928
|
|
|
3851
|
-
var
|
|
3929
|
+
var ListRecommendationTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3852
3930
|
return [
|
|
3853
3931
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3854
3932
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3855
3933
|
];
|
|
3856
3934
|
}).s("AwsResilienceHub", "ListRecommendationTemplates", {}).n("ResiliencehubClient", "ListRecommendationTemplatesCommand").f(void 0, ListRecommendationTemplatesResponseFilterSensitiveLog).ser(se_ListRecommendationTemplatesCommand).de(de_ListRecommendationTemplatesCommand).build() {
|
|
3935
|
+
static {
|
|
3936
|
+
__name(this, "ListRecommendationTemplatesCommand");
|
|
3937
|
+
}
|
|
3857
3938
|
};
|
|
3858
|
-
__name(_ListRecommendationTemplatesCommand, "ListRecommendationTemplatesCommand");
|
|
3859
|
-
var ListRecommendationTemplatesCommand = _ListRecommendationTemplatesCommand;
|
|
3860
3939
|
|
|
3861
3940
|
// src/commands/ListResiliencyPoliciesCommand.ts
|
|
3862
3941
|
|
|
3863
3942
|
|
|
3864
3943
|
|
|
3865
|
-
var
|
|
3944
|
+
var ListResiliencyPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3866
3945
|
return [
|
|
3867
3946
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3868
3947
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3869
3948
|
];
|
|
3870
3949
|
}).s("AwsResilienceHub", "ListResiliencyPolicies", {}).n("ResiliencehubClient", "ListResiliencyPoliciesCommand").f(void 0, ListResiliencyPoliciesResponseFilterSensitiveLog).ser(se_ListResiliencyPoliciesCommand).de(de_ListResiliencyPoliciesCommand).build() {
|
|
3950
|
+
static {
|
|
3951
|
+
__name(this, "ListResiliencyPoliciesCommand");
|
|
3952
|
+
}
|
|
3871
3953
|
};
|
|
3872
|
-
__name(_ListResiliencyPoliciesCommand, "ListResiliencyPoliciesCommand");
|
|
3873
|
-
var ListResiliencyPoliciesCommand = _ListResiliencyPoliciesCommand;
|
|
3874
3954
|
|
|
3875
3955
|
// src/commands/ListResourceGroupingRecommendationsCommand.ts
|
|
3876
3956
|
|
|
3877
3957
|
|
|
3878
3958
|
|
|
3879
|
-
var
|
|
3959
|
+
var ListResourceGroupingRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3880
3960
|
return [
|
|
3881
3961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3882
3962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3883
3963
|
];
|
|
3884
3964
|
}).s("AwsResilienceHub", "ListResourceGroupingRecommendations", {}).n("ResiliencehubClient", "ListResourceGroupingRecommendationsCommand").f(void 0, void 0).ser(se_ListResourceGroupingRecommendationsCommand).de(de_ListResourceGroupingRecommendationsCommand).build() {
|
|
3965
|
+
static {
|
|
3966
|
+
__name(this, "ListResourceGroupingRecommendationsCommand");
|
|
3967
|
+
}
|
|
3885
3968
|
};
|
|
3886
|
-
__name(_ListResourceGroupingRecommendationsCommand, "ListResourceGroupingRecommendationsCommand");
|
|
3887
|
-
var ListResourceGroupingRecommendationsCommand = _ListResourceGroupingRecommendationsCommand;
|
|
3888
3969
|
|
|
3889
3970
|
// src/commands/ListSopRecommendationsCommand.ts
|
|
3890
3971
|
|
|
3891
3972
|
|
|
3892
3973
|
|
|
3893
|
-
var
|
|
3974
|
+
var ListSopRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3894
3975
|
return [
|
|
3895
3976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3896
3977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3897
3978
|
];
|
|
3898
3979
|
}).s("AwsResilienceHub", "ListSopRecommendations", {}).n("ResiliencehubClient", "ListSopRecommendationsCommand").f(void 0, void 0).ser(se_ListSopRecommendationsCommand).de(de_ListSopRecommendationsCommand).build() {
|
|
3980
|
+
static {
|
|
3981
|
+
__name(this, "ListSopRecommendationsCommand");
|
|
3982
|
+
}
|
|
3899
3983
|
};
|
|
3900
|
-
__name(_ListSopRecommendationsCommand, "ListSopRecommendationsCommand");
|
|
3901
|
-
var ListSopRecommendationsCommand = _ListSopRecommendationsCommand;
|
|
3902
3984
|
|
|
3903
3985
|
// src/commands/ListSuggestedResiliencyPoliciesCommand.ts
|
|
3904
3986
|
|
|
3905
3987
|
|
|
3906
3988
|
|
|
3907
|
-
var
|
|
3989
|
+
var ListSuggestedResiliencyPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3908
3990
|
return [
|
|
3909
3991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3910
3992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3911
3993
|
];
|
|
3912
3994
|
}).s("AwsResilienceHub", "ListSuggestedResiliencyPolicies", {}).n("ResiliencehubClient", "ListSuggestedResiliencyPoliciesCommand").f(void 0, ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog).ser(se_ListSuggestedResiliencyPoliciesCommand).de(de_ListSuggestedResiliencyPoliciesCommand).build() {
|
|
3995
|
+
static {
|
|
3996
|
+
__name(this, "ListSuggestedResiliencyPoliciesCommand");
|
|
3997
|
+
}
|
|
3913
3998
|
};
|
|
3914
|
-
__name(_ListSuggestedResiliencyPoliciesCommand, "ListSuggestedResiliencyPoliciesCommand");
|
|
3915
|
-
var ListSuggestedResiliencyPoliciesCommand = _ListSuggestedResiliencyPoliciesCommand;
|
|
3916
3999
|
|
|
3917
4000
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3918
4001
|
|
|
3919
4002
|
|
|
3920
4003
|
|
|
3921
|
-
var
|
|
4004
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3922
4005
|
return [
|
|
3923
4006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3924
4007
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3925
4008
|
];
|
|
3926
4009
|
}).s("AwsResilienceHub", "ListTagsForResource", {}).n("ResiliencehubClient", "ListTagsForResourceCommand").f(void 0, ListTagsForResourceResponseFilterSensitiveLog).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
4010
|
+
static {
|
|
4011
|
+
__name(this, "ListTagsForResourceCommand");
|
|
4012
|
+
}
|
|
3927
4013
|
};
|
|
3928
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3929
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3930
4014
|
|
|
3931
4015
|
// src/commands/ListTestRecommendationsCommand.ts
|
|
3932
4016
|
|
|
3933
4017
|
|
|
3934
4018
|
|
|
3935
|
-
var
|
|
4019
|
+
var ListTestRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3936
4020
|
return [
|
|
3937
4021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3938
4022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3939
4023
|
];
|
|
3940
4024
|
}).s("AwsResilienceHub", "ListTestRecommendations", {}).n("ResiliencehubClient", "ListTestRecommendationsCommand").f(void 0, void 0).ser(se_ListTestRecommendationsCommand).de(de_ListTestRecommendationsCommand).build() {
|
|
4025
|
+
static {
|
|
4026
|
+
__name(this, "ListTestRecommendationsCommand");
|
|
4027
|
+
}
|
|
3941
4028
|
};
|
|
3942
|
-
__name(_ListTestRecommendationsCommand, "ListTestRecommendationsCommand");
|
|
3943
|
-
var ListTestRecommendationsCommand = _ListTestRecommendationsCommand;
|
|
3944
4029
|
|
|
3945
4030
|
// src/commands/ListUnsupportedAppVersionResourcesCommand.ts
|
|
3946
4031
|
|
|
3947
4032
|
|
|
3948
4033
|
|
|
3949
|
-
var
|
|
4034
|
+
var ListUnsupportedAppVersionResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3950
4035
|
return [
|
|
3951
4036
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3952
4037
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3953
4038
|
];
|
|
3954
4039
|
}).s("AwsResilienceHub", "ListUnsupportedAppVersionResources", {}).n("ResiliencehubClient", "ListUnsupportedAppVersionResourcesCommand").f(void 0, void 0).ser(se_ListUnsupportedAppVersionResourcesCommand).de(de_ListUnsupportedAppVersionResourcesCommand).build() {
|
|
4040
|
+
static {
|
|
4041
|
+
__name(this, "ListUnsupportedAppVersionResourcesCommand");
|
|
4042
|
+
}
|
|
3955
4043
|
};
|
|
3956
|
-
__name(_ListUnsupportedAppVersionResourcesCommand, "ListUnsupportedAppVersionResourcesCommand");
|
|
3957
|
-
var ListUnsupportedAppVersionResourcesCommand = _ListUnsupportedAppVersionResourcesCommand;
|
|
3958
4044
|
|
|
3959
4045
|
// src/commands/PublishAppVersionCommand.ts
|
|
3960
4046
|
|
|
3961
4047
|
|
|
3962
4048
|
|
|
3963
|
-
var
|
|
4049
|
+
var PublishAppVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3964
4050
|
return [
|
|
3965
4051
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3966
4052
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3967
4053
|
];
|
|
3968
4054
|
}).s("AwsResilienceHub", "PublishAppVersion", {}).n("ResiliencehubClient", "PublishAppVersionCommand").f(void 0, void 0).ser(se_PublishAppVersionCommand).de(de_PublishAppVersionCommand).build() {
|
|
4055
|
+
static {
|
|
4056
|
+
__name(this, "PublishAppVersionCommand");
|
|
4057
|
+
}
|
|
3969
4058
|
};
|
|
3970
|
-
__name(_PublishAppVersionCommand, "PublishAppVersionCommand");
|
|
3971
|
-
var PublishAppVersionCommand = _PublishAppVersionCommand;
|
|
3972
4059
|
|
|
3973
4060
|
// src/commands/PutDraftAppVersionTemplateCommand.ts
|
|
3974
4061
|
|
|
3975
4062
|
|
|
3976
4063
|
|
|
3977
|
-
var
|
|
4064
|
+
var PutDraftAppVersionTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3978
4065
|
return [
|
|
3979
4066
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3980
4067
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3981
4068
|
];
|
|
3982
4069
|
}).s("AwsResilienceHub", "PutDraftAppVersionTemplate", {}).n("ResiliencehubClient", "PutDraftAppVersionTemplateCommand").f(void 0, void 0).ser(se_PutDraftAppVersionTemplateCommand).de(de_PutDraftAppVersionTemplateCommand).build() {
|
|
4070
|
+
static {
|
|
4071
|
+
__name(this, "PutDraftAppVersionTemplateCommand");
|
|
4072
|
+
}
|
|
3983
4073
|
};
|
|
3984
|
-
__name(_PutDraftAppVersionTemplateCommand, "PutDraftAppVersionTemplateCommand");
|
|
3985
|
-
var PutDraftAppVersionTemplateCommand = _PutDraftAppVersionTemplateCommand;
|
|
3986
4074
|
|
|
3987
4075
|
// src/commands/RejectResourceGroupingRecommendationsCommand.ts
|
|
3988
4076
|
|
|
3989
4077
|
|
|
3990
4078
|
|
|
3991
|
-
var
|
|
4079
|
+
var RejectResourceGroupingRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3992
4080
|
return [
|
|
3993
4081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3994
4082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3995
4083
|
];
|
|
3996
4084
|
}).s("AwsResilienceHub", "RejectResourceGroupingRecommendations", {}).n("ResiliencehubClient", "RejectResourceGroupingRecommendationsCommand").f(void 0, void 0).ser(se_RejectResourceGroupingRecommendationsCommand).de(de_RejectResourceGroupingRecommendationsCommand).build() {
|
|
4085
|
+
static {
|
|
4086
|
+
__name(this, "RejectResourceGroupingRecommendationsCommand");
|
|
4087
|
+
}
|
|
3997
4088
|
};
|
|
3998
|
-
__name(_RejectResourceGroupingRecommendationsCommand, "RejectResourceGroupingRecommendationsCommand");
|
|
3999
|
-
var RejectResourceGroupingRecommendationsCommand = _RejectResourceGroupingRecommendationsCommand;
|
|
4000
4089
|
|
|
4001
4090
|
// src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts
|
|
4002
4091
|
|
|
4003
4092
|
|
|
4004
4093
|
|
|
4005
|
-
var
|
|
4094
|
+
var RemoveDraftAppVersionResourceMappingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4006
4095
|
return [
|
|
4007
4096
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4008
4097
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4009
4098
|
];
|
|
4010
4099
|
}).s("AwsResilienceHub", "RemoveDraftAppVersionResourceMappings", {}).n("ResiliencehubClient", "RemoveDraftAppVersionResourceMappingsCommand").f(void 0, void 0).ser(se_RemoveDraftAppVersionResourceMappingsCommand).de(de_RemoveDraftAppVersionResourceMappingsCommand).build() {
|
|
4100
|
+
static {
|
|
4101
|
+
__name(this, "RemoveDraftAppVersionResourceMappingsCommand");
|
|
4102
|
+
}
|
|
4011
4103
|
};
|
|
4012
|
-
__name(_RemoveDraftAppVersionResourceMappingsCommand, "RemoveDraftAppVersionResourceMappingsCommand");
|
|
4013
|
-
var RemoveDraftAppVersionResourceMappingsCommand = _RemoveDraftAppVersionResourceMappingsCommand;
|
|
4014
4104
|
|
|
4015
4105
|
// src/commands/ResolveAppVersionResourcesCommand.ts
|
|
4016
4106
|
|
|
4017
4107
|
|
|
4018
4108
|
|
|
4019
|
-
var
|
|
4109
|
+
var ResolveAppVersionResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4020
4110
|
return [
|
|
4021
4111
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4022
4112
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4023
4113
|
];
|
|
4024
4114
|
}).s("AwsResilienceHub", "ResolveAppVersionResources", {}).n("ResiliencehubClient", "ResolveAppVersionResourcesCommand").f(void 0, void 0).ser(se_ResolveAppVersionResourcesCommand).de(de_ResolveAppVersionResourcesCommand).build() {
|
|
4115
|
+
static {
|
|
4116
|
+
__name(this, "ResolveAppVersionResourcesCommand");
|
|
4117
|
+
}
|
|
4025
4118
|
};
|
|
4026
|
-
__name(_ResolveAppVersionResourcesCommand, "ResolveAppVersionResourcesCommand");
|
|
4027
|
-
var ResolveAppVersionResourcesCommand = _ResolveAppVersionResourcesCommand;
|
|
4028
4119
|
|
|
4029
4120
|
// src/commands/StartAppAssessmentCommand.ts
|
|
4030
4121
|
|
|
4031
4122
|
|
|
4032
4123
|
|
|
4033
|
-
var
|
|
4124
|
+
var StartAppAssessmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4034
4125
|
return [
|
|
4035
4126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4036
4127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4037
4128
|
];
|
|
4038
4129
|
}).s("AwsResilienceHub", "StartAppAssessment", {}).n("ResiliencehubClient", "StartAppAssessmentCommand").f(StartAppAssessmentRequestFilterSensitiveLog, StartAppAssessmentResponseFilterSensitiveLog).ser(se_StartAppAssessmentCommand).de(de_StartAppAssessmentCommand).build() {
|
|
4130
|
+
static {
|
|
4131
|
+
__name(this, "StartAppAssessmentCommand");
|
|
4132
|
+
}
|
|
4039
4133
|
};
|
|
4040
|
-
__name(_StartAppAssessmentCommand, "StartAppAssessmentCommand");
|
|
4041
|
-
var StartAppAssessmentCommand = _StartAppAssessmentCommand;
|
|
4042
4134
|
|
|
4043
4135
|
// src/commands/StartMetricsExportCommand.ts
|
|
4044
4136
|
|
|
4045
4137
|
|
|
4046
4138
|
|
|
4047
|
-
var
|
|
4139
|
+
var StartMetricsExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4048
4140
|
return [
|
|
4049
4141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4050
4142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4051
4143
|
];
|
|
4052
4144
|
}).s("AwsResilienceHub", "StartMetricsExport", {}).n("ResiliencehubClient", "StartMetricsExportCommand").f(void 0, void 0).ser(se_StartMetricsExportCommand).de(de_StartMetricsExportCommand).build() {
|
|
4145
|
+
static {
|
|
4146
|
+
__name(this, "StartMetricsExportCommand");
|
|
4147
|
+
}
|
|
4053
4148
|
};
|
|
4054
|
-
__name(_StartMetricsExportCommand, "StartMetricsExportCommand");
|
|
4055
|
-
var StartMetricsExportCommand = _StartMetricsExportCommand;
|
|
4056
4149
|
|
|
4057
4150
|
// src/commands/StartResourceGroupingRecommendationTaskCommand.ts
|
|
4058
4151
|
|
|
4059
4152
|
|
|
4060
4153
|
|
|
4061
|
-
var
|
|
4154
|
+
var StartResourceGroupingRecommendationTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4062
4155
|
return [
|
|
4063
4156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4064
4157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4065
4158
|
];
|
|
4066
4159
|
}).s("AwsResilienceHub", "StartResourceGroupingRecommendationTask", {}).n("ResiliencehubClient", "StartResourceGroupingRecommendationTaskCommand").f(void 0, void 0).ser(se_StartResourceGroupingRecommendationTaskCommand).de(de_StartResourceGroupingRecommendationTaskCommand).build() {
|
|
4160
|
+
static {
|
|
4161
|
+
__name(this, "StartResourceGroupingRecommendationTaskCommand");
|
|
4162
|
+
}
|
|
4067
4163
|
};
|
|
4068
|
-
__name(_StartResourceGroupingRecommendationTaskCommand, "StartResourceGroupingRecommendationTaskCommand");
|
|
4069
|
-
var StartResourceGroupingRecommendationTaskCommand = _StartResourceGroupingRecommendationTaskCommand;
|
|
4070
4164
|
|
|
4071
4165
|
// src/commands/TagResourceCommand.ts
|
|
4072
4166
|
|
|
4073
4167
|
|
|
4074
4168
|
|
|
4075
|
-
var
|
|
4169
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4076
4170
|
return [
|
|
4077
4171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4078
4172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4079
4173
|
];
|
|
4080
4174
|
}).s("AwsResilienceHub", "TagResource", {}).n("ResiliencehubClient", "TagResourceCommand").f(TagResourceRequestFilterSensitiveLog, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4175
|
+
static {
|
|
4176
|
+
__name(this, "TagResourceCommand");
|
|
4177
|
+
}
|
|
4081
4178
|
};
|
|
4082
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4083
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4084
4179
|
|
|
4085
4180
|
// src/commands/UntagResourceCommand.ts
|
|
4086
4181
|
|
|
4087
4182
|
|
|
4088
4183
|
|
|
4089
|
-
var
|
|
4184
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4090
4185
|
return [
|
|
4091
4186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4092
4187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4093
4188
|
];
|
|
4094
4189
|
}).s("AwsResilienceHub", "UntagResource", {}).n("ResiliencehubClient", "UntagResourceCommand").f(UntagResourceRequestFilterSensitiveLog, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4190
|
+
static {
|
|
4191
|
+
__name(this, "UntagResourceCommand");
|
|
4192
|
+
}
|
|
4095
4193
|
};
|
|
4096
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4097
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4098
4194
|
|
|
4099
4195
|
// src/commands/UpdateAppCommand.ts
|
|
4100
4196
|
|
|
4101
4197
|
|
|
4102
4198
|
|
|
4103
|
-
var
|
|
4199
|
+
var UpdateAppCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4104
4200
|
return [
|
|
4105
4201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4106
4202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4107
4203
|
];
|
|
4108
4204
|
}).s("AwsResilienceHub", "UpdateApp", {}).n("ResiliencehubClient", "UpdateAppCommand").f(void 0, UpdateAppResponseFilterSensitiveLog).ser(se_UpdateAppCommand).de(de_UpdateAppCommand).build() {
|
|
4205
|
+
static {
|
|
4206
|
+
__name(this, "UpdateAppCommand");
|
|
4207
|
+
}
|
|
4109
4208
|
};
|
|
4110
|
-
__name(_UpdateAppCommand, "UpdateAppCommand");
|
|
4111
|
-
var UpdateAppCommand = _UpdateAppCommand;
|
|
4112
4209
|
|
|
4113
4210
|
// src/commands/UpdateAppVersionAppComponentCommand.ts
|
|
4114
4211
|
|
|
4115
4212
|
|
|
4116
4213
|
|
|
4117
|
-
var
|
|
4214
|
+
var UpdateAppVersionAppComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4118
4215
|
return [
|
|
4119
4216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4120
4217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4121
4218
|
];
|
|
4122
4219
|
}).s("AwsResilienceHub", "UpdateAppVersionAppComponent", {}).n("ResiliencehubClient", "UpdateAppVersionAppComponentCommand").f(void 0, void 0).ser(se_UpdateAppVersionAppComponentCommand).de(de_UpdateAppVersionAppComponentCommand).build() {
|
|
4220
|
+
static {
|
|
4221
|
+
__name(this, "UpdateAppVersionAppComponentCommand");
|
|
4222
|
+
}
|
|
4123
4223
|
};
|
|
4124
|
-
__name(_UpdateAppVersionAppComponentCommand, "UpdateAppVersionAppComponentCommand");
|
|
4125
|
-
var UpdateAppVersionAppComponentCommand = _UpdateAppVersionAppComponentCommand;
|
|
4126
4224
|
|
|
4127
4225
|
// src/commands/UpdateAppVersionCommand.ts
|
|
4128
4226
|
|
|
4129
4227
|
|
|
4130
4228
|
|
|
4131
|
-
var
|
|
4229
|
+
var UpdateAppVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4132
4230
|
return [
|
|
4133
4231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4134
4232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4135
4233
|
];
|
|
4136
4234
|
}).s("AwsResilienceHub", "UpdateAppVersion", {}).n("ResiliencehubClient", "UpdateAppVersionCommand").f(void 0, void 0).ser(se_UpdateAppVersionCommand).de(de_UpdateAppVersionCommand).build() {
|
|
4235
|
+
static {
|
|
4236
|
+
__name(this, "UpdateAppVersionCommand");
|
|
4237
|
+
}
|
|
4137
4238
|
};
|
|
4138
|
-
__name(_UpdateAppVersionCommand, "UpdateAppVersionCommand");
|
|
4139
|
-
var UpdateAppVersionCommand = _UpdateAppVersionCommand;
|
|
4140
4239
|
|
|
4141
4240
|
// src/commands/UpdateAppVersionResourceCommand.ts
|
|
4142
4241
|
|
|
4143
4242
|
|
|
4144
4243
|
|
|
4145
|
-
var
|
|
4244
|
+
var UpdateAppVersionResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4146
4245
|
return [
|
|
4147
4246
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4148
4247
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4149
4248
|
];
|
|
4150
4249
|
}).s("AwsResilienceHub", "UpdateAppVersionResource", {}).n("ResiliencehubClient", "UpdateAppVersionResourceCommand").f(void 0, void 0).ser(se_UpdateAppVersionResourceCommand).de(de_UpdateAppVersionResourceCommand).build() {
|
|
4250
|
+
static {
|
|
4251
|
+
__name(this, "UpdateAppVersionResourceCommand");
|
|
4252
|
+
}
|
|
4151
4253
|
};
|
|
4152
|
-
__name(_UpdateAppVersionResourceCommand, "UpdateAppVersionResourceCommand");
|
|
4153
|
-
var UpdateAppVersionResourceCommand = _UpdateAppVersionResourceCommand;
|
|
4154
4254
|
|
|
4155
4255
|
// src/commands/UpdateResiliencyPolicyCommand.ts
|
|
4156
4256
|
|
|
4157
4257
|
|
|
4158
4258
|
|
|
4159
|
-
var
|
|
4259
|
+
var UpdateResiliencyPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4160
4260
|
return [
|
|
4161
4261
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4162
4262
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4163
4263
|
];
|
|
4164
4264
|
}).s("AwsResilienceHub", "UpdateResiliencyPolicy", {}).n("ResiliencehubClient", "UpdateResiliencyPolicyCommand").f(void 0, UpdateResiliencyPolicyResponseFilterSensitiveLog).ser(se_UpdateResiliencyPolicyCommand).de(de_UpdateResiliencyPolicyCommand).build() {
|
|
4265
|
+
static {
|
|
4266
|
+
__name(this, "UpdateResiliencyPolicyCommand");
|
|
4267
|
+
}
|
|
4165
4268
|
};
|
|
4166
|
-
__name(_UpdateResiliencyPolicyCommand, "UpdateResiliencyPolicyCommand");
|
|
4167
|
-
var UpdateResiliencyPolicyCommand = _UpdateResiliencyPolicyCommand;
|
|
4168
4269
|
|
|
4169
4270
|
// src/Resiliencehub.ts
|
|
4170
4271
|
var commands = {
|
|
@@ -4232,10 +4333,11 @@ var commands = {
|
|
|
4232
4333
|
UpdateAppVersionResourceCommand,
|
|
4233
4334
|
UpdateResiliencyPolicyCommand
|
|
4234
4335
|
};
|
|
4235
|
-
var
|
|
4336
|
+
var Resiliencehub = class extends ResiliencehubClient {
|
|
4337
|
+
static {
|
|
4338
|
+
__name(this, "Resiliencehub");
|
|
4339
|
+
}
|
|
4236
4340
|
};
|
|
4237
|
-
__name(_Resiliencehub, "Resiliencehub");
|
|
4238
|
-
var Resiliencehub = _Resiliencehub;
|
|
4239
4341
|
(0, import_smithy_client.createAggregatedClient)(commands, Resiliencehub);
|
|
4240
4342
|
|
|
4241
4343
|
// src/pagination/ListAlarmRecommendationsPaginator.ts
|