@aws-sdk/client-compute-optimizer 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +26 -78
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +1 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +1 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +1 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +1 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +1 -3
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +1 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +1 -3
- package/dist-es/commands/ExportLicenseRecommendationsCommand.js +1 -3
- package/dist-es/commands/ExportRDSDatabaseRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +1 -3
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +1 -3
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +1 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +1 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +1 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetLicenseRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.js +1 -3
- package/dist-es/commands/GetRDSDatabaseRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +1 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +1 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +1 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2638,9 +2638,7 @@ function sharedHeaders(operation) {
|
|
|
2638
2638
|
__name(sharedHeaders, "sharedHeaders");
|
|
2639
2639
|
|
|
2640
2640
|
// src/commands/DeleteRecommendationPreferencesCommand.ts
|
|
2641
|
-
var _DeleteRecommendationPreferencesCommand = class _DeleteRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2642
|
-
...commonParams
|
|
2643
|
-
}).m(function(Command, cs, config, o) {
|
|
2641
|
+
var _DeleteRecommendationPreferencesCommand = class _DeleteRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2644
2642
|
return [
|
|
2645
2643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2646
2644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2654,9 +2652,7 @@ var DeleteRecommendationPreferencesCommand = _DeleteRecommendationPreferencesCom
|
|
|
2654
2652
|
|
|
2655
2653
|
|
|
2656
2654
|
|
|
2657
|
-
var _DescribeRecommendationExportJobsCommand = class _DescribeRecommendationExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2658
|
-
...commonParams
|
|
2659
|
-
}).m(function(Command, cs, config, o) {
|
|
2655
|
+
var _DescribeRecommendationExportJobsCommand = class _DescribeRecommendationExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2660
2656
|
return [
|
|
2661
2657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2662
2658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2670,9 +2666,7 @@ var DescribeRecommendationExportJobsCommand = _DescribeRecommendationExportJobsC
|
|
|
2670
2666
|
|
|
2671
2667
|
|
|
2672
2668
|
|
|
2673
|
-
var _ExportAutoScalingGroupRecommendationsCommand = class _ExportAutoScalingGroupRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2674
|
-
...commonParams
|
|
2675
|
-
}).m(function(Command, cs, config, o) {
|
|
2669
|
+
var _ExportAutoScalingGroupRecommendationsCommand = class _ExportAutoScalingGroupRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2676
2670
|
return [
|
|
2677
2671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2678
2672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2686,9 +2680,7 @@ var ExportAutoScalingGroupRecommendationsCommand = _ExportAutoScalingGroupRecomm
|
|
|
2686
2680
|
|
|
2687
2681
|
|
|
2688
2682
|
|
|
2689
|
-
var _ExportEBSVolumeRecommendationsCommand = class _ExportEBSVolumeRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2690
|
-
...commonParams
|
|
2691
|
-
}).m(function(Command, cs, config, o) {
|
|
2683
|
+
var _ExportEBSVolumeRecommendationsCommand = class _ExportEBSVolumeRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2692
2684
|
return [
|
|
2693
2685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2694
2686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2702,9 +2694,7 @@ var ExportEBSVolumeRecommendationsCommand = _ExportEBSVolumeRecommendationsComma
|
|
|
2702
2694
|
|
|
2703
2695
|
|
|
2704
2696
|
|
|
2705
|
-
var _ExportEC2InstanceRecommendationsCommand = class _ExportEC2InstanceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2706
|
-
...commonParams
|
|
2707
|
-
}).m(function(Command, cs, config, o) {
|
|
2697
|
+
var _ExportEC2InstanceRecommendationsCommand = class _ExportEC2InstanceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2708
2698
|
return [
|
|
2709
2699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2710
2700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2718,9 +2708,7 @@ var ExportEC2InstanceRecommendationsCommand = _ExportEC2InstanceRecommendationsC
|
|
|
2718
2708
|
|
|
2719
2709
|
|
|
2720
2710
|
|
|
2721
|
-
var _ExportECSServiceRecommendationsCommand = class _ExportECSServiceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2722
|
-
...commonParams
|
|
2723
|
-
}).m(function(Command, cs, config, o) {
|
|
2711
|
+
var _ExportECSServiceRecommendationsCommand = class _ExportECSServiceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2724
2712
|
return [
|
|
2725
2713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2726
2714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2734,9 +2722,7 @@ var ExportECSServiceRecommendationsCommand = _ExportECSServiceRecommendationsCom
|
|
|
2734
2722
|
|
|
2735
2723
|
|
|
2736
2724
|
|
|
2737
|
-
var _ExportLambdaFunctionRecommendationsCommand = class _ExportLambdaFunctionRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2738
|
-
...commonParams
|
|
2739
|
-
}).m(function(Command, cs, config, o) {
|
|
2725
|
+
var _ExportLambdaFunctionRecommendationsCommand = class _ExportLambdaFunctionRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2740
2726
|
return [
|
|
2741
2727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2742
2728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2750,9 +2736,7 @@ var ExportLambdaFunctionRecommendationsCommand = _ExportLambdaFunctionRecommenda
|
|
|
2750
2736
|
|
|
2751
2737
|
|
|
2752
2738
|
|
|
2753
|
-
var _ExportLicenseRecommendationsCommand = class _ExportLicenseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2754
|
-
...commonParams
|
|
2755
|
-
}).m(function(Command, cs, config, o) {
|
|
2739
|
+
var _ExportLicenseRecommendationsCommand = class _ExportLicenseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2756
2740
|
return [
|
|
2757
2741
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2758
2742
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2766,9 +2750,7 @@ var ExportLicenseRecommendationsCommand = _ExportLicenseRecommendationsCommand;
|
|
|
2766
2750
|
|
|
2767
2751
|
|
|
2768
2752
|
|
|
2769
|
-
var _ExportRDSDatabaseRecommendationsCommand = class _ExportRDSDatabaseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2770
|
-
...commonParams
|
|
2771
|
-
}).m(function(Command, cs, config, o) {
|
|
2753
|
+
var _ExportRDSDatabaseRecommendationsCommand = class _ExportRDSDatabaseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2772
2754
|
return [
|
|
2773
2755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2774
2756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2782,9 +2764,7 @@ var ExportRDSDatabaseRecommendationsCommand = _ExportRDSDatabaseRecommendationsC
|
|
|
2782
2764
|
|
|
2783
2765
|
|
|
2784
2766
|
|
|
2785
|
-
var _GetAutoScalingGroupRecommendationsCommand = class _GetAutoScalingGroupRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2786
|
-
...commonParams
|
|
2787
|
-
}).m(function(Command, cs, config, o) {
|
|
2767
|
+
var _GetAutoScalingGroupRecommendationsCommand = class _GetAutoScalingGroupRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2788
2768
|
return [
|
|
2789
2769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2790
2770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2798,9 +2778,7 @@ var GetAutoScalingGroupRecommendationsCommand = _GetAutoScalingGroupRecommendati
|
|
|
2798
2778
|
|
|
2799
2779
|
|
|
2800
2780
|
|
|
2801
|
-
var _GetEBSVolumeRecommendationsCommand = class _GetEBSVolumeRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2802
|
-
...commonParams
|
|
2803
|
-
}).m(function(Command, cs, config, o) {
|
|
2781
|
+
var _GetEBSVolumeRecommendationsCommand = class _GetEBSVolumeRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2804
2782
|
return [
|
|
2805
2783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2806
2784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2814,9 +2792,7 @@ var GetEBSVolumeRecommendationsCommand = _GetEBSVolumeRecommendationsCommand;
|
|
|
2814
2792
|
|
|
2815
2793
|
|
|
2816
2794
|
|
|
2817
|
-
var _GetEC2InstanceRecommendationsCommand = class _GetEC2InstanceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2818
|
-
...commonParams
|
|
2819
|
-
}).m(function(Command, cs, config, o) {
|
|
2795
|
+
var _GetEC2InstanceRecommendationsCommand = class _GetEC2InstanceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2820
2796
|
return [
|
|
2821
2797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2822
2798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2830,9 +2806,7 @@ var GetEC2InstanceRecommendationsCommand = _GetEC2InstanceRecommendationsCommand
|
|
|
2830
2806
|
|
|
2831
2807
|
|
|
2832
2808
|
|
|
2833
|
-
var _GetEC2RecommendationProjectedMetricsCommand = class _GetEC2RecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2834
|
-
...commonParams
|
|
2835
|
-
}).m(function(Command, cs, config, o) {
|
|
2809
|
+
var _GetEC2RecommendationProjectedMetricsCommand = class _GetEC2RecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2836
2810
|
return [
|
|
2837
2811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2838
2812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2846,9 +2820,7 @@ var GetEC2RecommendationProjectedMetricsCommand = _GetEC2RecommendationProjected
|
|
|
2846
2820
|
|
|
2847
2821
|
|
|
2848
2822
|
|
|
2849
|
-
var _GetECSServiceRecommendationProjectedMetricsCommand = class _GetECSServiceRecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2850
|
-
...commonParams
|
|
2851
|
-
}).m(function(Command, cs, config, o) {
|
|
2823
|
+
var _GetECSServiceRecommendationProjectedMetricsCommand = class _GetECSServiceRecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2852
2824
|
return [
|
|
2853
2825
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2854
2826
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2862,9 +2834,7 @@ var GetECSServiceRecommendationProjectedMetricsCommand = _GetECSServiceRecommend
|
|
|
2862
2834
|
|
|
2863
2835
|
|
|
2864
2836
|
|
|
2865
|
-
var _GetECSServiceRecommendationsCommand = class _GetECSServiceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2866
|
-
...commonParams
|
|
2867
|
-
}).m(function(Command, cs, config, o) {
|
|
2837
|
+
var _GetECSServiceRecommendationsCommand = class _GetECSServiceRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2868
2838
|
return [
|
|
2869
2839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2870
2840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2878,9 +2848,7 @@ var GetECSServiceRecommendationsCommand = _GetECSServiceRecommendationsCommand;
|
|
|
2878
2848
|
|
|
2879
2849
|
|
|
2880
2850
|
|
|
2881
|
-
var _GetEffectiveRecommendationPreferencesCommand = class _GetEffectiveRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2882
|
-
...commonParams
|
|
2883
|
-
}).m(function(Command, cs, config, o) {
|
|
2851
|
+
var _GetEffectiveRecommendationPreferencesCommand = class _GetEffectiveRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2884
2852
|
return [
|
|
2885
2853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2886
2854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2894,9 +2862,7 @@ var GetEffectiveRecommendationPreferencesCommand = _GetEffectiveRecommendationPr
|
|
|
2894
2862
|
|
|
2895
2863
|
|
|
2896
2864
|
|
|
2897
|
-
var _GetEnrollmentStatusCommand = class _GetEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2898
|
-
...commonParams
|
|
2899
|
-
}).m(function(Command, cs, config, o) {
|
|
2865
|
+
var _GetEnrollmentStatusCommand = class _GetEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2900
2866
|
return [
|
|
2901
2867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2902
2868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2910,9 +2876,7 @@ var GetEnrollmentStatusCommand = _GetEnrollmentStatusCommand;
|
|
|
2910
2876
|
|
|
2911
2877
|
|
|
2912
2878
|
|
|
2913
|
-
var _GetEnrollmentStatusesForOrganizationCommand = class _GetEnrollmentStatusesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2914
|
-
...commonParams
|
|
2915
|
-
}).m(function(Command, cs, config, o) {
|
|
2879
|
+
var _GetEnrollmentStatusesForOrganizationCommand = class _GetEnrollmentStatusesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2916
2880
|
return [
|
|
2917
2881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2918
2882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2926,9 +2890,7 @@ var GetEnrollmentStatusesForOrganizationCommand = _GetEnrollmentStatusesForOrgan
|
|
|
2926
2890
|
|
|
2927
2891
|
|
|
2928
2892
|
|
|
2929
|
-
var _GetLambdaFunctionRecommendationsCommand = class _GetLambdaFunctionRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2930
|
-
...commonParams
|
|
2931
|
-
}).m(function(Command, cs, config, o) {
|
|
2893
|
+
var _GetLambdaFunctionRecommendationsCommand = class _GetLambdaFunctionRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2932
2894
|
return [
|
|
2933
2895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2934
2896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2942,9 +2904,7 @@ var GetLambdaFunctionRecommendationsCommand = _GetLambdaFunctionRecommendationsC
|
|
|
2942
2904
|
|
|
2943
2905
|
|
|
2944
2906
|
|
|
2945
|
-
var _GetLicenseRecommendationsCommand = class _GetLicenseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2946
|
-
...commonParams
|
|
2947
|
-
}).m(function(Command, cs, config, o) {
|
|
2907
|
+
var _GetLicenseRecommendationsCommand = class _GetLicenseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2948
2908
|
return [
|
|
2949
2909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2950
2910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2958,9 +2918,7 @@ var GetLicenseRecommendationsCommand = _GetLicenseRecommendationsCommand;
|
|
|
2958
2918
|
|
|
2959
2919
|
|
|
2960
2920
|
|
|
2961
|
-
var _GetRDSDatabaseRecommendationProjectedMetricsCommand = class _GetRDSDatabaseRecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2962
|
-
...commonParams
|
|
2963
|
-
}).m(function(Command, cs, config, o) {
|
|
2921
|
+
var _GetRDSDatabaseRecommendationProjectedMetricsCommand = class _GetRDSDatabaseRecommendationProjectedMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2964
2922
|
return [
|
|
2965
2923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2966
2924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2974,9 +2932,7 @@ var GetRDSDatabaseRecommendationProjectedMetricsCommand = _GetRDSDatabaseRecomme
|
|
|
2974
2932
|
|
|
2975
2933
|
|
|
2976
2934
|
|
|
2977
|
-
var _GetRDSDatabaseRecommendationsCommand = class _GetRDSDatabaseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2978
|
-
...commonParams
|
|
2979
|
-
}).m(function(Command, cs, config, o) {
|
|
2935
|
+
var _GetRDSDatabaseRecommendationsCommand = class _GetRDSDatabaseRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2980
2936
|
return [
|
|
2981
2937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2982
2938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2990,9 +2946,7 @@ var GetRDSDatabaseRecommendationsCommand = _GetRDSDatabaseRecommendationsCommand
|
|
|
2990
2946
|
|
|
2991
2947
|
|
|
2992
2948
|
|
|
2993
|
-
var _GetRecommendationPreferencesCommand = class _GetRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2994
|
-
...commonParams
|
|
2995
|
-
}).m(function(Command, cs, config, o) {
|
|
2949
|
+
var _GetRecommendationPreferencesCommand = class _GetRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2996
2950
|
return [
|
|
2997
2951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2998
2952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3006,9 +2960,7 @@ var GetRecommendationPreferencesCommand = _GetRecommendationPreferencesCommand;
|
|
|
3006
2960
|
|
|
3007
2961
|
|
|
3008
2962
|
|
|
3009
|
-
var _GetRecommendationSummariesCommand = class _GetRecommendationSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3010
|
-
...commonParams
|
|
3011
|
-
}).m(function(Command, cs, config, o) {
|
|
2963
|
+
var _GetRecommendationSummariesCommand = class _GetRecommendationSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3012
2964
|
return [
|
|
3013
2965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3014
2966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3022,9 +2974,7 @@ var GetRecommendationSummariesCommand = _GetRecommendationSummariesCommand;
|
|
|
3022
2974
|
|
|
3023
2975
|
|
|
3024
2976
|
|
|
3025
|
-
var _PutRecommendationPreferencesCommand = class _PutRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3026
|
-
...commonParams
|
|
3027
|
-
}).m(function(Command, cs, config, o) {
|
|
2977
|
+
var _PutRecommendationPreferencesCommand = class _PutRecommendationPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3028
2978
|
return [
|
|
3029
2979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3030
2980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3038,9 +2988,7 @@ var PutRecommendationPreferencesCommand = _PutRecommendationPreferencesCommand;
|
|
|
3038
2988
|
|
|
3039
2989
|
|
|
3040
2990
|
|
|
3041
|
-
var _UpdateEnrollmentStatusCommand = class _UpdateEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3042
|
-
...commonParams
|
|
3043
|
-
}).m(function(Command, cs, config, o) {
|
|
2991
|
+
var _UpdateEnrollmentStatusCommand = class _UpdateEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3044
2992
|
return [
|
|
3045
2993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3046
2994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeleteRecommendationPreferencesCommand, se_DeleteRecommendationPrefe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRecommendationPreferencesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeRecommendationExportJobsCommand, se_DescribeRecommendationEx
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRecommendationExportJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportAutoScalingGroupRecommendationsCommand, se_ExportAutoScalingGr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportAutoScalingGroupRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportEBSVolumeRecommendationsCommand, se_ExportEBSVolumeRecommendat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportEBSVolumeRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportEC2InstanceRecommendationsCommand, se_ExportEC2InstanceRecomme
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportEC2InstanceRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportECSServiceRecommendationsCommand, se_ExportECSServiceRecommend
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportECSServiceRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportLambdaFunctionRecommendationsCommand, se_ExportLambdaFunctionR
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportLambdaFunctionRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportLicenseRecommendationsCommand, se_ExportLicenseRecommendations
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportLicenseRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportRDSDatabaseRecommendationsCommand, se_ExportRDSDatabaseRecomme
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportRDSDatabaseRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAutoScalingGroupRecommendationsCommand, se_GetAutoScalingGroupRec
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAutoScalingGroupRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEBSVolumeRecommendationsCommand, se_GetEBSVolumeRecommendationsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEBSVolumeRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEC2InstanceRecommendationsCommand, se_GetEC2InstanceRecommendatio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEC2InstanceRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEC2RecommendationProjectedMetricsCommand, se_GetEC2Recommendation
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEC2RecommendationProjectedMetricsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetECSServiceRecommendationProjectedMetricsCommand, se_GetECSService
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetECSServiceRecommendationsCommand, se_GetECSServiceRecommendations
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetECSServiceRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEffectiveRecommendationPreferencesCommand, se_GetEffectiveRecomme
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEffectiveRecommendationPreferencesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEnrollmentStatusCommand, se_GetEnrollmentStatusCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEnrollmentStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEnrollmentStatusesForOrganizationCommand, se_GetEnrollmentStatuse
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEnrollmentStatusesForOrganizationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLambdaFunctionRecommendationsCommand, se_GetLambdaFunctionRecomme
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLambdaFunctionRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLicenseRecommendationsCommand, se_GetLicenseRecommendationsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLicenseRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRDSDatabaseRecommendationProjectedMetricsCommand, se_GetRDSDataba
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRDSDatabaseRecommendationProjectedMetricsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRDSDatabaseRecommendationsCommand, se_GetRDSDatabaseRecommendatio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRDSDatabaseRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRecommendationPreferencesCommand, se_GetRecommendationPreferences
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRecommendationPreferencesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRecommendationSummariesCommand, se_GetRecommendationSummariesComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRecommendationSummariesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutRecommendationPreferencesCommand, se_PutRecommendationPreferences
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutRecommendationPreferencesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateEnrollmentStatusCommand, se_UpdateEnrollmentStatusCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEnrollmentStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.
|
|
4
|
+
"version": "3.651.1",
|
|
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,10 +20,10 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|