@aws-sdk/client-compute-optimizer 3.721.0 → 3.726.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 +216 -141
- package/dist-es/ComputeOptimizerClient.js +1 -0
- package/dist-es/models/models_0.js +33 -18
- package/dist-es/protocols/Aws_json1_0.js +14 -2
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +64 -5
- 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/models/models_0.d.ts +22 -0
- 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
|
@@ -22,6 +22,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
22
22
|
var src_exports = {};
|
|
23
23
|
__export(src_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
AllocationStrategy: () => AllocationStrategy,
|
|
26
|
+
AsgType: () => AsgType,
|
|
25
27
|
AutoScalingConfiguration: () => AutoScalingConfiguration,
|
|
26
28
|
ComputeOptimizer: () => ComputeOptimizer,
|
|
27
29
|
ComputeOptimizerClient: () => ComputeOptimizerClient,
|
|
@@ -251,7 +253,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
251
253
|
}, "resolveRuntimeExtensions");
|
|
252
254
|
|
|
253
255
|
// src/ComputeOptimizerClient.ts
|
|
254
|
-
var
|
|
256
|
+
var ComputeOptimizerClient = class extends import_smithy_client.Client {
|
|
257
|
+
static {
|
|
258
|
+
__name(this, "ComputeOptimizerClient");
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* The resolved configuration of ComputeOptimizerClient class. This is resolved and normalized from the {@link ComputeOptimizerClientConfig | constructor configuration interface}.
|
|
262
|
+
*/
|
|
263
|
+
config;
|
|
255
264
|
constructor(...[configuration]) {
|
|
256
265
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
257
266
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -261,7 +270,7 @@ var _ComputeOptimizerClient = class _ComputeOptimizerClient extends import_smith
|
|
|
261
270
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
262
271
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
263
272
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
264
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
273
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
265
274
|
super(_config_8);
|
|
266
275
|
this.config = _config_8;
|
|
267
276
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -289,8 +298,6 @@ var _ComputeOptimizerClient = class _ComputeOptimizerClient extends import_smith
|
|
|
289
298
|
super.destroy();
|
|
290
299
|
}
|
|
291
300
|
};
|
|
292
|
-
__name(_ComputeOptimizerClient, "ComputeOptimizerClient");
|
|
293
|
-
var ComputeOptimizerClient = _ComputeOptimizerClient;
|
|
294
301
|
|
|
295
302
|
// src/ComputeOptimizer.ts
|
|
296
303
|
|
|
@@ -307,7 +314,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
307
314
|
|
|
308
315
|
// src/models/ComputeOptimizerServiceException.ts
|
|
309
316
|
|
|
310
|
-
var
|
|
317
|
+
var ComputeOptimizerServiceException = class _ComputeOptimizerServiceException extends import_smithy_client.ServiceException {
|
|
318
|
+
static {
|
|
319
|
+
__name(this, "ComputeOptimizerServiceException");
|
|
320
|
+
}
|
|
311
321
|
/**
|
|
312
322
|
* @internal
|
|
313
323
|
*/
|
|
@@ -316,11 +326,14 @@ var _ComputeOptimizerServiceException = class _ComputeOptimizerServiceException
|
|
|
316
326
|
Object.setPrototypeOf(this, _ComputeOptimizerServiceException.prototype);
|
|
317
327
|
}
|
|
318
328
|
};
|
|
319
|
-
__name(_ComputeOptimizerServiceException, "ComputeOptimizerServiceException");
|
|
320
|
-
var ComputeOptimizerServiceException = _ComputeOptimizerServiceException;
|
|
321
329
|
|
|
322
330
|
// src/models/models_0.ts
|
|
323
|
-
var
|
|
331
|
+
var AccessDeniedException = class _AccessDeniedException extends ComputeOptimizerServiceException {
|
|
332
|
+
static {
|
|
333
|
+
__name(this, "AccessDeniedException");
|
|
334
|
+
}
|
|
335
|
+
name = "AccessDeniedException";
|
|
336
|
+
$fault = "client";
|
|
324
337
|
/**
|
|
325
338
|
* @internal
|
|
326
339
|
*/
|
|
@@ -330,19 +343,23 @@ var _AccessDeniedException = class _AccessDeniedException extends ComputeOptimiz
|
|
|
330
343
|
$fault: "client",
|
|
331
344
|
...opts
|
|
332
345
|
});
|
|
333
|
-
this.name = "AccessDeniedException";
|
|
334
|
-
this.$fault = "client";
|
|
335
346
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
336
347
|
}
|
|
337
348
|
};
|
|
338
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
339
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
340
349
|
var Status = {
|
|
341
350
|
ACTIVE: "Active",
|
|
342
351
|
FAILED: "Failed",
|
|
343
352
|
INACTIVE: "Inactive",
|
|
344
353
|
PENDING: "Pending"
|
|
345
354
|
};
|
|
355
|
+
var AllocationStrategy = {
|
|
356
|
+
LOWEST_PRICE: "LowestPrice",
|
|
357
|
+
PRIORITIZED: "Prioritized"
|
|
358
|
+
};
|
|
359
|
+
var AsgType = {
|
|
360
|
+
MIXED_INSTANCE_TYPE: "MixedInstanceTypes",
|
|
361
|
+
SINGLE_INSTANCE_TYPE: "SingleInstanceType"
|
|
362
|
+
};
|
|
346
363
|
var AutoScalingConfiguration = {
|
|
347
364
|
TARGET_TRACKING_SCALING_CPU: "TargetTrackingScalingCpu",
|
|
348
365
|
TARGET_TRACKING_SCALING_MEMORY: "TargetTrackingScalingMemory"
|
|
@@ -472,7 +489,12 @@ var ScopeName = {
|
|
|
472
489
|
ORGANIZATION: "Organization",
|
|
473
490
|
RESOURCE_ARN: "ResourceArn"
|
|
474
491
|
};
|
|
475
|
-
var
|
|
492
|
+
var InternalServerException = class _InternalServerException extends ComputeOptimizerServiceException {
|
|
493
|
+
static {
|
|
494
|
+
__name(this, "InternalServerException");
|
|
495
|
+
}
|
|
496
|
+
name = "InternalServerException";
|
|
497
|
+
$fault = "server";
|
|
476
498
|
/**
|
|
477
499
|
* @internal
|
|
478
500
|
*/
|
|
@@ -482,14 +504,15 @@ var _InternalServerException = class _InternalServerException extends ComputeOpt
|
|
|
482
504
|
$fault: "server",
|
|
483
505
|
...opts
|
|
484
506
|
});
|
|
485
|
-
this.name = "InternalServerException";
|
|
486
|
-
this.$fault = "server";
|
|
487
507
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
488
508
|
}
|
|
489
509
|
};
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
510
|
+
var InvalidParameterValueException = class _InvalidParameterValueException extends ComputeOptimizerServiceException {
|
|
511
|
+
static {
|
|
512
|
+
__name(this, "InvalidParameterValueException");
|
|
513
|
+
}
|
|
514
|
+
name = "InvalidParameterValueException";
|
|
515
|
+
$fault = "client";
|
|
493
516
|
/**
|
|
494
517
|
* @internal
|
|
495
518
|
*/
|
|
@@ -499,14 +522,15 @@ var _InvalidParameterValueException = class _InvalidParameterValueException exte
|
|
|
499
522
|
$fault: "client",
|
|
500
523
|
...opts
|
|
501
524
|
});
|
|
502
|
-
this.name = "InvalidParameterValueException";
|
|
503
|
-
this.$fault = "client";
|
|
504
525
|
Object.setPrototypeOf(this, _InvalidParameterValueException.prototype);
|
|
505
526
|
}
|
|
506
527
|
};
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
528
|
+
var MissingAuthenticationToken = class _MissingAuthenticationToken extends ComputeOptimizerServiceException {
|
|
529
|
+
static {
|
|
530
|
+
__name(this, "MissingAuthenticationToken");
|
|
531
|
+
}
|
|
532
|
+
name = "MissingAuthenticationToken";
|
|
533
|
+
$fault = "client";
|
|
510
534
|
/**
|
|
511
535
|
* @internal
|
|
512
536
|
*/
|
|
@@ -516,14 +540,15 @@ var _MissingAuthenticationToken = class _MissingAuthenticationToken extends Comp
|
|
|
516
540
|
$fault: "client",
|
|
517
541
|
...opts
|
|
518
542
|
});
|
|
519
|
-
this.name = "MissingAuthenticationToken";
|
|
520
|
-
this.$fault = "client";
|
|
521
543
|
Object.setPrototypeOf(this, _MissingAuthenticationToken.prototype);
|
|
522
544
|
}
|
|
523
545
|
};
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
546
|
+
var OptInRequiredException = class _OptInRequiredException extends ComputeOptimizerServiceException {
|
|
547
|
+
static {
|
|
548
|
+
__name(this, "OptInRequiredException");
|
|
549
|
+
}
|
|
550
|
+
name = "OptInRequiredException";
|
|
551
|
+
$fault = "client";
|
|
527
552
|
/**
|
|
528
553
|
* @internal
|
|
529
554
|
*/
|
|
@@ -533,14 +558,15 @@ var _OptInRequiredException = class _OptInRequiredException extends ComputeOptim
|
|
|
533
558
|
$fault: "client",
|
|
534
559
|
...opts
|
|
535
560
|
});
|
|
536
|
-
this.name = "OptInRequiredException";
|
|
537
|
-
this.$fault = "client";
|
|
538
561
|
Object.setPrototypeOf(this, _OptInRequiredException.prototype);
|
|
539
562
|
}
|
|
540
563
|
};
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
564
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends ComputeOptimizerServiceException {
|
|
565
|
+
static {
|
|
566
|
+
__name(this, "ResourceNotFoundException");
|
|
567
|
+
}
|
|
568
|
+
name = "ResourceNotFoundException";
|
|
569
|
+
$fault = "client";
|
|
544
570
|
/**
|
|
545
571
|
* @internal
|
|
546
572
|
*/
|
|
@@ -550,14 +576,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Comput
|
|
|
550
576
|
$fault: "client",
|
|
551
577
|
...opts
|
|
552
578
|
});
|
|
553
|
-
this.name = "ResourceNotFoundException";
|
|
554
|
-
this.$fault = "client";
|
|
555
579
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
556
580
|
}
|
|
557
581
|
};
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
582
|
+
var ServiceUnavailableException = class _ServiceUnavailableException extends ComputeOptimizerServiceException {
|
|
583
|
+
static {
|
|
584
|
+
__name(this, "ServiceUnavailableException");
|
|
585
|
+
}
|
|
586
|
+
name = "ServiceUnavailableException";
|
|
587
|
+
$fault = "server";
|
|
561
588
|
/**
|
|
562
589
|
* @internal
|
|
563
590
|
*/
|
|
@@ -567,14 +594,15 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Co
|
|
|
567
594
|
$fault: "server",
|
|
568
595
|
...opts
|
|
569
596
|
});
|
|
570
|
-
this.name = "ServiceUnavailableException";
|
|
571
|
-
this.$fault = "server";
|
|
572
597
|
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
573
598
|
}
|
|
574
599
|
};
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
600
|
+
var ThrottlingException = class _ThrottlingException extends ComputeOptimizerServiceException {
|
|
601
|
+
static {
|
|
602
|
+
__name(this, "ThrottlingException");
|
|
603
|
+
}
|
|
604
|
+
name = "ThrottlingException";
|
|
605
|
+
$fault = "client";
|
|
578
606
|
/**
|
|
579
607
|
* @internal
|
|
580
608
|
*/
|
|
@@ -584,13 +612,9 @@ var _ThrottlingException = class _ThrottlingException extends ComputeOptimizerSe
|
|
|
584
612
|
$fault: "client",
|
|
585
613
|
...opts
|
|
586
614
|
});
|
|
587
|
-
this.name = "ThrottlingException";
|
|
588
|
-
this.$fault = "client";
|
|
589
615
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
590
616
|
}
|
|
591
617
|
};
|
|
592
|
-
__name(_ThrottlingException, "ThrottlingException");
|
|
593
|
-
var ThrottlingException = _ThrottlingException;
|
|
594
618
|
var JobFilterName = {
|
|
595
619
|
JOB_STATUS: "JobStatus",
|
|
596
620
|
RESOURCE_TYPE: "ResourceType"
|
|
@@ -605,10 +629,13 @@ var ExportableAutoScalingGroupField = {
|
|
|
605
629
|
ACCOUNT_ID: "AccountId",
|
|
606
630
|
AUTO_SCALING_GROUP_ARN: "AutoScalingGroupArn",
|
|
607
631
|
AUTO_SCALING_GROUP_NAME: "AutoScalingGroupName",
|
|
632
|
+
CURRENT_CONFIGURATION_ALLOCATION_STRATEGY: "CurrentConfigurationAllocationStrategy",
|
|
608
633
|
CURRENT_CONFIGURATION_DESIRED_CAPACITY: "CurrentConfigurationDesiredCapacity",
|
|
609
634
|
CURRENT_CONFIGURATION_INSTANCE_TYPE: "CurrentConfigurationInstanceType",
|
|
610
635
|
CURRENT_CONFIGURATION_MAX_SIZE: "CurrentConfigurationMaxSize",
|
|
611
636
|
CURRENT_CONFIGURATION_MIN_SIZE: "CurrentConfigurationMinSize",
|
|
637
|
+
CURRENT_CONFIGURATION_MIXED_INSTANCE_TYPES: "CurrentConfigurationMixedInstanceTypes",
|
|
638
|
+
CURRENT_CONFIGURATION_TYPE: "CurrentConfigurationType",
|
|
612
639
|
CURRENT_INSTANCE_GPU_INFO: "CurrentInstanceGpuInfo",
|
|
613
640
|
CURRENT_MEMORY: "CurrentMemory",
|
|
614
641
|
CURRENT_NETWORK: "CurrentNetwork",
|
|
@@ -628,10 +655,14 @@ var ExportableAutoScalingGroupField = {
|
|
|
628
655
|
INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
|
|
629
656
|
LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
|
|
630
657
|
LOOKBACK_PERIOD_IN_DAYS: "LookbackPeriodInDays",
|
|
658
|
+
RECOMMENDATION_OPTIONS_CONFIGURATION_ALLOCATION_STRATEGY: "RecommendationOptionsConfigurationAllocationStrategy",
|
|
631
659
|
RECOMMENDATION_OPTIONS_CONFIGURATION_DESIRED_CAPACITY: "RecommendationOptionsConfigurationDesiredCapacity",
|
|
660
|
+
RECOMMENDATION_OPTIONS_CONFIGURATION_ESTIMATED_INSTANCE_HOUR_REDUCTION_PERCENTAGE: "RecommendationOptionsConfigurationEstimatedInstanceHourReductionPercentage",
|
|
632
661
|
RECOMMENDATION_OPTIONS_CONFIGURATION_INSTANCE_TYPE: "RecommendationOptionsConfigurationInstanceType",
|
|
633
662
|
RECOMMENDATION_OPTIONS_CONFIGURATION_MAX_SIZE: "RecommendationOptionsConfigurationMaxSize",
|
|
634
663
|
RECOMMENDATION_OPTIONS_CONFIGURATION_MIN_SIZE: "RecommendationOptionsConfigurationMinSize",
|
|
664
|
+
RECOMMENDATION_OPTIONS_CONFIGURATION_MIXED_INSTANCE_TYPES: "RecommendationOptionsConfigurationMixedInstanceTypes",
|
|
665
|
+
RECOMMENDATION_OPTIONS_CONFIGURATION_TYPE: "RecommendationOptionsConfigurationType",
|
|
635
666
|
RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "RecommendationOptionsEstimatedMonthlySavingsCurrency",
|
|
636
667
|
RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY_AFTER_DISCOUNTS: "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts",
|
|
637
668
|
RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "RecommendationOptionsEstimatedMonthlySavingsValue",
|
|
@@ -678,7 +709,12 @@ var FilterName = {
|
|
|
678
709
|
INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
|
|
679
710
|
RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType"
|
|
680
711
|
};
|
|
681
|
-
var
|
|
712
|
+
var LimitExceededException = class _LimitExceededException extends ComputeOptimizerServiceException {
|
|
713
|
+
static {
|
|
714
|
+
__name(this, "LimitExceededException");
|
|
715
|
+
}
|
|
716
|
+
name = "LimitExceededException";
|
|
717
|
+
$fault = "client";
|
|
682
718
|
/**
|
|
683
719
|
* @internal
|
|
684
720
|
*/
|
|
@@ -688,13 +724,9 @@ var _LimitExceededException = class _LimitExceededException extends ComputeOptim
|
|
|
688
724
|
$fault: "client",
|
|
689
725
|
...opts
|
|
690
726
|
});
|
|
691
|
-
this.name = "LimitExceededException";
|
|
692
|
-
this.$fault = "client";
|
|
693
727
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
694
728
|
}
|
|
695
729
|
};
|
|
696
|
-
__name(_LimitExceededException, "LimitExceededException");
|
|
697
|
-
var LimitExceededException = _LimitExceededException;
|
|
698
730
|
var ExportableVolumeField = {
|
|
699
731
|
ACCOUNT_ID: "AccountId",
|
|
700
732
|
CURRENT_CONFIGURATION_ROOT_VOLUME: "CurrentConfigurationRootVolume",
|
|
@@ -1993,6 +2025,18 @@ var de_AccountEnrollmentStatuses = /* @__PURE__ */ __name((output, context) => {
|
|
|
1993
2025
|
});
|
|
1994
2026
|
return retVal;
|
|
1995
2027
|
}, "de_AccountEnrollmentStatuses");
|
|
2028
|
+
var de_AutoScalingGroupConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2029
|
+
return (0, import_smithy_client.take)(output, {
|
|
2030
|
+
allocationStrategy: import_smithy_client.expectString,
|
|
2031
|
+
desiredCapacity: import_smithy_client.expectInt32,
|
|
2032
|
+
estimatedInstanceHourReductionPercentage: import_smithy_client.limitedParseDouble,
|
|
2033
|
+
instanceType: import_smithy_client.expectString,
|
|
2034
|
+
maxSize: import_smithy_client.expectInt32,
|
|
2035
|
+
minSize: import_smithy_client.expectInt32,
|
|
2036
|
+
mixedInstanceTypes: import_smithy_client._json,
|
|
2037
|
+
type: import_smithy_client.expectString
|
|
2038
|
+
});
|
|
2039
|
+
}, "de_AutoScalingGroupConfiguration");
|
|
1996
2040
|
var de_AutoScalingGroupEstimatedMonthlySavings = /* @__PURE__ */ __name((output, context) => {
|
|
1997
2041
|
return (0, import_smithy_client.take)(output, {
|
|
1998
2042
|
currency: import_smithy_client.expectString,
|
|
@@ -2004,7 +2048,7 @@ var de_AutoScalingGroupRecommendation = /* @__PURE__ */ __name((output, context)
|
|
|
2004
2048
|
accountId: import_smithy_client.expectString,
|
|
2005
2049
|
autoScalingGroupArn: import_smithy_client.expectString,
|
|
2006
2050
|
autoScalingGroupName: import_smithy_client.expectString,
|
|
2007
|
-
currentConfiguration:
|
|
2051
|
+
currentConfiguration: (_) => de_AutoScalingGroupConfiguration(_, context),
|
|
2008
2052
|
currentInstanceGpuInfo: import_smithy_client._json,
|
|
2009
2053
|
currentPerformanceRisk: import_smithy_client.expectString,
|
|
2010
2054
|
effectiveRecommendationPreferences: import_smithy_client._json,
|
|
@@ -2018,7 +2062,7 @@ var de_AutoScalingGroupRecommendation = /* @__PURE__ */ __name((output, context)
|
|
|
2018
2062
|
}, "de_AutoScalingGroupRecommendation");
|
|
2019
2063
|
var de_AutoScalingGroupRecommendationOption = /* @__PURE__ */ __name((output, context) => {
|
|
2020
2064
|
return (0, import_smithy_client.take)(output, {
|
|
2021
|
-
configuration:
|
|
2065
|
+
configuration: (_) => de_AutoScalingGroupConfiguration(_, context),
|
|
2022
2066
|
instanceGpuInfo: import_smithy_client._json,
|
|
2023
2067
|
migrationEffort: import_smithy_client.expectString,
|
|
2024
2068
|
performanceRisk: import_smithy_client.limitedParseDouble,
|
|
@@ -2851,393 +2895,421 @@ function sharedHeaders(operation) {
|
|
|
2851
2895
|
__name(sharedHeaders, "sharedHeaders");
|
|
2852
2896
|
|
|
2853
2897
|
// src/commands/DeleteRecommendationPreferencesCommand.ts
|
|
2854
|
-
var
|
|
2898
|
+
var DeleteRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2855
2899
|
return [
|
|
2856
2900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2857
2901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2858
2902
|
];
|
|
2859
2903
|
}).s("ComputeOptimizerService", "DeleteRecommendationPreferences", {}).n("ComputeOptimizerClient", "DeleteRecommendationPreferencesCommand").f(void 0, void 0).ser(se_DeleteRecommendationPreferencesCommand).de(de_DeleteRecommendationPreferencesCommand).build() {
|
|
2904
|
+
static {
|
|
2905
|
+
__name(this, "DeleteRecommendationPreferencesCommand");
|
|
2906
|
+
}
|
|
2860
2907
|
};
|
|
2861
|
-
__name(_DeleteRecommendationPreferencesCommand, "DeleteRecommendationPreferencesCommand");
|
|
2862
|
-
var DeleteRecommendationPreferencesCommand = _DeleteRecommendationPreferencesCommand;
|
|
2863
2908
|
|
|
2864
2909
|
// src/commands/DescribeRecommendationExportJobsCommand.ts
|
|
2865
2910
|
|
|
2866
2911
|
|
|
2867
2912
|
|
|
2868
|
-
var
|
|
2913
|
+
var DescribeRecommendationExportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2869
2914
|
return [
|
|
2870
2915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2871
2916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2872
2917
|
];
|
|
2873
2918
|
}).s("ComputeOptimizerService", "DescribeRecommendationExportJobs", {}).n("ComputeOptimizerClient", "DescribeRecommendationExportJobsCommand").f(void 0, void 0).ser(se_DescribeRecommendationExportJobsCommand).de(de_DescribeRecommendationExportJobsCommand).build() {
|
|
2919
|
+
static {
|
|
2920
|
+
__name(this, "DescribeRecommendationExportJobsCommand");
|
|
2921
|
+
}
|
|
2874
2922
|
};
|
|
2875
|
-
__name(_DescribeRecommendationExportJobsCommand, "DescribeRecommendationExportJobsCommand");
|
|
2876
|
-
var DescribeRecommendationExportJobsCommand = _DescribeRecommendationExportJobsCommand;
|
|
2877
2923
|
|
|
2878
2924
|
// src/commands/ExportAutoScalingGroupRecommendationsCommand.ts
|
|
2879
2925
|
|
|
2880
2926
|
|
|
2881
2927
|
|
|
2882
|
-
var
|
|
2928
|
+
var ExportAutoScalingGroupRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2883
2929
|
return [
|
|
2884
2930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2885
2931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2886
2932
|
];
|
|
2887
2933
|
}).s("ComputeOptimizerService", "ExportAutoScalingGroupRecommendations", {}).n("ComputeOptimizerClient", "ExportAutoScalingGroupRecommendationsCommand").f(void 0, void 0).ser(se_ExportAutoScalingGroupRecommendationsCommand).de(de_ExportAutoScalingGroupRecommendationsCommand).build() {
|
|
2934
|
+
static {
|
|
2935
|
+
__name(this, "ExportAutoScalingGroupRecommendationsCommand");
|
|
2936
|
+
}
|
|
2888
2937
|
};
|
|
2889
|
-
__name(_ExportAutoScalingGroupRecommendationsCommand, "ExportAutoScalingGroupRecommendationsCommand");
|
|
2890
|
-
var ExportAutoScalingGroupRecommendationsCommand = _ExportAutoScalingGroupRecommendationsCommand;
|
|
2891
2938
|
|
|
2892
2939
|
// src/commands/ExportEBSVolumeRecommendationsCommand.ts
|
|
2893
2940
|
|
|
2894
2941
|
|
|
2895
2942
|
|
|
2896
|
-
var
|
|
2943
|
+
var ExportEBSVolumeRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2897
2944
|
return [
|
|
2898
2945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2899
2946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2900
2947
|
];
|
|
2901
2948
|
}).s("ComputeOptimizerService", "ExportEBSVolumeRecommendations", {}).n("ComputeOptimizerClient", "ExportEBSVolumeRecommendationsCommand").f(void 0, void 0).ser(se_ExportEBSVolumeRecommendationsCommand).de(de_ExportEBSVolumeRecommendationsCommand).build() {
|
|
2949
|
+
static {
|
|
2950
|
+
__name(this, "ExportEBSVolumeRecommendationsCommand");
|
|
2951
|
+
}
|
|
2902
2952
|
};
|
|
2903
|
-
__name(_ExportEBSVolumeRecommendationsCommand, "ExportEBSVolumeRecommendationsCommand");
|
|
2904
|
-
var ExportEBSVolumeRecommendationsCommand = _ExportEBSVolumeRecommendationsCommand;
|
|
2905
2953
|
|
|
2906
2954
|
// src/commands/ExportEC2InstanceRecommendationsCommand.ts
|
|
2907
2955
|
|
|
2908
2956
|
|
|
2909
2957
|
|
|
2910
|
-
var
|
|
2958
|
+
var ExportEC2InstanceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2911
2959
|
return [
|
|
2912
2960
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2913
2961
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2914
2962
|
];
|
|
2915
2963
|
}).s("ComputeOptimizerService", "ExportEC2InstanceRecommendations", {}).n("ComputeOptimizerClient", "ExportEC2InstanceRecommendationsCommand").f(void 0, void 0).ser(se_ExportEC2InstanceRecommendationsCommand).de(de_ExportEC2InstanceRecommendationsCommand).build() {
|
|
2964
|
+
static {
|
|
2965
|
+
__name(this, "ExportEC2InstanceRecommendationsCommand");
|
|
2966
|
+
}
|
|
2916
2967
|
};
|
|
2917
|
-
__name(_ExportEC2InstanceRecommendationsCommand, "ExportEC2InstanceRecommendationsCommand");
|
|
2918
|
-
var ExportEC2InstanceRecommendationsCommand = _ExportEC2InstanceRecommendationsCommand;
|
|
2919
2968
|
|
|
2920
2969
|
// src/commands/ExportECSServiceRecommendationsCommand.ts
|
|
2921
2970
|
|
|
2922
2971
|
|
|
2923
2972
|
|
|
2924
|
-
var
|
|
2973
|
+
var ExportECSServiceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2925
2974
|
return [
|
|
2926
2975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2927
2976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2928
2977
|
];
|
|
2929
2978
|
}).s("ComputeOptimizerService", "ExportECSServiceRecommendations", {}).n("ComputeOptimizerClient", "ExportECSServiceRecommendationsCommand").f(void 0, void 0).ser(se_ExportECSServiceRecommendationsCommand).de(de_ExportECSServiceRecommendationsCommand).build() {
|
|
2979
|
+
static {
|
|
2980
|
+
__name(this, "ExportECSServiceRecommendationsCommand");
|
|
2981
|
+
}
|
|
2930
2982
|
};
|
|
2931
|
-
__name(_ExportECSServiceRecommendationsCommand, "ExportECSServiceRecommendationsCommand");
|
|
2932
|
-
var ExportECSServiceRecommendationsCommand = _ExportECSServiceRecommendationsCommand;
|
|
2933
2983
|
|
|
2934
2984
|
// src/commands/ExportIdleRecommendationsCommand.ts
|
|
2935
2985
|
|
|
2936
2986
|
|
|
2937
2987
|
|
|
2938
|
-
var
|
|
2988
|
+
var ExportIdleRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2939
2989
|
return [
|
|
2940
2990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2941
2991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2942
2992
|
];
|
|
2943
2993
|
}).s("ComputeOptimizerService", "ExportIdleRecommendations", {}).n("ComputeOptimizerClient", "ExportIdleRecommendationsCommand").f(void 0, void 0).ser(se_ExportIdleRecommendationsCommand).de(de_ExportIdleRecommendationsCommand).build() {
|
|
2994
|
+
static {
|
|
2995
|
+
__name(this, "ExportIdleRecommendationsCommand");
|
|
2996
|
+
}
|
|
2944
2997
|
};
|
|
2945
|
-
__name(_ExportIdleRecommendationsCommand, "ExportIdleRecommendationsCommand");
|
|
2946
|
-
var ExportIdleRecommendationsCommand = _ExportIdleRecommendationsCommand;
|
|
2947
2998
|
|
|
2948
2999
|
// src/commands/ExportLambdaFunctionRecommendationsCommand.ts
|
|
2949
3000
|
|
|
2950
3001
|
|
|
2951
3002
|
|
|
2952
|
-
var
|
|
3003
|
+
var ExportLambdaFunctionRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2953
3004
|
return [
|
|
2954
3005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2955
3006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2956
3007
|
];
|
|
2957
3008
|
}).s("ComputeOptimizerService", "ExportLambdaFunctionRecommendations", {}).n("ComputeOptimizerClient", "ExportLambdaFunctionRecommendationsCommand").f(void 0, void 0).ser(se_ExportLambdaFunctionRecommendationsCommand).de(de_ExportLambdaFunctionRecommendationsCommand).build() {
|
|
3009
|
+
static {
|
|
3010
|
+
__name(this, "ExportLambdaFunctionRecommendationsCommand");
|
|
3011
|
+
}
|
|
2958
3012
|
};
|
|
2959
|
-
__name(_ExportLambdaFunctionRecommendationsCommand, "ExportLambdaFunctionRecommendationsCommand");
|
|
2960
|
-
var ExportLambdaFunctionRecommendationsCommand = _ExportLambdaFunctionRecommendationsCommand;
|
|
2961
3013
|
|
|
2962
3014
|
// src/commands/ExportLicenseRecommendationsCommand.ts
|
|
2963
3015
|
|
|
2964
3016
|
|
|
2965
3017
|
|
|
2966
|
-
var
|
|
3018
|
+
var ExportLicenseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2967
3019
|
return [
|
|
2968
3020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2969
3021
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2970
3022
|
];
|
|
2971
3023
|
}).s("ComputeOptimizerService", "ExportLicenseRecommendations", {}).n("ComputeOptimizerClient", "ExportLicenseRecommendationsCommand").f(void 0, void 0).ser(se_ExportLicenseRecommendationsCommand).de(de_ExportLicenseRecommendationsCommand).build() {
|
|
3024
|
+
static {
|
|
3025
|
+
__name(this, "ExportLicenseRecommendationsCommand");
|
|
3026
|
+
}
|
|
2972
3027
|
};
|
|
2973
|
-
__name(_ExportLicenseRecommendationsCommand, "ExportLicenseRecommendationsCommand");
|
|
2974
|
-
var ExportLicenseRecommendationsCommand = _ExportLicenseRecommendationsCommand;
|
|
2975
3028
|
|
|
2976
3029
|
// src/commands/ExportRDSDatabaseRecommendationsCommand.ts
|
|
2977
3030
|
|
|
2978
3031
|
|
|
2979
3032
|
|
|
2980
|
-
var
|
|
3033
|
+
var ExportRDSDatabaseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2981
3034
|
return [
|
|
2982
3035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2983
3036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2984
3037
|
];
|
|
2985
3038
|
}).s("ComputeOptimizerService", "ExportRDSDatabaseRecommendations", {}).n("ComputeOptimizerClient", "ExportRDSDatabaseRecommendationsCommand").f(void 0, void 0).ser(se_ExportRDSDatabaseRecommendationsCommand).de(de_ExportRDSDatabaseRecommendationsCommand).build() {
|
|
3039
|
+
static {
|
|
3040
|
+
__name(this, "ExportRDSDatabaseRecommendationsCommand");
|
|
3041
|
+
}
|
|
2986
3042
|
};
|
|
2987
|
-
__name(_ExportRDSDatabaseRecommendationsCommand, "ExportRDSDatabaseRecommendationsCommand");
|
|
2988
|
-
var ExportRDSDatabaseRecommendationsCommand = _ExportRDSDatabaseRecommendationsCommand;
|
|
2989
3043
|
|
|
2990
3044
|
// src/commands/GetAutoScalingGroupRecommendationsCommand.ts
|
|
2991
3045
|
|
|
2992
3046
|
|
|
2993
3047
|
|
|
2994
|
-
var
|
|
3048
|
+
var GetAutoScalingGroupRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2995
3049
|
return [
|
|
2996
3050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2997
3051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2998
3052
|
];
|
|
2999
3053
|
}).s("ComputeOptimizerService", "GetAutoScalingGroupRecommendations", {}).n("ComputeOptimizerClient", "GetAutoScalingGroupRecommendationsCommand").f(void 0, void 0).ser(se_GetAutoScalingGroupRecommendationsCommand).de(de_GetAutoScalingGroupRecommendationsCommand).build() {
|
|
3054
|
+
static {
|
|
3055
|
+
__name(this, "GetAutoScalingGroupRecommendationsCommand");
|
|
3056
|
+
}
|
|
3000
3057
|
};
|
|
3001
|
-
__name(_GetAutoScalingGroupRecommendationsCommand, "GetAutoScalingGroupRecommendationsCommand");
|
|
3002
|
-
var GetAutoScalingGroupRecommendationsCommand = _GetAutoScalingGroupRecommendationsCommand;
|
|
3003
3058
|
|
|
3004
3059
|
// src/commands/GetEBSVolumeRecommendationsCommand.ts
|
|
3005
3060
|
|
|
3006
3061
|
|
|
3007
3062
|
|
|
3008
|
-
var
|
|
3063
|
+
var GetEBSVolumeRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3009
3064
|
return [
|
|
3010
3065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3011
3066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3012
3067
|
];
|
|
3013
3068
|
}).s("ComputeOptimizerService", "GetEBSVolumeRecommendations", {}).n("ComputeOptimizerClient", "GetEBSVolumeRecommendationsCommand").f(void 0, void 0).ser(se_GetEBSVolumeRecommendationsCommand).de(de_GetEBSVolumeRecommendationsCommand).build() {
|
|
3069
|
+
static {
|
|
3070
|
+
__name(this, "GetEBSVolumeRecommendationsCommand");
|
|
3071
|
+
}
|
|
3014
3072
|
};
|
|
3015
|
-
__name(_GetEBSVolumeRecommendationsCommand, "GetEBSVolumeRecommendationsCommand");
|
|
3016
|
-
var GetEBSVolumeRecommendationsCommand = _GetEBSVolumeRecommendationsCommand;
|
|
3017
3073
|
|
|
3018
3074
|
// src/commands/GetEC2InstanceRecommendationsCommand.ts
|
|
3019
3075
|
|
|
3020
3076
|
|
|
3021
3077
|
|
|
3022
|
-
var
|
|
3078
|
+
var GetEC2InstanceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3023
3079
|
return [
|
|
3024
3080
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3025
3081
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3026
3082
|
];
|
|
3027
3083
|
}).s("ComputeOptimizerService", "GetEC2InstanceRecommendations", {}).n("ComputeOptimizerClient", "GetEC2InstanceRecommendationsCommand").f(void 0, void 0).ser(se_GetEC2InstanceRecommendationsCommand).de(de_GetEC2InstanceRecommendationsCommand).build() {
|
|
3084
|
+
static {
|
|
3085
|
+
__name(this, "GetEC2InstanceRecommendationsCommand");
|
|
3086
|
+
}
|
|
3028
3087
|
};
|
|
3029
|
-
__name(_GetEC2InstanceRecommendationsCommand, "GetEC2InstanceRecommendationsCommand");
|
|
3030
|
-
var GetEC2InstanceRecommendationsCommand = _GetEC2InstanceRecommendationsCommand;
|
|
3031
3088
|
|
|
3032
3089
|
// src/commands/GetEC2RecommendationProjectedMetricsCommand.ts
|
|
3033
3090
|
|
|
3034
3091
|
|
|
3035
3092
|
|
|
3036
|
-
var
|
|
3093
|
+
var GetEC2RecommendationProjectedMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3037
3094
|
return [
|
|
3038
3095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3039
3096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3040
3097
|
];
|
|
3041
3098
|
}).s("ComputeOptimizerService", "GetEC2RecommendationProjectedMetrics", {}).n("ComputeOptimizerClient", "GetEC2RecommendationProjectedMetricsCommand").f(void 0, void 0).ser(se_GetEC2RecommendationProjectedMetricsCommand).de(de_GetEC2RecommendationProjectedMetricsCommand).build() {
|
|
3099
|
+
static {
|
|
3100
|
+
__name(this, "GetEC2RecommendationProjectedMetricsCommand");
|
|
3101
|
+
}
|
|
3042
3102
|
};
|
|
3043
|
-
__name(_GetEC2RecommendationProjectedMetricsCommand, "GetEC2RecommendationProjectedMetricsCommand");
|
|
3044
|
-
var GetEC2RecommendationProjectedMetricsCommand = _GetEC2RecommendationProjectedMetricsCommand;
|
|
3045
3103
|
|
|
3046
3104
|
// src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts
|
|
3047
3105
|
|
|
3048
3106
|
|
|
3049
3107
|
|
|
3050
|
-
var
|
|
3108
|
+
var GetECSServiceRecommendationProjectedMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3051
3109
|
return [
|
|
3052
3110
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3053
3111
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3054
3112
|
];
|
|
3055
3113
|
}).s("ComputeOptimizerService", "GetECSServiceRecommendationProjectedMetrics", {}).n("ComputeOptimizerClient", "GetECSServiceRecommendationProjectedMetricsCommand").f(void 0, void 0).ser(se_GetECSServiceRecommendationProjectedMetricsCommand).de(de_GetECSServiceRecommendationProjectedMetricsCommand).build() {
|
|
3114
|
+
static {
|
|
3115
|
+
__name(this, "GetECSServiceRecommendationProjectedMetricsCommand");
|
|
3116
|
+
}
|
|
3056
3117
|
};
|
|
3057
|
-
__name(_GetECSServiceRecommendationProjectedMetricsCommand, "GetECSServiceRecommendationProjectedMetricsCommand");
|
|
3058
|
-
var GetECSServiceRecommendationProjectedMetricsCommand = _GetECSServiceRecommendationProjectedMetricsCommand;
|
|
3059
3118
|
|
|
3060
3119
|
// src/commands/GetECSServiceRecommendationsCommand.ts
|
|
3061
3120
|
|
|
3062
3121
|
|
|
3063
3122
|
|
|
3064
|
-
var
|
|
3123
|
+
var GetECSServiceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3065
3124
|
return [
|
|
3066
3125
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3067
3126
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3068
3127
|
];
|
|
3069
3128
|
}).s("ComputeOptimizerService", "GetECSServiceRecommendations", {}).n("ComputeOptimizerClient", "GetECSServiceRecommendationsCommand").f(void 0, void 0).ser(se_GetECSServiceRecommendationsCommand).de(de_GetECSServiceRecommendationsCommand).build() {
|
|
3129
|
+
static {
|
|
3130
|
+
__name(this, "GetECSServiceRecommendationsCommand");
|
|
3131
|
+
}
|
|
3070
3132
|
};
|
|
3071
|
-
__name(_GetECSServiceRecommendationsCommand, "GetECSServiceRecommendationsCommand");
|
|
3072
|
-
var GetECSServiceRecommendationsCommand = _GetECSServiceRecommendationsCommand;
|
|
3073
3133
|
|
|
3074
3134
|
// src/commands/GetEffectiveRecommendationPreferencesCommand.ts
|
|
3075
3135
|
|
|
3076
3136
|
|
|
3077
3137
|
|
|
3078
|
-
var
|
|
3138
|
+
var GetEffectiveRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3079
3139
|
return [
|
|
3080
3140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3081
3141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3082
3142
|
];
|
|
3083
3143
|
}).s("ComputeOptimizerService", "GetEffectiveRecommendationPreferences", {}).n("ComputeOptimizerClient", "GetEffectiveRecommendationPreferencesCommand").f(void 0, void 0).ser(se_GetEffectiveRecommendationPreferencesCommand).de(de_GetEffectiveRecommendationPreferencesCommand).build() {
|
|
3144
|
+
static {
|
|
3145
|
+
__name(this, "GetEffectiveRecommendationPreferencesCommand");
|
|
3146
|
+
}
|
|
3084
3147
|
};
|
|
3085
|
-
__name(_GetEffectiveRecommendationPreferencesCommand, "GetEffectiveRecommendationPreferencesCommand");
|
|
3086
|
-
var GetEffectiveRecommendationPreferencesCommand = _GetEffectiveRecommendationPreferencesCommand;
|
|
3087
3148
|
|
|
3088
3149
|
// src/commands/GetEnrollmentStatusCommand.ts
|
|
3089
3150
|
|
|
3090
3151
|
|
|
3091
3152
|
|
|
3092
|
-
var
|
|
3153
|
+
var GetEnrollmentStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3093
3154
|
return [
|
|
3094
3155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3095
3156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3096
3157
|
];
|
|
3097
3158
|
}).s("ComputeOptimizerService", "GetEnrollmentStatus", {}).n("ComputeOptimizerClient", "GetEnrollmentStatusCommand").f(void 0, void 0).ser(se_GetEnrollmentStatusCommand).de(de_GetEnrollmentStatusCommand).build() {
|
|
3159
|
+
static {
|
|
3160
|
+
__name(this, "GetEnrollmentStatusCommand");
|
|
3161
|
+
}
|
|
3098
3162
|
};
|
|
3099
|
-
__name(_GetEnrollmentStatusCommand, "GetEnrollmentStatusCommand");
|
|
3100
|
-
var GetEnrollmentStatusCommand = _GetEnrollmentStatusCommand;
|
|
3101
3163
|
|
|
3102
3164
|
// src/commands/GetEnrollmentStatusesForOrganizationCommand.ts
|
|
3103
3165
|
|
|
3104
3166
|
|
|
3105
3167
|
|
|
3106
|
-
var
|
|
3168
|
+
var GetEnrollmentStatusesForOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3107
3169
|
return [
|
|
3108
3170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3109
3171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3110
3172
|
];
|
|
3111
3173
|
}).s("ComputeOptimizerService", "GetEnrollmentStatusesForOrganization", {}).n("ComputeOptimizerClient", "GetEnrollmentStatusesForOrganizationCommand").f(void 0, void 0).ser(se_GetEnrollmentStatusesForOrganizationCommand).de(de_GetEnrollmentStatusesForOrganizationCommand).build() {
|
|
3174
|
+
static {
|
|
3175
|
+
__name(this, "GetEnrollmentStatusesForOrganizationCommand");
|
|
3176
|
+
}
|
|
3112
3177
|
};
|
|
3113
|
-
__name(_GetEnrollmentStatusesForOrganizationCommand, "GetEnrollmentStatusesForOrganizationCommand");
|
|
3114
|
-
var GetEnrollmentStatusesForOrganizationCommand = _GetEnrollmentStatusesForOrganizationCommand;
|
|
3115
3178
|
|
|
3116
3179
|
// src/commands/GetIdleRecommendationsCommand.ts
|
|
3117
3180
|
|
|
3118
3181
|
|
|
3119
3182
|
|
|
3120
|
-
var
|
|
3183
|
+
var GetIdleRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3121
3184
|
return [
|
|
3122
3185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3123
3186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3124
3187
|
];
|
|
3125
3188
|
}).s("ComputeOptimizerService", "GetIdleRecommendations", {}).n("ComputeOptimizerClient", "GetIdleRecommendationsCommand").f(void 0, void 0).ser(se_GetIdleRecommendationsCommand).de(de_GetIdleRecommendationsCommand).build() {
|
|
3189
|
+
static {
|
|
3190
|
+
__name(this, "GetIdleRecommendationsCommand");
|
|
3191
|
+
}
|
|
3126
3192
|
};
|
|
3127
|
-
__name(_GetIdleRecommendationsCommand, "GetIdleRecommendationsCommand");
|
|
3128
|
-
var GetIdleRecommendationsCommand = _GetIdleRecommendationsCommand;
|
|
3129
3193
|
|
|
3130
3194
|
// src/commands/GetLambdaFunctionRecommendationsCommand.ts
|
|
3131
3195
|
|
|
3132
3196
|
|
|
3133
3197
|
|
|
3134
|
-
var
|
|
3198
|
+
var GetLambdaFunctionRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3135
3199
|
return [
|
|
3136
3200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3137
3201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3138
3202
|
];
|
|
3139
3203
|
}).s("ComputeOptimizerService", "GetLambdaFunctionRecommendations", {}).n("ComputeOptimizerClient", "GetLambdaFunctionRecommendationsCommand").f(void 0, void 0).ser(se_GetLambdaFunctionRecommendationsCommand).de(de_GetLambdaFunctionRecommendationsCommand).build() {
|
|
3204
|
+
static {
|
|
3205
|
+
__name(this, "GetLambdaFunctionRecommendationsCommand");
|
|
3206
|
+
}
|
|
3140
3207
|
};
|
|
3141
|
-
__name(_GetLambdaFunctionRecommendationsCommand, "GetLambdaFunctionRecommendationsCommand");
|
|
3142
|
-
var GetLambdaFunctionRecommendationsCommand = _GetLambdaFunctionRecommendationsCommand;
|
|
3143
3208
|
|
|
3144
3209
|
// src/commands/GetLicenseRecommendationsCommand.ts
|
|
3145
3210
|
|
|
3146
3211
|
|
|
3147
3212
|
|
|
3148
|
-
var
|
|
3213
|
+
var GetLicenseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3149
3214
|
return [
|
|
3150
3215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3151
3216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3152
3217
|
];
|
|
3153
3218
|
}).s("ComputeOptimizerService", "GetLicenseRecommendations", {}).n("ComputeOptimizerClient", "GetLicenseRecommendationsCommand").f(void 0, void 0).ser(se_GetLicenseRecommendationsCommand).de(de_GetLicenseRecommendationsCommand).build() {
|
|
3219
|
+
static {
|
|
3220
|
+
__name(this, "GetLicenseRecommendationsCommand");
|
|
3221
|
+
}
|
|
3154
3222
|
};
|
|
3155
|
-
__name(_GetLicenseRecommendationsCommand, "GetLicenseRecommendationsCommand");
|
|
3156
|
-
var GetLicenseRecommendationsCommand = _GetLicenseRecommendationsCommand;
|
|
3157
3223
|
|
|
3158
3224
|
// src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts
|
|
3159
3225
|
|
|
3160
3226
|
|
|
3161
3227
|
|
|
3162
|
-
var
|
|
3228
|
+
var GetRDSDatabaseRecommendationProjectedMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3163
3229
|
return [
|
|
3164
3230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3165
3231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3166
3232
|
];
|
|
3167
3233
|
}).s("ComputeOptimizerService", "GetRDSDatabaseRecommendationProjectedMetrics", {}).n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationProjectedMetricsCommand").f(void 0, void 0).ser(se_GetRDSDatabaseRecommendationProjectedMetricsCommand).de(de_GetRDSDatabaseRecommendationProjectedMetricsCommand).build() {
|
|
3234
|
+
static {
|
|
3235
|
+
__name(this, "GetRDSDatabaseRecommendationProjectedMetricsCommand");
|
|
3236
|
+
}
|
|
3168
3237
|
};
|
|
3169
|
-
__name(_GetRDSDatabaseRecommendationProjectedMetricsCommand, "GetRDSDatabaseRecommendationProjectedMetricsCommand");
|
|
3170
|
-
var GetRDSDatabaseRecommendationProjectedMetricsCommand = _GetRDSDatabaseRecommendationProjectedMetricsCommand;
|
|
3171
3238
|
|
|
3172
3239
|
// src/commands/GetRDSDatabaseRecommendationsCommand.ts
|
|
3173
3240
|
|
|
3174
3241
|
|
|
3175
3242
|
|
|
3176
|
-
var
|
|
3243
|
+
var GetRDSDatabaseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3177
3244
|
return [
|
|
3178
3245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3179
3246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3180
3247
|
];
|
|
3181
3248
|
}).s("ComputeOptimizerService", "GetRDSDatabaseRecommendations", {}).n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationsCommand").f(void 0, void 0).ser(se_GetRDSDatabaseRecommendationsCommand).de(de_GetRDSDatabaseRecommendationsCommand).build() {
|
|
3249
|
+
static {
|
|
3250
|
+
__name(this, "GetRDSDatabaseRecommendationsCommand");
|
|
3251
|
+
}
|
|
3182
3252
|
};
|
|
3183
|
-
__name(_GetRDSDatabaseRecommendationsCommand, "GetRDSDatabaseRecommendationsCommand");
|
|
3184
|
-
var GetRDSDatabaseRecommendationsCommand = _GetRDSDatabaseRecommendationsCommand;
|
|
3185
3253
|
|
|
3186
3254
|
// src/commands/GetRecommendationPreferencesCommand.ts
|
|
3187
3255
|
|
|
3188
3256
|
|
|
3189
3257
|
|
|
3190
|
-
var
|
|
3258
|
+
var GetRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3191
3259
|
return [
|
|
3192
3260
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3193
3261
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3194
3262
|
];
|
|
3195
3263
|
}).s("ComputeOptimizerService", "GetRecommendationPreferences", {}).n("ComputeOptimizerClient", "GetRecommendationPreferencesCommand").f(void 0, void 0).ser(se_GetRecommendationPreferencesCommand).de(de_GetRecommendationPreferencesCommand).build() {
|
|
3264
|
+
static {
|
|
3265
|
+
__name(this, "GetRecommendationPreferencesCommand");
|
|
3266
|
+
}
|
|
3196
3267
|
};
|
|
3197
|
-
__name(_GetRecommendationPreferencesCommand, "GetRecommendationPreferencesCommand");
|
|
3198
|
-
var GetRecommendationPreferencesCommand = _GetRecommendationPreferencesCommand;
|
|
3199
3268
|
|
|
3200
3269
|
// src/commands/GetRecommendationSummariesCommand.ts
|
|
3201
3270
|
|
|
3202
3271
|
|
|
3203
3272
|
|
|
3204
|
-
var
|
|
3273
|
+
var GetRecommendationSummariesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3205
3274
|
return [
|
|
3206
3275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3207
3276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3208
3277
|
];
|
|
3209
3278
|
}).s("ComputeOptimizerService", "GetRecommendationSummaries", {}).n("ComputeOptimizerClient", "GetRecommendationSummariesCommand").f(void 0, void 0).ser(se_GetRecommendationSummariesCommand).de(de_GetRecommendationSummariesCommand).build() {
|
|
3279
|
+
static {
|
|
3280
|
+
__name(this, "GetRecommendationSummariesCommand");
|
|
3281
|
+
}
|
|
3210
3282
|
};
|
|
3211
|
-
__name(_GetRecommendationSummariesCommand, "GetRecommendationSummariesCommand");
|
|
3212
|
-
var GetRecommendationSummariesCommand = _GetRecommendationSummariesCommand;
|
|
3213
3283
|
|
|
3214
3284
|
// src/commands/PutRecommendationPreferencesCommand.ts
|
|
3215
3285
|
|
|
3216
3286
|
|
|
3217
3287
|
|
|
3218
|
-
var
|
|
3288
|
+
var PutRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3219
3289
|
return [
|
|
3220
3290
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3221
3291
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3222
3292
|
];
|
|
3223
3293
|
}).s("ComputeOptimizerService", "PutRecommendationPreferences", {}).n("ComputeOptimizerClient", "PutRecommendationPreferencesCommand").f(void 0, void 0).ser(se_PutRecommendationPreferencesCommand).de(de_PutRecommendationPreferencesCommand).build() {
|
|
3294
|
+
static {
|
|
3295
|
+
__name(this, "PutRecommendationPreferencesCommand");
|
|
3296
|
+
}
|
|
3224
3297
|
};
|
|
3225
|
-
__name(_PutRecommendationPreferencesCommand, "PutRecommendationPreferencesCommand");
|
|
3226
|
-
var PutRecommendationPreferencesCommand = _PutRecommendationPreferencesCommand;
|
|
3227
3298
|
|
|
3228
3299
|
// src/commands/UpdateEnrollmentStatusCommand.ts
|
|
3229
3300
|
|
|
3230
3301
|
|
|
3231
3302
|
|
|
3232
|
-
var
|
|
3303
|
+
var UpdateEnrollmentStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3233
3304
|
return [
|
|
3234
3305
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3235
3306
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3236
3307
|
];
|
|
3237
3308
|
}).s("ComputeOptimizerService", "UpdateEnrollmentStatus", {}).n("ComputeOptimizerClient", "UpdateEnrollmentStatusCommand").f(void 0, void 0).ser(se_UpdateEnrollmentStatusCommand).de(de_UpdateEnrollmentStatusCommand).build() {
|
|
3309
|
+
static {
|
|
3310
|
+
__name(this, "UpdateEnrollmentStatusCommand");
|
|
3311
|
+
}
|
|
3238
3312
|
};
|
|
3239
|
-
__name(_UpdateEnrollmentStatusCommand, "UpdateEnrollmentStatusCommand");
|
|
3240
|
-
var UpdateEnrollmentStatusCommand = _UpdateEnrollmentStatusCommand;
|
|
3241
3313
|
|
|
3242
3314
|
// src/ComputeOptimizer.ts
|
|
3243
3315
|
var commands = {
|
|
@@ -3270,10 +3342,11 @@ var commands = {
|
|
|
3270
3342
|
PutRecommendationPreferencesCommand,
|
|
3271
3343
|
UpdateEnrollmentStatusCommand
|
|
3272
3344
|
};
|
|
3273
|
-
var
|
|
3345
|
+
var ComputeOptimizer = class extends ComputeOptimizerClient {
|
|
3346
|
+
static {
|
|
3347
|
+
__name(this, "ComputeOptimizer");
|
|
3348
|
+
}
|
|
3274
3349
|
};
|
|
3275
|
-
__name(_ComputeOptimizer, "ComputeOptimizer");
|
|
3276
|
-
var ComputeOptimizer = _ComputeOptimizer;
|
|
3277
3350
|
(0, import_smithy_client.createAggregatedClient)(commands, ComputeOptimizer);
|
|
3278
3351
|
|
|
3279
3352
|
// src/pagination/DescribeRecommendationExportJobsPaginator.ts
|
|
@@ -3338,6 +3411,8 @@ var paginateGetRecommendationSummaries = (0, import_core.createPaginator)(Comput
|
|
|
3338
3411
|
paginateGetRecommendationSummaries,
|
|
3339
3412
|
AccessDeniedException,
|
|
3340
3413
|
Status,
|
|
3414
|
+
AllocationStrategy,
|
|
3415
|
+
AsgType,
|
|
3341
3416
|
AutoScalingConfiguration,
|
|
3342
3417
|
Currency,
|
|
3343
3418
|
CurrentPerformanceRisk,
|