@aws-sdk/client-compute-optimizer 3.716.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 CHANGED
@@ -251,7 +251,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
251
251
  }, "resolveRuntimeExtensions");
252
252
 
253
253
  // src/ComputeOptimizerClient.ts
254
- var _ComputeOptimizerClient = class _ComputeOptimizerClient extends import_smithy_client.Client {
254
+ var ComputeOptimizerClient = class extends import_smithy_client.Client {
255
+ static {
256
+ __name(this, "ComputeOptimizerClient");
257
+ }
258
+ /**
259
+ * The resolved configuration of ComputeOptimizerClient class. This is resolved and normalized from the {@link ComputeOptimizerClientConfig | constructor configuration interface}.
260
+ */
261
+ config;
255
262
  constructor(...[configuration]) {
256
263
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
257
264
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -261,7 +268,7 @@ var _ComputeOptimizerClient = class _ComputeOptimizerClient extends import_smith
261
268
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
262
269
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
263
270
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
264
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
271
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
265
272
  super(_config_8);
266
273
  this.config = _config_8;
267
274
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -289,8 +296,6 @@ var _ComputeOptimizerClient = class _ComputeOptimizerClient extends import_smith
289
296
  super.destroy();
290
297
  }
291
298
  };
292
- __name(_ComputeOptimizerClient, "ComputeOptimizerClient");
293
- var ComputeOptimizerClient = _ComputeOptimizerClient;
294
299
 
295
300
  // src/ComputeOptimizer.ts
296
301
 
@@ -307,7 +312,10 @@ var import_core2 = require("@aws-sdk/core");
307
312
 
308
313
  // src/models/ComputeOptimizerServiceException.ts
309
314
 
310
- var _ComputeOptimizerServiceException = class _ComputeOptimizerServiceException extends import_smithy_client.ServiceException {
315
+ var ComputeOptimizerServiceException = class _ComputeOptimizerServiceException extends import_smithy_client.ServiceException {
316
+ static {
317
+ __name(this, "ComputeOptimizerServiceException");
318
+ }
311
319
  /**
312
320
  * @internal
313
321
  */
@@ -316,11 +324,14 @@ var _ComputeOptimizerServiceException = class _ComputeOptimizerServiceException
316
324
  Object.setPrototypeOf(this, _ComputeOptimizerServiceException.prototype);
317
325
  }
318
326
  };
319
- __name(_ComputeOptimizerServiceException, "ComputeOptimizerServiceException");
320
- var ComputeOptimizerServiceException = _ComputeOptimizerServiceException;
321
327
 
322
328
  // src/models/models_0.ts
323
- var _AccessDeniedException = class _AccessDeniedException extends ComputeOptimizerServiceException {
329
+ var AccessDeniedException = class _AccessDeniedException extends ComputeOptimizerServiceException {
330
+ static {
331
+ __name(this, "AccessDeniedException");
332
+ }
333
+ name = "AccessDeniedException";
334
+ $fault = "client";
324
335
  /**
325
336
  * @internal
326
337
  */
@@ -330,13 +341,9 @@ var _AccessDeniedException = class _AccessDeniedException extends ComputeOptimiz
330
341
  $fault: "client",
331
342
  ...opts
332
343
  });
333
- this.name = "AccessDeniedException";
334
- this.$fault = "client";
335
344
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
336
345
  }
337
346
  };
338
- __name(_AccessDeniedException, "AccessDeniedException");
339
- var AccessDeniedException = _AccessDeniedException;
340
347
  var Status = {
341
348
  ACTIVE: "Active",
342
349
  FAILED: "Failed",
@@ -472,7 +479,12 @@ var ScopeName = {
472
479
  ORGANIZATION: "Organization",
473
480
  RESOURCE_ARN: "ResourceArn"
474
481
  };
475
- var _InternalServerException = class _InternalServerException extends ComputeOptimizerServiceException {
482
+ var InternalServerException = class _InternalServerException extends ComputeOptimizerServiceException {
483
+ static {
484
+ __name(this, "InternalServerException");
485
+ }
486
+ name = "InternalServerException";
487
+ $fault = "server";
476
488
  /**
477
489
  * @internal
478
490
  */
@@ -482,14 +494,15 @@ var _InternalServerException = class _InternalServerException extends ComputeOpt
482
494
  $fault: "server",
483
495
  ...opts
484
496
  });
485
- this.name = "InternalServerException";
486
- this.$fault = "server";
487
497
  Object.setPrototypeOf(this, _InternalServerException.prototype);
488
498
  }
489
499
  };
490
- __name(_InternalServerException, "InternalServerException");
491
- var InternalServerException = _InternalServerException;
492
- var _InvalidParameterValueException = class _InvalidParameterValueException extends ComputeOptimizerServiceException {
500
+ var InvalidParameterValueException = class _InvalidParameterValueException extends ComputeOptimizerServiceException {
501
+ static {
502
+ __name(this, "InvalidParameterValueException");
503
+ }
504
+ name = "InvalidParameterValueException";
505
+ $fault = "client";
493
506
  /**
494
507
  * @internal
495
508
  */
@@ -499,14 +512,15 @@ var _InvalidParameterValueException = class _InvalidParameterValueException exte
499
512
  $fault: "client",
500
513
  ...opts
501
514
  });
502
- this.name = "InvalidParameterValueException";
503
- this.$fault = "client";
504
515
  Object.setPrototypeOf(this, _InvalidParameterValueException.prototype);
505
516
  }
506
517
  };
507
- __name(_InvalidParameterValueException, "InvalidParameterValueException");
508
- var InvalidParameterValueException = _InvalidParameterValueException;
509
- var _MissingAuthenticationToken = class _MissingAuthenticationToken extends ComputeOptimizerServiceException {
518
+ var MissingAuthenticationToken = class _MissingAuthenticationToken extends ComputeOptimizerServiceException {
519
+ static {
520
+ __name(this, "MissingAuthenticationToken");
521
+ }
522
+ name = "MissingAuthenticationToken";
523
+ $fault = "client";
510
524
  /**
511
525
  * @internal
512
526
  */
@@ -516,14 +530,15 @@ var _MissingAuthenticationToken = class _MissingAuthenticationToken extends Comp
516
530
  $fault: "client",
517
531
  ...opts
518
532
  });
519
- this.name = "MissingAuthenticationToken";
520
- this.$fault = "client";
521
533
  Object.setPrototypeOf(this, _MissingAuthenticationToken.prototype);
522
534
  }
523
535
  };
524
- __name(_MissingAuthenticationToken, "MissingAuthenticationToken");
525
- var MissingAuthenticationToken = _MissingAuthenticationToken;
526
- var _OptInRequiredException = class _OptInRequiredException extends ComputeOptimizerServiceException {
536
+ var OptInRequiredException = class _OptInRequiredException extends ComputeOptimizerServiceException {
537
+ static {
538
+ __name(this, "OptInRequiredException");
539
+ }
540
+ name = "OptInRequiredException";
541
+ $fault = "client";
527
542
  /**
528
543
  * @internal
529
544
  */
@@ -533,14 +548,15 @@ var _OptInRequiredException = class _OptInRequiredException extends ComputeOptim
533
548
  $fault: "client",
534
549
  ...opts
535
550
  });
536
- this.name = "OptInRequiredException";
537
- this.$fault = "client";
538
551
  Object.setPrototypeOf(this, _OptInRequiredException.prototype);
539
552
  }
540
553
  };
541
- __name(_OptInRequiredException, "OptInRequiredException");
542
- var OptInRequiredException = _OptInRequiredException;
543
- var _ResourceNotFoundException = class _ResourceNotFoundException extends ComputeOptimizerServiceException {
554
+ var ResourceNotFoundException = class _ResourceNotFoundException extends ComputeOptimizerServiceException {
555
+ static {
556
+ __name(this, "ResourceNotFoundException");
557
+ }
558
+ name = "ResourceNotFoundException";
559
+ $fault = "client";
544
560
  /**
545
561
  * @internal
546
562
  */
@@ -550,14 +566,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Comput
550
566
  $fault: "client",
551
567
  ...opts
552
568
  });
553
- this.name = "ResourceNotFoundException";
554
- this.$fault = "client";
555
569
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
556
570
  }
557
571
  };
558
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
559
- var ResourceNotFoundException = _ResourceNotFoundException;
560
- var _ServiceUnavailableException = class _ServiceUnavailableException extends ComputeOptimizerServiceException {
572
+ var ServiceUnavailableException = class _ServiceUnavailableException extends ComputeOptimizerServiceException {
573
+ static {
574
+ __name(this, "ServiceUnavailableException");
575
+ }
576
+ name = "ServiceUnavailableException";
577
+ $fault = "server";
561
578
  /**
562
579
  * @internal
563
580
  */
@@ -567,14 +584,15 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Co
567
584
  $fault: "server",
568
585
  ...opts
569
586
  });
570
- this.name = "ServiceUnavailableException";
571
- this.$fault = "server";
572
587
  Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
573
588
  }
574
589
  };
575
- __name(_ServiceUnavailableException, "ServiceUnavailableException");
576
- var ServiceUnavailableException = _ServiceUnavailableException;
577
- var _ThrottlingException = class _ThrottlingException extends ComputeOptimizerServiceException {
590
+ var ThrottlingException = class _ThrottlingException extends ComputeOptimizerServiceException {
591
+ static {
592
+ __name(this, "ThrottlingException");
593
+ }
594
+ name = "ThrottlingException";
595
+ $fault = "client";
578
596
  /**
579
597
  * @internal
580
598
  */
@@ -584,13 +602,9 @@ var _ThrottlingException = class _ThrottlingException extends ComputeOptimizerSe
584
602
  $fault: "client",
585
603
  ...opts
586
604
  });
587
- this.name = "ThrottlingException";
588
- this.$fault = "client";
589
605
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
590
606
  }
591
607
  };
592
- __name(_ThrottlingException, "ThrottlingException");
593
- var ThrottlingException = _ThrottlingException;
594
608
  var JobFilterName = {
595
609
  JOB_STATUS: "JobStatus",
596
610
  RESOURCE_TYPE: "ResourceType"
@@ -678,7 +692,12 @@ var FilterName = {
678
692
  INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
679
693
  RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType"
680
694
  };
681
- var _LimitExceededException = class _LimitExceededException extends ComputeOptimizerServiceException {
695
+ var LimitExceededException = class _LimitExceededException extends ComputeOptimizerServiceException {
696
+ static {
697
+ __name(this, "LimitExceededException");
698
+ }
699
+ name = "LimitExceededException";
700
+ $fault = "client";
682
701
  /**
683
702
  * @internal
684
703
  */
@@ -688,13 +707,9 @@ var _LimitExceededException = class _LimitExceededException extends ComputeOptim
688
707
  $fault: "client",
689
708
  ...opts
690
709
  });
691
- this.name = "LimitExceededException";
692
- this.$fault = "client";
693
710
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
694
711
  }
695
712
  };
696
- __name(_LimitExceededException, "LimitExceededException");
697
- var LimitExceededException = _LimitExceededException;
698
713
  var ExportableVolumeField = {
699
714
  ACCOUNT_ID: "AccountId",
700
715
  CURRENT_CONFIGURATION_ROOT_VOLUME: "CurrentConfigurationRootVolume",
@@ -2851,393 +2866,421 @@ function sharedHeaders(operation) {
2851
2866
  __name(sharedHeaders, "sharedHeaders");
2852
2867
 
2853
2868
  // src/commands/DeleteRecommendationPreferencesCommand.ts
2854
- var _DeleteRecommendationPreferencesCommand = class _DeleteRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2869
+ var DeleteRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2855
2870
  return [
2856
2871
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2857
2872
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2858
2873
  ];
2859
2874
  }).s("ComputeOptimizerService", "DeleteRecommendationPreferences", {}).n("ComputeOptimizerClient", "DeleteRecommendationPreferencesCommand").f(void 0, void 0).ser(se_DeleteRecommendationPreferencesCommand).de(de_DeleteRecommendationPreferencesCommand).build() {
2875
+ static {
2876
+ __name(this, "DeleteRecommendationPreferencesCommand");
2877
+ }
2860
2878
  };
2861
- __name(_DeleteRecommendationPreferencesCommand, "DeleteRecommendationPreferencesCommand");
2862
- var DeleteRecommendationPreferencesCommand = _DeleteRecommendationPreferencesCommand;
2863
2879
 
2864
2880
  // src/commands/DescribeRecommendationExportJobsCommand.ts
2865
2881
 
2866
2882
 
2867
2883
 
2868
- var _DescribeRecommendationExportJobsCommand = class _DescribeRecommendationExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2884
+ var DescribeRecommendationExportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2869
2885
  return [
2870
2886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2871
2887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2872
2888
  ];
2873
2889
  }).s("ComputeOptimizerService", "DescribeRecommendationExportJobs", {}).n("ComputeOptimizerClient", "DescribeRecommendationExportJobsCommand").f(void 0, void 0).ser(se_DescribeRecommendationExportJobsCommand).de(de_DescribeRecommendationExportJobsCommand).build() {
2890
+ static {
2891
+ __name(this, "DescribeRecommendationExportJobsCommand");
2892
+ }
2874
2893
  };
2875
- __name(_DescribeRecommendationExportJobsCommand, "DescribeRecommendationExportJobsCommand");
2876
- var DescribeRecommendationExportJobsCommand = _DescribeRecommendationExportJobsCommand;
2877
2894
 
2878
2895
  // src/commands/ExportAutoScalingGroupRecommendationsCommand.ts
2879
2896
 
2880
2897
 
2881
2898
 
2882
- var _ExportAutoScalingGroupRecommendationsCommand = class _ExportAutoScalingGroupRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2899
+ var ExportAutoScalingGroupRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2883
2900
  return [
2884
2901
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2885
2902
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2886
2903
  ];
2887
2904
  }).s("ComputeOptimizerService", "ExportAutoScalingGroupRecommendations", {}).n("ComputeOptimizerClient", "ExportAutoScalingGroupRecommendationsCommand").f(void 0, void 0).ser(se_ExportAutoScalingGroupRecommendationsCommand).de(de_ExportAutoScalingGroupRecommendationsCommand).build() {
2905
+ static {
2906
+ __name(this, "ExportAutoScalingGroupRecommendationsCommand");
2907
+ }
2888
2908
  };
2889
- __name(_ExportAutoScalingGroupRecommendationsCommand, "ExportAutoScalingGroupRecommendationsCommand");
2890
- var ExportAutoScalingGroupRecommendationsCommand = _ExportAutoScalingGroupRecommendationsCommand;
2891
2909
 
2892
2910
  // src/commands/ExportEBSVolumeRecommendationsCommand.ts
2893
2911
 
2894
2912
 
2895
2913
 
2896
- var _ExportEBSVolumeRecommendationsCommand = class _ExportEBSVolumeRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2914
+ var ExportEBSVolumeRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2897
2915
  return [
2898
2916
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2899
2917
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2900
2918
  ];
2901
2919
  }).s("ComputeOptimizerService", "ExportEBSVolumeRecommendations", {}).n("ComputeOptimizerClient", "ExportEBSVolumeRecommendationsCommand").f(void 0, void 0).ser(se_ExportEBSVolumeRecommendationsCommand).de(de_ExportEBSVolumeRecommendationsCommand).build() {
2920
+ static {
2921
+ __name(this, "ExportEBSVolumeRecommendationsCommand");
2922
+ }
2902
2923
  };
2903
- __name(_ExportEBSVolumeRecommendationsCommand, "ExportEBSVolumeRecommendationsCommand");
2904
- var ExportEBSVolumeRecommendationsCommand = _ExportEBSVolumeRecommendationsCommand;
2905
2924
 
2906
2925
  // src/commands/ExportEC2InstanceRecommendationsCommand.ts
2907
2926
 
2908
2927
 
2909
2928
 
2910
- var _ExportEC2InstanceRecommendationsCommand = class _ExportEC2InstanceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2929
+ var ExportEC2InstanceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2911
2930
  return [
2912
2931
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2913
2932
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2914
2933
  ];
2915
2934
  }).s("ComputeOptimizerService", "ExportEC2InstanceRecommendations", {}).n("ComputeOptimizerClient", "ExportEC2InstanceRecommendationsCommand").f(void 0, void 0).ser(se_ExportEC2InstanceRecommendationsCommand).de(de_ExportEC2InstanceRecommendationsCommand).build() {
2935
+ static {
2936
+ __name(this, "ExportEC2InstanceRecommendationsCommand");
2937
+ }
2916
2938
  };
2917
- __name(_ExportEC2InstanceRecommendationsCommand, "ExportEC2InstanceRecommendationsCommand");
2918
- var ExportEC2InstanceRecommendationsCommand = _ExportEC2InstanceRecommendationsCommand;
2919
2939
 
2920
2940
  // src/commands/ExportECSServiceRecommendationsCommand.ts
2921
2941
 
2922
2942
 
2923
2943
 
2924
- var _ExportECSServiceRecommendationsCommand = class _ExportECSServiceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2944
+ var ExportECSServiceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2925
2945
  return [
2926
2946
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2927
2947
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2928
2948
  ];
2929
2949
  }).s("ComputeOptimizerService", "ExportECSServiceRecommendations", {}).n("ComputeOptimizerClient", "ExportECSServiceRecommendationsCommand").f(void 0, void 0).ser(se_ExportECSServiceRecommendationsCommand).de(de_ExportECSServiceRecommendationsCommand).build() {
2950
+ static {
2951
+ __name(this, "ExportECSServiceRecommendationsCommand");
2952
+ }
2930
2953
  };
2931
- __name(_ExportECSServiceRecommendationsCommand, "ExportECSServiceRecommendationsCommand");
2932
- var ExportECSServiceRecommendationsCommand = _ExportECSServiceRecommendationsCommand;
2933
2954
 
2934
2955
  // src/commands/ExportIdleRecommendationsCommand.ts
2935
2956
 
2936
2957
 
2937
2958
 
2938
- var _ExportIdleRecommendationsCommand = class _ExportIdleRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2959
+ var ExportIdleRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2939
2960
  return [
2940
2961
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2941
2962
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2942
2963
  ];
2943
2964
  }).s("ComputeOptimizerService", "ExportIdleRecommendations", {}).n("ComputeOptimizerClient", "ExportIdleRecommendationsCommand").f(void 0, void 0).ser(se_ExportIdleRecommendationsCommand).de(de_ExportIdleRecommendationsCommand).build() {
2965
+ static {
2966
+ __name(this, "ExportIdleRecommendationsCommand");
2967
+ }
2944
2968
  };
2945
- __name(_ExportIdleRecommendationsCommand, "ExportIdleRecommendationsCommand");
2946
- var ExportIdleRecommendationsCommand = _ExportIdleRecommendationsCommand;
2947
2969
 
2948
2970
  // src/commands/ExportLambdaFunctionRecommendationsCommand.ts
2949
2971
 
2950
2972
 
2951
2973
 
2952
- var _ExportLambdaFunctionRecommendationsCommand = class _ExportLambdaFunctionRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2974
+ var ExportLambdaFunctionRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2953
2975
  return [
2954
2976
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2955
2977
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2956
2978
  ];
2957
2979
  }).s("ComputeOptimizerService", "ExportLambdaFunctionRecommendations", {}).n("ComputeOptimizerClient", "ExportLambdaFunctionRecommendationsCommand").f(void 0, void 0).ser(se_ExportLambdaFunctionRecommendationsCommand).de(de_ExportLambdaFunctionRecommendationsCommand).build() {
2980
+ static {
2981
+ __name(this, "ExportLambdaFunctionRecommendationsCommand");
2982
+ }
2958
2983
  };
2959
- __name(_ExportLambdaFunctionRecommendationsCommand, "ExportLambdaFunctionRecommendationsCommand");
2960
- var ExportLambdaFunctionRecommendationsCommand = _ExportLambdaFunctionRecommendationsCommand;
2961
2984
 
2962
2985
  // src/commands/ExportLicenseRecommendationsCommand.ts
2963
2986
 
2964
2987
 
2965
2988
 
2966
- var _ExportLicenseRecommendationsCommand = class _ExportLicenseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2989
+ var ExportLicenseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2967
2990
  return [
2968
2991
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2969
2992
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2970
2993
  ];
2971
2994
  }).s("ComputeOptimizerService", "ExportLicenseRecommendations", {}).n("ComputeOptimizerClient", "ExportLicenseRecommendationsCommand").f(void 0, void 0).ser(se_ExportLicenseRecommendationsCommand).de(de_ExportLicenseRecommendationsCommand).build() {
2995
+ static {
2996
+ __name(this, "ExportLicenseRecommendationsCommand");
2997
+ }
2972
2998
  };
2973
- __name(_ExportLicenseRecommendationsCommand, "ExportLicenseRecommendationsCommand");
2974
- var ExportLicenseRecommendationsCommand = _ExportLicenseRecommendationsCommand;
2975
2999
 
2976
3000
  // src/commands/ExportRDSDatabaseRecommendationsCommand.ts
2977
3001
 
2978
3002
 
2979
3003
 
2980
- var _ExportRDSDatabaseRecommendationsCommand = class _ExportRDSDatabaseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3004
+ var ExportRDSDatabaseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2981
3005
  return [
2982
3006
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2983
3007
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2984
3008
  ];
2985
3009
  }).s("ComputeOptimizerService", "ExportRDSDatabaseRecommendations", {}).n("ComputeOptimizerClient", "ExportRDSDatabaseRecommendationsCommand").f(void 0, void 0).ser(se_ExportRDSDatabaseRecommendationsCommand).de(de_ExportRDSDatabaseRecommendationsCommand).build() {
3010
+ static {
3011
+ __name(this, "ExportRDSDatabaseRecommendationsCommand");
3012
+ }
2986
3013
  };
2987
- __name(_ExportRDSDatabaseRecommendationsCommand, "ExportRDSDatabaseRecommendationsCommand");
2988
- var ExportRDSDatabaseRecommendationsCommand = _ExportRDSDatabaseRecommendationsCommand;
2989
3014
 
2990
3015
  // src/commands/GetAutoScalingGroupRecommendationsCommand.ts
2991
3016
 
2992
3017
 
2993
3018
 
2994
- var _GetAutoScalingGroupRecommendationsCommand = class _GetAutoScalingGroupRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3019
+ var GetAutoScalingGroupRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2995
3020
  return [
2996
3021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2997
3022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2998
3023
  ];
2999
3024
  }).s("ComputeOptimizerService", "GetAutoScalingGroupRecommendations", {}).n("ComputeOptimizerClient", "GetAutoScalingGroupRecommendationsCommand").f(void 0, void 0).ser(se_GetAutoScalingGroupRecommendationsCommand).de(de_GetAutoScalingGroupRecommendationsCommand).build() {
3025
+ static {
3026
+ __name(this, "GetAutoScalingGroupRecommendationsCommand");
3027
+ }
3000
3028
  };
3001
- __name(_GetAutoScalingGroupRecommendationsCommand, "GetAutoScalingGroupRecommendationsCommand");
3002
- var GetAutoScalingGroupRecommendationsCommand = _GetAutoScalingGroupRecommendationsCommand;
3003
3029
 
3004
3030
  // src/commands/GetEBSVolumeRecommendationsCommand.ts
3005
3031
 
3006
3032
 
3007
3033
 
3008
- var _GetEBSVolumeRecommendationsCommand = class _GetEBSVolumeRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3034
+ var GetEBSVolumeRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3009
3035
  return [
3010
3036
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3011
3037
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3012
3038
  ];
3013
3039
  }).s("ComputeOptimizerService", "GetEBSVolumeRecommendations", {}).n("ComputeOptimizerClient", "GetEBSVolumeRecommendationsCommand").f(void 0, void 0).ser(se_GetEBSVolumeRecommendationsCommand).de(de_GetEBSVolumeRecommendationsCommand).build() {
3040
+ static {
3041
+ __name(this, "GetEBSVolumeRecommendationsCommand");
3042
+ }
3014
3043
  };
3015
- __name(_GetEBSVolumeRecommendationsCommand, "GetEBSVolumeRecommendationsCommand");
3016
- var GetEBSVolumeRecommendationsCommand = _GetEBSVolumeRecommendationsCommand;
3017
3044
 
3018
3045
  // src/commands/GetEC2InstanceRecommendationsCommand.ts
3019
3046
 
3020
3047
 
3021
3048
 
3022
- var _GetEC2InstanceRecommendationsCommand = class _GetEC2InstanceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3049
+ var GetEC2InstanceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3023
3050
  return [
3024
3051
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3025
3052
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3026
3053
  ];
3027
3054
  }).s("ComputeOptimizerService", "GetEC2InstanceRecommendations", {}).n("ComputeOptimizerClient", "GetEC2InstanceRecommendationsCommand").f(void 0, void 0).ser(se_GetEC2InstanceRecommendationsCommand).de(de_GetEC2InstanceRecommendationsCommand).build() {
3055
+ static {
3056
+ __name(this, "GetEC2InstanceRecommendationsCommand");
3057
+ }
3028
3058
  };
3029
- __name(_GetEC2InstanceRecommendationsCommand, "GetEC2InstanceRecommendationsCommand");
3030
- var GetEC2InstanceRecommendationsCommand = _GetEC2InstanceRecommendationsCommand;
3031
3059
 
3032
3060
  // src/commands/GetEC2RecommendationProjectedMetricsCommand.ts
3033
3061
 
3034
3062
 
3035
3063
 
3036
- var _GetEC2RecommendationProjectedMetricsCommand = class _GetEC2RecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3064
+ var GetEC2RecommendationProjectedMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3037
3065
  return [
3038
3066
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3039
3067
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3040
3068
  ];
3041
3069
  }).s("ComputeOptimizerService", "GetEC2RecommendationProjectedMetrics", {}).n("ComputeOptimizerClient", "GetEC2RecommendationProjectedMetricsCommand").f(void 0, void 0).ser(se_GetEC2RecommendationProjectedMetricsCommand).de(de_GetEC2RecommendationProjectedMetricsCommand).build() {
3070
+ static {
3071
+ __name(this, "GetEC2RecommendationProjectedMetricsCommand");
3072
+ }
3042
3073
  };
3043
- __name(_GetEC2RecommendationProjectedMetricsCommand, "GetEC2RecommendationProjectedMetricsCommand");
3044
- var GetEC2RecommendationProjectedMetricsCommand = _GetEC2RecommendationProjectedMetricsCommand;
3045
3074
 
3046
3075
  // src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts
3047
3076
 
3048
3077
 
3049
3078
 
3050
- var _GetECSServiceRecommendationProjectedMetricsCommand = class _GetECSServiceRecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3079
+ var GetECSServiceRecommendationProjectedMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3051
3080
  return [
3052
3081
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3053
3082
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3054
3083
  ];
3055
3084
  }).s("ComputeOptimizerService", "GetECSServiceRecommendationProjectedMetrics", {}).n("ComputeOptimizerClient", "GetECSServiceRecommendationProjectedMetricsCommand").f(void 0, void 0).ser(se_GetECSServiceRecommendationProjectedMetricsCommand).de(de_GetECSServiceRecommendationProjectedMetricsCommand).build() {
3085
+ static {
3086
+ __name(this, "GetECSServiceRecommendationProjectedMetricsCommand");
3087
+ }
3056
3088
  };
3057
- __name(_GetECSServiceRecommendationProjectedMetricsCommand, "GetECSServiceRecommendationProjectedMetricsCommand");
3058
- var GetECSServiceRecommendationProjectedMetricsCommand = _GetECSServiceRecommendationProjectedMetricsCommand;
3059
3089
 
3060
3090
  // src/commands/GetECSServiceRecommendationsCommand.ts
3061
3091
 
3062
3092
 
3063
3093
 
3064
- var _GetECSServiceRecommendationsCommand = class _GetECSServiceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3094
+ var GetECSServiceRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3065
3095
  return [
3066
3096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3067
3097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3068
3098
  ];
3069
3099
  }).s("ComputeOptimizerService", "GetECSServiceRecommendations", {}).n("ComputeOptimizerClient", "GetECSServiceRecommendationsCommand").f(void 0, void 0).ser(se_GetECSServiceRecommendationsCommand).de(de_GetECSServiceRecommendationsCommand).build() {
3100
+ static {
3101
+ __name(this, "GetECSServiceRecommendationsCommand");
3102
+ }
3070
3103
  };
3071
- __name(_GetECSServiceRecommendationsCommand, "GetECSServiceRecommendationsCommand");
3072
- var GetECSServiceRecommendationsCommand = _GetECSServiceRecommendationsCommand;
3073
3104
 
3074
3105
  // src/commands/GetEffectiveRecommendationPreferencesCommand.ts
3075
3106
 
3076
3107
 
3077
3108
 
3078
- var _GetEffectiveRecommendationPreferencesCommand = class _GetEffectiveRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3109
+ var GetEffectiveRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3079
3110
  return [
3080
3111
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3081
3112
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3082
3113
  ];
3083
3114
  }).s("ComputeOptimizerService", "GetEffectiveRecommendationPreferences", {}).n("ComputeOptimizerClient", "GetEffectiveRecommendationPreferencesCommand").f(void 0, void 0).ser(se_GetEffectiveRecommendationPreferencesCommand).de(de_GetEffectiveRecommendationPreferencesCommand).build() {
3115
+ static {
3116
+ __name(this, "GetEffectiveRecommendationPreferencesCommand");
3117
+ }
3084
3118
  };
3085
- __name(_GetEffectiveRecommendationPreferencesCommand, "GetEffectiveRecommendationPreferencesCommand");
3086
- var GetEffectiveRecommendationPreferencesCommand = _GetEffectiveRecommendationPreferencesCommand;
3087
3119
 
3088
3120
  // src/commands/GetEnrollmentStatusCommand.ts
3089
3121
 
3090
3122
 
3091
3123
 
3092
- var _GetEnrollmentStatusCommand = class _GetEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3124
+ var GetEnrollmentStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3093
3125
  return [
3094
3126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3095
3127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3096
3128
  ];
3097
3129
  }).s("ComputeOptimizerService", "GetEnrollmentStatus", {}).n("ComputeOptimizerClient", "GetEnrollmentStatusCommand").f(void 0, void 0).ser(se_GetEnrollmentStatusCommand).de(de_GetEnrollmentStatusCommand).build() {
3130
+ static {
3131
+ __name(this, "GetEnrollmentStatusCommand");
3132
+ }
3098
3133
  };
3099
- __name(_GetEnrollmentStatusCommand, "GetEnrollmentStatusCommand");
3100
- var GetEnrollmentStatusCommand = _GetEnrollmentStatusCommand;
3101
3134
 
3102
3135
  // src/commands/GetEnrollmentStatusesForOrganizationCommand.ts
3103
3136
 
3104
3137
 
3105
3138
 
3106
- var _GetEnrollmentStatusesForOrganizationCommand = class _GetEnrollmentStatusesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3139
+ var GetEnrollmentStatusesForOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3107
3140
  return [
3108
3141
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3109
3142
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3110
3143
  ];
3111
3144
  }).s("ComputeOptimizerService", "GetEnrollmentStatusesForOrganization", {}).n("ComputeOptimizerClient", "GetEnrollmentStatusesForOrganizationCommand").f(void 0, void 0).ser(se_GetEnrollmentStatusesForOrganizationCommand).de(de_GetEnrollmentStatusesForOrganizationCommand).build() {
3145
+ static {
3146
+ __name(this, "GetEnrollmentStatusesForOrganizationCommand");
3147
+ }
3112
3148
  };
3113
- __name(_GetEnrollmentStatusesForOrganizationCommand, "GetEnrollmentStatusesForOrganizationCommand");
3114
- var GetEnrollmentStatusesForOrganizationCommand = _GetEnrollmentStatusesForOrganizationCommand;
3115
3149
 
3116
3150
  // src/commands/GetIdleRecommendationsCommand.ts
3117
3151
 
3118
3152
 
3119
3153
 
3120
- var _GetIdleRecommendationsCommand = class _GetIdleRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3154
+ var GetIdleRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3121
3155
  return [
3122
3156
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3123
3157
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3124
3158
  ];
3125
3159
  }).s("ComputeOptimizerService", "GetIdleRecommendations", {}).n("ComputeOptimizerClient", "GetIdleRecommendationsCommand").f(void 0, void 0).ser(se_GetIdleRecommendationsCommand).de(de_GetIdleRecommendationsCommand).build() {
3160
+ static {
3161
+ __name(this, "GetIdleRecommendationsCommand");
3162
+ }
3126
3163
  };
3127
- __name(_GetIdleRecommendationsCommand, "GetIdleRecommendationsCommand");
3128
- var GetIdleRecommendationsCommand = _GetIdleRecommendationsCommand;
3129
3164
 
3130
3165
  // src/commands/GetLambdaFunctionRecommendationsCommand.ts
3131
3166
 
3132
3167
 
3133
3168
 
3134
- var _GetLambdaFunctionRecommendationsCommand = class _GetLambdaFunctionRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3169
+ var GetLambdaFunctionRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3135
3170
  return [
3136
3171
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3137
3172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3138
3173
  ];
3139
3174
  }).s("ComputeOptimizerService", "GetLambdaFunctionRecommendations", {}).n("ComputeOptimizerClient", "GetLambdaFunctionRecommendationsCommand").f(void 0, void 0).ser(se_GetLambdaFunctionRecommendationsCommand).de(de_GetLambdaFunctionRecommendationsCommand).build() {
3175
+ static {
3176
+ __name(this, "GetLambdaFunctionRecommendationsCommand");
3177
+ }
3140
3178
  };
3141
- __name(_GetLambdaFunctionRecommendationsCommand, "GetLambdaFunctionRecommendationsCommand");
3142
- var GetLambdaFunctionRecommendationsCommand = _GetLambdaFunctionRecommendationsCommand;
3143
3179
 
3144
3180
  // src/commands/GetLicenseRecommendationsCommand.ts
3145
3181
 
3146
3182
 
3147
3183
 
3148
- var _GetLicenseRecommendationsCommand = class _GetLicenseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3184
+ var GetLicenseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3149
3185
  return [
3150
3186
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3151
3187
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3152
3188
  ];
3153
3189
  }).s("ComputeOptimizerService", "GetLicenseRecommendations", {}).n("ComputeOptimizerClient", "GetLicenseRecommendationsCommand").f(void 0, void 0).ser(se_GetLicenseRecommendationsCommand).de(de_GetLicenseRecommendationsCommand).build() {
3190
+ static {
3191
+ __name(this, "GetLicenseRecommendationsCommand");
3192
+ }
3154
3193
  };
3155
- __name(_GetLicenseRecommendationsCommand, "GetLicenseRecommendationsCommand");
3156
- var GetLicenseRecommendationsCommand = _GetLicenseRecommendationsCommand;
3157
3194
 
3158
3195
  // src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts
3159
3196
 
3160
3197
 
3161
3198
 
3162
- var _GetRDSDatabaseRecommendationProjectedMetricsCommand = class _GetRDSDatabaseRecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3199
+ var GetRDSDatabaseRecommendationProjectedMetricsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3163
3200
  return [
3164
3201
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3165
3202
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3166
3203
  ];
3167
3204
  }).s("ComputeOptimizerService", "GetRDSDatabaseRecommendationProjectedMetrics", {}).n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationProjectedMetricsCommand").f(void 0, void 0).ser(se_GetRDSDatabaseRecommendationProjectedMetricsCommand).de(de_GetRDSDatabaseRecommendationProjectedMetricsCommand).build() {
3205
+ static {
3206
+ __name(this, "GetRDSDatabaseRecommendationProjectedMetricsCommand");
3207
+ }
3168
3208
  };
3169
- __name(_GetRDSDatabaseRecommendationProjectedMetricsCommand, "GetRDSDatabaseRecommendationProjectedMetricsCommand");
3170
- var GetRDSDatabaseRecommendationProjectedMetricsCommand = _GetRDSDatabaseRecommendationProjectedMetricsCommand;
3171
3209
 
3172
3210
  // src/commands/GetRDSDatabaseRecommendationsCommand.ts
3173
3211
 
3174
3212
 
3175
3213
 
3176
- var _GetRDSDatabaseRecommendationsCommand = class _GetRDSDatabaseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3214
+ var GetRDSDatabaseRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3177
3215
  return [
3178
3216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3179
3217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3180
3218
  ];
3181
3219
  }).s("ComputeOptimizerService", "GetRDSDatabaseRecommendations", {}).n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationsCommand").f(void 0, void 0).ser(se_GetRDSDatabaseRecommendationsCommand).de(de_GetRDSDatabaseRecommendationsCommand).build() {
3220
+ static {
3221
+ __name(this, "GetRDSDatabaseRecommendationsCommand");
3222
+ }
3182
3223
  };
3183
- __name(_GetRDSDatabaseRecommendationsCommand, "GetRDSDatabaseRecommendationsCommand");
3184
- var GetRDSDatabaseRecommendationsCommand = _GetRDSDatabaseRecommendationsCommand;
3185
3224
 
3186
3225
  // src/commands/GetRecommendationPreferencesCommand.ts
3187
3226
 
3188
3227
 
3189
3228
 
3190
- var _GetRecommendationPreferencesCommand = class _GetRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3229
+ var GetRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3191
3230
  return [
3192
3231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3193
3232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3194
3233
  ];
3195
3234
  }).s("ComputeOptimizerService", "GetRecommendationPreferences", {}).n("ComputeOptimizerClient", "GetRecommendationPreferencesCommand").f(void 0, void 0).ser(se_GetRecommendationPreferencesCommand).de(de_GetRecommendationPreferencesCommand).build() {
3235
+ static {
3236
+ __name(this, "GetRecommendationPreferencesCommand");
3237
+ }
3196
3238
  };
3197
- __name(_GetRecommendationPreferencesCommand, "GetRecommendationPreferencesCommand");
3198
- var GetRecommendationPreferencesCommand = _GetRecommendationPreferencesCommand;
3199
3239
 
3200
3240
  // src/commands/GetRecommendationSummariesCommand.ts
3201
3241
 
3202
3242
 
3203
3243
 
3204
- var _GetRecommendationSummariesCommand = class _GetRecommendationSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3244
+ var GetRecommendationSummariesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3205
3245
  return [
3206
3246
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3207
3247
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3208
3248
  ];
3209
3249
  }).s("ComputeOptimizerService", "GetRecommendationSummaries", {}).n("ComputeOptimizerClient", "GetRecommendationSummariesCommand").f(void 0, void 0).ser(se_GetRecommendationSummariesCommand).de(de_GetRecommendationSummariesCommand).build() {
3250
+ static {
3251
+ __name(this, "GetRecommendationSummariesCommand");
3252
+ }
3210
3253
  };
3211
- __name(_GetRecommendationSummariesCommand, "GetRecommendationSummariesCommand");
3212
- var GetRecommendationSummariesCommand = _GetRecommendationSummariesCommand;
3213
3254
 
3214
3255
  // src/commands/PutRecommendationPreferencesCommand.ts
3215
3256
 
3216
3257
 
3217
3258
 
3218
- var _PutRecommendationPreferencesCommand = class _PutRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3259
+ var PutRecommendationPreferencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3219
3260
  return [
3220
3261
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3221
3262
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3222
3263
  ];
3223
3264
  }).s("ComputeOptimizerService", "PutRecommendationPreferences", {}).n("ComputeOptimizerClient", "PutRecommendationPreferencesCommand").f(void 0, void 0).ser(se_PutRecommendationPreferencesCommand).de(de_PutRecommendationPreferencesCommand).build() {
3265
+ static {
3266
+ __name(this, "PutRecommendationPreferencesCommand");
3267
+ }
3224
3268
  };
3225
- __name(_PutRecommendationPreferencesCommand, "PutRecommendationPreferencesCommand");
3226
- var PutRecommendationPreferencesCommand = _PutRecommendationPreferencesCommand;
3227
3269
 
3228
3270
  // src/commands/UpdateEnrollmentStatusCommand.ts
3229
3271
 
3230
3272
 
3231
3273
 
3232
- var _UpdateEnrollmentStatusCommand = class _UpdateEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3274
+ var UpdateEnrollmentStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3233
3275
  return [
3234
3276
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3235
3277
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3236
3278
  ];
3237
3279
  }).s("ComputeOptimizerService", "UpdateEnrollmentStatus", {}).n("ComputeOptimizerClient", "UpdateEnrollmentStatusCommand").f(void 0, void 0).ser(se_UpdateEnrollmentStatusCommand).de(de_UpdateEnrollmentStatusCommand).build() {
3280
+ static {
3281
+ __name(this, "UpdateEnrollmentStatusCommand");
3282
+ }
3238
3283
  };
3239
- __name(_UpdateEnrollmentStatusCommand, "UpdateEnrollmentStatusCommand");
3240
- var UpdateEnrollmentStatusCommand = _UpdateEnrollmentStatusCommand;
3241
3284
 
3242
3285
  // src/ComputeOptimizer.ts
3243
3286
  var commands = {
@@ -3270,10 +3313,11 @@ var commands = {
3270
3313
  PutRecommendationPreferencesCommand,
3271
3314
  UpdateEnrollmentStatusCommand
3272
3315
  };
3273
- var _ComputeOptimizer = class _ComputeOptimizer extends ComputeOptimizerClient {
3316
+ var ComputeOptimizer = class extends ComputeOptimizerClient {
3317
+ static {
3318
+ __name(this, "ComputeOptimizer");
3319
+ }
3274
3320
  };
3275
- __name(_ComputeOptimizer, "ComputeOptimizer");
3276
- var ComputeOptimizer = _ComputeOptimizer;
3277
3321
  (0, import_smithy_client.createAggregatedClient)(commands, ComputeOptimizer);
3278
3322
 
3279
3323
  // src/pagination/DescribeRecommendationExportJobsPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class ComputeOptimizerClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,13 +1,13 @@
1
1
  import { ComputeOptimizerServiceException as __BaseException } from "./ComputeOptimizerServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
3
5
  constructor(opts) {
4
6
  super({
5
7
  name: "AccessDeniedException",
6
8
  $fault: "client",
7
9
  ...opts,
8
10
  });
9
- this.name = "AccessDeniedException";
10
- this.$fault = "client";
11
11
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
12
  }
13
13
  }
@@ -147,86 +147,86 @@ export const ScopeName = {
147
147
  RESOURCE_ARN: "ResourceArn",
148
148
  };
149
149
  export class InternalServerException extends __BaseException {
150
+ name = "InternalServerException";
151
+ $fault = "server";
150
152
  constructor(opts) {
151
153
  super({
152
154
  name: "InternalServerException",
153
155
  $fault: "server",
154
156
  ...opts,
155
157
  });
156
- this.name = "InternalServerException";
157
- this.$fault = "server";
158
158
  Object.setPrototypeOf(this, InternalServerException.prototype);
159
159
  }
160
160
  }
161
161
  export class InvalidParameterValueException extends __BaseException {
162
+ name = "InvalidParameterValueException";
163
+ $fault = "client";
162
164
  constructor(opts) {
163
165
  super({
164
166
  name: "InvalidParameterValueException",
165
167
  $fault: "client",
166
168
  ...opts,
167
169
  });
168
- this.name = "InvalidParameterValueException";
169
- this.$fault = "client";
170
170
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
171
171
  }
172
172
  }
173
173
  export class MissingAuthenticationToken extends __BaseException {
174
+ name = "MissingAuthenticationToken";
175
+ $fault = "client";
174
176
  constructor(opts) {
175
177
  super({
176
178
  name: "MissingAuthenticationToken",
177
179
  $fault: "client",
178
180
  ...opts,
179
181
  });
180
- this.name = "MissingAuthenticationToken";
181
- this.$fault = "client";
182
182
  Object.setPrototypeOf(this, MissingAuthenticationToken.prototype);
183
183
  }
184
184
  }
185
185
  export class OptInRequiredException extends __BaseException {
186
+ name = "OptInRequiredException";
187
+ $fault = "client";
186
188
  constructor(opts) {
187
189
  super({
188
190
  name: "OptInRequiredException",
189
191
  $fault: "client",
190
192
  ...opts,
191
193
  });
192
- this.name = "OptInRequiredException";
193
- this.$fault = "client";
194
194
  Object.setPrototypeOf(this, OptInRequiredException.prototype);
195
195
  }
196
196
  }
197
197
  export class ResourceNotFoundException extends __BaseException {
198
+ name = "ResourceNotFoundException";
199
+ $fault = "client";
198
200
  constructor(opts) {
199
201
  super({
200
202
  name: "ResourceNotFoundException",
201
203
  $fault: "client",
202
204
  ...opts,
203
205
  });
204
- this.name = "ResourceNotFoundException";
205
- this.$fault = "client";
206
206
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
207
207
  }
208
208
  }
209
209
  export class ServiceUnavailableException extends __BaseException {
210
+ name = "ServiceUnavailableException";
211
+ $fault = "server";
210
212
  constructor(opts) {
211
213
  super({
212
214
  name: "ServiceUnavailableException",
213
215
  $fault: "server",
214
216
  ...opts,
215
217
  });
216
- this.name = "ServiceUnavailableException";
217
- this.$fault = "server";
218
218
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
219
219
  }
220
220
  }
221
221
  export class ThrottlingException extends __BaseException {
222
+ name = "ThrottlingException";
223
+ $fault = "client";
222
224
  constructor(opts) {
223
225
  super({
224
226
  name: "ThrottlingException",
225
227
  $fault: "client",
226
228
  ...opts,
227
229
  });
228
- this.name = "ThrottlingException";
229
- this.$fault = "client";
230
230
  Object.setPrototypeOf(this, ThrottlingException.prototype);
231
231
  }
232
232
  }
@@ -318,14 +318,14 @@ export const FilterName = {
318
318
  RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType",
319
319
  };
320
320
  export class LimitExceededException extends __BaseException {
321
+ name = "LimitExceededException";
322
+ $fault = "client";
321
323
  constructor(opts) {
322
324
  super({
323
325
  name: "LimitExceededException",
324
326
  $fault: "client",
325
327
  ...opts,
326
328
  });
327
- this.name = "LimitExceededException";
328
- this.$fault = "client";
329
329
  Object.setPrototypeOf(this, LimitExceededException.prototype);
330
330
  }
331
331
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerClientConfig) =>
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerClientConfig) =>
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerClientConfig) =>
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerClientConfig) =>
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4
- "version": "3.716.0",
4
+ "version": "3.723.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-compute-optimizer",
@@ -20,56 +20,56 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.716.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.716.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {