@aws-sdk/client-compute-optimizer 3.987.0 → 3.988.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 +47 -1948
- package/dist-cjs/models/ComputeOptimizerServiceException.js +12 -0
- package/dist-cjs/models/errors.js +121 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1641 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +77 -71
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var ComputeOptimizerServiceException = require('./models/ComputeOptimizerServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1718 +113,6 @@ class ComputeOptimizerClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class ComputeOptimizerServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, ComputeOptimizerServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends ComputeOptimizerServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "AccessDeniedException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class InternalServerException extends ComputeOptimizerServiceException {
|
|
133
|
-
name = "InternalServerException";
|
|
134
|
-
$fault = "server";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "InternalServerException",
|
|
138
|
-
$fault: "server",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class InvalidParameterValueException extends ComputeOptimizerServiceException {
|
|
145
|
-
name = "InvalidParameterValueException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "InvalidParameterValueException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class MissingAuthenticationToken extends ComputeOptimizerServiceException {
|
|
157
|
-
name = "MissingAuthenticationToken";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "MissingAuthenticationToken",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, MissingAuthenticationToken.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class OptInRequiredException extends ComputeOptimizerServiceException {
|
|
169
|
-
name = "OptInRequiredException";
|
|
170
|
-
$fault = "client";
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "OptInRequiredException",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, OptInRequiredException.prototype);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
class ResourceNotFoundException extends ComputeOptimizerServiceException {
|
|
181
|
-
name = "ResourceNotFoundException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "ResourceNotFoundException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
class ServiceUnavailableException extends ComputeOptimizerServiceException {
|
|
193
|
-
name = "ServiceUnavailableException";
|
|
194
|
-
$fault = "server";
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "ServiceUnavailableException",
|
|
198
|
-
$fault: "server",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class ThrottlingException extends ComputeOptimizerServiceException {
|
|
205
|
-
name = "ThrottlingException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
constructor(opts) {
|
|
208
|
-
super({
|
|
209
|
-
name: "ThrottlingException",
|
|
210
|
-
$fault: "client",
|
|
211
|
-
...opts,
|
|
212
|
-
});
|
|
213
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
class LimitExceededException extends ComputeOptimizerServiceException {
|
|
217
|
-
name = "LimitExceededException";
|
|
218
|
-
$fault = "client";
|
|
219
|
-
constructor(opts) {
|
|
220
|
-
super({
|
|
221
|
-
name: "LimitExceededException",
|
|
222
|
-
$fault: "client",
|
|
223
|
-
...opts,
|
|
224
|
-
});
|
|
225
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
const _ADE = "AccessDeniedException";
|
|
230
|
-
const _AES = "AccountEnrollmentStatus";
|
|
231
|
-
const _AESc = "AccountEnrollmentStatuses";
|
|
232
|
-
const _ASGC = "AutoScalingGroupConfiguration";
|
|
233
|
-
const _ASGEMS = "AutoScalingGroupEstimatedMonthlySavings";
|
|
234
|
-
const _ASGR = "AutoScalingGroupRecommendation";
|
|
235
|
-
const _ASGRO = "AutoScalingGroupRecommendationOption";
|
|
236
|
-
const _ASGROu = "AutoScalingGroupRecommendationOptions";
|
|
237
|
-
const _ASGRu = "AutoScalingGroupRecommendations";
|
|
238
|
-
const _ASGSOAD = "AutoScalingGroupSavingsOpportunityAfterDiscounts";
|
|
239
|
-
const _CC = "ContainerConfiguration";
|
|
240
|
-
const _CCo = "ContainerConfigurations";
|
|
241
|
-
const _CMP = "CustomizableMetricParameters";
|
|
242
|
-
const _CPRR = "CurrentPerformanceRiskRatings";
|
|
243
|
-
const _CR = "ContainerRecommendation";
|
|
244
|
-
const _CRo = "ContainerRecommendations";
|
|
245
|
-
const _DBSC = "DBStorageConfiguration";
|
|
246
|
-
const _DREJ = "DescribeRecommendationExportJobs";
|
|
247
|
-
const _DREJR = "DescribeRecommendationExportJobsRequest";
|
|
248
|
-
const _DREJRe = "DescribeRecommendationExportJobsResponse";
|
|
249
|
-
const _DRP = "DeleteRecommendationPreferences";
|
|
250
|
-
const _DRPR = "DeleteRecommendationPreferencesRequest";
|
|
251
|
-
const _DRPRe = "DeleteRecommendationPreferencesResponse";
|
|
252
|
-
const _EASGR = "ExportAutoScalingGroupRecommendations";
|
|
253
|
-
const _EASGRR = "ExportAutoScalingGroupRecommendationsRequest";
|
|
254
|
-
const _EASGRRx = "ExportAutoScalingGroupRecommendationsResponse";
|
|
255
|
-
const _EBSEMS = "EBSEstimatedMonthlySavings";
|
|
256
|
-
const _EBSERP = "EBSEffectiveRecommendationPreferences";
|
|
257
|
-
const _EBSF = "EBSFilter";
|
|
258
|
-
const _EBSFi = "EBSFilters";
|
|
259
|
-
const _EBSSEM = "EBSSavingsEstimationMode";
|
|
260
|
-
const _EBSSOAD = "EBSSavingsOpportunityAfterDiscounts";
|
|
261
|
-
const _EBSUM = "EBSUtilizationMetric";
|
|
262
|
-
const _EBSUMt = "EBSUtilizationMetrics";
|
|
263
|
-
const _ECSEMS = "ECSEstimatedMonthlySavings";
|
|
264
|
-
const _ECSERP = "ECSEffectiveRecommendationPreferences";
|
|
265
|
-
const _ECSSEM = "ECSSavingsEstimationMode";
|
|
266
|
-
const _ECSSOAD = "ECSSavingsOpportunityAfterDiscounts";
|
|
267
|
-
const _ECSSPM = "ECSServiceProjectedMetric";
|
|
268
|
-
const _ECSSPMe = "ECSServiceProjectedMetrics";
|
|
269
|
-
const _ECSSPUM = "ECSServiceProjectedUtilizationMetric";
|
|
270
|
-
const _ECSSPUMe = "ECSServiceProjectedUtilizationMetrics";
|
|
271
|
-
const _ECSSR = "ECSServiceRecommendation";
|
|
272
|
-
const _ECSSRF = "ECSServiceRecommendationFilter";
|
|
273
|
-
const _ECSSRFe = "ECSServiceRecommendationFilters";
|
|
274
|
-
const _ECSSRO = "ECSServiceRecommendationOption";
|
|
275
|
-
const _ECSSROPM = "ECSServiceRecommendedOptionProjectedMetric";
|
|
276
|
-
const _ECSSROPMe = "ECSServiceRecommendedOptionProjectedMetrics";
|
|
277
|
-
const _ECSSROe = "ECSServiceRecommendationOptions";
|
|
278
|
-
const _ECSSRe = "ECSServiceRecommendations";
|
|
279
|
-
const _ECSSUM = "ECSServiceUtilizationMetric";
|
|
280
|
-
const _ECSSUMe = "ECSServiceUtilizationMetrics";
|
|
281
|
-
const _ED = "ExportDestination";
|
|
282
|
-
const _EEBSVR = "ExportEBSVolumeRecommendations";
|
|
283
|
-
const _EEBSVRR = "ExportEBSVolumeRecommendationsRequest";
|
|
284
|
-
const _EEBSVRRx = "ExportEBSVolumeRecommendationsResponse";
|
|
285
|
-
const _EECIR = "ExportEC2InstanceRecommendations";
|
|
286
|
-
const _EECIRR = "ExportEC2InstanceRecommendationsRequest";
|
|
287
|
-
const _EECIRRx = "ExportEC2InstanceRecommendationsResponse";
|
|
288
|
-
const _EECSSR = "ExportECSServiceRecommendations";
|
|
289
|
-
const _EECSSRR = "ExportECSServiceRecommendationsRequest";
|
|
290
|
-
const _EECSSRRx = "ExportECSServiceRecommendationsResponse";
|
|
291
|
-
const _EF = "EnrollmentFilter";
|
|
292
|
-
const _EFn = "EnrollmentFilters";
|
|
293
|
-
const _EIR = "ExportIdleRecommendations";
|
|
294
|
-
const _EIRR = "ExportIdleRecommendationsRequest";
|
|
295
|
-
const _EIRRx = "ExportIdleRecommendationsResponse";
|
|
296
|
-
const _ELFR = "ExportLambdaFunctionRecommendations";
|
|
297
|
-
const _ELFRR = "ExportLambdaFunctionRecommendationsRequest";
|
|
298
|
-
const _ELFRRx = "ExportLambdaFunctionRecommendationsResponse";
|
|
299
|
-
const _ELR = "ExportLicenseRecommendations";
|
|
300
|
-
const _ELRR = "ExportLicenseRecommendationsRequest";
|
|
301
|
-
const _ELRRx = "ExportLicenseRecommendationsResponse";
|
|
302
|
-
const _EMP = "ExternalMetricsPreference";
|
|
303
|
-
const _EMS = "EstimatedMonthlySavings";
|
|
304
|
-
const _EMSx = "ExternalMetricStatus";
|
|
305
|
-
const _EPR = "EffectivePreferredResource";
|
|
306
|
-
const _EPRf = "EffectivePreferredResources";
|
|
307
|
-
const _ERDSDR = "ExportRDSDatabaseRecommendations";
|
|
308
|
-
const _ERDSDRR = "ExportRDSDatabaseRecommendationsRequest";
|
|
309
|
-
const _ERDSDRRx = "ExportRDSDatabaseRecommendationsResponse";
|
|
310
|
-
const _ERP = "EffectiveRecommendationPreferences";
|
|
311
|
-
const _F = "Filter";
|
|
312
|
-
const _Fi = "Filters";
|
|
313
|
-
const _G = "Gpu";
|
|
314
|
-
const _GASGR = "GetAutoScalingGroupRecommendations";
|
|
315
|
-
const _GASGRR = "GetAutoScalingGroupRecommendationsRequest";
|
|
316
|
-
const _GASGRRe = "GetAutoScalingGroupRecommendationsResponse";
|
|
317
|
-
const _GEBSVR = "GetEBSVolumeRecommendations";
|
|
318
|
-
const _GEBSVRR = "GetEBSVolumeRecommendationsRequest";
|
|
319
|
-
const _GEBSVRRe = "GetEBSVolumeRecommendationsResponse";
|
|
320
|
-
const _GECIR = "GetEC2InstanceRecommendations";
|
|
321
|
-
const _GECIRR = "GetEC2InstanceRecommendationsRequest";
|
|
322
|
-
const _GECIRRe = "GetEC2InstanceRecommendationsResponse";
|
|
323
|
-
const _GECRPM = "GetEC2RecommendationProjectedMetrics";
|
|
324
|
-
const _GECRPMR = "GetEC2RecommendationProjectedMetricsRequest";
|
|
325
|
-
const _GECRPMRe = "GetEC2RecommendationProjectedMetricsResponse";
|
|
326
|
-
const _GECSSR = "GetECSServiceRecommendations";
|
|
327
|
-
const _GECSSRPM = "GetECSServiceRecommendationProjectedMetrics";
|
|
328
|
-
const _GECSSRPMR = "GetECSServiceRecommendationProjectedMetricsRequest";
|
|
329
|
-
const _GECSSRPMRe = "GetECSServiceRecommendationProjectedMetricsResponse";
|
|
330
|
-
const _GECSSRR = "GetECSServiceRecommendationsRequest";
|
|
331
|
-
const _GECSSRRe = "GetECSServiceRecommendationsResponse";
|
|
332
|
-
const _GERP = "GetEffectiveRecommendationPreferences";
|
|
333
|
-
const _GERPR = "GetEffectiveRecommendationPreferencesRequest";
|
|
334
|
-
const _GERPRe = "GetEffectiveRecommendationPreferencesResponse";
|
|
335
|
-
const _GES = "GetEnrollmentStatus";
|
|
336
|
-
const _GESFO = "GetEnrollmentStatusesForOrganization";
|
|
337
|
-
const _GESFOR = "GetEnrollmentStatusesForOrganizationRequest";
|
|
338
|
-
const _GESFORe = "GetEnrollmentStatusesForOrganizationResponse";
|
|
339
|
-
const _GESR = "GetEnrollmentStatusRequest";
|
|
340
|
-
const _GESRe = "GetEnrollmentStatusResponse";
|
|
341
|
-
const _GI = "GpuInfo";
|
|
342
|
-
const _GIR = "GetIdleRecommendations";
|
|
343
|
-
const _GIRR = "GetIdleRecommendationsRequest";
|
|
344
|
-
const _GIRRe = "GetIdleRecommendationsResponse";
|
|
345
|
-
const _GLFR = "GetLambdaFunctionRecommendations";
|
|
346
|
-
const _GLFRR = "GetLambdaFunctionRecommendationsRequest";
|
|
347
|
-
const _GLFRRe = "GetLambdaFunctionRecommendationsResponse";
|
|
348
|
-
const _GLR = "GetLicenseRecommendations";
|
|
349
|
-
const _GLRR = "GetLicenseRecommendationsRequest";
|
|
350
|
-
const _GLRRe = "GetLicenseRecommendationsResponse";
|
|
351
|
-
const _GRDSDR = "GetRDSDatabaseRecommendations";
|
|
352
|
-
const _GRDSDRPM = "GetRDSDatabaseRecommendationProjectedMetrics";
|
|
353
|
-
const _GRDSDRPMR = "GetRDSDatabaseRecommendationProjectedMetricsRequest";
|
|
354
|
-
const _GRDSDRPMRe = "GetRDSDatabaseRecommendationProjectedMetricsResponse";
|
|
355
|
-
const _GRDSDRR = "GetRDSDatabaseRecommendationsRequest";
|
|
356
|
-
const _GRDSDRRe = "GetRDSDatabaseRecommendationsResponse";
|
|
357
|
-
const _GRE = "GetRecommendationError";
|
|
358
|
-
const _GREe = "GetRecommendationErrors";
|
|
359
|
-
const _GRP = "GetRecommendationPreferences";
|
|
360
|
-
const _GRPR = "GetRecommendationPreferencesRequest";
|
|
361
|
-
const _GRPRe = "GetRecommendationPreferencesResponse";
|
|
362
|
-
const _GRS = "GetRecommendationSummaries";
|
|
363
|
-
const _GRSR = "GetRecommendationSummariesRequest";
|
|
364
|
-
const _GRSRe = "GetRecommendationSummariesResponse";
|
|
365
|
-
const _Gp = "Gpus";
|
|
366
|
-
const _IEMS = "IdleEstimatedMonthlySavings";
|
|
367
|
-
const _IEMSn = "InstanceEstimatedMonthlySavings";
|
|
368
|
-
const _IPVE = "InvalidParameterValueException";
|
|
369
|
-
const _IR = "IdleRecommendation";
|
|
370
|
-
const _IRE = "IdleRecommendationError";
|
|
371
|
-
const _IREd = "IdleRecommendationErrors";
|
|
372
|
-
const _IRF = "IdleRecommendationFilter";
|
|
373
|
-
const _IRFd = "IdleRecommendationFilters";
|
|
374
|
-
const _IRO = "InstanceRecommendationOption";
|
|
375
|
-
const _IRd = "IdleRecommendations";
|
|
376
|
-
const _IRn = "InstanceRecommendation";
|
|
377
|
-
const _IRns = "InstanceRecommendations";
|
|
378
|
-
const _IS = "IdleSummary";
|
|
379
|
-
const _ISE = "InternalServerException";
|
|
380
|
-
const _ISEM = "InstanceSavingsEstimationMode";
|
|
381
|
-
const _ISO = "IdleSavingsOpportunity";
|
|
382
|
-
const _ISOAD = "IdleSavingsOpportunityAfterDiscounts";
|
|
383
|
-
const _ISOADn = "InstanceSavingsOpportunityAfterDiscounts";
|
|
384
|
-
const _ISd = "IdleSummaries";
|
|
385
|
-
const _IUM = "IdleUtilizationMetric";
|
|
386
|
-
const _IUMd = "IdleUtilizationMetrics";
|
|
387
|
-
const _IWS = "InferredWorkloadSaving";
|
|
388
|
-
const _IWSn = "InferredWorkloadSavings";
|
|
389
|
-
const _JF = "JobFilter";
|
|
390
|
-
const _JFo = "JobFilters";
|
|
391
|
-
const _LC = "LicenseConfiguration";
|
|
392
|
-
const _LEE = "LimitExceededException";
|
|
393
|
-
const _LEMS = "LambdaEstimatedMonthlySavings";
|
|
394
|
-
const _LERP = "LambdaEffectiveRecommendationPreferences";
|
|
395
|
-
const _LFMPM = "LambdaFunctionMemoryProjectedMetric";
|
|
396
|
-
const _LFMPMa = "LambdaFunctionMemoryProjectedMetrics";
|
|
397
|
-
const _LFMRO = "LambdaFunctionMemoryRecommendationOption";
|
|
398
|
-
const _LFMROa = "LambdaFunctionMemoryRecommendationOptions";
|
|
399
|
-
const _LFR = "LambdaFunctionRecommendation";
|
|
400
|
-
const _LFRF = "LambdaFunctionRecommendationFilter";
|
|
401
|
-
const _LFRFa = "LambdaFunctionRecommendationFilters";
|
|
402
|
-
const _LFRa = "LambdaFunctionRecommendations";
|
|
403
|
-
const _LFUM = "LambdaFunctionUtilizationMetric";
|
|
404
|
-
const _LFUMa = "LambdaFunctionUtilizationMetrics";
|
|
405
|
-
const _LR = "LicenseRecommendation";
|
|
406
|
-
const _LRF = "LicenseRecommendationFilter";
|
|
407
|
-
const _LRFi = "LicenseRecommendationFilters";
|
|
408
|
-
const _LRO = "LicenseRecommendationOption";
|
|
409
|
-
const _LROi = "LicenseRecommendationOptions";
|
|
410
|
-
const _LRi = "LicenseRecommendations";
|
|
411
|
-
const _LSEM = "LambdaSavingsEstimationMode";
|
|
412
|
-
const _LSOAD = "LambdaSavingsOpportunityAfterDiscounts";
|
|
413
|
-
const _MAT = "MissingAuthenticationToken";
|
|
414
|
-
const _MS = "MetricSource";
|
|
415
|
-
const _MSC = "MemorySizeConfiguration";
|
|
416
|
-
const _MSe = "MetricsSource";
|
|
417
|
-
const _OB = "OrderBy";
|
|
418
|
-
const _OIRE = "OptInRequiredException";
|
|
419
|
-
const _PM = "ProjectedMetric";
|
|
420
|
-
const _PMr = "ProjectedMetrics";
|
|
421
|
-
const _PR = "PreferredResource";
|
|
422
|
-
const _PRP = "PutRecommendationPreferences";
|
|
423
|
-
const _PRPR = "PutRecommendationPreferencesRequest";
|
|
424
|
-
const _PRPRu = "PutRecommendationPreferencesResponse";
|
|
425
|
-
const _PRr = "PreferredResources";
|
|
426
|
-
const _PUM = "ProjectedUtilizationMetrics";
|
|
427
|
-
const _RCS = "ReasonCodeSummary";
|
|
428
|
-
const _RCSe = "ReasonCodeSummaries";
|
|
429
|
-
const _RDSDBIRO = "RDSDBInstanceRecommendationOption";
|
|
430
|
-
const _RDSDBIROn = "RDSDBInstanceRecommendationOptions";
|
|
431
|
-
const _RDSDBPUM = "RDSDBProjectedUtilizationMetrics";
|
|
432
|
-
const _RDSDBR = "RDSDBRecommendation";
|
|
433
|
-
const _RDSDBRF = "RDSDBRecommendationFilter";
|
|
434
|
-
const _RDSDBRFe = "RDSDBRecommendationFilters";
|
|
435
|
-
const _RDSDBRe = "RDSDBRecommendations";
|
|
436
|
-
const _RDSDBSRO = "RDSDBStorageRecommendationOption";
|
|
437
|
-
const _RDSDBSROt = "RDSDBStorageRecommendationOptions";
|
|
438
|
-
const _RDSDBUM = "RDSDBUtilizationMetric";
|
|
439
|
-
const _RDSDBUMt = "RDSDBUtilizationMetrics";
|
|
440
|
-
const _RDSDPM = "RDSDatabaseProjectedMetric";
|
|
441
|
-
const _RDSDPMa = "RDSDatabaseProjectedMetrics";
|
|
442
|
-
const _RDSDROPM = "RDSDatabaseRecommendedOptionProjectedMetric";
|
|
443
|
-
const _RDSDROPMa = "RDSDatabaseRecommendedOptionProjectedMetrics";
|
|
444
|
-
const _RDSERP = "RDSEffectiveRecommendationPreferences";
|
|
445
|
-
const _RDSIEMS = "RDSInstanceEstimatedMonthlySavings";
|
|
446
|
-
const _RDSISOAD = "RDSInstanceSavingsOpportunityAfterDiscounts";
|
|
447
|
-
const _RDSSEM = "RDSSavingsEstimationMode";
|
|
448
|
-
const _RDSSEMS = "RDSStorageEstimatedMonthlySavings";
|
|
449
|
-
const _RDSSSOAD = "RDSStorageSavingsOpportunityAfterDiscounts";
|
|
450
|
-
const _REJ = "RecommendationExportJob";
|
|
451
|
-
const _REJe = "RecommendationExportJobs";
|
|
452
|
-
const _RNFE = "ResourceNotFoundException";
|
|
453
|
-
const _RO = "RecommendationOptions";
|
|
454
|
-
const _ROPM = "RecommendedOptionProjectedMetric";
|
|
455
|
-
const _ROPMe = "RecommendedOptionProjectedMetrics";
|
|
456
|
-
const _RP = "RecommendationPreferences";
|
|
457
|
-
const _RPD = "RecommendationPreferencesDetail";
|
|
458
|
-
const _RPDe = "RecommendationPreferencesDetails";
|
|
459
|
-
const _RS = "RecommendationSource";
|
|
460
|
-
const _RSe = "RecommendationSummary";
|
|
461
|
-
const _RSec = "RecommendationSources";
|
|
462
|
-
const _RSeco = "RecommendationSummaries";
|
|
463
|
-
const _S = "Scope";
|
|
464
|
-
const _SC = "ServiceConfiguration";
|
|
465
|
-
const _SD = "S3Destination";
|
|
466
|
-
const _SDC = "S3DestinationConfig";
|
|
467
|
-
const _SO = "SavingsOpportunity";
|
|
468
|
-
const _SUE = "ServiceUnavailableException";
|
|
469
|
-
const _Su = "Summary";
|
|
470
|
-
const _Sum = "Summaries";
|
|
471
|
-
const _T = "Tag";
|
|
472
|
-
const _TE = "ThrottlingException";
|
|
473
|
-
const _Ta = "Tags";
|
|
474
|
-
const _UES = "UpdateEnrollmentStatus";
|
|
475
|
-
const _UESR = "UpdateEnrollmentStatusRequest";
|
|
476
|
-
const _UESRp = "UpdateEnrollmentStatusResponse";
|
|
477
|
-
const _UM = "UtilizationMetric";
|
|
478
|
-
const _UMt = "UtilizationMetrics";
|
|
479
|
-
const _UP = "UtilizationPreference";
|
|
480
|
-
const _UPt = "UtilizationPreferences";
|
|
481
|
-
const _VC = "VolumeConfiguration";
|
|
482
|
-
const _VR = "VolumeRecommendation";
|
|
483
|
-
const _VRO = "VolumeRecommendationOption";
|
|
484
|
-
const _VROo = "VolumeRecommendationOptions";
|
|
485
|
-
const _VRo = "VolumeRecommendations";
|
|
486
|
-
const _aES = "accountEnrollmentStatuses";
|
|
487
|
-
const _aI = "accountId";
|
|
488
|
-
const _aIc = "accountIds";
|
|
489
|
-
const _aS = "allocationStrategy";
|
|
490
|
-
const _aSC = "autoScalingConfiguration";
|
|
491
|
-
const _aSGA = "autoScalingGroupArn";
|
|
492
|
-
const _aSGAu = "autoScalingGroupArns";
|
|
493
|
-
const _aSGN = "autoScalingGroupName";
|
|
494
|
-
const _aSGR = "autoScalingGroupRecommendations";
|
|
495
|
-
const _aSO = "aggregatedSavingsOpportunity";
|
|
496
|
-
const _aSl = "allocatedStorage";
|
|
497
|
-
const _b = "bucket";
|
|
498
|
-
const _c = "client";
|
|
499
|
-
const _cC = "currentConfiguration";
|
|
500
|
-
const _cCo = "containerConfigurations";
|
|
501
|
-
const _cDBIC = "currentDBInstanceClass";
|
|
502
|
-
const _cIGI = "currentInstanceGpuInfo";
|
|
503
|
-
const _cIPR = "currentInstancePerformanceRisk";
|
|
504
|
-
const _cIT = "currentInstanceType";
|
|
505
|
-
const _cLC = "currentLicenseConfiguration";
|
|
506
|
-
const _cMS = "currentMemorySize";
|
|
507
|
-
const _cN = "containerName";
|
|
508
|
-
const _cPR = "currentPerformanceRisk";
|
|
509
|
-
const _cPRR = "currentPerformanceRiskRatings";
|
|
510
|
-
const _cR = "containerRecommendations";
|
|
511
|
-
const _cSC = "currentServiceConfiguration";
|
|
512
|
-
const _cSCu = "currentStorageConfiguration";
|
|
513
|
-
const _cSEMVIOPCV = "currentStorageEstimatedMonthlyVolumeIOPsCostVariation";
|
|
514
|
-
const _cT = "creationTimestamp";
|
|
515
|
-
const _cVA = "cpuVendorArchitectures";
|
|
516
|
-
const _co = "configuration";
|
|
517
|
-
const _cod = "code";
|
|
518
|
-
const _cp = "cpu";
|
|
519
|
-
const _cu = "currency";
|
|
520
|
-
const _d = "dimension";
|
|
521
|
-
const _dC = "desiredCapacity";
|
|
522
|
-
const _dCI = "dbClusterIdentifier";
|
|
523
|
-
const _dIC = "dbInstanceClass";
|
|
524
|
-
const _de = "destination";
|
|
525
|
-
const _e = "error";
|
|
526
|
-
const _eIHRP = "estimatedInstanceHourReductionPercentage";
|
|
527
|
-
const _eIL = "effectiveIncludeList";
|
|
528
|
-
const _eIM = "enhancedInfrastructureMetrics";
|
|
529
|
-
const _eL = "excludeList";
|
|
530
|
-
const _eMP = "externalMetricsPreference";
|
|
531
|
-
const _eMS = "estimatedMonthlySavings";
|
|
532
|
-
const _eMSx = "externalMetricStatus";
|
|
533
|
-
const _eMVIOPCV = "estimatedMonthlyVolumeIOPsCostVariation";
|
|
534
|
-
const _eRP = "effectiveRecommendationPreferences";
|
|
535
|
-
const _eSR = "ecsServiceRecommendations";
|
|
536
|
-
const _eT = "endTime";
|
|
537
|
-
const _eV = "engineVersion";
|
|
538
|
-
const _en = "engine";
|
|
539
|
-
const _er = "errors";
|
|
540
|
-
const _f = "finding";
|
|
541
|
-
const _fA = "functionArns";
|
|
542
|
-
const _fAu = "functionArn";
|
|
543
|
-
const _fD = "findingDescription";
|
|
544
|
-
const _fF = "fileFormat";
|
|
545
|
-
const _fR = "failureReason";
|
|
546
|
-
const _fRC = "findingReasonCodes";
|
|
547
|
-
const _fTE = "fieldsToExport";
|
|
548
|
-
const _fV = "functionVersion";
|
|
549
|
-
const _fi = "filters";
|
|
550
|
-
const _g = "gpus";
|
|
551
|
-
const _gC = "gpuCount";
|
|
552
|
-
const _gMSIMB = "gpuMemorySizeInMiB";
|
|
553
|
-
const _h = "high";
|
|
554
|
-
const _hE = "httpError";
|
|
555
|
-
const _he = "headroom";
|
|
556
|
-
const _i = "iops";
|
|
557
|
-
const _iA = "instanceArns";
|
|
558
|
-
const _iAn = "instanceArn";
|
|
559
|
-
const _iF = "instanceFinding";
|
|
560
|
-
const _iFRC = "instanceFindingReasonCodes";
|
|
561
|
-
const _iGI = "instanceGpuInfo";
|
|
562
|
-
const _iL = "includeList";
|
|
563
|
-
const _iMA = "includeMemberAccounts";
|
|
564
|
-
const _iN = "instanceName";
|
|
565
|
-
const _iR = "instanceRecommendations";
|
|
566
|
-
const _iRO = "instanceRecommendationOptions";
|
|
567
|
-
const _iRd = "idleRecommendations";
|
|
568
|
-
const _iS = "instanceState";
|
|
569
|
-
const _iSO = "idleSavingsOpportunity";
|
|
570
|
-
const _iSd = "idleSummaries";
|
|
571
|
-
const _iT = "instanceType";
|
|
572
|
-
const _iWS = "inferredWorkloadSavings";
|
|
573
|
-
const _iWT = "inferredWorkloadTypes";
|
|
574
|
-
const _id = "identifier";
|
|
575
|
-
const _idl = "idle";
|
|
576
|
-
const _jI = "jobIds";
|
|
577
|
-
const _jIo = "jobId";
|
|
578
|
-
const _k = "key";
|
|
579
|
-
const _kP = "keyPrefix";
|
|
580
|
-
const _l = "low";
|
|
581
|
-
const _lBP = "lookBackPeriod";
|
|
582
|
-
const _lBPID = "lookBackPeriodInDays";
|
|
583
|
-
const _lBV = "lowerBoundValues";
|
|
584
|
-
const _lBVo = "lowerBoundValue";
|
|
585
|
-
const _lE = "licenseEdition";
|
|
586
|
-
const _lFR = "lambdaFunctionRecommendations";
|
|
587
|
-
const _lM = "licenseModel";
|
|
588
|
-
const _lN = "licenseName";
|
|
589
|
-
const _lPID = "lookbackPeriodInDays";
|
|
590
|
-
const _lR = "licenseRecommendations";
|
|
591
|
-
const _lRO = "licenseRecommendationOptions";
|
|
592
|
-
const _lRT = "lastRefreshTimestamp";
|
|
593
|
-
const _lT = "launchType";
|
|
594
|
-
const _lUT = "lastUpdatedTimestamp";
|
|
595
|
-
const _lV = "licenseVersion";
|
|
596
|
-
const _m = "message";
|
|
597
|
-
const _mAE = "memberAccountsEnrolled";
|
|
598
|
-
const _mAS = "maxAllocatedStorage";
|
|
599
|
-
const _mE = "migrationEffort";
|
|
600
|
-
const _mIT = "mixedInstanceTypes";
|
|
601
|
-
const _mK = "metadataKey";
|
|
602
|
-
const _mN = "metricName";
|
|
603
|
-
const _mP = "metricParameters";
|
|
604
|
-
const _mR = "maxResults";
|
|
605
|
-
const _mRe = "memoryReservation";
|
|
606
|
-
const _mS = "minSize";
|
|
607
|
-
const _mSC = "memorySizeConfiguration";
|
|
608
|
-
const _mSRO = "memorySizeRecommendationOptions";
|
|
609
|
-
const _mSa = "maxSize";
|
|
610
|
-
const _mSe = "memorySize";
|
|
611
|
-
const _mSet = "metricsSource";
|
|
612
|
-
const _me = "medium";
|
|
613
|
-
const _mem = "memory";
|
|
614
|
-
const _n = "name";
|
|
615
|
-
const _nOC = "numberOfCores";
|
|
616
|
-
const _nOI = "numberOfInvocations";
|
|
617
|
-
const _nOMAOI = "numberOfMemberAccountsOptedIn";
|
|
618
|
-
const _nT = "nextToken";
|
|
619
|
-
const _o = "order";
|
|
620
|
-
const _oB = "orderBy";
|
|
621
|
-
const _oS = "operatingSystem";
|
|
622
|
-
const _p = "period";
|
|
623
|
-
const _pA = "providerArn";
|
|
624
|
-
const _pD = "platformDifferences";
|
|
625
|
-
const _pM = "projectedMetrics";
|
|
626
|
-
const _pR = "performanceRisk";
|
|
627
|
-
const _pRr = "preferredResources";
|
|
628
|
-
const _pT = "promotionTier";
|
|
629
|
-
const _pUM = "projectedUtilizationMetrics";
|
|
630
|
-
const _pr = "provider";
|
|
631
|
-
const _r = "rank";
|
|
632
|
-
const _rA = "resourceArn";
|
|
633
|
-
const _rAe = "resourceArns";
|
|
634
|
-
const _rCS = "reasonCodeSummaries";
|
|
635
|
-
const _rCU = "recommendedCpuUnits";
|
|
636
|
-
const _rDBIC = "recommendedDBInstanceClass";
|
|
637
|
-
const _rDBR = "rdsDBRecommendations";
|
|
638
|
-
const _rEJ = "recommendationExportJobs";
|
|
639
|
-
const _rI = "resourceId";
|
|
640
|
-
const _rIT = "recommendedInstanceType";
|
|
641
|
-
const _rMS = "recommendedMemorySize";
|
|
642
|
-
const _rO = "recommendationOptions";
|
|
643
|
-
const _rOPM = "recommendedOptionProjectedMetrics";
|
|
644
|
-
const _rP = "recommendationPreferences";
|
|
645
|
-
const _rPD = "recommendationPreferencesDetails";
|
|
646
|
-
const _rPN = "recommendationPreferenceNames";
|
|
647
|
-
const _rRT = "recommendationResourceType";
|
|
648
|
-
const _rS = "recommendationSummaries";
|
|
649
|
-
const _rSA = "recommendationSourceArn";
|
|
650
|
-
const _rST = "recommendationSourceType";
|
|
651
|
-
const _rSe = "recommendationSources";
|
|
652
|
-
const _rT = "resourceType";
|
|
653
|
-
const _rV = "rootVolume";
|
|
654
|
-
const _s = "status";
|
|
655
|
-
const _sA = "serviceArn";
|
|
656
|
-
const _sAe = "serviceArns";
|
|
657
|
-
const _sC = "statusCode";
|
|
658
|
-
const _sCt = "storageConfiguration";
|
|
659
|
-
const _sD = "s3Destination";
|
|
660
|
-
const _sDC = "s3DestinationConfig";
|
|
661
|
-
const _sEM = "savingsEstimationMode";
|
|
662
|
-
const _sF = "storageFinding";
|
|
663
|
-
const _sFRC = "storageFindingReasonCodes";
|
|
664
|
-
const _sO = "savingsOpportunity";
|
|
665
|
-
const _sOAD = "savingsOpportunityAfterDiscounts";
|
|
666
|
-
const _sOP = "savingsOpportunityPercentage";
|
|
667
|
-
const _sR = "statusReason";
|
|
668
|
-
const _sRO = "serviceRecommendationOptions";
|
|
669
|
-
const _sROt = "storageRecommendationOptions";
|
|
670
|
-
const _sT = "storageType";
|
|
671
|
-
const _sTt = "storageThroughput";
|
|
672
|
-
const _sTta = "startTime";
|
|
673
|
-
const _s_ = "s3";
|
|
674
|
-
const _sc = "scope";
|
|
675
|
-
const _se = "server";
|
|
676
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.computeoptimizer";
|
|
677
|
-
const _so = "source";
|
|
678
|
-
const _st = "statistic";
|
|
679
|
-
const _sta = "stat";
|
|
680
|
-
const _su = "summaries";
|
|
681
|
-
const _t = "type";
|
|
682
|
-
const _tDA = "taskDefinitionArn";
|
|
683
|
-
const _ta = "tags";
|
|
684
|
-
const _th = "threshold";
|
|
685
|
-
const _ti = "timestamps";
|
|
686
|
-
const _uBV = "upperBoundValues";
|
|
687
|
-
const _uBVp = "upperBoundValue";
|
|
688
|
-
const _uM = "utilizationMetrics";
|
|
689
|
-
const _uP = "utilizationPreferences";
|
|
690
|
-
const _v = "value";
|
|
691
|
-
const _vA = "volumeArns";
|
|
692
|
-
const _vAo = "volumeArn";
|
|
693
|
-
const _vBIOPS = "volumeBaselineIOPS";
|
|
694
|
-
const _vBIOPSo = "volumeBurstIOPS";
|
|
695
|
-
const _vBT = "volumeBaselineThroughput";
|
|
696
|
-
const _vBTo = "volumeBurstThroughput";
|
|
697
|
-
const _vL = "veryLow";
|
|
698
|
-
const _vR = "volumeRecommendations";
|
|
699
|
-
const _vRO = "volumeRecommendationOptions";
|
|
700
|
-
const _vS = "volumeSize";
|
|
701
|
-
const _vT = "volumeType";
|
|
702
|
-
const _va = "values";
|
|
703
|
-
const n0 = "com.amazonaws.computeoptimizer";
|
|
704
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
705
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
706
|
-
[_m],
|
|
707
|
-
[0]
|
|
708
|
-
];
|
|
709
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
710
|
-
var AccountEnrollmentStatus$ = [3, n0, _AES,
|
|
711
|
-
0,
|
|
712
|
-
[_aI, _s, _sR, _lUT],
|
|
713
|
-
[0, 0, 0, 4]
|
|
714
|
-
];
|
|
715
|
-
var AutoScalingGroupConfiguration$ = [3, n0, _ASGC,
|
|
716
|
-
0,
|
|
717
|
-
[_dC, _mS, _mSa, _iT, _aS, _eIHRP, _t, _mIT],
|
|
718
|
-
[1, 1, 1, 0, 0, 1, 0, 64 | 0]
|
|
719
|
-
];
|
|
720
|
-
var AutoScalingGroupEstimatedMonthlySavings$ = [3, n0, _ASGEMS,
|
|
721
|
-
0,
|
|
722
|
-
[_cu, _v],
|
|
723
|
-
[0, 1]
|
|
724
|
-
];
|
|
725
|
-
var AutoScalingGroupRecommendation$ = [3, n0, _ASGR,
|
|
726
|
-
0,
|
|
727
|
-
[_aI, _aSGA, _aSGN, _f, _uM, _lBPID, _cC, _cIGI, _rO, _lRT, _cPR, _eRP, _iWT],
|
|
728
|
-
[0, 0, 0, 0, () => UtilizationMetrics, 1, () => AutoScalingGroupConfiguration$, () => GpuInfo$, () => AutoScalingGroupRecommendationOptions, 4, 0, () => EffectiveRecommendationPreferences$, 64 | 0]
|
|
729
|
-
];
|
|
730
|
-
var AutoScalingGroupRecommendationOption$ = [3, n0, _ASGRO,
|
|
731
|
-
0,
|
|
732
|
-
[_co, _iGI, _pUM, _pR, _r, _sO, _sOAD, _mE],
|
|
733
|
-
[() => AutoScalingGroupConfiguration$, () => GpuInfo$, () => ProjectedUtilizationMetrics, 1, 1, () => SavingsOpportunity$, () => AutoScalingGroupSavingsOpportunityAfterDiscounts$, 0]
|
|
734
|
-
];
|
|
735
|
-
var AutoScalingGroupSavingsOpportunityAfterDiscounts$ = [3, n0, _ASGSOAD,
|
|
736
|
-
0,
|
|
737
|
-
[_sOP, _eMS],
|
|
738
|
-
[1, () => AutoScalingGroupEstimatedMonthlySavings$]
|
|
739
|
-
];
|
|
740
|
-
var ContainerConfiguration$ = [3, n0, _CC,
|
|
741
|
-
0,
|
|
742
|
-
[_cN, _mSC, _cp],
|
|
743
|
-
[0, () => MemorySizeConfiguration$, 1]
|
|
744
|
-
];
|
|
745
|
-
var ContainerRecommendation$ = [3, n0, _CR,
|
|
746
|
-
0,
|
|
747
|
-
[_cN, _mSC, _cp],
|
|
748
|
-
[0, () => MemorySizeConfiguration$, 1]
|
|
749
|
-
];
|
|
750
|
-
var CurrentPerformanceRiskRatings$ = [3, n0, _CPRR,
|
|
751
|
-
0,
|
|
752
|
-
[_h, _me, _l, _vL],
|
|
753
|
-
[1, 1, 1, 1]
|
|
754
|
-
];
|
|
755
|
-
var CustomizableMetricParameters$ = [3, n0, _CMP,
|
|
756
|
-
0,
|
|
757
|
-
[_th, _he],
|
|
758
|
-
[0, 0]
|
|
759
|
-
];
|
|
760
|
-
var DBStorageConfiguration$ = [3, n0, _DBSC,
|
|
761
|
-
0,
|
|
762
|
-
[_sT, _aSl, _i, _mAS, _sTt],
|
|
763
|
-
[0, 1, 1, 1, 1]
|
|
764
|
-
];
|
|
765
|
-
var DeleteRecommendationPreferencesRequest$ = [3, n0, _DRPR,
|
|
766
|
-
0,
|
|
767
|
-
[_rT, _rPN, _sc],
|
|
768
|
-
[0, 64 | 0, () => Scope$], 2
|
|
769
|
-
];
|
|
770
|
-
var DeleteRecommendationPreferencesResponse$ = [3, n0, _DRPRe,
|
|
771
|
-
0,
|
|
772
|
-
[],
|
|
773
|
-
[]
|
|
774
|
-
];
|
|
775
|
-
var DescribeRecommendationExportJobsRequest$ = [3, n0, _DREJR,
|
|
776
|
-
0,
|
|
777
|
-
[_jI, _fi, _nT, _mR],
|
|
778
|
-
[64 | 0, () => JobFilters, 0, 1]
|
|
779
|
-
];
|
|
780
|
-
var DescribeRecommendationExportJobsResponse$ = [3, n0, _DREJRe,
|
|
781
|
-
0,
|
|
782
|
-
[_rEJ, _nT],
|
|
783
|
-
[() => RecommendationExportJobs, 0]
|
|
784
|
-
];
|
|
785
|
-
var EBSEffectiveRecommendationPreferences$ = [3, n0, _EBSERP,
|
|
786
|
-
0,
|
|
787
|
-
[_sEM],
|
|
788
|
-
[() => EBSSavingsEstimationMode$]
|
|
789
|
-
];
|
|
790
|
-
var EBSEstimatedMonthlySavings$ = [3, n0, _EBSEMS,
|
|
791
|
-
0,
|
|
792
|
-
[_cu, _v],
|
|
793
|
-
[0, 1]
|
|
794
|
-
];
|
|
795
|
-
var EBSFilter$ = [3, n0, _EBSF,
|
|
796
|
-
0,
|
|
797
|
-
[_n, _va],
|
|
798
|
-
[0, 64 | 0]
|
|
799
|
-
];
|
|
800
|
-
var EBSSavingsEstimationMode$ = [3, n0, _EBSSEM,
|
|
801
|
-
0,
|
|
802
|
-
[_so],
|
|
803
|
-
[0]
|
|
804
|
-
];
|
|
805
|
-
var EBSSavingsOpportunityAfterDiscounts$ = [3, n0, _EBSSOAD,
|
|
806
|
-
0,
|
|
807
|
-
[_sOP, _eMS],
|
|
808
|
-
[1, () => EBSEstimatedMonthlySavings$]
|
|
809
|
-
];
|
|
810
|
-
var EBSUtilizationMetric$ = [3, n0, _EBSUM,
|
|
811
|
-
0,
|
|
812
|
-
[_n, _st, _v],
|
|
813
|
-
[0, 0, 1]
|
|
814
|
-
];
|
|
815
|
-
var ECSEffectiveRecommendationPreferences$ = [3, n0, _ECSERP,
|
|
816
|
-
0,
|
|
817
|
-
[_sEM],
|
|
818
|
-
[() => ECSSavingsEstimationMode$]
|
|
819
|
-
];
|
|
820
|
-
var ECSEstimatedMonthlySavings$ = [3, n0, _ECSEMS,
|
|
821
|
-
0,
|
|
822
|
-
[_cu, _v],
|
|
823
|
-
[0, 1]
|
|
824
|
-
];
|
|
825
|
-
var ECSSavingsEstimationMode$ = [3, n0, _ECSSEM,
|
|
826
|
-
0,
|
|
827
|
-
[_so],
|
|
828
|
-
[0]
|
|
829
|
-
];
|
|
830
|
-
var ECSSavingsOpportunityAfterDiscounts$ = [3, n0, _ECSSOAD,
|
|
831
|
-
0,
|
|
832
|
-
[_sOP, _eMS],
|
|
833
|
-
[1, () => ECSEstimatedMonthlySavings$]
|
|
834
|
-
];
|
|
835
|
-
var ECSServiceProjectedMetric$ = [3, n0, _ECSSPM,
|
|
836
|
-
0,
|
|
837
|
-
[_n, _ti, _uBV, _lBV],
|
|
838
|
-
[0, 64 | 4, 64 | 1, 64 | 1]
|
|
839
|
-
];
|
|
840
|
-
var ECSServiceProjectedUtilizationMetric$ = [3, n0, _ECSSPUM,
|
|
841
|
-
0,
|
|
842
|
-
[_n, _st, _lBVo, _uBVp],
|
|
843
|
-
[0, 0, 1, 1]
|
|
844
|
-
];
|
|
845
|
-
var ECSServiceRecommendation$ = [3, n0, _ECSSR,
|
|
846
|
-
0,
|
|
847
|
-
[_sA, _aI, _cSC, _uM, _lPID, _lT, _lRT, _f, _fRC, _sRO, _cPR, _eRP, _ta],
|
|
848
|
-
[0, 0, () => ServiceConfiguration$, () => ECSServiceUtilizationMetrics, 1, 0, 4, 0, 64 | 0, () => ECSServiceRecommendationOptions, 0, () => ECSEffectiveRecommendationPreferences$, () => Tags]
|
|
849
|
-
];
|
|
850
|
-
var ECSServiceRecommendationFilter$ = [3, n0, _ECSSRF,
|
|
851
|
-
0,
|
|
852
|
-
[_n, _va],
|
|
853
|
-
[0, 64 | 0]
|
|
854
|
-
];
|
|
855
|
-
var ECSServiceRecommendationOption$ = [3, n0, _ECSSRO,
|
|
856
|
-
0,
|
|
857
|
-
[_mem, _cp, _sO, _sOAD, _pUM, _cR],
|
|
858
|
-
[1, 1, () => SavingsOpportunity$, () => ECSSavingsOpportunityAfterDiscounts$, () => ECSServiceProjectedUtilizationMetrics, () => ContainerRecommendations]
|
|
859
|
-
];
|
|
860
|
-
var ECSServiceRecommendedOptionProjectedMetric$ = [3, n0, _ECSSROPM,
|
|
861
|
-
0,
|
|
862
|
-
[_rCU, _rMS, _pM],
|
|
863
|
-
[1, 1, () => ECSServiceProjectedMetrics]
|
|
864
|
-
];
|
|
865
|
-
var ECSServiceUtilizationMetric$ = [3, n0, _ECSSUM,
|
|
866
|
-
0,
|
|
867
|
-
[_n, _st, _v],
|
|
868
|
-
[0, 0, 1]
|
|
869
|
-
];
|
|
870
|
-
var EffectivePreferredResource$ = [3, n0, _EPR,
|
|
871
|
-
0,
|
|
872
|
-
[_n, _iL, _eIL, _eL],
|
|
873
|
-
[0, 64 | 0, 64 | 0, 64 | 0]
|
|
874
|
-
];
|
|
875
|
-
var EffectiveRecommendationPreferences$ = [3, n0, _ERP,
|
|
876
|
-
0,
|
|
877
|
-
[_cVA, _eIM, _iWT, _eMP, _lBP, _uP, _pRr, _sEM],
|
|
878
|
-
[64 | 0, 0, 0, () => ExternalMetricsPreference$, 0, () => UtilizationPreferences, () => EffectivePreferredResources, () => InstanceSavingsEstimationMode$]
|
|
879
|
-
];
|
|
880
|
-
var EnrollmentFilter$ = [3, n0, _EF,
|
|
881
|
-
0,
|
|
882
|
-
[_n, _va],
|
|
883
|
-
[0, 64 | 0]
|
|
884
|
-
];
|
|
885
|
-
var EstimatedMonthlySavings$ = [3, n0, _EMS,
|
|
886
|
-
0,
|
|
887
|
-
[_cu, _v],
|
|
888
|
-
[0, 1]
|
|
889
|
-
];
|
|
890
|
-
var ExportAutoScalingGroupRecommendationsRequest$ = [3, n0, _EASGRR,
|
|
891
|
-
0,
|
|
892
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA, _rP],
|
|
893
|
-
[() => S3DestinationConfig$, 64 | 0, () => Filters, 64 | 0, 0, 2, () => RecommendationPreferences$], 1
|
|
894
|
-
];
|
|
895
|
-
var ExportAutoScalingGroupRecommendationsResponse$ = [3, n0, _EASGRRx,
|
|
896
|
-
0,
|
|
897
|
-
[_jIo, _sD],
|
|
898
|
-
[0, () => S3Destination$]
|
|
899
|
-
];
|
|
900
|
-
var ExportDestination$ = [3, n0, _ED,
|
|
901
|
-
0,
|
|
902
|
-
[_s_],
|
|
903
|
-
[() => S3Destination$]
|
|
904
|
-
];
|
|
905
|
-
var ExportEBSVolumeRecommendationsRequest$ = [3, n0, _EEBSVRR,
|
|
906
|
-
0,
|
|
907
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA],
|
|
908
|
-
[() => S3DestinationConfig$, 64 | 0, () => EBSFilters, 64 | 0, 0, 2], 1
|
|
909
|
-
];
|
|
910
|
-
var ExportEBSVolumeRecommendationsResponse$ = [3, n0, _EEBSVRRx,
|
|
911
|
-
0,
|
|
912
|
-
[_jIo, _sD],
|
|
913
|
-
[0, () => S3Destination$]
|
|
914
|
-
];
|
|
915
|
-
var ExportEC2InstanceRecommendationsRequest$ = [3, n0, _EECIRR,
|
|
916
|
-
0,
|
|
917
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA, _rP],
|
|
918
|
-
[() => S3DestinationConfig$, 64 | 0, () => Filters, 64 | 0, 0, 2, () => RecommendationPreferences$], 1
|
|
919
|
-
];
|
|
920
|
-
var ExportEC2InstanceRecommendationsResponse$ = [3, n0, _EECIRRx,
|
|
921
|
-
0,
|
|
922
|
-
[_jIo, _sD],
|
|
923
|
-
[0, () => S3Destination$]
|
|
924
|
-
];
|
|
925
|
-
var ExportECSServiceRecommendationsRequest$ = [3, n0, _EECSSRR,
|
|
926
|
-
0,
|
|
927
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA],
|
|
928
|
-
[() => S3DestinationConfig$, 64 | 0, () => ECSServiceRecommendationFilters, 64 | 0, 0, 2], 1
|
|
929
|
-
];
|
|
930
|
-
var ExportECSServiceRecommendationsResponse$ = [3, n0, _EECSSRRx,
|
|
931
|
-
0,
|
|
932
|
-
[_jIo, _sD],
|
|
933
|
-
[0, () => S3Destination$]
|
|
934
|
-
];
|
|
935
|
-
var ExportIdleRecommendationsRequest$ = [3, n0, _EIRR,
|
|
936
|
-
0,
|
|
937
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA],
|
|
938
|
-
[() => S3DestinationConfig$, 64 | 0, () => IdleRecommendationFilters, 64 | 0, 0, 2], 1
|
|
939
|
-
];
|
|
940
|
-
var ExportIdleRecommendationsResponse$ = [3, n0, _EIRRx,
|
|
941
|
-
0,
|
|
942
|
-
[_jIo, _sD],
|
|
943
|
-
[0, () => S3Destination$]
|
|
944
|
-
];
|
|
945
|
-
var ExportLambdaFunctionRecommendationsRequest$ = [3, n0, _ELFRR,
|
|
946
|
-
0,
|
|
947
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA],
|
|
948
|
-
[() => S3DestinationConfig$, 64 | 0, () => LambdaFunctionRecommendationFilters, 64 | 0, 0, 2], 1
|
|
949
|
-
];
|
|
950
|
-
var ExportLambdaFunctionRecommendationsResponse$ = [3, n0, _ELFRRx,
|
|
951
|
-
0,
|
|
952
|
-
[_jIo, _sD],
|
|
953
|
-
[0, () => S3Destination$]
|
|
954
|
-
];
|
|
955
|
-
var ExportLicenseRecommendationsRequest$ = [3, n0, _ELRR,
|
|
956
|
-
0,
|
|
957
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA],
|
|
958
|
-
[() => S3DestinationConfig$, 64 | 0, () => LicenseRecommendationFilters, 64 | 0, 0, 2], 1
|
|
959
|
-
];
|
|
960
|
-
var ExportLicenseRecommendationsResponse$ = [3, n0, _ELRRx,
|
|
961
|
-
0,
|
|
962
|
-
[_jIo, _sD],
|
|
963
|
-
[0, () => S3Destination$]
|
|
964
|
-
];
|
|
965
|
-
var ExportRDSDatabaseRecommendationsRequest$ = [3, n0, _ERDSDRR,
|
|
966
|
-
0,
|
|
967
|
-
[_sDC, _aIc, _fi, _fTE, _fF, _iMA, _rP],
|
|
968
|
-
[() => S3DestinationConfig$, 64 | 0, () => RDSDBRecommendationFilters, 64 | 0, 0, 2, () => RecommendationPreferences$], 1
|
|
969
|
-
];
|
|
970
|
-
var ExportRDSDatabaseRecommendationsResponse$ = [3, n0, _ERDSDRRx,
|
|
971
|
-
0,
|
|
972
|
-
[_jIo, _sD],
|
|
973
|
-
[0, () => S3Destination$]
|
|
974
|
-
];
|
|
975
|
-
var ExternalMetricsPreference$ = [3, n0, _EMP,
|
|
976
|
-
0,
|
|
977
|
-
[_so],
|
|
978
|
-
[0]
|
|
979
|
-
];
|
|
980
|
-
var ExternalMetricStatus$ = [3, n0, _EMSx,
|
|
981
|
-
0,
|
|
982
|
-
[_sC, _sR],
|
|
983
|
-
[0, 0]
|
|
984
|
-
];
|
|
985
|
-
var Filter$ = [3, n0, _F,
|
|
986
|
-
0,
|
|
987
|
-
[_n, _va],
|
|
988
|
-
[0, 64 | 0]
|
|
989
|
-
];
|
|
990
|
-
var GetAutoScalingGroupRecommendationsRequest$ = [3, n0, _GASGRR,
|
|
991
|
-
0,
|
|
992
|
-
[_aIc, _aSGAu, _nT, _mR, _fi, _rP],
|
|
993
|
-
[64 | 0, 64 | 0, 0, 1, () => Filters, () => RecommendationPreferences$]
|
|
994
|
-
];
|
|
995
|
-
var GetAutoScalingGroupRecommendationsResponse$ = [3, n0, _GASGRRe,
|
|
996
|
-
0,
|
|
997
|
-
[_nT, _aSGR, _er],
|
|
998
|
-
[0, () => AutoScalingGroupRecommendations, () => GetRecommendationErrors]
|
|
999
|
-
];
|
|
1000
|
-
var GetEBSVolumeRecommendationsRequest$ = [3, n0, _GEBSVRR,
|
|
1001
|
-
0,
|
|
1002
|
-
[_vA, _nT, _mR, _fi, _aIc],
|
|
1003
|
-
[64 | 0, 0, 1, () => EBSFilters, 64 | 0]
|
|
1004
|
-
];
|
|
1005
|
-
var GetEBSVolumeRecommendationsResponse$ = [3, n0, _GEBSVRRe,
|
|
1006
|
-
0,
|
|
1007
|
-
[_nT, _vR, _er],
|
|
1008
|
-
[0, () => VolumeRecommendations, () => GetRecommendationErrors]
|
|
1009
|
-
];
|
|
1010
|
-
var GetEC2InstanceRecommendationsRequest$ = [3, n0, _GECIRR,
|
|
1011
|
-
0,
|
|
1012
|
-
[_iA, _nT, _mR, _fi, _aIc, _rP],
|
|
1013
|
-
[64 | 0, 0, 1, () => Filters, 64 | 0, () => RecommendationPreferences$]
|
|
1014
|
-
];
|
|
1015
|
-
var GetEC2InstanceRecommendationsResponse$ = [3, n0, _GECIRRe,
|
|
1016
|
-
0,
|
|
1017
|
-
[_nT, _iR, _er],
|
|
1018
|
-
[0, () => InstanceRecommendations, () => GetRecommendationErrors]
|
|
1019
|
-
];
|
|
1020
|
-
var GetEC2RecommendationProjectedMetricsRequest$ = [3, n0, _GECRPMR,
|
|
1021
|
-
0,
|
|
1022
|
-
[_iAn, _sta, _p, _sTta, _eT, _rP],
|
|
1023
|
-
[0, 0, 1, 4, 4, () => RecommendationPreferences$], 5
|
|
1024
|
-
];
|
|
1025
|
-
var GetEC2RecommendationProjectedMetricsResponse$ = [3, n0, _GECRPMRe,
|
|
1026
|
-
0,
|
|
1027
|
-
[_rOPM],
|
|
1028
|
-
[() => RecommendedOptionProjectedMetrics]
|
|
1029
|
-
];
|
|
1030
|
-
var GetECSServiceRecommendationProjectedMetricsRequest$ = [3, n0, _GECSSRPMR,
|
|
1031
|
-
0,
|
|
1032
|
-
[_sA, _sta, _p, _sTta, _eT],
|
|
1033
|
-
[0, 0, 1, 4, 4], 5
|
|
1034
|
-
];
|
|
1035
|
-
var GetECSServiceRecommendationProjectedMetricsResponse$ = [3, n0, _GECSSRPMRe,
|
|
1036
|
-
0,
|
|
1037
|
-
[_rOPM],
|
|
1038
|
-
[() => ECSServiceRecommendedOptionProjectedMetrics]
|
|
1039
|
-
];
|
|
1040
|
-
var GetECSServiceRecommendationsRequest$ = [3, n0, _GECSSRR,
|
|
1041
|
-
0,
|
|
1042
|
-
[_sAe, _nT, _mR, _fi, _aIc],
|
|
1043
|
-
[64 | 0, 0, 1, () => ECSServiceRecommendationFilters, 64 | 0]
|
|
1044
|
-
];
|
|
1045
|
-
var GetECSServiceRecommendationsResponse$ = [3, n0, _GECSSRRe,
|
|
1046
|
-
0,
|
|
1047
|
-
[_nT, _eSR, _er],
|
|
1048
|
-
[0, () => ECSServiceRecommendations, () => GetRecommendationErrors]
|
|
1049
|
-
];
|
|
1050
|
-
var GetEffectiveRecommendationPreferencesRequest$ = [3, n0, _GERPR,
|
|
1051
|
-
0,
|
|
1052
|
-
[_rA],
|
|
1053
|
-
[0], 1
|
|
1054
|
-
];
|
|
1055
|
-
var GetEffectiveRecommendationPreferencesResponse$ = [3, n0, _GERPRe,
|
|
1056
|
-
0,
|
|
1057
|
-
[_eIM, _eMP, _lBP, _uP, _pRr],
|
|
1058
|
-
[0, () => ExternalMetricsPreference$, 0, () => UtilizationPreferences, () => EffectivePreferredResources]
|
|
1059
|
-
];
|
|
1060
|
-
var GetEnrollmentStatusesForOrganizationRequest$ = [3, n0, _GESFOR,
|
|
1061
|
-
0,
|
|
1062
|
-
[_fi, _nT, _mR],
|
|
1063
|
-
[() => EnrollmentFilters, 0, 1]
|
|
1064
|
-
];
|
|
1065
|
-
var GetEnrollmentStatusesForOrganizationResponse$ = [3, n0, _GESFORe,
|
|
1066
|
-
0,
|
|
1067
|
-
[_aES, _nT],
|
|
1068
|
-
[() => AccountEnrollmentStatuses, 0]
|
|
1069
|
-
];
|
|
1070
|
-
var GetEnrollmentStatusRequest$ = [3, n0, _GESR,
|
|
1071
|
-
0,
|
|
1072
|
-
[],
|
|
1073
|
-
[]
|
|
1074
|
-
];
|
|
1075
|
-
var GetEnrollmentStatusResponse$ = [3, n0, _GESRe,
|
|
1076
|
-
0,
|
|
1077
|
-
[_s, _sR, _mAE, _lUT, _nOMAOI],
|
|
1078
|
-
[0, 0, 2, 4, 1]
|
|
1079
|
-
];
|
|
1080
|
-
var GetIdleRecommendationsRequest$ = [3, n0, _GIRR,
|
|
1081
|
-
0,
|
|
1082
|
-
[_rAe, _nT, _mR, _fi, _aIc, _oB],
|
|
1083
|
-
[64 | 0, 0, 1, () => IdleRecommendationFilters, 64 | 0, () => OrderBy$]
|
|
1084
|
-
];
|
|
1085
|
-
var GetIdleRecommendationsResponse$ = [3, n0, _GIRRe,
|
|
1086
|
-
0,
|
|
1087
|
-
[_nT, _iRd, _er],
|
|
1088
|
-
[0, () => IdleRecommendations, () => IdleRecommendationErrors]
|
|
1089
|
-
];
|
|
1090
|
-
var GetLambdaFunctionRecommendationsRequest$ = [3, n0, _GLFRR,
|
|
1091
|
-
0,
|
|
1092
|
-
[_fA, _aIc, _fi, _nT, _mR],
|
|
1093
|
-
[64 | 0, 64 | 0, () => LambdaFunctionRecommendationFilters, 0, 1]
|
|
1094
|
-
];
|
|
1095
|
-
var GetLambdaFunctionRecommendationsResponse$ = [3, n0, _GLFRRe,
|
|
1096
|
-
0,
|
|
1097
|
-
[_nT, _lFR],
|
|
1098
|
-
[0, () => LambdaFunctionRecommendations]
|
|
1099
|
-
];
|
|
1100
|
-
var GetLicenseRecommendationsRequest$ = [3, n0, _GLRR,
|
|
1101
|
-
0,
|
|
1102
|
-
[_rAe, _nT, _mR, _fi, _aIc],
|
|
1103
|
-
[64 | 0, 0, 1, () => LicenseRecommendationFilters, 64 | 0]
|
|
1104
|
-
];
|
|
1105
|
-
var GetLicenseRecommendationsResponse$ = [3, n0, _GLRRe,
|
|
1106
|
-
0,
|
|
1107
|
-
[_nT, _lR, _er],
|
|
1108
|
-
[0, () => LicenseRecommendations, () => GetRecommendationErrors]
|
|
1109
|
-
];
|
|
1110
|
-
var GetRDSDatabaseRecommendationProjectedMetricsRequest$ = [3, n0, _GRDSDRPMR,
|
|
1111
|
-
0,
|
|
1112
|
-
[_rA, _sta, _p, _sTta, _eT, _rP],
|
|
1113
|
-
[0, 0, 1, 4, 4, () => RecommendationPreferences$], 5
|
|
1114
|
-
];
|
|
1115
|
-
var GetRDSDatabaseRecommendationProjectedMetricsResponse$ = [3, n0, _GRDSDRPMRe,
|
|
1116
|
-
0,
|
|
1117
|
-
[_rOPM],
|
|
1118
|
-
[() => RDSDatabaseRecommendedOptionProjectedMetrics]
|
|
1119
|
-
];
|
|
1120
|
-
var GetRDSDatabaseRecommendationsRequest$ = [3, n0, _GRDSDRR,
|
|
1121
|
-
0,
|
|
1122
|
-
[_rAe, _nT, _mR, _fi, _aIc, _rP],
|
|
1123
|
-
[64 | 0, 0, 1, () => RDSDBRecommendationFilters, 64 | 0, () => RecommendationPreferences$]
|
|
1124
|
-
];
|
|
1125
|
-
var GetRDSDatabaseRecommendationsResponse$ = [3, n0, _GRDSDRRe,
|
|
1126
|
-
0,
|
|
1127
|
-
[_nT, _rDBR, _er],
|
|
1128
|
-
[0, () => RDSDBRecommendations, () => GetRecommendationErrors]
|
|
1129
|
-
];
|
|
1130
|
-
var GetRecommendationError$ = [3, n0, _GRE,
|
|
1131
|
-
0,
|
|
1132
|
-
[_id, _cod, _m],
|
|
1133
|
-
[0, 0, 0]
|
|
1134
|
-
];
|
|
1135
|
-
var GetRecommendationPreferencesRequest$ = [3, n0, _GRPR,
|
|
1136
|
-
0,
|
|
1137
|
-
[_rT, _sc, _nT, _mR],
|
|
1138
|
-
[0, () => Scope$, 0, 1], 1
|
|
1139
|
-
];
|
|
1140
|
-
var GetRecommendationPreferencesResponse$ = [3, n0, _GRPRe,
|
|
1141
|
-
0,
|
|
1142
|
-
[_nT, _rPD],
|
|
1143
|
-
[0, () => RecommendationPreferencesDetails]
|
|
1144
|
-
];
|
|
1145
|
-
var GetRecommendationSummariesRequest$ = [3, n0, _GRSR,
|
|
1146
|
-
0,
|
|
1147
|
-
[_aIc, _nT, _mR],
|
|
1148
|
-
[64 | 0, 0, 1]
|
|
1149
|
-
];
|
|
1150
|
-
var GetRecommendationSummariesResponse$ = [3, n0, _GRSRe,
|
|
1151
|
-
0,
|
|
1152
|
-
[_nT, _rS],
|
|
1153
|
-
[0, () => RecommendationSummaries]
|
|
1154
|
-
];
|
|
1155
|
-
var Gpu$ = [3, n0, _G,
|
|
1156
|
-
0,
|
|
1157
|
-
[_gC, _gMSIMB],
|
|
1158
|
-
[1, 1]
|
|
1159
|
-
];
|
|
1160
|
-
var GpuInfo$ = [3, n0, _GI,
|
|
1161
|
-
0,
|
|
1162
|
-
[_g],
|
|
1163
|
-
[() => Gpus]
|
|
1164
|
-
];
|
|
1165
|
-
var IdleEstimatedMonthlySavings$ = [3, n0, _IEMS,
|
|
1166
|
-
0,
|
|
1167
|
-
[_cu, _v],
|
|
1168
|
-
[0, 1]
|
|
1169
|
-
];
|
|
1170
|
-
var IdleRecommendation$ = [3, n0, _IR,
|
|
1171
|
-
0,
|
|
1172
|
-
[_rA, _rI, _rT, _aI, _f, _fD, _sO, _sOAD, _uM, _lBPID, _lRT, _ta],
|
|
1173
|
-
[0, 0, 0, 0, 0, 0, () => IdleSavingsOpportunity$, () => IdleSavingsOpportunityAfterDiscounts$, () => IdleUtilizationMetrics, 1, 4, () => Tags]
|
|
1174
|
-
];
|
|
1175
|
-
var IdleRecommendationError$ = [3, n0, _IRE,
|
|
1176
|
-
0,
|
|
1177
|
-
[_id, _cod, _m, _rT],
|
|
1178
|
-
[0, 0, 0, 0]
|
|
1179
|
-
];
|
|
1180
|
-
var IdleRecommendationFilter$ = [3, n0, _IRF,
|
|
1181
|
-
0,
|
|
1182
|
-
[_n, _va],
|
|
1183
|
-
[0, 64 | 0]
|
|
1184
|
-
];
|
|
1185
|
-
var IdleSavingsOpportunity$ = [3, n0, _ISO,
|
|
1186
|
-
0,
|
|
1187
|
-
[_sOP, _eMS],
|
|
1188
|
-
[1, () => IdleEstimatedMonthlySavings$]
|
|
1189
|
-
];
|
|
1190
|
-
var IdleSavingsOpportunityAfterDiscounts$ = [3, n0, _ISOAD,
|
|
1191
|
-
0,
|
|
1192
|
-
[_sOP, _eMS],
|
|
1193
|
-
[1, () => IdleEstimatedMonthlySavings$]
|
|
1194
|
-
];
|
|
1195
|
-
var IdleSummary$ = [3, n0, _IS,
|
|
1196
|
-
0,
|
|
1197
|
-
[_n, _v],
|
|
1198
|
-
[0, 1]
|
|
1199
|
-
];
|
|
1200
|
-
var IdleUtilizationMetric$ = [3, n0, _IUM,
|
|
1201
|
-
0,
|
|
1202
|
-
[_n, _st, _v],
|
|
1203
|
-
[0, 0, 1]
|
|
1204
|
-
];
|
|
1205
|
-
var InferredWorkloadSaving$ = [3, n0, _IWS,
|
|
1206
|
-
0,
|
|
1207
|
-
[_iWT, _eMS],
|
|
1208
|
-
[64 | 0, () => EstimatedMonthlySavings$]
|
|
1209
|
-
];
|
|
1210
|
-
var InstanceEstimatedMonthlySavings$ = [3, n0, _IEMSn,
|
|
1211
|
-
0,
|
|
1212
|
-
[_cu, _v],
|
|
1213
|
-
[0, 1]
|
|
1214
|
-
];
|
|
1215
|
-
var InstanceRecommendation$ = [3, n0, _IRn,
|
|
1216
|
-
0,
|
|
1217
|
-
[_iAn, _aI, _iN, _cIT, _f, _fRC, _uM, _lBPID, _rO, _rSe, _lRT, _cPR, _eRP, _iWT, _iS, _ta, _eMSx, _cIGI, _idl],
|
|
1218
|
-
[0, 0, 0, 0, 0, 64 | 0, () => UtilizationMetrics, 1, () => RecommendationOptions, () => RecommendationSources, 4, 0, () => EffectiveRecommendationPreferences$, 64 | 0, 0, () => Tags, () => ExternalMetricStatus$, () => GpuInfo$, 0]
|
|
1219
|
-
];
|
|
1220
|
-
var InstanceRecommendationOption$ = [3, n0, _IRO,
|
|
1221
|
-
0,
|
|
1222
|
-
[_iT, _iGI, _pUM, _pD, _pR, _r, _sO, _sOAD, _mE],
|
|
1223
|
-
[0, () => GpuInfo$, () => ProjectedUtilizationMetrics, 64 | 0, 1, 1, () => SavingsOpportunity$, () => InstanceSavingsOpportunityAfterDiscounts$, 0]
|
|
1224
|
-
];
|
|
1225
|
-
var InstanceSavingsEstimationMode$ = [3, n0, _ISEM,
|
|
1226
|
-
0,
|
|
1227
|
-
[_so],
|
|
1228
|
-
[0]
|
|
1229
|
-
];
|
|
1230
|
-
var InstanceSavingsOpportunityAfterDiscounts$ = [3, n0, _ISOADn,
|
|
1231
|
-
0,
|
|
1232
|
-
[_sOP, _eMS],
|
|
1233
|
-
[1, () => InstanceEstimatedMonthlySavings$]
|
|
1234
|
-
];
|
|
1235
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
1236
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1237
|
-
[_m],
|
|
1238
|
-
[0]
|
|
1239
|
-
];
|
|
1240
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1241
|
-
var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
1242
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1243
|
-
[_m],
|
|
1244
|
-
[0]
|
|
1245
|
-
];
|
|
1246
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
1247
|
-
var JobFilter$ = [3, n0, _JF,
|
|
1248
|
-
0,
|
|
1249
|
-
[_n, _va],
|
|
1250
|
-
[0, 64 | 0]
|
|
1251
|
-
];
|
|
1252
|
-
var LambdaEffectiveRecommendationPreferences$ = [3, n0, _LERP,
|
|
1253
|
-
0,
|
|
1254
|
-
[_sEM],
|
|
1255
|
-
[() => LambdaSavingsEstimationMode$]
|
|
1256
|
-
];
|
|
1257
|
-
var LambdaEstimatedMonthlySavings$ = [3, n0, _LEMS,
|
|
1258
|
-
0,
|
|
1259
|
-
[_cu, _v],
|
|
1260
|
-
[0, 1]
|
|
1261
|
-
];
|
|
1262
|
-
var LambdaFunctionMemoryProjectedMetric$ = [3, n0, _LFMPM,
|
|
1263
|
-
0,
|
|
1264
|
-
[_n, _st, _v],
|
|
1265
|
-
[0, 0, 1]
|
|
1266
|
-
];
|
|
1267
|
-
var LambdaFunctionMemoryRecommendationOption$ = [3, n0, _LFMRO,
|
|
1268
|
-
0,
|
|
1269
|
-
[_r, _mSe, _pUM, _sO, _sOAD],
|
|
1270
|
-
[1, 1, () => LambdaFunctionMemoryProjectedMetrics, () => SavingsOpportunity$, () => LambdaSavingsOpportunityAfterDiscounts$]
|
|
1271
|
-
];
|
|
1272
|
-
var LambdaFunctionRecommendation$ = [3, n0, _LFR,
|
|
1273
|
-
0,
|
|
1274
|
-
[_fAu, _fV, _aI, _cMS, _nOI, _uM, _lPID, _lRT, _f, _fRC, _mSRO, _cPR, _eRP, _ta],
|
|
1275
|
-
[0, 0, 0, 1, 1, () => LambdaFunctionUtilizationMetrics, 1, 4, 0, 64 | 0, () => LambdaFunctionMemoryRecommendationOptions, 0, () => LambdaEffectiveRecommendationPreferences$, () => Tags]
|
|
1276
|
-
];
|
|
1277
|
-
var LambdaFunctionRecommendationFilter$ = [3, n0, _LFRF,
|
|
1278
|
-
0,
|
|
1279
|
-
[_n, _va],
|
|
1280
|
-
[0, 64 | 0]
|
|
1281
|
-
];
|
|
1282
|
-
var LambdaFunctionUtilizationMetric$ = [3, n0, _LFUM,
|
|
1283
|
-
0,
|
|
1284
|
-
[_n, _st, _v],
|
|
1285
|
-
[0, 0, 1]
|
|
1286
|
-
];
|
|
1287
|
-
var LambdaSavingsEstimationMode$ = [3, n0, _LSEM,
|
|
1288
|
-
0,
|
|
1289
|
-
[_so],
|
|
1290
|
-
[0]
|
|
1291
|
-
];
|
|
1292
|
-
var LambdaSavingsOpportunityAfterDiscounts$ = [3, n0, _LSOAD,
|
|
1293
|
-
0,
|
|
1294
|
-
[_sOP, _eMS],
|
|
1295
|
-
[1, () => LambdaEstimatedMonthlySavings$]
|
|
1296
|
-
];
|
|
1297
|
-
var LicenseConfiguration$ = [3, n0, _LC,
|
|
1298
|
-
0,
|
|
1299
|
-
[_nOC, _iT, _oS, _lE, _lN, _lM, _lV, _mSet],
|
|
1300
|
-
[1, 0, 0, 0, 0, 0, 0, () => MetricsSource]
|
|
1301
|
-
];
|
|
1302
|
-
var LicenseRecommendation$ = [3, n0, _LR,
|
|
1303
|
-
0,
|
|
1304
|
-
[_rA, _aI, _cLC, _lPID, _lRT, _f, _fRC, _lRO, _ta],
|
|
1305
|
-
[0, 0, () => LicenseConfiguration$, 1, 4, 0, 64 | 0, () => LicenseRecommendationOptions, () => Tags]
|
|
1306
|
-
];
|
|
1307
|
-
var LicenseRecommendationFilter$ = [3, n0, _LRF,
|
|
1308
|
-
0,
|
|
1309
|
-
[_n, _va],
|
|
1310
|
-
[0, 64 | 0]
|
|
1311
|
-
];
|
|
1312
|
-
var LicenseRecommendationOption$ = [3, n0, _LRO,
|
|
1313
|
-
0,
|
|
1314
|
-
[_r, _oS, _lE, _lM, _sO],
|
|
1315
|
-
[1, 0, 0, 0, () => SavingsOpportunity$]
|
|
1316
|
-
];
|
|
1317
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
1318
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1319
|
-
[_m],
|
|
1320
|
-
[0]
|
|
1321
|
-
];
|
|
1322
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1323
|
-
var MemorySizeConfiguration$ = [3, n0, _MSC,
|
|
1324
|
-
0,
|
|
1325
|
-
[_mem, _mRe],
|
|
1326
|
-
[1, 1]
|
|
1327
|
-
];
|
|
1328
|
-
var MetricSource$ = [3, n0, _MS,
|
|
1329
|
-
0,
|
|
1330
|
-
[_pr, _pA],
|
|
1331
|
-
[0, 0]
|
|
1332
|
-
];
|
|
1333
|
-
var MissingAuthenticationToken$ = [-3, n0, _MAT,
|
|
1334
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1335
|
-
[_m],
|
|
1336
|
-
[0]
|
|
1337
|
-
];
|
|
1338
|
-
schema.TypeRegistry.for(n0).registerError(MissingAuthenticationToken$, MissingAuthenticationToken);
|
|
1339
|
-
var OptInRequiredException$ = [-3, n0, _OIRE,
|
|
1340
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1341
|
-
[_m],
|
|
1342
|
-
[0]
|
|
1343
|
-
];
|
|
1344
|
-
schema.TypeRegistry.for(n0).registerError(OptInRequiredException$, OptInRequiredException);
|
|
1345
|
-
var OrderBy$ = [3, n0, _OB,
|
|
1346
|
-
0,
|
|
1347
|
-
[_d, _o],
|
|
1348
|
-
[0, 0]
|
|
1349
|
-
];
|
|
1350
|
-
var PreferredResource$ = [3, n0, _PR,
|
|
1351
|
-
0,
|
|
1352
|
-
[_n, _iL, _eL],
|
|
1353
|
-
[0, 64 | 0, 64 | 0]
|
|
1354
|
-
];
|
|
1355
|
-
var ProjectedMetric$ = [3, n0, _PM,
|
|
1356
|
-
0,
|
|
1357
|
-
[_n, _ti, _va],
|
|
1358
|
-
[0, 64 | 4, 64 | 1]
|
|
1359
|
-
];
|
|
1360
|
-
var PutRecommendationPreferencesRequest$ = [3, n0, _PRPR,
|
|
1361
|
-
0,
|
|
1362
|
-
[_rT, _sc, _eIM, _iWT, _eMP, _lBP, _uP, _pRr, _sEM],
|
|
1363
|
-
[0, () => Scope$, 0, 0, () => ExternalMetricsPreference$, 0, () => UtilizationPreferences, () => PreferredResources, 0], 1
|
|
1364
|
-
];
|
|
1365
|
-
var PutRecommendationPreferencesResponse$ = [3, n0, _PRPRu,
|
|
1366
|
-
0,
|
|
1367
|
-
[],
|
|
1368
|
-
[]
|
|
1369
|
-
];
|
|
1370
|
-
var RDSDatabaseProjectedMetric$ = [3, n0, _RDSDPM,
|
|
1371
|
-
0,
|
|
1372
|
-
[_n, _ti, _va],
|
|
1373
|
-
[0, 64 | 4, 64 | 1]
|
|
1374
|
-
];
|
|
1375
|
-
var RDSDatabaseRecommendedOptionProjectedMetric$ = [3, n0, _RDSDROPM,
|
|
1376
|
-
0,
|
|
1377
|
-
[_rDBIC, _r, _pM],
|
|
1378
|
-
[0, 1, () => RDSDatabaseProjectedMetrics]
|
|
1379
|
-
];
|
|
1380
|
-
var RDSDBInstanceRecommendationOption$ = [3, n0, _RDSDBIRO,
|
|
1381
|
-
0,
|
|
1382
|
-
[_dIC, _pUM, _pR, _r, _sO, _sOAD],
|
|
1383
|
-
[0, () => RDSDBProjectedUtilizationMetrics, 1, 1, () => SavingsOpportunity$, () => RDSInstanceSavingsOpportunityAfterDiscounts$]
|
|
1384
|
-
];
|
|
1385
|
-
var RDSDBRecommendation$ = [3, n0, _RDSDBR,
|
|
1386
|
-
0,
|
|
1387
|
-
[_rA, _aI, _en, _eV, _pT, _cDBIC, _cSCu, _dCI, _idl, _iF, _sF, _iFRC, _cIPR, _cSEMVIOPCV, _sFRC, _iRO, _sROt, _uM, _eRP, _lPID, _lRT, _ta],
|
|
1388
|
-
[0, 0, 0, 0, 1, 0, () => DBStorageConfiguration$, 0, 0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => RDSDBInstanceRecommendationOptions, () => RDSDBStorageRecommendationOptions, () => RDSDBUtilizationMetrics, () => RDSEffectiveRecommendationPreferences$, 1, 4, () => Tags]
|
|
1389
|
-
];
|
|
1390
|
-
var RDSDBRecommendationFilter$ = [3, n0, _RDSDBRF,
|
|
1391
|
-
0,
|
|
1392
|
-
[_n, _va],
|
|
1393
|
-
[0, 64 | 0]
|
|
1394
|
-
];
|
|
1395
|
-
var RDSDBStorageRecommendationOption$ = [3, n0, _RDSDBSRO,
|
|
1396
|
-
0,
|
|
1397
|
-
[_sCt, _r, _sO, _sOAD, _eMVIOPCV],
|
|
1398
|
-
[() => DBStorageConfiguration$, 1, () => SavingsOpportunity$, () => RDSStorageSavingsOpportunityAfterDiscounts$, 0]
|
|
1399
|
-
];
|
|
1400
|
-
var RDSDBUtilizationMetric$ = [3, n0, _RDSDBUM,
|
|
1401
|
-
0,
|
|
1402
|
-
[_n, _st, _v],
|
|
1403
|
-
[0, 0, 1]
|
|
1404
|
-
];
|
|
1405
|
-
var RDSEffectiveRecommendationPreferences$ = [3, n0, _RDSERP,
|
|
1406
|
-
0,
|
|
1407
|
-
[_cVA, _eIM, _lBP, _sEM],
|
|
1408
|
-
[64 | 0, 0, 0, () => RDSSavingsEstimationMode$]
|
|
1409
|
-
];
|
|
1410
|
-
var RDSInstanceEstimatedMonthlySavings$ = [3, n0, _RDSIEMS,
|
|
1411
|
-
0,
|
|
1412
|
-
[_cu, _v],
|
|
1413
|
-
[0, 1]
|
|
1414
|
-
];
|
|
1415
|
-
var RDSInstanceSavingsOpportunityAfterDiscounts$ = [3, n0, _RDSISOAD,
|
|
1416
|
-
0,
|
|
1417
|
-
[_sOP, _eMS],
|
|
1418
|
-
[1, () => RDSInstanceEstimatedMonthlySavings$]
|
|
1419
|
-
];
|
|
1420
|
-
var RDSSavingsEstimationMode$ = [3, n0, _RDSSEM,
|
|
1421
|
-
0,
|
|
1422
|
-
[_so],
|
|
1423
|
-
[0]
|
|
1424
|
-
];
|
|
1425
|
-
var RDSStorageEstimatedMonthlySavings$ = [3, n0, _RDSSEMS,
|
|
1426
|
-
0,
|
|
1427
|
-
[_cu, _v],
|
|
1428
|
-
[0, 1]
|
|
1429
|
-
];
|
|
1430
|
-
var RDSStorageSavingsOpportunityAfterDiscounts$ = [3, n0, _RDSSSOAD,
|
|
1431
|
-
0,
|
|
1432
|
-
[_sOP, _eMS],
|
|
1433
|
-
[1, () => RDSStorageEstimatedMonthlySavings$]
|
|
1434
|
-
];
|
|
1435
|
-
var ReasonCodeSummary$ = [3, n0, _RCS,
|
|
1436
|
-
0,
|
|
1437
|
-
[_n, _v],
|
|
1438
|
-
[0, 1]
|
|
1439
|
-
];
|
|
1440
|
-
var RecommendationExportJob$ = [3, n0, _REJ,
|
|
1441
|
-
0,
|
|
1442
|
-
[_jIo, _de, _rT, _s, _cT, _lUT, _fR],
|
|
1443
|
-
[0, () => ExportDestination$, 0, 0, 4, 4, 0]
|
|
1444
|
-
];
|
|
1445
|
-
var RecommendationPreferences$ = [3, n0, _RP,
|
|
1446
|
-
0,
|
|
1447
|
-
[_cVA],
|
|
1448
|
-
[64 | 0]
|
|
1449
|
-
];
|
|
1450
|
-
var RecommendationPreferencesDetail$ = [3, n0, _RPD,
|
|
1451
|
-
0,
|
|
1452
|
-
[_sc, _rT, _eIM, _iWT, _eMP, _lBP, _uP, _pRr, _sEM],
|
|
1453
|
-
[() => Scope$, 0, 0, 0, () => ExternalMetricsPreference$, 0, () => UtilizationPreferences, () => EffectivePreferredResources, 0]
|
|
1454
|
-
];
|
|
1455
|
-
var RecommendationSource$ = [3, n0, _RS,
|
|
1456
|
-
0,
|
|
1457
|
-
[_rSA, _rST],
|
|
1458
|
-
[0, 0]
|
|
1459
|
-
];
|
|
1460
|
-
var RecommendationSummary$ = [3, n0, _RSe,
|
|
1461
|
-
0,
|
|
1462
|
-
[_su, _iSd, _rRT, _aI, _sO, _iSO, _aSO, _cPRR, _iWS],
|
|
1463
|
-
[() => Summaries, () => IdleSummaries, 0, 0, () => SavingsOpportunity$, () => SavingsOpportunity$, () => SavingsOpportunity$, () => CurrentPerformanceRiskRatings$, () => InferredWorkloadSavings]
|
|
1464
|
-
];
|
|
1465
|
-
var RecommendedOptionProjectedMetric$ = [3, n0, _ROPM,
|
|
1466
|
-
0,
|
|
1467
|
-
[_rIT, _r, _pM],
|
|
1468
|
-
[0, 1, () => ProjectedMetrics]
|
|
1469
|
-
];
|
|
1470
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1471
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1472
|
-
[_m],
|
|
1473
|
-
[0]
|
|
1474
|
-
];
|
|
1475
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1476
|
-
var S3Destination$ = [3, n0, _SD,
|
|
1477
|
-
0,
|
|
1478
|
-
[_b, _k, _mK],
|
|
1479
|
-
[0, 0, 0]
|
|
1480
|
-
];
|
|
1481
|
-
var S3DestinationConfig$ = [3, n0, _SDC,
|
|
1482
|
-
0,
|
|
1483
|
-
[_b, _kP],
|
|
1484
|
-
[0, 0]
|
|
1485
|
-
];
|
|
1486
|
-
var SavingsOpportunity$ = [3, n0, _SO,
|
|
1487
|
-
0,
|
|
1488
|
-
[_sOP, _eMS],
|
|
1489
|
-
[1, () => EstimatedMonthlySavings$]
|
|
1490
|
-
];
|
|
1491
|
-
var Scope$ = [3, n0, _S,
|
|
1492
|
-
0,
|
|
1493
|
-
[_n, _v],
|
|
1494
|
-
[0, 0]
|
|
1495
|
-
];
|
|
1496
|
-
var ServiceConfiguration$ = [3, n0, _SC,
|
|
1497
|
-
0,
|
|
1498
|
-
[_mem, _cp, _cCo, _aSC, _tDA],
|
|
1499
|
-
[1, 1, () => ContainerConfigurations, 0, 0]
|
|
1500
|
-
];
|
|
1501
|
-
var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1502
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
1503
|
-
[_m],
|
|
1504
|
-
[0]
|
|
1505
|
-
];
|
|
1506
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1507
|
-
var Summary$ = [3, n0, _Su,
|
|
1508
|
-
0,
|
|
1509
|
-
[_n, _v, _rCS],
|
|
1510
|
-
[0, 1, () => ReasonCodeSummaries]
|
|
1511
|
-
];
|
|
1512
|
-
var Tag$ = [3, n0, _T,
|
|
1513
|
-
0,
|
|
1514
|
-
[_k, _v],
|
|
1515
|
-
[0, 0]
|
|
1516
|
-
];
|
|
1517
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
1518
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1519
|
-
[_m],
|
|
1520
|
-
[0], 1
|
|
1521
|
-
];
|
|
1522
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1523
|
-
var UpdateEnrollmentStatusRequest$ = [3, n0, _UESR,
|
|
1524
|
-
0,
|
|
1525
|
-
[_s, _iMA],
|
|
1526
|
-
[0, 2], 1
|
|
1527
|
-
];
|
|
1528
|
-
var UpdateEnrollmentStatusResponse$ = [3, n0, _UESRp,
|
|
1529
|
-
0,
|
|
1530
|
-
[_s, _sR],
|
|
1531
|
-
[0, 0]
|
|
1532
|
-
];
|
|
1533
|
-
var UtilizationMetric$ = [3, n0, _UM,
|
|
1534
|
-
0,
|
|
1535
|
-
[_n, _st, _v],
|
|
1536
|
-
[0, 0, 1]
|
|
1537
|
-
];
|
|
1538
|
-
var UtilizationPreference$ = [3, n0, _UP,
|
|
1539
|
-
0,
|
|
1540
|
-
[_mN, _mP],
|
|
1541
|
-
[0, () => CustomizableMetricParameters$]
|
|
1542
|
-
];
|
|
1543
|
-
var VolumeConfiguration$ = [3, n0, _VC,
|
|
1544
|
-
0,
|
|
1545
|
-
[_vT, _vS, _vBIOPS, _vBIOPSo, _vBT, _vBTo, _rV],
|
|
1546
|
-
[0, 1, 1, 1, 1, 1, 2]
|
|
1547
|
-
];
|
|
1548
|
-
var VolumeRecommendation$ = [3, n0, _VR,
|
|
1549
|
-
0,
|
|
1550
|
-
[_vAo, _aI, _cC, _f, _uM, _lBPID, _vRO, _lRT, _cPR, _eRP, _ta],
|
|
1551
|
-
[0, 0, () => VolumeConfiguration$, 0, () => EBSUtilizationMetrics, 1, () => VolumeRecommendationOptions, 4, 0, () => EBSEffectiveRecommendationPreferences$, () => Tags]
|
|
1552
|
-
];
|
|
1553
|
-
var VolumeRecommendationOption$ = [3, n0, _VRO,
|
|
1554
|
-
0,
|
|
1555
|
-
[_co, _pR, _r, _sO, _sOAD],
|
|
1556
|
-
[() => VolumeConfiguration$, 1, 1, () => SavingsOpportunity$, () => EBSSavingsOpportunityAfterDiscounts$]
|
|
1557
|
-
];
|
|
1558
|
-
var ComputeOptimizerServiceException$ = [-3, _sm, "ComputeOptimizerServiceException", 0, [], []];
|
|
1559
|
-
schema.TypeRegistry.for(_sm).registerError(ComputeOptimizerServiceException$, ComputeOptimizerServiceException);
|
|
1560
|
-
var AccountEnrollmentStatuses = [1, n0, _AESc,
|
|
1561
|
-
0, () => AccountEnrollmentStatus$
|
|
1562
|
-
];
|
|
1563
|
-
var AutoScalingGroupRecommendationOptions = [1, n0, _ASGROu,
|
|
1564
|
-
0, () => AutoScalingGroupRecommendationOption$
|
|
1565
|
-
];
|
|
1566
|
-
var AutoScalingGroupRecommendations = [1, n0, _ASGRu,
|
|
1567
|
-
0, () => AutoScalingGroupRecommendation$
|
|
1568
|
-
];
|
|
1569
|
-
var ContainerConfigurations = [1, n0, _CCo,
|
|
1570
|
-
0, () => ContainerConfiguration$
|
|
1571
|
-
];
|
|
1572
|
-
var ContainerRecommendations = [1, n0, _CRo,
|
|
1573
|
-
0, () => ContainerRecommendation$
|
|
1574
|
-
];
|
|
1575
|
-
var EBSFilters = [1, n0, _EBSFi,
|
|
1576
|
-
0, () => EBSFilter$
|
|
1577
|
-
];
|
|
1578
|
-
var EBSUtilizationMetrics = [1, n0, _EBSUMt,
|
|
1579
|
-
0, () => EBSUtilizationMetric$
|
|
1580
|
-
];
|
|
1581
|
-
var ECSServiceProjectedMetrics = [1, n0, _ECSSPMe,
|
|
1582
|
-
0, () => ECSServiceProjectedMetric$
|
|
1583
|
-
];
|
|
1584
|
-
var ECSServiceProjectedUtilizationMetrics = [1, n0, _ECSSPUMe,
|
|
1585
|
-
0, () => ECSServiceProjectedUtilizationMetric$
|
|
1586
|
-
];
|
|
1587
|
-
var ECSServiceRecommendationFilters = [1, n0, _ECSSRFe,
|
|
1588
|
-
0, () => ECSServiceRecommendationFilter$
|
|
1589
|
-
];
|
|
1590
|
-
var ECSServiceRecommendationOptions = [1, n0, _ECSSROe,
|
|
1591
|
-
0, () => ECSServiceRecommendationOption$
|
|
1592
|
-
];
|
|
1593
|
-
var ECSServiceRecommendations = [1, n0, _ECSSRe,
|
|
1594
|
-
0, () => ECSServiceRecommendation$
|
|
1595
|
-
];
|
|
1596
|
-
var ECSServiceRecommendedOptionProjectedMetrics = [1, n0, _ECSSROPMe,
|
|
1597
|
-
0, () => ECSServiceRecommendedOptionProjectedMetric$
|
|
1598
|
-
];
|
|
1599
|
-
var ECSServiceUtilizationMetrics = [1, n0, _ECSSUMe,
|
|
1600
|
-
0, () => ECSServiceUtilizationMetric$
|
|
1601
|
-
];
|
|
1602
|
-
var EffectivePreferredResources = [1, n0, _EPRf,
|
|
1603
|
-
0, () => EffectivePreferredResource$
|
|
1604
|
-
];
|
|
1605
|
-
var EnrollmentFilters = [1, n0, _EFn,
|
|
1606
|
-
0, () => EnrollmentFilter$
|
|
1607
|
-
];
|
|
1608
|
-
var Filters = [1, n0, _Fi,
|
|
1609
|
-
0, () => Filter$
|
|
1610
|
-
];
|
|
1611
|
-
var GetRecommendationErrors = [1, n0, _GREe,
|
|
1612
|
-
0, () => GetRecommendationError$
|
|
1613
|
-
];
|
|
1614
|
-
var Gpus = [1, n0, _Gp,
|
|
1615
|
-
0, () => Gpu$
|
|
1616
|
-
];
|
|
1617
|
-
var IdleRecommendationErrors = [1, n0, _IREd,
|
|
1618
|
-
0, () => IdleRecommendationError$
|
|
1619
|
-
];
|
|
1620
|
-
var IdleRecommendationFilters = [1, n0, _IRFd,
|
|
1621
|
-
0, () => IdleRecommendationFilter$
|
|
1622
|
-
];
|
|
1623
|
-
var IdleRecommendations = [1, n0, _IRd,
|
|
1624
|
-
0, () => IdleRecommendation$
|
|
1625
|
-
];
|
|
1626
|
-
var IdleSummaries = [1, n0, _ISd,
|
|
1627
|
-
0, () => IdleSummary$
|
|
1628
|
-
];
|
|
1629
|
-
var IdleUtilizationMetrics = [1, n0, _IUMd,
|
|
1630
|
-
0, () => IdleUtilizationMetric$
|
|
1631
|
-
];
|
|
1632
|
-
var InferredWorkloadSavings = [1, n0, _IWSn,
|
|
1633
|
-
0, () => InferredWorkloadSaving$
|
|
1634
|
-
];
|
|
1635
|
-
var InstanceRecommendations = [1, n0, _IRns,
|
|
1636
|
-
0, () => InstanceRecommendation$
|
|
1637
|
-
];
|
|
1638
|
-
var JobFilters = [1, n0, _JFo,
|
|
1639
|
-
0, () => JobFilter$
|
|
1640
|
-
];
|
|
1641
|
-
var LambdaFunctionMemoryProjectedMetrics = [1, n0, _LFMPMa,
|
|
1642
|
-
0, () => LambdaFunctionMemoryProjectedMetric$
|
|
1643
|
-
];
|
|
1644
|
-
var LambdaFunctionMemoryRecommendationOptions = [1, n0, _LFMROa,
|
|
1645
|
-
0, () => LambdaFunctionMemoryRecommendationOption$
|
|
1646
|
-
];
|
|
1647
|
-
var LambdaFunctionRecommendationFilters = [1, n0, _LFRFa,
|
|
1648
|
-
0, () => LambdaFunctionRecommendationFilter$
|
|
1649
|
-
];
|
|
1650
|
-
var LambdaFunctionRecommendations = [1, n0, _LFRa,
|
|
1651
|
-
0, () => LambdaFunctionRecommendation$
|
|
1652
|
-
];
|
|
1653
|
-
var LambdaFunctionUtilizationMetrics = [1, n0, _LFUMa,
|
|
1654
|
-
0, () => LambdaFunctionUtilizationMetric$
|
|
1655
|
-
];
|
|
1656
|
-
var LicenseRecommendationFilters = [1, n0, _LRFi,
|
|
1657
|
-
0, () => LicenseRecommendationFilter$
|
|
1658
|
-
];
|
|
1659
|
-
var LicenseRecommendationOptions = [1, n0, _LROi,
|
|
1660
|
-
0, () => LicenseRecommendationOption$
|
|
1661
|
-
];
|
|
1662
|
-
var LicenseRecommendations = [1, n0, _LRi,
|
|
1663
|
-
0, () => LicenseRecommendation$
|
|
1664
|
-
];
|
|
1665
|
-
var MetricsSource = [1, n0, _MSe,
|
|
1666
|
-
0, () => MetricSource$
|
|
1667
|
-
];
|
|
1668
|
-
var PreferredResources = [1, n0, _PRr,
|
|
1669
|
-
0, () => PreferredResource$
|
|
1670
|
-
];
|
|
1671
|
-
var ProjectedMetrics = [1, n0, _PMr,
|
|
1672
|
-
0, () => ProjectedMetric$
|
|
1673
|
-
];
|
|
1674
|
-
var ProjectedUtilizationMetrics = [1, n0, _PUM,
|
|
1675
|
-
0, () => UtilizationMetric$
|
|
1676
|
-
];
|
|
1677
|
-
var RDSDatabaseProjectedMetrics = [1, n0, _RDSDPMa,
|
|
1678
|
-
0, () => RDSDatabaseProjectedMetric$
|
|
1679
|
-
];
|
|
1680
|
-
var RDSDatabaseRecommendedOptionProjectedMetrics = [1, n0, _RDSDROPMa,
|
|
1681
|
-
0, () => RDSDatabaseRecommendedOptionProjectedMetric$
|
|
1682
|
-
];
|
|
1683
|
-
var RDSDBInstanceRecommendationOptions = [1, n0, _RDSDBIROn,
|
|
1684
|
-
0, () => RDSDBInstanceRecommendationOption$
|
|
1685
|
-
];
|
|
1686
|
-
var RDSDBProjectedUtilizationMetrics = [1, n0, _RDSDBPUM,
|
|
1687
|
-
0, () => RDSDBUtilizationMetric$
|
|
1688
|
-
];
|
|
1689
|
-
var RDSDBRecommendationFilters = [1, n0, _RDSDBRFe,
|
|
1690
|
-
0, () => RDSDBRecommendationFilter$
|
|
1691
|
-
];
|
|
1692
|
-
var RDSDBRecommendations = [1, n0, _RDSDBRe,
|
|
1693
|
-
0, () => RDSDBRecommendation$
|
|
1694
|
-
];
|
|
1695
|
-
var RDSDBStorageRecommendationOptions = [1, n0, _RDSDBSROt,
|
|
1696
|
-
0, () => RDSDBStorageRecommendationOption$
|
|
1697
|
-
];
|
|
1698
|
-
var RDSDBUtilizationMetrics = [1, n0, _RDSDBUMt,
|
|
1699
|
-
0, () => RDSDBUtilizationMetric$
|
|
1700
|
-
];
|
|
1701
|
-
var ReasonCodeSummaries = [1, n0, _RCSe,
|
|
1702
|
-
0, () => ReasonCodeSummary$
|
|
1703
|
-
];
|
|
1704
|
-
var RecommendationExportJobs = [1, n0, _REJe,
|
|
1705
|
-
0, () => RecommendationExportJob$
|
|
1706
|
-
];
|
|
1707
|
-
var RecommendationOptions = [1, n0, _RO,
|
|
1708
|
-
0, () => InstanceRecommendationOption$
|
|
1709
|
-
];
|
|
1710
|
-
var RecommendationPreferencesDetails = [1, n0, _RPDe,
|
|
1711
|
-
0, () => RecommendationPreferencesDetail$
|
|
1712
|
-
];
|
|
1713
|
-
var RecommendationSources = [1, n0, _RSec,
|
|
1714
|
-
0, () => RecommendationSource$
|
|
1715
|
-
];
|
|
1716
|
-
var RecommendationSummaries = [1, n0, _RSeco,
|
|
1717
|
-
0, () => RecommendationSummary$
|
|
1718
|
-
];
|
|
1719
|
-
var RecommendedOptionProjectedMetrics = [1, n0, _ROPMe,
|
|
1720
|
-
0, () => RecommendedOptionProjectedMetric$
|
|
1721
|
-
];
|
|
1722
|
-
var Summaries = [1, n0, _Sum,
|
|
1723
|
-
0, () => Summary$
|
|
1724
|
-
];
|
|
1725
|
-
var Tags = [1, n0, _Ta,
|
|
1726
|
-
0, () => Tag$
|
|
1727
|
-
];
|
|
1728
|
-
var UtilizationMetrics = [1, n0, _UMt,
|
|
1729
|
-
0, () => UtilizationMetric$
|
|
1730
|
-
];
|
|
1731
|
-
var UtilizationPreferences = [1, n0, _UPt,
|
|
1732
|
-
0, () => UtilizationPreference$
|
|
1733
|
-
];
|
|
1734
|
-
var VolumeRecommendationOptions = [1, n0, _VROo,
|
|
1735
|
-
0, () => VolumeRecommendationOption$
|
|
1736
|
-
];
|
|
1737
|
-
var VolumeRecommendations = [1, n0, _VRo,
|
|
1738
|
-
0, () => VolumeRecommendation$
|
|
1739
|
-
];
|
|
1740
|
-
var DeleteRecommendationPreferences$ = [9, n0, _DRP,
|
|
1741
|
-
0, () => DeleteRecommendationPreferencesRequest$, () => DeleteRecommendationPreferencesResponse$
|
|
1742
|
-
];
|
|
1743
|
-
var DescribeRecommendationExportJobs$ = [9, n0, _DREJ,
|
|
1744
|
-
0, () => DescribeRecommendationExportJobsRequest$, () => DescribeRecommendationExportJobsResponse$
|
|
1745
|
-
];
|
|
1746
|
-
var ExportAutoScalingGroupRecommendations$ = [9, n0, _EASGR,
|
|
1747
|
-
0, () => ExportAutoScalingGroupRecommendationsRequest$, () => ExportAutoScalingGroupRecommendationsResponse$
|
|
1748
|
-
];
|
|
1749
|
-
var ExportEBSVolumeRecommendations$ = [9, n0, _EEBSVR,
|
|
1750
|
-
0, () => ExportEBSVolumeRecommendationsRequest$, () => ExportEBSVolumeRecommendationsResponse$
|
|
1751
|
-
];
|
|
1752
|
-
var ExportEC2InstanceRecommendations$ = [9, n0, _EECIR,
|
|
1753
|
-
0, () => ExportEC2InstanceRecommendationsRequest$, () => ExportEC2InstanceRecommendationsResponse$
|
|
1754
|
-
];
|
|
1755
|
-
var ExportECSServiceRecommendations$ = [9, n0, _EECSSR,
|
|
1756
|
-
0, () => ExportECSServiceRecommendationsRequest$, () => ExportECSServiceRecommendationsResponse$
|
|
1757
|
-
];
|
|
1758
|
-
var ExportIdleRecommendations$ = [9, n0, _EIR,
|
|
1759
|
-
0, () => ExportIdleRecommendationsRequest$, () => ExportIdleRecommendationsResponse$
|
|
1760
|
-
];
|
|
1761
|
-
var ExportLambdaFunctionRecommendations$ = [9, n0, _ELFR,
|
|
1762
|
-
0, () => ExportLambdaFunctionRecommendationsRequest$, () => ExportLambdaFunctionRecommendationsResponse$
|
|
1763
|
-
];
|
|
1764
|
-
var ExportLicenseRecommendations$ = [9, n0, _ELR,
|
|
1765
|
-
0, () => ExportLicenseRecommendationsRequest$, () => ExportLicenseRecommendationsResponse$
|
|
1766
|
-
];
|
|
1767
|
-
var ExportRDSDatabaseRecommendations$ = [9, n0, _ERDSDR,
|
|
1768
|
-
0, () => ExportRDSDatabaseRecommendationsRequest$, () => ExportRDSDatabaseRecommendationsResponse$
|
|
1769
|
-
];
|
|
1770
|
-
var GetAutoScalingGroupRecommendations$ = [9, n0, _GASGR,
|
|
1771
|
-
0, () => GetAutoScalingGroupRecommendationsRequest$, () => GetAutoScalingGroupRecommendationsResponse$
|
|
1772
|
-
];
|
|
1773
|
-
var GetEBSVolumeRecommendations$ = [9, n0, _GEBSVR,
|
|
1774
|
-
0, () => GetEBSVolumeRecommendationsRequest$, () => GetEBSVolumeRecommendationsResponse$
|
|
1775
|
-
];
|
|
1776
|
-
var GetEC2InstanceRecommendations$ = [9, n0, _GECIR,
|
|
1777
|
-
0, () => GetEC2InstanceRecommendationsRequest$, () => GetEC2InstanceRecommendationsResponse$
|
|
1778
|
-
];
|
|
1779
|
-
var GetEC2RecommendationProjectedMetrics$ = [9, n0, _GECRPM,
|
|
1780
|
-
0, () => GetEC2RecommendationProjectedMetricsRequest$, () => GetEC2RecommendationProjectedMetricsResponse$
|
|
1781
|
-
];
|
|
1782
|
-
var GetECSServiceRecommendationProjectedMetrics$ = [9, n0, _GECSSRPM,
|
|
1783
|
-
0, () => GetECSServiceRecommendationProjectedMetricsRequest$, () => GetECSServiceRecommendationProjectedMetricsResponse$
|
|
1784
|
-
];
|
|
1785
|
-
var GetECSServiceRecommendations$ = [9, n0, _GECSSR,
|
|
1786
|
-
0, () => GetECSServiceRecommendationsRequest$, () => GetECSServiceRecommendationsResponse$
|
|
1787
|
-
];
|
|
1788
|
-
var GetEffectiveRecommendationPreferences$ = [9, n0, _GERP,
|
|
1789
|
-
0, () => GetEffectiveRecommendationPreferencesRequest$, () => GetEffectiveRecommendationPreferencesResponse$
|
|
1790
|
-
];
|
|
1791
|
-
var GetEnrollmentStatus$ = [9, n0, _GES,
|
|
1792
|
-
0, () => GetEnrollmentStatusRequest$, () => GetEnrollmentStatusResponse$
|
|
1793
|
-
];
|
|
1794
|
-
var GetEnrollmentStatusesForOrganization$ = [9, n0, _GESFO,
|
|
1795
|
-
0, () => GetEnrollmentStatusesForOrganizationRequest$, () => GetEnrollmentStatusesForOrganizationResponse$
|
|
1796
|
-
];
|
|
1797
|
-
var GetIdleRecommendations$ = [9, n0, _GIR,
|
|
1798
|
-
0, () => GetIdleRecommendationsRequest$, () => GetIdleRecommendationsResponse$
|
|
1799
|
-
];
|
|
1800
|
-
var GetLambdaFunctionRecommendations$ = [9, n0, _GLFR,
|
|
1801
|
-
0, () => GetLambdaFunctionRecommendationsRequest$, () => GetLambdaFunctionRecommendationsResponse$
|
|
1802
|
-
];
|
|
1803
|
-
var GetLicenseRecommendations$ = [9, n0, _GLR,
|
|
1804
|
-
0, () => GetLicenseRecommendationsRequest$, () => GetLicenseRecommendationsResponse$
|
|
1805
|
-
];
|
|
1806
|
-
var GetRDSDatabaseRecommendationProjectedMetrics$ = [9, n0, _GRDSDRPM,
|
|
1807
|
-
0, () => GetRDSDatabaseRecommendationProjectedMetricsRequest$, () => GetRDSDatabaseRecommendationProjectedMetricsResponse$
|
|
1808
|
-
];
|
|
1809
|
-
var GetRDSDatabaseRecommendations$ = [9, n0, _GRDSDR,
|
|
1810
|
-
0, () => GetRDSDatabaseRecommendationsRequest$, () => GetRDSDatabaseRecommendationsResponse$
|
|
1811
|
-
];
|
|
1812
|
-
var GetRecommendationPreferences$ = [9, n0, _GRP,
|
|
1813
|
-
0, () => GetRecommendationPreferencesRequest$, () => GetRecommendationPreferencesResponse$
|
|
1814
|
-
];
|
|
1815
|
-
var GetRecommendationSummaries$ = [9, n0, _GRS,
|
|
1816
|
-
0, () => GetRecommendationSummariesRequest$, () => GetRecommendationSummariesResponse$
|
|
1817
|
-
];
|
|
1818
|
-
var PutRecommendationPreferences$ = [9, n0, _PRP,
|
|
1819
|
-
0, () => PutRecommendationPreferencesRequest$, () => PutRecommendationPreferencesResponse$
|
|
1820
|
-
];
|
|
1821
|
-
var UpdateEnrollmentStatus$ = [9, n0, _UES,
|
|
1822
|
-
0, () => UpdateEnrollmentStatusRequest$, () => UpdateEnrollmentStatusResponse$
|
|
1823
|
-
];
|
|
1824
|
-
|
|
1825
116
|
class DeleteRecommendationPreferencesCommand extends smithyClient.Command
|
|
1826
117
|
.classBuilder()
|
|
1827
118
|
.ep(commonParams)
|
|
@@ -1830,7 +121,7 @@ class DeleteRecommendationPreferencesCommand extends smithyClient.Command
|
|
|
1830
121
|
})
|
|
1831
122
|
.s("ComputeOptimizerService", "DeleteRecommendationPreferences", {})
|
|
1832
123
|
.n("ComputeOptimizerClient", "DeleteRecommendationPreferencesCommand")
|
|
1833
|
-
.sc(DeleteRecommendationPreferences$)
|
|
124
|
+
.sc(schemas_0.DeleteRecommendationPreferences$)
|
|
1834
125
|
.build() {
|
|
1835
126
|
}
|
|
1836
127
|
|
|
@@ -1842,7 +133,7 @@ class DescribeRecommendationExportJobsCommand extends smithyClient.Command
|
|
|
1842
133
|
})
|
|
1843
134
|
.s("ComputeOptimizerService", "DescribeRecommendationExportJobs", {})
|
|
1844
135
|
.n("ComputeOptimizerClient", "DescribeRecommendationExportJobsCommand")
|
|
1845
|
-
.sc(DescribeRecommendationExportJobs$)
|
|
136
|
+
.sc(schemas_0.DescribeRecommendationExportJobs$)
|
|
1846
137
|
.build() {
|
|
1847
138
|
}
|
|
1848
139
|
|
|
@@ -1854,7 +145,7 @@ class ExportAutoScalingGroupRecommendationsCommand extends smithyClient.Command
|
|
|
1854
145
|
})
|
|
1855
146
|
.s("ComputeOptimizerService", "ExportAutoScalingGroupRecommendations", {})
|
|
1856
147
|
.n("ComputeOptimizerClient", "ExportAutoScalingGroupRecommendationsCommand")
|
|
1857
|
-
.sc(ExportAutoScalingGroupRecommendations$)
|
|
148
|
+
.sc(schemas_0.ExportAutoScalingGroupRecommendations$)
|
|
1858
149
|
.build() {
|
|
1859
150
|
}
|
|
1860
151
|
|
|
@@ -1866,7 +157,7 @@ class ExportEBSVolumeRecommendationsCommand extends smithyClient.Command
|
|
|
1866
157
|
})
|
|
1867
158
|
.s("ComputeOptimizerService", "ExportEBSVolumeRecommendations", {})
|
|
1868
159
|
.n("ComputeOptimizerClient", "ExportEBSVolumeRecommendationsCommand")
|
|
1869
|
-
.sc(ExportEBSVolumeRecommendations$)
|
|
160
|
+
.sc(schemas_0.ExportEBSVolumeRecommendations$)
|
|
1870
161
|
.build() {
|
|
1871
162
|
}
|
|
1872
163
|
|
|
@@ -1878,7 +169,7 @@ class ExportEC2InstanceRecommendationsCommand extends smithyClient.Command
|
|
|
1878
169
|
})
|
|
1879
170
|
.s("ComputeOptimizerService", "ExportEC2InstanceRecommendations", {})
|
|
1880
171
|
.n("ComputeOptimizerClient", "ExportEC2InstanceRecommendationsCommand")
|
|
1881
|
-
.sc(ExportEC2InstanceRecommendations$)
|
|
172
|
+
.sc(schemas_0.ExportEC2InstanceRecommendations$)
|
|
1882
173
|
.build() {
|
|
1883
174
|
}
|
|
1884
175
|
|
|
@@ -1890,7 +181,7 @@ class ExportECSServiceRecommendationsCommand extends smithyClient.Command
|
|
|
1890
181
|
})
|
|
1891
182
|
.s("ComputeOptimizerService", "ExportECSServiceRecommendations", {})
|
|
1892
183
|
.n("ComputeOptimizerClient", "ExportECSServiceRecommendationsCommand")
|
|
1893
|
-
.sc(ExportECSServiceRecommendations$)
|
|
184
|
+
.sc(schemas_0.ExportECSServiceRecommendations$)
|
|
1894
185
|
.build() {
|
|
1895
186
|
}
|
|
1896
187
|
|
|
@@ -1902,7 +193,7 @@ class ExportIdleRecommendationsCommand extends smithyClient.Command
|
|
|
1902
193
|
})
|
|
1903
194
|
.s("ComputeOptimizerService", "ExportIdleRecommendations", {})
|
|
1904
195
|
.n("ComputeOptimizerClient", "ExportIdleRecommendationsCommand")
|
|
1905
|
-
.sc(ExportIdleRecommendations$)
|
|
196
|
+
.sc(schemas_0.ExportIdleRecommendations$)
|
|
1906
197
|
.build() {
|
|
1907
198
|
}
|
|
1908
199
|
|
|
@@ -1914,7 +205,7 @@ class ExportLambdaFunctionRecommendationsCommand extends smithyClient.Command
|
|
|
1914
205
|
})
|
|
1915
206
|
.s("ComputeOptimizerService", "ExportLambdaFunctionRecommendations", {})
|
|
1916
207
|
.n("ComputeOptimizerClient", "ExportLambdaFunctionRecommendationsCommand")
|
|
1917
|
-
.sc(ExportLambdaFunctionRecommendations$)
|
|
208
|
+
.sc(schemas_0.ExportLambdaFunctionRecommendations$)
|
|
1918
209
|
.build() {
|
|
1919
210
|
}
|
|
1920
211
|
|
|
@@ -1926,7 +217,7 @@ class ExportLicenseRecommendationsCommand extends smithyClient.Command
|
|
|
1926
217
|
})
|
|
1927
218
|
.s("ComputeOptimizerService", "ExportLicenseRecommendations", {})
|
|
1928
219
|
.n("ComputeOptimizerClient", "ExportLicenseRecommendationsCommand")
|
|
1929
|
-
.sc(ExportLicenseRecommendations$)
|
|
220
|
+
.sc(schemas_0.ExportLicenseRecommendations$)
|
|
1930
221
|
.build() {
|
|
1931
222
|
}
|
|
1932
223
|
|
|
@@ -1938,7 +229,7 @@ class ExportRDSDatabaseRecommendationsCommand extends smithyClient.Command
|
|
|
1938
229
|
})
|
|
1939
230
|
.s("ComputeOptimizerService", "ExportRDSDatabaseRecommendations", {})
|
|
1940
231
|
.n("ComputeOptimizerClient", "ExportRDSDatabaseRecommendationsCommand")
|
|
1941
|
-
.sc(ExportRDSDatabaseRecommendations$)
|
|
232
|
+
.sc(schemas_0.ExportRDSDatabaseRecommendations$)
|
|
1942
233
|
.build() {
|
|
1943
234
|
}
|
|
1944
235
|
|
|
@@ -1950,7 +241,7 @@ class GetAutoScalingGroupRecommendationsCommand extends smithyClient.Command
|
|
|
1950
241
|
})
|
|
1951
242
|
.s("ComputeOptimizerService", "GetAutoScalingGroupRecommendations", {})
|
|
1952
243
|
.n("ComputeOptimizerClient", "GetAutoScalingGroupRecommendationsCommand")
|
|
1953
|
-
.sc(GetAutoScalingGroupRecommendations$)
|
|
244
|
+
.sc(schemas_0.GetAutoScalingGroupRecommendations$)
|
|
1954
245
|
.build() {
|
|
1955
246
|
}
|
|
1956
247
|
|
|
@@ -1962,7 +253,7 @@ class GetEBSVolumeRecommendationsCommand extends smithyClient.Command
|
|
|
1962
253
|
})
|
|
1963
254
|
.s("ComputeOptimizerService", "GetEBSVolumeRecommendations", {})
|
|
1964
255
|
.n("ComputeOptimizerClient", "GetEBSVolumeRecommendationsCommand")
|
|
1965
|
-
.sc(GetEBSVolumeRecommendations$)
|
|
256
|
+
.sc(schemas_0.GetEBSVolumeRecommendations$)
|
|
1966
257
|
.build() {
|
|
1967
258
|
}
|
|
1968
259
|
|
|
@@ -1974,7 +265,7 @@ class GetEC2InstanceRecommendationsCommand extends smithyClient.Command
|
|
|
1974
265
|
})
|
|
1975
266
|
.s("ComputeOptimizerService", "GetEC2InstanceRecommendations", {})
|
|
1976
267
|
.n("ComputeOptimizerClient", "GetEC2InstanceRecommendationsCommand")
|
|
1977
|
-
.sc(GetEC2InstanceRecommendations$)
|
|
268
|
+
.sc(schemas_0.GetEC2InstanceRecommendations$)
|
|
1978
269
|
.build() {
|
|
1979
270
|
}
|
|
1980
271
|
|
|
@@ -1986,7 +277,7 @@ class GetEC2RecommendationProjectedMetricsCommand extends smithyClient.Command
|
|
|
1986
277
|
})
|
|
1987
278
|
.s("ComputeOptimizerService", "GetEC2RecommendationProjectedMetrics", {})
|
|
1988
279
|
.n("ComputeOptimizerClient", "GetEC2RecommendationProjectedMetricsCommand")
|
|
1989
|
-
.sc(GetEC2RecommendationProjectedMetrics$)
|
|
280
|
+
.sc(schemas_0.GetEC2RecommendationProjectedMetrics$)
|
|
1990
281
|
.build() {
|
|
1991
282
|
}
|
|
1992
283
|
|
|
@@ -1998,7 +289,7 @@ class GetECSServiceRecommendationProjectedMetricsCommand extends smithyClient.Co
|
|
|
1998
289
|
})
|
|
1999
290
|
.s("ComputeOptimizerService", "GetECSServiceRecommendationProjectedMetrics", {})
|
|
2000
291
|
.n("ComputeOptimizerClient", "GetECSServiceRecommendationProjectedMetricsCommand")
|
|
2001
|
-
.sc(GetECSServiceRecommendationProjectedMetrics$)
|
|
292
|
+
.sc(schemas_0.GetECSServiceRecommendationProjectedMetrics$)
|
|
2002
293
|
.build() {
|
|
2003
294
|
}
|
|
2004
295
|
|
|
@@ -2010,7 +301,7 @@ class GetECSServiceRecommendationsCommand extends smithyClient.Command
|
|
|
2010
301
|
})
|
|
2011
302
|
.s("ComputeOptimizerService", "GetECSServiceRecommendations", {})
|
|
2012
303
|
.n("ComputeOptimizerClient", "GetECSServiceRecommendationsCommand")
|
|
2013
|
-
.sc(GetECSServiceRecommendations$)
|
|
304
|
+
.sc(schemas_0.GetECSServiceRecommendations$)
|
|
2014
305
|
.build() {
|
|
2015
306
|
}
|
|
2016
307
|
|
|
@@ -2022,7 +313,7 @@ class GetEffectiveRecommendationPreferencesCommand extends smithyClient.Command
|
|
|
2022
313
|
})
|
|
2023
314
|
.s("ComputeOptimizerService", "GetEffectiveRecommendationPreferences", {})
|
|
2024
315
|
.n("ComputeOptimizerClient", "GetEffectiveRecommendationPreferencesCommand")
|
|
2025
|
-
.sc(GetEffectiveRecommendationPreferences$)
|
|
316
|
+
.sc(schemas_0.GetEffectiveRecommendationPreferences$)
|
|
2026
317
|
.build() {
|
|
2027
318
|
}
|
|
2028
319
|
|
|
@@ -2034,7 +325,7 @@ class GetEnrollmentStatusCommand extends smithyClient.Command
|
|
|
2034
325
|
})
|
|
2035
326
|
.s("ComputeOptimizerService", "GetEnrollmentStatus", {})
|
|
2036
327
|
.n("ComputeOptimizerClient", "GetEnrollmentStatusCommand")
|
|
2037
|
-
.sc(GetEnrollmentStatus$)
|
|
328
|
+
.sc(schemas_0.GetEnrollmentStatus$)
|
|
2038
329
|
.build() {
|
|
2039
330
|
}
|
|
2040
331
|
|
|
@@ -2046,7 +337,7 @@ class GetEnrollmentStatusesForOrganizationCommand extends smithyClient.Command
|
|
|
2046
337
|
})
|
|
2047
338
|
.s("ComputeOptimizerService", "GetEnrollmentStatusesForOrganization", {})
|
|
2048
339
|
.n("ComputeOptimizerClient", "GetEnrollmentStatusesForOrganizationCommand")
|
|
2049
|
-
.sc(GetEnrollmentStatusesForOrganization$)
|
|
340
|
+
.sc(schemas_0.GetEnrollmentStatusesForOrganization$)
|
|
2050
341
|
.build() {
|
|
2051
342
|
}
|
|
2052
343
|
|
|
@@ -2058,7 +349,7 @@ class GetIdleRecommendationsCommand extends smithyClient.Command
|
|
|
2058
349
|
})
|
|
2059
350
|
.s("ComputeOptimizerService", "GetIdleRecommendations", {})
|
|
2060
351
|
.n("ComputeOptimizerClient", "GetIdleRecommendationsCommand")
|
|
2061
|
-
.sc(GetIdleRecommendations$)
|
|
352
|
+
.sc(schemas_0.GetIdleRecommendations$)
|
|
2062
353
|
.build() {
|
|
2063
354
|
}
|
|
2064
355
|
|
|
@@ -2070,7 +361,7 @@ class GetLambdaFunctionRecommendationsCommand extends smithyClient.Command
|
|
|
2070
361
|
})
|
|
2071
362
|
.s("ComputeOptimizerService", "GetLambdaFunctionRecommendations", {})
|
|
2072
363
|
.n("ComputeOptimizerClient", "GetLambdaFunctionRecommendationsCommand")
|
|
2073
|
-
.sc(GetLambdaFunctionRecommendations$)
|
|
364
|
+
.sc(schemas_0.GetLambdaFunctionRecommendations$)
|
|
2074
365
|
.build() {
|
|
2075
366
|
}
|
|
2076
367
|
|
|
@@ -2082,7 +373,7 @@ class GetLicenseRecommendationsCommand extends smithyClient.Command
|
|
|
2082
373
|
})
|
|
2083
374
|
.s("ComputeOptimizerService", "GetLicenseRecommendations", {})
|
|
2084
375
|
.n("ComputeOptimizerClient", "GetLicenseRecommendationsCommand")
|
|
2085
|
-
.sc(GetLicenseRecommendations$)
|
|
376
|
+
.sc(schemas_0.GetLicenseRecommendations$)
|
|
2086
377
|
.build() {
|
|
2087
378
|
}
|
|
2088
379
|
|
|
@@ -2094,7 +385,7 @@ class GetRDSDatabaseRecommendationProjectedMetricsCommand extends smithyClient.C
|
|
|
2094
385
|
})
|
|
2095
386
|
.s("ComputeOptimizerService", "GetRDSDatabaseRecommendationProjectedMetrics", {})
|
|
2096
387
|
.n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationProjectedMetricsCommand")
|
|
2097
|
-
.sc(GetRDSDatabaseRecommendationProjectedMetrics$)
|
|
388
|
+
.sc(schemas_0.GetRDSDatabaseRecommendationProjectedMetrics$)
|
|
2098
389
|
.build() {
|
|
2099
390
|
}
|
|
2100
391
|
|
|
@@ -2106,7 +397,7 @@ class GetRDSDatabaseRecommendationsCommand extends smithyClient.Command
|
|
|
2106
397
|
})
|
|
2107
398
|
.s("ComputeOptimizerService", "GetRDSDatabaseRecommendations", {})
|
|
2108
399
|
.n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationsCommand")
|
|
2109
|
-
.sc(GetRDSDatabaseRecommendations$)
|
|
400
|
+
.sc(schemas_0.GetRDSDatabaseRecommendations$)
|
|
2110
401
|
.build() {
|
|
2111
402
|
}
|
|
2112
403
|
|
|
@@ -2118,7 +409,7 @@ class GetRecommendationPreferencesCommand extends smithyClient.Command
|
|
|
2118
409
|
})
|
|
2119
410
|
.s("ComputeOptimizerService", "GetRecommendationPreferences", {})
|
|
2120
411
|
.n("ComputeOptimizerClient", "GetRecommendationPreferencesCommand")
|
|
2121
|
-
.sc(GetRecommendationPreferences$)
|
|
412
|
+
.sc(schemas_0.GetRecommendationPreferences$)
|
|
2122
413
|
.build() {
|
|
2123
414
|
}
|
|
2124
415
|
|
|
@@ -2130,7 +421,7 @@ class GetRecommendationSummariesCommand extends smithyClient.Command
|
|
|
2130
421
|
})
|
|
2131
422
|
.s("ComputeOptimizerService", "GetRecommendationSummaries", {})
|
|
2132
423
|
.n("ComputeOptimizerClient", "GetRecommendationSummariesCommand")
|
|
2133
|
-
.sc(GetRecommendationSummaries$)
|
|
424
|
+
.sc(schemas_0.GetRecommendationSummaries$)
|
|
2134
425
|
.build() {
|
|
2135
426
|
}
|
|
2136
427
|
|
|
@@ -2142,7 +433,7 @@ class PutRecommendationPreferencesCommand extends smithyClient.Command
|
|
|
2142
433
|
})
|
|
2143
434
|
.s("ComputeOptimizerService", "PutRecommendationPreferences", {})
|
|
2144
435
|
.n("ComputeOptimizerClient", "PutRecommendationPreferencesCommand")
|
|
2145
|
-
.sc(PutRecommendationPreferences$)
|
|
436
|
+
.sc(schemas_0.PutRecommendationPreferences$)
|
|
2146
437
|
.build() {
|
|
2147
438
|
}
|
|
2148
439
|
|
|
@@ -2154,7 +445,7 @@ class UpdateEnrollmentStatusCommand extends smithyClient.Command
|
|
|
2154
445
|
})
|
|
2155
446
|
.s("ComputeOptimizerService", "UpdateEnrollmentStatus", {})
|
|
2156
447
|
.n("ComputeOptimizerClient", "UpdateEnrollmentStatusCommand")
|
|
2157
|
-
.sc(UpdateEnrollmentStatus$)
|
|
448
|
+
.sc(schemas_0.UpdateEnrollmentStatus$)
|
|
2158
449
|
.build() {
|
|
2159
450
|
}
|
|
2160
451
|
|
|
@@ -3087,108 +1378,45 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3087
1378
|
enumerable: true,
|
|
3088
1379
|
get: function () { return smithyClient.Client; }
|
|
3089
1380
|
});
|
|
3090
|
-
exports
|
|
3091
|
-
|
|
3092
|
-
|
|
1381
|
+
Object.defineProperty(exports, "ComputeOptimizerServiceException", {
|
|
1382
|
+
enumerable: true,
|
|
1383
|
+
get: function () { return ComputeOptimizerServiceException.ComputeOptimizerServiceException; }
|
|
1384
|
+
});
|
|
3093
1385
|
exports.AllocationStrategy = AllocationStrategy;
|
|
3094
1386
|
exports.AsgType = AsgType;
|
|
3095
1387
|
exports.AutoScalingConfiguration = AutoScalingConfiguration;
|
|
3096
|
-
exports.AutoScalingGroupConfiguration$ = AutoScalingGroupConfiguration$;
|
|
3097
|
-
exports.AutoScalingGroupEstimatedMonthlySavings$ = AutoScalingGroupEstimatedMonthlySavings$;
|
|
3098
|
-
exports.AutoScalingGroupRecommendation$ = AutoScalingGroupRecommendation$;
|
|
3099
|
-
exports.AutoScalingGroupRecommendationOption$ = AutoScalingGroupRecommendationOption$;
|
|
3100
|
-
exports.AutoScalingGroupSavingsOpportunityAfterDiscounts$ = AutoScalingGroupSavingsOpportunityAfterDiscounts$;
|
|
3101
1388
|
exports.ComputeOptimizer = ComputeOptimizer;
|
|
3102
1389
|
exports.ComputeOptimizerClient = ComputeOptimizerClient;
|
|
3103
|
-
exports.ComputeOptimizerServiceException = ComputeOptimizerServiceException;
|
|
3104
|
-
exports.ComputeOptimizerServiceException$ = ComputeOptimizerServiceException$;
|
|
3105
|
-
exports.ContainerConfiguration$ = ContainerConfiguration$;
|
|
3106
|
-
exports.ContainerRecommendation$ = ContainerRecommendation$;
|
|
3107
1390
|
exports.CpuVendorArchitecture = CpuVendorArchitecture;
|
|
3108
1391
|
exports.Currency = Currency;
|
|
3109
1392
|
exports.CurrentPerformanceRisk = CurrentPerformanceRisk;
|
|
3110
|
-
exports.CurrentPerformanceRiskRatings$ = CurrentPerformanceRiskRatings$;
|
|
3111
1393
|
exports.CustomizableMetricHeadroom = CustomizableMetricHeadroom;
|
|
3112
1394
|
exports.CustomizableMetricName = CustomizableMetricName;
|
|
3113
|
-
exports.CustomizableMetricParameters$ = CustomizableMetricParameters$;
|
|
3114
1395
|
exports.CustomizableMetricThreshold = CustomizableMetricThreshold;
|
|
3115
|
-
exports.DBStorageConfiguration$ = DBStorageConfiguration$;
|
|
3116
|
-
exports.DeleteRecommendationPreferences$ = DeleteRecommendationPreferences$;
|
|
3117
1396
|
exports.DeleteRecommendationPreferencesCommand = DeleteRecommendationPreferencesCommand;
|
|
3118
|
-
exports.DeleteRecommendationPreferencesRequest$ = DeleteRecommendationPreferencesRequest$;
|
|
3119
|
-
exports.DeleteRecommendationPreferencesResponse$ = DeleteRecommendationPreferencesResponse$;
|
|
3120
|
-
exports.DescribeRecommendationExportJobs$ = DescribeRecommendationExportJobs$;
|
|
3121
1397
|
exports.DescribeRecommendationExportJobsCommand = DescribeRecommendationExportJobsCommand;
|
|
3122
|
-
exports.DescribeRecommendationExportJobsRequest$ = DescribeRecommendationExportJobsRequest$;
|
|
3123
|
-
exports.DescribeRecommendationExportJobsResponse$ = DescribeRecommendationExportJobsResponse$;
|
|
3124
1398
|
exports.Dimension = Dimension;
|
|
3125
|
-
exports.EBSEffectiveRecommendationPreferences$ = EBSEffectiveRecommendationPreferences$;
|
|
3126
|
-
exports.EBSEstimatedMonthlySavings$ = EBSEstimatedMonthlySavings$;
|
|
3127
|
-
exports.EBSFilter$ = EBSFilter$;
|
|
3128
1399
|
exports.EBSFilterName = EBSFilterName;
|
|
3129
1400
|
exports.EBSFinding = EBSFinding;
|
|
3130
1401
|
exports.EBSMetricName = EBSMetricName;
|
|
3131
|
-
exports.EBSSavingsEstimationMode$ = EBSSavingsEstimationMode$;
|
|
3132
1402
|
exports.EBSSavingsEstimationModeSource = EBSSavingsEstimationModeSource;
|
|
3133
|
-
exports.EBSSavingsOpportunityAfterDiscounts$ = EBSSavingsOpportunityAfterDiscounts$;
|
|
3134
|
-
exports.EBSUtilizationMetric$ = EBSUtilizationMetric$;
|
|
3135
|
-
exports.ECSEffectiveRecommendationPreferences$ = ECSEffectiveRecommendationPreferences$;
|
|
3136
|
-
exports.ECSEstimatedMonthlySavings$ = ECSEstimatedMonthlySavings$;
|
|
3137
|
-
exports.ECSSavingsEstimationMode$ = ECSSavingsEstimationMode$;
|
|
3138
1403
|
exports.ECSSavingsEstimationModeSource = ECSSavingsEstimationModeSource;
|
|
3139
|
-
exports.ECSSavingsOpportunityAfterDiscounts$ = ECSSavingsOpportunityAfterDiscounts$;
|
|
3140
1404
|
exports.ECSServiceLaunchType = ECSServiceLaunchType;
|
|
3141
1405
|
exports.ECSServiceMetricName = ECSServiceMetricName;
|
|
3142
1406
|
exports.ECSServiceMetricStatistic = ECSServiceMetricStatistic;
|
|
3143
|
-
exports.ECSServiceProjectedMetric$ = ECSServiceProjectedMetric$;
|
|
3144
|
-
exports.ECSServiceProjectedUtilizationMetric$ = ECSServiceProjectedUtilizationMetric$;
|
|
3145
|
-
exports.ECSServiceRecommendation$ = ECSServiceRecommendation$;
|
|
3146
|
-
exports.ECSServiceRecommendationFilter$ = ECSServiceRecommendationFilter$;
|
|
3147
1407
|
exports.ECSServiceRecommendationFilterName = ECSServiceRecommendationFilterName;
|
|
3148
1408
|
exports.ECSServiceRecommendationFinding = ECSServiceRecommendationFinding;
|
|
3149
1409
|
exports.ECSServiceRecommendationFindingReasonCode = ECSServiceRecommendationFindingReasonCode;
|
|
3150
|
-
exports.ECSServiceRecommendationOption$ = ECSServiceRecommendationOption$;
|
|
3151
|
-
exports.ECSServiceRecommendedOptionProjectedMetric$ = ECSServiceRecommendedOptionProjectedMetric$;
|
|
3152
|
-
exports.ECSServiceUtilizationMetric$ = ECSServiceUtilizationMetric$;
|
|
3153
|
-
exports.EffectivePreferredResource$ = EffectivePreferredResource$;
|
|
3154
|
-
exports.EffectiveRecommendationPreferences$ = EffectiveRecommendationPreferences$;
|
|
3155
1410
|
exports.EnhancedInfrastructureMetrics = EnhancedInfrastructureMetrics;
|
|
3156
|
-
exports.EnrollmentFilter$ = EnrollmentFilter$;
|
|
3157
1411
|
exports.EnrollmentFilterName = EnrollmentFilterName;
|
|
3158
|
-
exports.EstimatedMonthlySavings$ = EstimatedMonthlySavings$;
|
|
3159
|
-
exports.ExportAutoScalingGroupRecommendations$ = ExportAutoScalingGroupRecommendations$;
|
|
3160
1412
|
exports.ExportAutoScalingGroupRecommendationsCommand = ExportAutoScalingGroupRecommendationsCommand;
|
|
3161
|
-
exports.ExportAutoScalingGroupRecommendationsRequest$ = ExportAutoScalingGroupRecommendationsRequest$;
|
|
3162
|
-
exports.ExportAutoScalingGroupRecommendationsResponse$ = ExportAutoScalingGroupRecommendationsResponse$;
|
|
3163
|
-
exports.ExportDestination$ = ExportDestination$;
|
|
3164
|
-
exports.ExportEBSVolumeRecommendations$ = ExportEBSVolumeRecommendations$;
|
|
3165
1413
|
exports.ExportEBSVolumeRecommendationsCommand = ExportEBSVolumeRecommendationsCommand;
|
|
3166
|
-
exports.ExportEBSVolumeRecommendationsRequest$ = ExportEBSVolumeRecommendationsRequest$;
|
|
3167
|
-
exports.ExportEBSVolumeRecommendationsResponse$ = ExportEBSVolumeRecommendationsResponse$;
|
|
3168
|
-
exports.ExportEC2InstanceRecommendations$ = ExportEC2InstanceRecommendations$;
|
|
3169
1414
|
exports.ExportEC2InstanceRecommendationsCommand = ExportEC2InstanceRecommendationsCommand;
|
|
3170
|
-
exports.ExportEC2InstanceRecommendationsRequest$ = ExportEC2InstanceRecommendationsRequest$;
|
|
3171
|
-
exports.ExportEC2InstanceRecommendationsResponse$ = ExportEC2InstanceRecommendationsResponse$;
|
|
3172
|
-
exports.ExportECSServiceRecommendations$ = ExportECSServiceRecommendations$;
|
|
3173
1415
|
exports.ExportECSServiceRecommendationsCommand = ExportECSServiceRecommendationsCommand;
|
|
3174
|
-
exports.ExportECSServiceRecommendationsRequest$ = ExportECSServiceRecommendationsRequest$;
|
|
3175
|
-
exports.ExportECSServiceRecommendationsResponse$ = ExportECSServiceRecommendationsResponse$;
|
|
3176
|
-
exports.ExportIdleRecommendations$ = ExportIdleRecommendations$;
|
|
3177
1416
|
exports.ExportIdleRecommendationsCommand = ExportIdleRecommendationsCommand;
|
|
3178
|
-
exports.ExportIdleRecommendationsRequest$ = ExportIdleRecommendationsRequest$;
|
|
3179
|
-
exports.ExportIdleRecommendationsResponse$ = ExportIdleRecommendationsResponse$;
|
|
3180
|
-
exports.ExportLambdaFunctionRecommendations$ = ExportLambdaFunctionRecommendations$;
|
|
3181
1417
|
exports.ExportLambdaFunctionRecommendationsCommand = ExportLambdaFunctionRecommendationsCommand;
|
|
3182
|
-
exports.ExportLambdaFunctionRecommendationsRequest$ = ExportLambdaFunctionRecommendationsRequest$;
|
|
3183
|
-
exports.ExportLambdaFunctionRecommendationsResponse$ = ExportLambdaFunctionRecommendationsResponse$;
|
|
3184
|
-
exports.ExportLicenseRecommendations$ = ExportLicenseRecommendations$;
|
|
3185
1418
|
exports.ExportLicenseRecommendationsCommand = ExportLicenseRecommendationsCommand;
|
|
3186
|
-
exports.ExportLicenseRecommendationsRequest$ = ExportLicenseRecommendationsRequest$;
|
|
3187
|
-
exports.ExportLicenseRecommendationsResponse$ = ExportLicenseRecommendationsResponse$;
|
|
3188
|
-
exports.ExportRDSDatabaseRecommendations$ = ExportRDSDatabaseRecommendations$;
|
|
3189
1419
|
exports.ExportRDSDatabaseRecommendationsCommand = ExportRDSDatabaseRecommendationsCommand;
|
|
3190
|
-
exports.ExportRDSDatabaseRecommendationsRequest$ = ExportRDSDatabaseRecommendationsRequest$;
|
|
3191
|
-
exports.ExportRDSDatabaseRecommendationsResponse$ = ExportRDSDatabaseRecommendationsResponse$;
|
|
3192
1420
|
exports.ExportableAutoScalingGroupField = ExportableAutoScalingGroupField;
|
|
3193
1421
|
exports.ExportableECSServiceField = ExportableECSServiceField;
|
|
3194
1422
|
exports.ExportableIdleField = ExportableIdleField;
|
|
@@ -3197,224 +1425,95 @@ exports.ExportableLambdaFunctionField = ExportableLambdaFunctionField;
|
|
|
3197
1425
|
exports.ExportableLicenseField = ExportableLicenseField;
|
|
3198
1426
|
exports.ExportableRDSDBField = ExportableRDSDBField;
|
|
3199
1427
|
exports.ExportableVolumeField = ExportableVolumeField;
|
|
3200
|
-
exports.ExternalMetricStatus$ = ExternalMetricStatus$;
|
|
3201
1428
|
exports.ExternalMetricStatusCode = ExternalMetricStatusCode;
|
|
3202
|
-
exports.ExternalMetricsPreference$ = ExternalMetricsPreference$;
|
|
3203
1429
|
exports.ExternalMetricsSource = ExternalMetricsSource;
|
|
3204
1430
|
exports.FileFormat = FileFormat;
|
|
3205
|
-
exports.Filter$ = Filter$;
|
|
3206
1431
|
exports.FilterName = FilterName;
|
|
3207
1432
|
exports.Finding = Finding;
|
|
3208
1433
|
exports.FindingReasonCode = FindingReasonCode;
|
|
3209
|
-
exports.GetAutoScalingGroupRecommendations$ = GetAutoScalingGroupRecommendations$;
|
|
3210
1434
|
exports.GetAutoScalingGroupRecommendationsCommand = GetAutoScalingGroupRecommendationsCommand;
|
|
3211
|
-
exports.GetAutoScalingGroupRecommendationsRequest$ = GetAutoScalingGroupRecommendationsRequest$;
|
|
3212
|
-
exports.GetAutoScalingGroupRecommendationsResponse$ = GetAutoScalingGroupRecommendationsResponse$;
|
|
3213
|
-
exports.GetEBSVolumeRecommendations$ = GetEBSVolumeRecommendations$;
|
|
3214
1435
|
exports.GetEBSVolumeRecommendationsCommand = GetEBSVolumeRecommendationsCommand;
|
|
3215
|
-
exports.GetEBSVolumeRecommendationsRequest$ = GetEBSVolumeRecommendationsRequest$;
|
|
3216
|
-
exports.GetEBSVolumeRecommendationsResponse$ = GetEBSVolumeRecommendationsResponse$;
|
|
3217
|
-
exports.GetEC2InstanceRecommendations$ = GetEC2InstanceRecommendations$;
|
|
3218
1436
|
exports.GetEC2InstanceRecommendationsCommand = GetEC2InstanceRecommendationsCommand;
|
|
3219
|
-
exports.GetEC2InstanceRecommendationsRequest$ = GetEC2InstanceRecommendationsRequest$;
|
|
3220
|
-
exports.GetEC2InstanceRecommendationsResponse$ = GetEC2InstanceRecommendationsResponse$;
|
|
3221
|
-
exports.GetEC2RecommendationProjectedMetrics$ = GetEC2RecommendationProjectedMetrics$;
|
|
3222
1437
|
exports.GetEC2RecommendationProjectedMetricsCommand = GetEC2RecommendationProjectedMetricsCommand;
|
|
3223
|
-
exports.GetEC2RecommendationProjectedMetricsRequest$ = GetEC2RecommendationProjectedMetricsRequest$;
|
|
3224
|
-
exports.GetEC2RecommendationProjectedMetricsResponse$ = GetEC2RecommendationProjectedMetricsResponse$;
|
|
3225
|
-
exports.GetECSServiceRecommendationProjectedMetrics$ = GetECSServiceRecommendationProjectedMetrics$;
|
|
3226
1438
|
exports.GetECSServiceRecommendationProjectedMetricsCommand = GetECSServiceRecommendationProjectedMetricsCommand;
|
|
3227
|
-
exports.GetECSServiceRecommendationProjectedMetricsRequest$ = GetECSServiceRecommendationProjectedMetricsRequest$;
|
|
3228
|
-
exports.GetECSServiceRecommendationProjectedMetricsResponse$ = GetECSServiceRecommendationProjectedMetricsResponse$;
|
|
3229
|
-
exports.GetECSServiceRecommendations$ = GetECSServiceRecommendations$;
|
|
3230
1439
|
exports.GetECSServiceRecommendationsCommand = GetECSServiceRecommendationsCommand;
|
|
3231
|
-
exports.GetECSServiceRecommendationsRequest$ = GetECSServiceRecommendationsRequest$;
|
|
3232
|
-
exports.GetECSServiceRecommendationsResponse$ = GetECSServiceRecommendationsResponse$;
|
|
3233
|
-
exports.GetEffectiveRecommendationPreferences$ = GetEffectiveRecommendationPreferences$;
|
|
3234
1440
|
exports.GetEffectiveRecommendationPreferencesCommand = GetEffectiveRecommendationPreferencesCommand;
|
|
3235
|
-
exports.GetEffectiveRecommendationPreferencesRequest$ = GetEffectiveRecommendationPreferencesRequest$;
|
|
3236
|
-
exports.GetEffectiveRecommendationPreferencesResponse$ = GetEffectiveRecommendationPreferencesResponse$;
|
|
3237
|
-
exports.GetEnrollmentStatus$ = GetEnrollmentStatus$;
|
|
3238
1441
|
exports.GetEnrollmentStatusCommand = GetEnrollmentStatusCommand;
|
|
3239
|
-
exports.GetEnrollmentStatusRequest$ = GetEnrollmentStatusRequest$;
|
|
3240
|
-
exports.GetEnrollmentStatusResponse$ = GetEnrollmentStatusResponse$;
|
|
3241
|
-
exports.GetEnrollmentStatusesForOrganization$ = GetEnrollmentStatusesForOrganization$;
|
|
3242
1442
|
exports.GetEnrollmentStatusesForOrganizationCommand = GetEnrollmentStatusesForOrganizationCommand;
|
|
3243
|
-
exports.GetEnrollmentStatusesForOrganizationRequest$ = GetEnrollmentStatusesForOrganizationRequest$;
|
|
3244
|
-
exports.GetEnrollmentStatusesForOrganizationResponse$ = GetEnrollmentStatusesForOrganizationResponse$;
|
|
3245
|
-
exports.GetIdleRecommendations$ = GetIdleRecommendations$;
|
|
3246
1443
|
exports.GetIdleRecommendationsCommand = GetIdleRecommendationsCommand;
|
|
3247
|
-
exports.GetIdleRecommendationsRequest$ = GetIdleRecommendationsRequest$;
|
|
3248
|
-
exports.GetIdleRecommendationsResponse$ = GetIdleRecommendationsResponse$;
|
|
3249
|
-
exports.GetLambdaFunctionRecommendations$ = GetLambdaFunctionRecommendations$;
|
|
3250
1444
|
exports.GetLambdaFunctionRecommendationsCommand = GetLambdaFunctionRecommendationsCommand;
|
|
3251
|
-
exports.GetLambdaFunctionRecommendationsRequest$ = GetLambdaFunctionRecommendationsRequest$;
|
|
3252
|
-
exports.GetLambdaFunctionRecommendationsResponse$ = GetLambdaFunctionRecommendationsResponse$;
|
|
3253
|
-
exports.GetLicenseRecommendations$ = GetLicenseRecommendations$;
|
|
3254
1445
|
exports.GetLicenseRecommendationsCommand = GetLicenseRecommendationsCommand;
|
|
3255
|
-
exports.GetLicenseRecommendationsRequest$ = GetLicenseRecommendationsRequest$;
|
|
3256
|
-
exports.GetLicenseRecommendationsResponse$ = GetLicenseRecommendationsResponse$;
|
|
3257
|
-
exports.GetRDSDatabaseRecommendationProjectedMetrics$ = GetRDSDatabaseRecommendationProjectedMetrics$;
|
|
3258
1446
|
exports.GetRDSDatabaseRecommendationProjectedMetricsCommand = GetRDSDatabaseRecommendationProjectedMetricsCommand;
|
|
3259
|
-
exports.GetRDSDatabaseRecommendationProjectedMetricsRequest$ = GetRDSDatabaseRecommendationProjectedMetricsRequest$;
|
|
3260
|
-
exports.GetRDSDatabaseRecommendationProjectedMetricsResponse$ = GetRDSDatabaseRecommendationProjectedMetricsResponse$;
|
|
3261
|
-
exports.GetRDSDatabaseRecommendations$ = GetRDSDatabaseRecommendations$;
|
|
3262
1447
|
exports.GetRDSDatabaseRecommendationsCommand = GetRDSDatabaseRecommendationsCommand;
|
|
3263
|
-
exports.GetRDSDatabaseRecommendationsRequest$ = GetRDSDatabaseRecommendationsRequest$;
|
|
3264
|
-
exports.GetRDSDatabaseRecommendationsResponse$ = GetRDSDatabaseRecommendationsResponse$;
|
|
3265
|
-
exports.GetRecommendationError$ = GetRecommendationError$;
|
|
3266
|
-
exports.GetRecommendationPreferences$ = GetRecommendationPreferences$;
|
|
3267
1448
|
exports.GetRecommendationPreferencesCommand = GetRecommendationPreferencesCommand;
|
|
3268
|
-
exports.GetRecommendationPreferencesRequest$ = GetRecommendationPreferencesRequest$;
|
|
3269
|
-
exports.GetRecommendationPreferencesResponse$ = GetRecommendationPreferencesResponse$;
|
|
3270
|
-
exports.GetRecommendationSummaries$ = GetRecommendationSummaries$;
|
|
3271
1449
|
exports.GetRecommendationSummariesCommand = GetRecommendationSummariesCommand;
|
|
3272
|
-
exports.GetRecommendationSummariesRequest$ = GetRecommendationSummariesRequest$;
|
|
3273
|
-
exports.GetRecommendationSummariesResponse$ = GetRecommendationSummariesResponse$;
|
|
3274
|
-
exports.Gpu$ = Gpu$;
|
|
3275
|
-
exports.GpuInfo$ = GpuInfo$;
|
|
3276
1450
|
exports.Idle = Idle;
|
|
3277
|
-
exports.IdleEstimatedMonthlySavings$ = IdleEstimatedMonthlySavings$;
|
|
3278
1451
|
exports.IdleFinding = IdleFinding;
|
|
3279
1452
|
exports.IdleMetricName = IdleMetricName;
|
|
3280
|
-
exports.IdleRecommendation$ = IdleRecommendation$;
|
|
3281
|
-
exports.IdleRecommendationError$ = IdleRecommendationError$;
|
|
3282
|
-
exports.IdleRecommendationFilter$ = IdleRecommendationFilter$;
|
|
3283
1453
|
exports.IdleRecommendationFilterName = IdleRecommendationFilterName;
|
|
3284
1454
|
exports.IdleRecommendationResourceType = IdleRecommendationResourceType;
|
|
3285
|
-
exports.IdleSavingsOpportunity$ = IdleSavingsOpportunity$;
|
|
3286
|
-
exports.IdleSavingsOpportunityAfterDiscounts$ = IdleSavingsOpportunityAfterDiscounts$;
|
|
3287
|
-
exports.IdleSummary$ = IdleSummary$;
|
|
3288
|
-
exports.IdleUtilizationMetric$ = IdleUtilizationMetric$;
|
|
3289
|
-
exports.InferredWorkloadSaving$ = InferredWorkloadSaving$;
|
|
3290
1455
|
exports.InferredWorkloadType = InferredWorkloadType;
|
|
3291
1456
|
exports.InferredWorkloadTypesPreference = InferredWorkloadTypesPreference;
|
|
3292
|
-
exports.InstanceEstimatedMonthlySavings$ = InstanceEstimatedMonthlySavings$;
|
|
3293
1457
|
exports.InstanceIdle = InstanceIdle;
|
|
3294
|
-
exports.InstanceRecommendation$ = InstanceRecommendation$;
|
|
3295
1458
|
exports.InstanceRecommendationFindingReasonCode = InstanceRecommendationFindingReasonCode;
|
|
3296
|
-
exports.InstanceRecommendationOption$ = InstanceRecommendationOption$;
|
|
3297
|
-
exports.InstanceSavingsEstimationMode$ = InstanceSavingsEstimationMode$;
|
|
3298
1459
|
exports.InstanceSavingsEstimationModeSource = InstanceSavingsEstimationModeSource;
|
|
3299
|
-
exports.InstanceSavingsOpportunityAfterDiscounts$ = InstanceSavingsOpportunityAfterDiscounts$;
|
|
3300
1460
|
exports.InstanceState = InstanceState;
|
|
3301
|
-
exports.InternalServerException = InternalServerException;
|
|
3302
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
3303
|
-
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
3304
|
-
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
3305
|
-
exports.JobFilter$ = JobFilter$;
|
|
3306
1461
|
exports.JobFilterName = JobFilterName;
|
|
3307
1462
|
exports.JobStatus = JobStatus;
|
|
3308
|
-
exports.LambdaEffectiveRecommendationPreferences$ = LambdaEffectiveRecommendationPreferences$;
|
|
3309
|
-
exports.LambdaEstimatedMonthlySavings$ = LambdaEstimatedMonthlySavings$;
|
|
3310
1463
|
exports.LambdaFunctionMemoryMetricName = LambdaFunctionMemoryMetricName;
|
|
3311
1464
|
exports.LambdaFunctionMemoryMetricStatistic = LambdaFunctionMemoryMetricStatistic;
|
|
3312
|
-
exports.LambdaFunctionMemoryProjectedMetric$ = LambdaFunctionMemoryProjectedMetric$;
|
|
3313
|
-
exports.LambdaFunctionMemoryRecommendationOption$ = LambdaFunctionMemoryRecommendationOption$;
|
|
3314
1465
|
exports.LambdaFunctionMetricName = LambdaFunctionMetricName;
|
|
3315
1466
|
exports.LambdaFunctionMetricStatistic = LambdaFunctionMetricStatistic;
|
|
3316
|
-
exports.LambdaFunctionRecommendation$ = LambdaFunctionRecommendation$;
|
|
3317
|
-
exports.LambdaFunctionRecommendationFilter$ = LambdaFunctionRecommendationFilter$;
|
|
3318
1467
|
exports.LambdaFunctionRecommendationFilterName = LambdaFunctionRecommendationFilterName;
|
|
3319
1468
|
exports.LambdaFunctionRecommendationFinding = LambdaFunctionRecommendationFinding;
|
|
3320
1469
|
exports.LambdaFunctionRecommendationFindingReasonCode = LambdaFunctionRecommendationFindingReasonCode;
|
|
3321
|
-
exports.LambdaFunctionUtilizationMetric$ = LambdaFunctionUtilizationMetric$;
|
|
3322
|
-
exports.LambdaSavingsEstimationMode$ = LambdaSavingsEstimationMode$;
|
|
3323
1470
|
exports.LambdaSavingsEstimationModeSource = LambdaSavingsEstimationModeSource;
|
|
3324
|
-
exports.LambdaSavingsOpportunityAfterDiscounts$ = LambdaSavingsOpportunityAfterDiscounts$;
|
|
3325
|
-
exports.LicenseConfiguration$ = LicenseConfiguration$;
|
|
3326
1471
|
exports.LicenseEdition = LicenseEdition;
|
|
3327
1472
|
exports.LicenseFinding = LicenseFinding;
|
|
3328
1473
|
exports.LicenseFindingReasonCode = LicenseFindingReasonCode;
|
|
3329
1474
|
exports.LicenseModel = LicenseModel;
|
|
3330
1475
|
exports.LicenseName = LicenseName;
|
|
3331
|
-
exports.LicenseRecommendation$ = LicenseRecommendation$;
|
|
3332
|
-
exports.LicenseRecommendationFilter$ = LicenseRecommendationFilter$;
|
|
3333
1476
|
exports.LicenseRecommendationFilterName = LicenseRecommendationFilterName;
|
|
3334
|
-
exports.LicenseRecommendationOption$ = LicenseRecommendationOption$;
|
|
3335
|
-
exports.LimitExceededException = LimitExceededException;
|
|
3336
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
3337
1477
|
exports.LookBackPeriodPreference = LookBackPeriodPreference;
|
|
3338
|
-
exports.MemorySizeConfiguration$ = MemorySizeConfiguration$;
|
|
3339
1478
|
exports.MetricName = MetricName;
|
|
3340
|
-
exports.MetricSource$ = MetricSource$;
|
|
3341
1479
|
exports.MetricSourceProvider = MetricSourceProvider;
|
|
3342
1480
|
exports.MetricStatistic = MetricStatistic;
|
|
3343
1481
|
exports.MigrationEffort = MigrationEffort;
|
|
3344
|
-
exports.MissingAuthenticationToken = MissingAuthenticationToken;
|
|
3345
|
-
exports.MissingAuthenticationToken$ = MissingAuthenticationToken$;
|
|
3346
|
-
exports.OptInRequiredException = OptInRequiredException;
|
|
3347
|
-
exports.OptInRequiredException$ = OptInRequiredException$;
|
|
3348
1482
|
exports.Order = Order;
|
|
3349
|
-
exports.OrderBy$ = OrderBy$;
|
|
3350
1483
|
exports.PlatformDifference = PlatformDifference;
|
|
3351
|
-
exports.PreferredResource$ = PreferredResource$;
|
|
3352
1484
|
exports.PreferredResourceName = PreferredResourceName;
|
|
3353
|
-
exports.ProjectedMetric$ = ProjectedMetric$;
|
|
3354
|
-
exports.PutRecommendationPreferences$ = PutRecommendationPreferences$;
|
|
3355
1485
|
exports.PutRecommendationPreferencesCommand = PutRecommendationPreferencesCommand;
|
|
3356
|
-
exports.PutRecommendationPreferencesRequest$ = PutRecommendationPreferencesRequest$;
|
|
3357
|
-
exports.PutRecommendationPreferencesResponse$ = PutRecommendationPreferencesResponse$;
|
|
3358
1486
|
exports.RDSCurrentInstancePerformanceRisk = RDSCurrentInstancePerformanceRisk;
|
|
3359
|
-
exports.RDSDBInstanceRecommendationOption$ = RDSDBInstanceRecommendationOption$;
|
|
3360
1487
|
exports.RDSDBMetricName = RDSDBMetricName;
|
|
3361
1488
|
exports.RDSDBMetricStatistic = RDSDBMetricStatistic;
|
|
3362
|
-
exports.RDSDBRecommendation$ = RDSDBRecommendation$;
|
|
3363
|
-
exports.RDSDBRecommendationFilter$ = RDSDBRecommendationFilter$;
|
|
3364
1489
|
exports.RDSDBRecommendationFilterName = RDSDBRecommendationFilterName;
|
|
3365
|
-
exports.RDSDBStorageRecommendationOption$ = RDSDBStorageRecommendationOption$;
|
|
3366
|
-
exports.RDSDBUtilizationMetric$ = RDSDBUtilizationMetric$;
|
|
3367
|
-
exports.RDSDatabaseProjectedMetric$ = RDSDatabaseProjectedMetric$;
|
|
3368
|
-
exports.RDSDatabaseRecommendedOptionProjectedMetric$ = RDSDatabaseRecommendedOptionProjectedMetric$;
|
|
3369
|
-
exports.RDSEffectiveRecommendationPreferences$ = RDSEffectiveRecommendationPreferences$;
|
|
3370
1490
|
exports.RDSEstimatedMonthlyVolumeIOPsCostVariation = RDSEstimatedMonthlyVolumeIOPsCostVariation;
|
|
3371
|
-
exports.RDSInstanceEstimatedMonthlySavings$ = RDSInstanceEstimatedMonthlySavings$;
|
|
3372
1491
|
exports.RDSInstanceFinding = RDSInstanceFinding;
|
|
3373
1492
|
exports.RDSInstanceFindingReasonCode = RDSInstanceFindingReasonCode;
|
|
3374
|
-
exports.RDSInstanceSavingsOpportunityAfterDiscounts$ = RDSInstanceSavingsOpportunityAfterDiscounts$;
|
|
3375
|
-
exports.RDSSavingsEstimationMode$ = RDSSavingsEstimationMode$;
|
|
3376
1493
|
exports.RDSSavingsEstimationModeSource = RDSSavingsEstimationModeSource;
|
|
3377
|
-
exports.RDSStorageEstimatedMonthlySavings$ = RDSStorageEstimatedMonthlySavings$;
|
|
3378
1494
|
exports.RDSStorageFinding = RDSStorageFinding;
|
|
3379
1495
|
exports.RDSStorageFindingReasonCode = RDSStorageFindingReasonCode;
|
|
3380
|
-
exports.RDSStorageSavingsOpportunityAfterDiscounts$ = RDSStorageSavingsOpportunityAfterDiscounts$;
|
|
3381
|
-
exports.ReasonCodeSummary$ = ReasonCodeSummary$;
|
|
3382
|
-
exports.RecommendationExportJob$ = RecommendationExportJob$;
|
|
3383
1496
|
exports.RecommendationPreferenceName = RecommendationPreferenceName;
|
|
3384
|
-
exports.RecommendationPreferences$ = RecommendationPreferences$;
|
|
3385
|
-
exports.RecommendationPreferencesDetail$ = RecommendationPreferencesDetail$;
|
|
3386
|
-
exports.RecommendationSource$ = RecommendationSource$;
|
|
3387
1497
|
exports.RecommendationSourceType = RecommendationSourceType;
|
|
3388
|
-
exports.RecommendationSummary$ = RecommendationSummary$;
|
|
3389
|
-
exports.RecommendedOptionProjectedMetric$ = RecommendedOptionProjectedMetric$;
|
|
3390
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3391
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3392
1498
|
exports.ResourceType = ResourceType;
|
|
3393
|
-
exports.S3Destination$ = S3Destination$;
|
|
3394
|
-
exports.S3DestinationConfig$ = S3DestinationConfig$;
|
|
3395
1499
|
exports.SavingsEstimationMode = SavingsEstimationMode;
|
|
3396
|
-
exports.SavingsOpportunity$ = SavingsOpportunity$;
|
|
3397
|
-
exports.Scope$ = Scope$;
|
|
3398
1500
|
exports.ScopeName = ScopeName;
|
|
3399
|
-
exports.ServiceConfiguration$ = ServiceConfiguration$;
|
|
3400
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
3401
|
-
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
3402
1501
|
exports.Status = Status;
|
|
3403
|
-
exports.Summary$ = Summary$;
|
|
3404
|
-
exports.Tag$ = Tag$;
|
|
3405
|
-
exports.ThrottlingException = ThrottlingException;
|
|
3406
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
3407
|
-
exports.UpdateEnrollmentStatus$ = UpdateEnrollmentStatus$;
|
|
3408
1502
|
exports.UpdateEnrollmentStatusCommand = UpdateEnrollmentStatusCommand;
|
|
3409
|
-
exports.UpdateEnrollmentStatusRequest$ = UpdateEnrollmentStatusRequest$;
|
|
3410
|
-
exports.UpdateEnrollmentStatusResponse$ = UpdateEnrollmentStatusResponse$;
|
|
3411
|
-
exports.UtilizationMetric$ = UtilizationMetric$;
|
|
3412
|
-
exports.UtilizationPreference$ = UtilizationPreference$;
|
|
3413
|
-
exports.VolumeConfiguration$ = VolumeConfiguration$;
|
|
3414
|
-
exports.VolumeRecommendation$ = VolumeRecommendation$;
|
|
3415
|
-
exports.VolumeRecommendationOption$ = VolumeRecommendationOption$;
|
|
3416
1503
|
exports.paginateDescribeRecommendationExportJobs = paginateDescribeRecommendationExportJobs;
|
|
3417
1504
|
exports.paginateGetEnrollmentStatusesForOrganization = paginateGetEnrollmentStatusesForOrganization;
|
|
3418
1505
|
exports.paginateGetLambdaFunctionRecommendations = paginateGetLambdaFunctionRecommendations;
|
|
3419
1506
|
exports.paginateGetRecommendationPreferences = paginateGetRecommendationPreferences;
|
|
3420
1507
|
exports.paginateGetRecommendationSummaries = paginateGetRecommendationSummaries;
|
|
1508
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1509
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1510
|
+
enumerable: true,
|
|
1511
|
+
get: function () { return schemas_0[k]; }
|
|
1512
|
+
});
|
|
1513
|
+
});
|
|
1514
|
+
Object.keys(errors).forEach(function (k) {
|
|
1515
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1516
|
+
enumerable: true,
|
|
1517
|
+
get: function () { return errors[k]; }
|
|
1518
|
+
});
|
|
1519
|
+
});
|