@aws-sdk/client-compute-optimizer 3.306.0 → 3.309.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/commands/DeleteRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportECSServiceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetECSServiceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationSummariesCommand.js +2 -2
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +680 -728
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +3 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +3 -3
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +3 -3
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +3 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +3 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +637 -685
- package/dist-types/protocols/Aws_json1_0.d.ts +168 -42
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +42 -42
- package/package.json +6 -6
|
@@ -21,45 +21,171 @@ import { GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesC
|
|
|
21
21
|
import { GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput } from "../commands/GetRecommendationSummariesCommand";
|
|
22
22
|
import { PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput } from "../commands/PutRecommendationPreferencesCommand";
|
|
23
23
|
import { UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput } from "../commands/UpdateEnrollmentStatusCommand";
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export declare const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export declare const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
24
|
+
/**
|
|
25
|
+
* serializeAws_json1_0DeleteRecommendationPreferencesCommand
|
|
26
|
+
*/
|
|
27
|
+
export declare const se_DeleteRecommendationPreferencesCommand: (input: DeleteRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
+
/**
|
|
29
|
+
* serializeAws_json1_0DescribeRecommendationExportJobsCommand
|
|
30
|
+
*/
|
|
31
|
+
export declare const se_DescribeRecommendationExportJobsCommand: (input: DescribeRecommendationExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
/**
|
|
33
|
+
* serializeAws_json1_0ExportAutoScalingGroupRecommendationsCommand
|
|
34
|
+
*/
|
|
35
|
+
export declare const se_ExportAutoScalingGroupRecommendationsCommand: (input: ExportAutoScalingGroupRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
/**
|
|
37
|
+
* serializeAws_json1_0ExportEBSVolumeRecommendationsCommand
|
|
38
|
+
*/
|
|
39
|
+
export declare const se_ExportEBSVolumeRecommendationsCommand: (input: ExportEBSVolumeRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_json1_0ExportEC2InstanceRecommendationsCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_ExportEC2InstanceRecommendationsCommand: (input: ExportEC2InstanceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_json1_0ExportECSServiceRecommendationsCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_ExportECSServiceRecommendationsCommand: (input: ExportECSServiceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* serializeAws_json1_0ExportLambdaFunctionRecommendationsCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const se_ExportLambdaFunctionRecommendationsCommand: (input: ExportLambdaFunctionRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* serializeAws_json1_0GetAutoScalingGroupRecommendationsCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const se_GetAutoScalingGroupRecommendationsCommand: (input: GetAutoScalingGroupRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
/**
|
|
57
|
+
* serializeAws_json1_0GetEBSVolumeRecommendationsCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const se_GetEBSVolumeRecommendationsCommand: (input: GetEBSVolumeRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_json1_0GetEC2InstanceRecommendationsCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_GetEC2InstanceRecommendationsCommand: (input: GetEC2InstanceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_json1_0GetEC2RecommendationProjectedMetricsCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_GetEC2RecommendationProjectedMetricsCommand: (input: GetEC2RecommendationProjectedMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_json1_0GetECSServiceRecommendationProjectedMetricsCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_GetECSServiceRecommendationProjectedMetricsCommand: (input: GetECSServiceRecommendationProjectedMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_json1_0GetECSServiceRecommendationsCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_GetECSServiceRecommendationsCommand: (input: GetECSServiceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_json1_0GetEffectiveRecommendationPreferencesCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_GetEffectiveRecommendationPreferencesCommand: (input: GetEffectiveRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_json1_0GetEnrollmentStatusCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_GetEnrollmentStatusCommand: (input: GetEnrollmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_json1_0GetEnrollmentStatusesForOrganizationCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_GetEnrollmentStatusesForOrganizationCommand: (input: GetEnrollmentStatusesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_json1_0GetLambdaFunctionRecommendationsCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_GetLambdaFunctionRecommendationsCommand: (input: GetLambdaFunctionRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_json1_0GetRecommendationPreferencesCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_GetRecommendationPreferencesCommand: (input: GetRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_json1_0GetRecommendationSummariesCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_GetRecommendationSummariesCommand: (input: GetRecommendationSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_json1_0PutRecommendationPreferencesCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_PutRecommendationPreferencesCommand: (input: PutRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_json1_0UpdateEnrollmentStatusCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_UpdateEnrollmentStatusCommand: (input: UpdateEnrollmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* deserializeAws_json1_0DeleteRecommendationPreferencesCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const de_DeleteRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommendationPreferencesCommandOutput>;
|
|
112
|
+
/**
|
|
113
|
+
* deserializeAws_json1_0DescribeRecommendationExportJobsCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const de_DescribeRecommendationExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
116
|
+
/**
|
|
117
|
+
* deserializeAws_json1_0ExportAutoScalingGroupRecommendationsCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const de_ExportAutoScalingGroupRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
120
|
+
/**
|
|
121
|
+
* deserializeAws_json1_0ExportEBSVolumeRecommendationsCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const de_ExportEBSVolumeRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEBSVolumeRecommendationsCommandOutput>;
|
|
124
|
+
/**
|
|
125
|
+
* deserializeAws_json1_0ExportEC2InstanceRecommendationsCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const de_ExportEC2InstanceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEC2InstanceRecommendationsCommandOutput>;
|
|
128
|
+
/**
|
|
129
|
+
* deserializeAws_json1_0ExportECSServiceRecommendationsCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const de_ExportECSServiceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportECSServiceRecommendationsCommandOutput>;
|
|
132
|
+
/**
|
|
133
|
+
* deserializeAws_json1_0ExportLambdaFunctionRecommendationsCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const de_ExportLambdaFunctionRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
136
|
+
/**
|
|
137
|
+
* deserializeAws_json1_0GetAutoScalingGroupRecommendationsCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const de_GetAutoScalingGroupRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
140
|
+
/**
|
|
141
|
+
* deserializeAws_json1_0GetEBSVolumeRecommendationsCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const de_GetEBSVolumeRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* deserializeAws_json1_0GetEC2InstanceRecommendationsCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const de_GetEC2InstanceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
148
|
+
/**
|
|
149
|
+
* deserializeAws_json1_0GetEC2RecommendationProjectedMetricsCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const de_GetEC2RecommendationProjectedMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
152
|
+
/**
|
|
153
|
+
* deserializeAws_json1_0GetECSServiceRecommendationProjectedMetricsCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const de_GetECSServiceRecommendationProjectedMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetECSServiceRecommendationProjectedMetricsCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* deserializeAws_json1_0GetECSServiceRecommendationsCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const de_GetECSServiceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetECSServiceRecommendationsCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* deserializeAws_json1_0GetEffectiveRecommendationPreferencesCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const de_GetEffectiveRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectiveRecommendationPreferencesCommandOutput>;
|
|
164
|
+
/**
|
|
165
|
+
* deserializeAws_json1_0GetEnrollmentStatusCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const de_GetEnrollmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnrollmentStatusCommandOutput>;
|
|
168
|
+
/**
|
|
169
|
+
* deserializeAws_json1_0GetEnrollmentStatusesForOrganizationCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const de_GetEnrollmentStatusesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
172
|
+
/**
|
|
173
|
+
* deserializeAws_json1_0GetLambdaFunctionRecommendationsCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const de_GetLambdaFunctionRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
176
|
+
/**
|
|
177
|
+
* deserializeAws_json1_0GetRecommendationPreferencesCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const de_GetRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationPreferencesCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* deserializeAws_json1_0GetRecommendationSummariesCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const de_GetRecommendationSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationSummariesCommandOutput>;
|
|
184
|
+
/**
|
|
185
|
+
* deserializeAws_json1_0PutRecommendationPreferencesCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const de_PutRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRecommendationPreferencesCommandOutput>;
|
|
188
|
+
/**
|
|
189
|
+
* deserializeAws_json1_0UpdateEnrollmentStatusCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const de_UpdateEnrollmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnrollmentStatusCommandOutput>;
|
|
@@ -87,171 +87,171 @@ import {
|
|
|
87
87
|
UpdateEnrollmentStatusCommandInput,
|
|
88
88
|
UpdateEnrollmentStatusCommandOutput,
|
|
89
89
|
} from "../commands/UpdateEnrollmentStatusCommand";
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_DeleteRecommendationPreferencesCommand: (
|
|
91
91
|
input: DeleteRecommendationPreferencesCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_DescribeRecommendationExportJobsCommand: (
|
|
95
95
|
input: DescribeRecommendationExportJobsCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_ExportAutoScalingGroupRecommendationsCommand: (
|
|
99
99
|
input: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_ExportEBSVolumeRecommendationsCommand: (
|
|
103
103
|
input: ExportEBSVolumeRecommendationsCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_ExportEC2InstanceRecommendationsCommand: (
|
|
107
107
|
input: ExportEC2InstanceRecommendationsCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_ExportECSServiceRecommendationsCommand: (
|
|
111
111
|
input: ExportECSServiceRecommendationsCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_ExportLambdaFunctionRecommendationsCommand: (
|
|
115
115
|
input: ExportLambdaFunctionRecommendationsCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_GetAutoScalingGroupRecommendationsCommand: (
|
|
119
119
|
input: GetAutoScalingGroupRecommendationsCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_GetEBSVolumeRecommendationsCommand: (
|
|
123
123
|
input: GetEBSVolumeRecommendationsCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_GetEC2InstanceRecommendationsCommand: (
|
|
127
127
|
input: GetEC2InstanceRecommendationsCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_GetEC2RecommendationProjectedMetricsCommand: (
|
|
131
131
|
input: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_GetECSServiceRecommendationProjectedMetricsCommand: (
|
|
135
135
|
input: GetECSServiceRecommendationProjectedMetricsCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_GetECSServiceRecommendationsCommand: (
|
|
139
139
|
input: GetECSServiceRecommendationsCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_GetEffectiveRecommendationPreferencesCommand: (
|
|
143
143
|
input: GetEffectiveRecommendationPreferencesCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetEnrollmentStatusCommand: (
|
|
147
147
|
input: GetEnrollmentStatusCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_GetEnrollmentStatusesForOrganizationCommand: (
|
|
151
151
|
input: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_GetLambdaFunctionRecommendationsCommand: (
|
|
155
155
|
input: GetLambdaFunctionRecommendationsCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetRecommendationPreferencesCommand: (
|
|
159
159
|
input: GetRecommendationPreferencesCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetRecommendationSummariesCommand: (
|
|
163
163
|
input: GetRecommendationSummariesCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_PutRecommendationPreferencesCommand: (
|
|
167
167
|
input: PutRecommendationPreferencesCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_UpdateEnrollmentStatusCommand: (
|
|
171
171
|
input: UpdateEnrollmentStatusCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_DeleteRecommendationPreferencesCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<DeleteRecommendationPreferencesCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_DescribeRecommendationExportJobsCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_ExportAutoScalingGroupRecommendationsCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_ExportEBSVolumeRecommendationsCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<ExportEBSVolumeRecommendationsCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_ExportEC2InstanceRecommendationsCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<ExportEC2InstanceRecommendationsCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_ExportECSServiceRecommendationsCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<ExportECSServiceRecommendationsCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_ExportLambdaFunctionRecommendationsCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_GetAutoScalingGroupRecommendationsCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_GetEBSVolumeRecommendationsCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_GetEC2InstanceRecommendationsCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_GetEC2RecommendationProjectedMetricsCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_GetECSServiceRecommendationProjectedMetricsCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<GetECSServiceRecommendationProjectedMetricsCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_GetECSServiceRecommendationsCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<GetECSServiceRecommendationsCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_GetEffectiveRecommendationPreferencesCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<GetEffectiveRecommendationPreferencesCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_GetEnrollmentStatusCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<GetEnrollmentStatusCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_GetEnrollmentStatusesForOrganizationCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_GetLambdaFunctionRecommendationsCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_GetRecommendationPreferencesCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<GetRecommendationPreferencesCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_GetRecommendationSummariesCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<GetRecommendationSummariesCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_PutRecommendationPreferencesCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<PutRecommendationPreferencesCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_UpdateEnrollmentStatusCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<UpdateEnrollmentStatusCommandOutput>;
|
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.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|