@aws-sdk/client-compute-optimizer 3.927.0 → 3.929.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 +2103 -1875
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ComputeOptimizerClient.js +2 -0
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +3 -9
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +3 -9
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportIdleRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportLicenseRecommendationsCommand.js +3 -9
- package/dist-es/commands/ExportRDSDatabaseRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +3 -9
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +3 -9
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +3 -9
- package/dist-es/commands/GetEnrollmentStatusCommand.js +3 -9
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +3 -9
- package/dist-es/commands/GetIdleRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetLicenseRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.js +3 -9
- package/dist-es/commands/GetRDSDatabaseRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +3 -9
- package/dist-es/commands/GetRecommendationSummariesCommand.js +3 -9
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +3 -9
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2050 -0
- package/dist-types/ComputeOptimizerClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +291 -0
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +296 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -1656
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -254
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -341
|
@@ -1,254 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput } from "../commands/DeleteRecommendationPreferencesCommand";
|
|
4
|
-
import { DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput } from "../commands/DescribeRecommendationExportJobsCommand";
|
|
5
|
-
import { ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput } from "../commands/ExportAutoScalingGroupRecommendationsCommand";
|
|
6
|
-
import { ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput } from "../commands/ExportEBSVolumeRecommendationsCommand";
|
|
7
|
-
import { ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput } from "../commands/ExportEC2InstanceRecommendationsCommand";
|
|
8
|
-
import { ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput } from "../commands/ExportECSServiceRecommendationsCommand";
|
|
9
|
-
import { ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput } from "../commands/ExportIdleRecommendationsCommand";
|
|
10
|
-
import { ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput } from "../commands/ExportLambdaFunctionRecommendationsCommand";
|
|
11
|
-
import { ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput } from "../commands/ExportLicenseRecommendationsCommand";
|
|
12
|
-
import { ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput } from "../commands/ExportRDSDatabaseRecommendationsCommand";
|
|
13
|
-
import { GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput } from "../commands/GetAutoScalingGroupRecommendationsCommand";
|
|
14
|
-
import { GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput } from "../commands/GetEBSVolumeRecommendationsCommand";
|
|
15
|
-
import { GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput } from "../commands/GetEC2InstanceRecommendationsCommand";
|
|
16
|
-
import { GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput } from "../commands/GetEC2RecommendationProjectedMetricsCommand";
|
|
17
|
-
import { GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput } from "../commands/GetECSServiceRecommendationProjectedMetricsCommand";
|
|
18
|
-
import { GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput } from "../commands/GetECSServiceRecommendationsCommand";
|
|
19
|
-
import { GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput } from "../commands/GetEffectiveRecommendationPreferencesCommand";
|
|
20
|
-
import { GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput } from "../commands/GetEnrollmentStatusCommand";
|
|
21
|
-
import { GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput } from "../commands/GetEnrollmentStatusesForOrganizationCommand";
|
|
22
|
-
import { GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput } from "../commands/GetIdleRecommendationsCommand";
|
|
23
|
-
import { GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput } from "../commands/GetLambdaFunctionRecommendationsCommand";
|
|
24
|
-
import { GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput } from "../commands/GetLicenseRecommendationsCommand";
|
|
25
|
-
import { GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput } from "../commands/GetRDSDatabaseRecommendationProjectedMetricsCommand";
|
|
26
|
-
import { GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput } from "../commands/GetRDSDatabaseRecommendationsCommand";
|
|
27
|
-
import { GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput } from "../commands/GetRecommendationPreferencesCommand";
|
|
28
|
-
import { GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput } from "../commands/GetRecommendationSummariesCommand";
|
|
29
|
-
import { PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput } from "../commands/PutRecommendationPreferencesCommand";
|
|
30
|
-
import { UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput } from "../commands/UpdateEnrollmentStatusCommand";
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_json1_0DeleteRecommendationPreferencesCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_DeleteRecommendationPreferencesCommand: (input: DeleteRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_json1_0DescribeRecommendationExportJobsCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_DescribeRecommendationExportJobsCommand: (input: DescribeRecommendationExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_json1_0ExportAutoScalingGroupRecommendationsCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_ExportAutoScalingGroupRecommendationsCommand: (input: ExportAutoScalingGroupRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_json1_0ExportEBSVolumeRecommendationsCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ExportEBSVolumeRecommendationsCommand: (input: ExportEBSVolumeRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_json1_0ExportEC2InstanceRecommendationsCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_ExportEC2InstanceRecommendationsCommand: (input: ExportEC2InstanceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_json1_0ExportECSServiceRecommendationsCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_ExportECSServiceRecommendationsCommand: (input: ExportECSServiceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_json1_0ExportIdleRecommendationsCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_ExportIdleRecommendationsCommand: (input: ExportIdleRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_0ExportLambdaFunctionRecommendationsCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_ExportLambdaFunctionRecommendationsCommand: (input: ExportLambdaFunctionRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_json1_0ExportLicenseRecommendationsCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_ExportLicenseRecommendationsCommand: (input: ExportLicenseRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_json1_0ExportRDSDatabaseRecommendationsCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_ExportRDSDatabaseRecommendationsCommand: (input: ExportRDSDatabaseRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_json1_0GetAutoScalingGroupRecommendationsCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_GetAutoScalingGroupRecommendationsCommand: (input: GetAutoScalingGroupRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_json1_0GetEBSVolumeRecommendationsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_GetEBSVolumeRecommendationsCommand: (input: GetEBSVolumeRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_json1_0GetEC2InstanceRecommendationsCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_GetEC2InstanceRecommendationsCommand: (input: GetEC2InstanceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_json1_0GetEC2RecommendationProjectedMetricsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_GetEC2RecommendationProjectedMetricsCommand: (input: GetEC2RecommendationProjectedMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_json1_0GetECSServiceRecommendationProjectedMetricsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_GetECSServiceRecommendationProjectedMetricsCommand: (input: GetECSServiceRecommendationProjectedMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_json1_0GetECSServiceRecommendationsCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_GetECSServiceRecommendationsCommand: (input: GetECSServiceRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_json1_0GetEffectiveRecommendationPreferencesCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_GetEffectiveRecommendationPreferencesCommand: (input: GetEffectiveRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_json1_0GetEnrollmentStatusCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_GetEnrollmentStatusCommand: (input: GetEnrollmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_json1_0GetEnrollmentStatusesForOrganizationCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_GetEnrollmentStatusesForOrganizationCommand: (input: GetEnrollmentStatusesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_json1_0GetIdleRecommendationsCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_GetIdleRecommendationsCommand: (input: GetIdleRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_json1_0GetLambdaFunctionRecommendationsCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_GetLambdaFunctionRecommendationsCommand: (input: GetLambdaFunctionRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_json1_0GetLicenseRecommendationsCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_GetLicenseRecommendationsCommand: (input: GetLicenseRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_json1_0GetRDSDatabaseRecommendationProjectedMetricsCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_GetRDSDatabaseRecommendationProjectedMetricsCommand: (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_json1_0GetRDSDatabaseRecommendationsCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_GetRDSDatabaseRecommendationsCommand: (input: GetRDSDatabaseRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_json1_0GetRecommendationPreferencesCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_GetRecommendationPreferencesCommand: (input: GetRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_json1_0GetRecommendationSummariesCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_GetRecommendationSummariesCommand: (input: GetRecommendationSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_json1_0PutRecommendationPreferencesCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_PutRecommendationPreferencesCommand: (input: PutRecommendationPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_json1_0UpdateEnrollmentStatusCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_UpdateEnrollmentStatusCommand: (input: UpdateEnrollmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_json1_0DeleteRecommendationPreferencesCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_DeleteRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommendationPreferencesCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_json1_0DescribeRecommendationExportJobsCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_DescribeRecommendationExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_json1_0ExportAutoScalingGroupRecommendationsCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_ExportAutoScalingGroupRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_json1_0ExportEBSVolumeRecommendationsCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_ExportEBSVolumeRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEBSVolumeRecommendationsCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_json1_0ExportEC2InstanceRecommendationsCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_ExportEC2InstanceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEC2InstanceRecommendationsCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_json1_0ExportECSServiceRecommendationsCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_ExportECSServiceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportECSServiceRecommendationsCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_json1_0ExportIdleRecommendationsCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_ExportIdleRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportIdleRecommendationsCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_json1_0ExportLambdaFunctionRecommendationsCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_ExportLambdaFunctionRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_json1_0ExportLicenseRecommendationsCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_ExportLicenseRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportLicenseRecommendationsCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_json1_0ExportRDSDatabaseRecommendationsCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_ExportRDSDatabaseRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportRDSDatabaseRecommendationsCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_json1_0GetAutoScalingGroupRecommendationsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_GetAutoScalingGroupRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_json1_0GetEBSVolumeRecommendationsCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_GetEBSVolumeRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_json1_0GetEC2InstanceRecommendationsCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_GetEC2InstanceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_json1_0GetEC2RecommendationProjectedMetricsCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_GetEC2RecommendationProjectedMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_json1_0GetECSServiceRecommendationProjectedMetricsCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_GetECSServiceRecommendationProjectedMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetECSServiceRecommendationProjectedMetricsCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_json1_0GetECSServiceRecommendationsCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_GetECSServiceRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetECSServiceRecommendationsCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_json1_0GetEffectiveRecommendationPreferencesCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_GetEffectiveRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectiveRecommendationPreferencesCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_json1_0GetEnrollmentStatusCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_GetEnrollmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnrollmentStatusCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_json1_0GetEnrollmentStatusesForOrganizationCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_GetEnrollmentStatusesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
219
|
-
/**
|
|
220
|
-
* deserializeAws_json1_0GetIdleRecommendationsCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const de_GetIdleRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdleRecommendationsCommandOutput>;
|
|
223
|
-
/**
|
|
224
|
-
* deserializeAws_json1_0GetLambdaFunctionRecommendationsCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const de_GetLambdaFunctionRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
227
|
-
/**
|
|
228
|
-
* deserializeAws_json1_0GetLicenseRecommendationsCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const de_GetLicenseRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseRecommendationsCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* deserializeAws_json1_0GetRDSDatabaseRecommendationProjectedMetricsCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const de_GetRDSDatabaseRecommendationProjectedMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRDSDatabaseRecommendationProjectedMetricsCommandOutput>;
|
|
235
|
-
/**
|
|
236
|
-
* deserializeAws_json1_0GetRDSDatabaseRecommendationsCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const de_GetRDSDatabaseRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRDSDatabaseRecommendationsCommandOutput>;
|
|
239
|
-
/**
|
|
240
|
-
* deserializeAws_json1_0GetRecommendationPreferencesCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const de_GetRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationPreferencesCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_json1_0GetRecommendationSummariesCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_GetRecommendationSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationSummariesCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_json1_0PutRecommendationPreferencesCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_PutRecommendationPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRecommendationPreferencesCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_json1_0UpdateEnrollmentStatusCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_UpdateEnrollmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnrollmentStatusCommandOutput>;
|
|
@@ -1,341 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
DeleteRecommendationPreferencesCommandInput,
|
|
8
|
-
DeleteRecommendationPreferencesCommandOutput,
|
|
9
|
-
} from "../commands/DeleteRecommendationPreferencesCommand";
|
|
10
|
-
import {
|
|
11
|
-
DescribeRecommendationExportJobsCommandInput,
|
|
12
|
-
DescribeRecommendationExportJobsCommandOutput,
|
|
13
|
-
} from "../commands/DescribeRecommendationExportJobsCommand";
|
|
14
|
-
import {
|
|
15
|
-
ExportAutoScalingGroupRecommendationsCommandInput,
|
|
16
|
-
ExportAutoScalingGroupRecommendationsCommandOutput,
|
|
17
|
-
} from "../commands/ExportAutoScalingGroupRecommendationsCommand";
|
|
18
|
-
import {
|
|
19
|
-
ExportEBSVolumeRecommendationsCommandInput,
|
|
20
|
-
ExportEBSVolumeRecommendationsCommandOutput,
|
|
21
|
-
} from "../commands/ExportEBSVolumeRecommendationsCommand";
|
|
22
|
-
import {
|
|
23
|
-
ExportEC2InstanceRecommendationsCommandInput,
|
|
24
|
-
ExportEC2InstanceRecommendationsCommandOutput,
|
|
25
|
-
} from "../commands/ExportEC2InstanceRecommendationsCommand";
|
|
26
|
-
import {
|
|
27
|
-
ExportECSServiceRecommendationsCommandInput,
|
|
28
|
-
ExportECSServiceRecommendationsCommandOutput,
|
|
29
|
-
} from "../commands/ExportECSServiceRecommendationsCommand";
|
|
30
|
-
import {
|
|
31
|
-
ExportIdleRecommendationsCommandInput,
|
|
32
|
-
ExportIdleRecommendationsCommandOutput,
|
|
33
|
-
} from "../commands/ExportIdleRecommendationsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ExportLambdaFunctionRecommendationsCommandInput,
|
|
36
|
-
ExportLambdaFunctionRecommendationsCommandOutput,
|
|
37
|
-
} from "../commands/ExportLambdaFunctionRecommendationsCommand";
|
|
38
|
-
import {
|
|
39
|
-
ExportLicenseRecommendationsCommandInput,
|
|
40
|
-
ExportLicenseRecommendationsCommandOutput,
|
|
41
|
-
} from "../commands/ExportLicenseRecommendationsCommand";
|
|
42
|
-
import {
|
|
43
|
-
ExportRDSDatabaseRecommendationsCommandInput,
|
|
44
|
-
ExportRDSDatabaseRecommendationsCommandOutput,
|
|
45
|
-
} from "../commands/ExportRDSDatabaseRecommendationsCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetAutoScalingGroupRecommendationsCommandInput,
|
|
48
|
-
GetAutoScalingGroupRecommendationsCommandOutput,
|
|
49
|
-
} from "../commands/GetAutoScalingGroupRecommendationsCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetEBSVolumeRecommendationsCommandInput,
|
|
52
|
-
GetEBSVolumeRecommendationsCommandOutput,
|
|
53
|
-
} from "../commands/GetEBSVolumeRecommendationsCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetEC2InstanceRecommendationsCommandInput,
|
|
56
|
-
GetEC2InstanceRecommendationsCommandOutput,
|
|
57
|
-
} from "../commands/GetEC2InstanceRecommendationsCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetEC2RecommendationProjectedMetricsCommandInput,
|
|
60
|
-
GetEC2RecommendationProjectedMetricsCommandOutput,
|
|
61
|
-
} from "../commands/GetEC2RecommendationProjectedMetricsCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetECSServiceRecommendationProjectedMetricsCommandInput,
|
|
64
|
-
GetECSServiceRecommendationProjectedMetricsCommandOutput,
|
|
65
|
-
} from "../commands/GetECSServiceRecommendationProjectedMetricsCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetECSServiceRecommendationsCommandInput,
|
|
68
|
-
GetECSServiceRecommendationsCommandOutput,
|
|
69
|
-
} from "../commands/GetECSServiceRecommendationsCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetEffectiveRecommendationPreferencesCommandInput,
|
|
72
|
-
GetEffectiveRecommendationPreferencesCommandOutput,
|
|
73
|
-
} from "../commands/GetEffectiveRecommendationPreferencesCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetEnrollmentStatusCommandInput,
|
|
76
|
-
GetEnrollmentStatusCommandOutput,
|
|
77
|
-
} from "../commands/GetEnrollmentStatusCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetEnrollmentStatusesForOrganizationCommandInput,
|
|
80
|
-
GetEnrollmentStatusesForOrganizationCommandOutput,
|
|
81
|
-
} from "../commands/GetEnrollmentStatusesForOrganizationCommand";
|
|
82
|
-
import {
|
|
83
|
-
GetIdleRecommendationsCommandInput,
|
|
84
|
-
GetIdleRecommendationsCommandOutput,
|
|
85
|
-
} from "../commands/GetIdleRecommendationsCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetLambdaFunctionRecommendationsCommandInput,
|
|
88
|
-
GetLambdaFunctionRecommendationsCommandOutput,
|
|
89
|
-
} from "../commands/GetLambdaFunctionRecommendationsCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetLicenseRecommendationsCommandInput,
|
|
92
|
-
GetLicenseRecommendationsCommandOutput,
|
|
93
|
-
} from "../commands/GetLicenseRecommendationsCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
|
|
96
|
-
GetRDSDatabaseRecommendationProjectedMetricsCommandOutput,
|
|
97
|
-
} from "../commands/GetRDSDatabaseRecommendationProjectedMetricsCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetRDSDatabaseRecommendationsCommandInput,
|
|
100
|
-
GetRDSDatabaseRecommendationsCommandOutput,
|
|
101
|
-
} from "../commands/GetRDSDatabaseRecommendationsCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetRecommendationPreferencesCommandInput,
|
|
104
|
-
GetRecommendationPreferencesCommandOutput,
|
|
105
|
-
} from "../commands/GetRecommendationPreferencesCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetRecommendationSummariesCommandInput,
|
|
108
|
-
GetRecommendationSummariesCommandOutput,
|
|
109
|
-
} from "../commands/GetRecommendationSummariesCommand";
|
|
110
|
-
import {
|
|
111
|
-
PutRecommendationPreferencesCommandInput,
|
|
112
|
-
PutRecommendationPreferencesCommandOutput,
|
|
113
|
-
} from "../commands/PutRecommendationPreferencesCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateEnrollmentStatusCommandInput,
|
|
116
|
-
UpdateEnrollmentStatusCommandOutput,
|
|
117
|
-
} from "../commands/UpdateEnrollmentStatusCommand";
|
|
118
|
-
export declare const se_DeleteRecommendationPreferencesCommand: (
|
|
119
|
-
input: DeleteRecommendationPreferencesCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DescribeRecommendationExportJobsCommand: (
|
|
123
|
-
input: DescribeRecommendationExportJobsCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ExportAutoScalingGroupRecommendationsCommand: (
|
|
127
|
-
input: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_ExportEBSVolumeRecommendationsCommand: (
|
|
131
|
-
input: ExportEBSVolumeRecommendationsCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ExportEC2InstanceRecommendationsCommand: (
|
|
135
|
-
input: ExportEC2InstanceRecommendationsCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ExportECSServiceRecommendationsCommand: (
|
|
139
|
-
input: ExportECSServiceRecommendationsCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_ExportIdleRecommendationsCommand: (
|
|
143
|
-
input: ExportIdleRecommendationsCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_ExportLambdaFunctionRecommendationsCommand: (
|
|
147
|
-
input: ExportLambdaFunctionRecommendationsCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ExportLicenseRecommendationsCommand: (
|
|
151
|
-
input: ExportLicenseRecommendationsCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ExportRDSDatabaseRecommendationsCommand: (
|
|
155
|
-
input: ExportRDSDatabaseRecommendationsCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_GetAutoScalingGroupRecommendationsCommand: (
|
|
159
|
-
input: GetAutoScalingGroupRecommendationsCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_GetEBSVolumeRecommendationsCommand: (
|
|
163
|
-
input: GetEBSVolumeRecommendationsCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_GetEC2InstanceRecommendationsCommand: (
|
|
167
|
-
input: GetEC2InstanceRecommendationsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_GetEC2RecommendationProjectedMetricsCommand: (
|
|
171
|
-
input: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_GetECSServiceRecommendationProjectedMetricsCommand: (
|
|
175
|
-
input: GetECSServiceRecommendationProjectedMetricsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_GetECSServiceRecommendationsCommand: (
|
|
179
|
-
input: GetECSServiceRecommendationsCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetEffectiveRecommendationPreferencesCommand: (
|
|
183
|
-
input: GetEffectiveRecommendationPreferencesCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetEnrollmentStatusCommand: (
|
|
187
|
-
input: GetEnrollmentStatusCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetEnrollmentStatusesForOrganizationCommand: (
|
|
191
|
-
input: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_GetIdleRecommendationsCommand: (
|
|
195
|
-
input: GetIdleRecommendationsCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_GetLambdaFunctionRecommendationsCommand: (
|
|
199
|
-
input: GetLambdaFunctionRecommendationsCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_GetLicenseRecommendationsCommand: (
|
|
203
|
-
input: GetLicenseRecommendationsCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_GetRDSDatabaseRecommendationProjectedMetricsCommand: (
|
|
207
|
-
input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_GetRDSDatabaseRecommendationsCommand: (
|
|
211
|
-
input: GetRDSDatabaseRecommendationsCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_GetRecommendationPreferencesCommand: (
|
|
215
|
-
input: GetRecommendationPreferencesCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_GetRecommendationSummariesCommand: (
|
|
219
|
-
input: GetRecommendationSummariesCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_PutRecommendationPreferencesCommand: (
|
|
223
|
-
input: PutRecommendationPreferencesCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_UpdateEnrollmentStatusCommand: (
|
|
227
|
-
input: UpdateEnrollmentStatusCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const de_DeleteRecommendationPreferencesCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DeleteRecommendationPreferencesCommandOutput>;
|
|
234
|
-
export declare const de_DescribeRecommendationExportJobsCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
238
|
-
export declare const de_ExportAutoScalingGroupRecommendationsCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
242
|
-
export declare const de_ExportEBSVolumeRecommendationsCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<ExportEBSVolumeRecommendationsCommandOutput>;
|
|
246
|
-
export declare const de_ExportEC2InstanceRecommendationsCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<ExportEC2InstanceRecommendationsCommandOutput>;
|
|
250
|
-
export declare const de_ExportECSServiceRecommendationsCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<ExportECSServiceRecommendationsCommandOutput>;
|
|
254
|
-
export declare const de_ExportIdleRecommendationsCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<ExportIdleRecommendationsCommandOutput>;
|
|
258
|
-
export declare const de_ExportLambdaFunctionRecommendationsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
262
|
-
export declare const de_ExportLicenseRecommendationsCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ExportLicenseRecommendationsCommandOutput>;
|
|
266
|
-
export declare const de_ExportRDSDatabaseRecommendationsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ExportRDSDatabaseRecommendationsCommandOutput>;
|
|
270
|
-
export declare const de_GetAutoScalingGroupRecommendationsCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
274
|
-
export declare const de_GetEBSVolumeRecommendationsCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
278
|
-
export declare const de_GetEC2InstanceRecommendationsCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
282
|
-
export declare const de_GetEC2RecommendationProjectedMetricsCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
286
|
-
export declare const de_GetECSServiceRecommendationProjectedMetricsCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<GetECSServiceRecommendationProjectedMetricsCommandOutput>;
|
|
290
|
-
export declare const de_GetECSServiceRecommendationsCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<GetECSServiceRecommendationsCommandOutput>;
|
|
294
|
-
export declare const de_GetEffectiveRecommendationPreferencesCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<GetEffectiveRecommendationPreferencesCommandOutput>;
|
|
298
|
-
export declare const de_GetEnrollmentStatusCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<GetEnrollmentStatusCommandOutput>;
|
|
302
|
-
export declare const de_GetEnrollmentStatusesForOrganizationCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
306
|
-
export declare const de_GetIdleRecommendationsCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetIdleRecommendationsCommandOutput>;
|
|
310
|
-
export declare const de_GetLambdaFunctionRecommendationsCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
314
|
-
export declare const de_GetLicenseRecommendationsCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<GetLicenseRecommendationsCommandOutput>;
|
|
318
|
-
export declare const de_GetRDSDatabaseRecommendationProjectedMetricsCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<GetRDSDatabaseRecommendationProjectedMetricsCommandOutput>;
|
|
322
|
-
export declare const de_GetRDSDatabaseRecommendationsCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<GetRDSDatabaseRecommendationsCommandOutput>;
|
|
326
|
-
export declare const de_GetRecommendationPreferencesCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<GetRecommendationPreferencesCommandOutput>;
|
|
330
|
-
export declare const de_GetRecommendationSummariesCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<GetRecommendationSummariesCommandOutput>;
|
|
334
|
-
export declare const de_PutRecommendationPreferencesCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<PutRecommendationPreferencesCommandOutput>;
|
|
338
|
-
export declare const de_UpdateEnrollmentStatusCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<UpdateEnrollmentStatusCommandOutput>;
|