@aws-sdk/client-compute-optimizer-automation 3.987.0 → 3.989.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 +42 -1103
- package/dist-cjs/models/ComputeOptimizerAutomationServiceException.js +12 -0
- package/dist-cjs/models/errors.js +160 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +825 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +87 -81
- package/dist-types/schemas/schemas_0.d.ts +19 -12
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -12
- 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 ComputeOptimizerAutomationServiceException = require('./models/ComputeOptimizerAutomationServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,961 +113,6 @@ class ComputeOptimizerAutomationClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class ComputeOptimizerAutomationServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, ComputeOptimizerAutomationServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends ComputeOptimizerAutomationServiceException {
|
|
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 ForbiddenException extends ComputeOptimizerAutomationServiceException {
|
|
133
|
-
name = "ForbiddenException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "ForbiddenException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class IdempotencyTokenInUseException extends ComputeOptimizerAutomationServiceException {
|
|
145
|
-
name = "IdempotencyTokenInUseException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "IdempotencyTokenInUseException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, IdempotencyTokenInUseException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class IdempotentParameterMismatchException extends ComputeOptimizerAutomationServiceException {
|
|
157
|
-
name = "IdempotentParameterMismatchException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "IdempotentParameterMismatchException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class InternalServerException extends ComputeOptimizerAutomationServiceException {
|
|
169
|
-
name = "InternalServerException";
|
|
170
|
-
$fault = "server";
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "InternalServerException",
|
|
174
|
-
$fault: "server",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
class InvalidParameterValueException extends ComputeOptimizerAutomationServiceException {
|
|
181
|
-
name = "InvalidParameterValueException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "InvalidParameterValueException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
class NotManagementAccountException extends ComputeOptimizerAutomationServiceException {
|
|
193
|
-
name = "NotManagementAccountException";
|
|
194
|
-
$fault = "client";
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "NotManagementAccountException",
|
|
198
|
-
$fault: "client",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, NotManagementAccountException.prototype);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class OptInRequiredException extends ComputeOptimizerAutomationServiceException {
|
|
205
|
-
name = "OptInRequiredException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
constructor(opts) {
|
|
208
|
-
super({
|
|
209
|
-
name: "OptInRequiredException",
|
|
210
|
-
$fault: "client",
|
|
211
|
-
...opts,
|
|
212
|
-
});
|
|
213
|
-
Object.setPrototypeOf(this, OptInRequiredException.prototype);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
class ServiceUnavailableException extends ComputeOptimizerAutomationServiceException {
|
|
217
|
-
name = "ServiceUnavailableException";
|
|
218
|
-
$fault = "server";
|
|
219
|
-
constructor(opts) {
|
|
220
|
-
super({
|
|
221
|
-
name: "ServiceUnavailableException",
|
|
222
|
-
$fault: "server",
|
|
223
|
-
...opts,
|
|
224
|
-
});
|
|
225
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
class ThrottlingException extends ComputeOptimizerAutomationServiceException {
|
|
229
|
-
name = "ThrottlingException";
|
|
230
|
-
$fault = "client";
|
|
231
|
-
constructor(opts) {
|
|
232
|
-
super({
|
|
233
|
-
name: "ThrottlingException",
|
|
234
|
-
$fault: "client",
|
|
235
|
-
...opts,
|
|
236
|
-
});
|
|
237
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
class ResourceNotFoundException extends ComputeOptimizerAutomationServiceException {
|
|
241
|
-
name = "ResourceNotFoundException";
|
|
242
|
-
$fault = "client";
|
|
243
|
-
constructor(opts) {
|
|
244
|
-
super({
|
|
245
|
-
name: "ResourceNotFoundException",
|
|
246
|
-
$fault: "client",
|
|
247
|
-
...opts,
|
|
248
|
-
});
|
|
249
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
class ServiceQuotaExceededException extends ComputeOptimizerAutomationServiceException {
|
|
253
|
-
name = "ServiceQuotaExceededException";
|
|
254
|
-
$fault = "client";
|
|
255
|
-
constructor(opts) {
|
|
256
|
-
super({
|
|
257
|
-
name: "ServiceQuotaExceededException",
|
|
258
|
-
$fault: "client",
|
|
259
|
-
...opts,
|
|
260
|
-
});
|
|
261
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
const _AA = "AssociateAccounts";
|
|
266
|
-
const _AAR = "AssociateAccountsRequest";
|
|
267
|
-
const _AARs = "AssociateAccountsResponse";
|
|
268
|
-
const _ADE = "AccessDeniedException";
|
|
269
|
-
const _AE = "AutomationEvent";
|
|
270
|
-
const _AEF = "AutomationEventFilter";
|
|
271
|
-
const _AEFL = "AutomationEventFilterList";
|
|
272
|
-
const _AES = "AutomationEventStep";
|
|
273
|
-
const _AESL = "AutomationEventSummaryList";
|
|
274
|
-
const _AESu = "AutomationEventSummary";
|
|
275
|
-
const _AESut = "AutomationEventSteps";
|
|
276
|
-
const _AEu = "AutomationEvents";
|
|
277
|
-
const _AI = "AccountInfo";
|
|
278
|
-
const _AIL = "AccountInfoList";
|
|
279
|
-
const _AR = "AutomationRule";
|
|
280
|
-
const _ARu = "AutomationRules";
|
|
281
|
-
const _C = "Criteria";
|
|
282
|
-
const _CAR = "CreateAutomationRule";
|
|
283
|
-
const _CARR = "CreateAutomationRuleRequest";
|
|
284
|
-
const _CARRr = "CreateAutomationRuleResponse";
|
|
285
|
-
const _DA = "DisassociateAccounts";
|
|
286
|
-
const _DAR = "DisassociateAccountsRequest";
|
|
287
|
-
const _DARR = "DeleteAutomationRuleRequest";
|
|
288
|
-
const _DARRe = "DeleteAutomationRuleResponse";
|
|
289
|
-
const _DARe = "DeleteAutomationRule";
|
|
290
|
-
const _DARi = "DisassociateAccountsResponse";
|
|
291
|
-
const _DCC = "DoubleCriteriaCondition";
|
|
292
|
-
const _DCCL = "DoubleCriteriaConditionList";
|
|
293
|
-
const _EMS = "EstimatedMonthlySavings";
|
|
294
|
-
const _EV = "EbsVolume";
|
|
295
|
-
const _EVC = "EbsVolumeConfiguration";
|
|
296
|
-
const _F = "Filter";
|
|
297
|
-
const _FE = "ForbiddenException";
|
|
298
|
-
const _FL = "FilterList";
|
|
299
|
-
const _GAE = "GetAutomationEvent";
|
|
300
|
-
const _GAER = "GetAutomationEventRequest";
|
|
301
|
-
const _GAERe = "GetAutomationEventResponse";
|
|
302
|
-
const _GAR = "GetAutomationRule";
|
|
303
|
-
const _GARR = "GetAutomationRuleRequest";
|
|
304
|
-
const _GARRe = "GetAutomationRuleResponse";
|
|
305
|
-
const _GEC = "GetEnrollmentConfiguration";
|
|
306
|
-
const _GECR = "GetEnrollmentConfigurationRequest";
|
|
307
|
-
const _GECRe = "GetEnrollmentConfigurationResponse";
|
|
308
|
-
const _ICC = "IntegerCriteriaCondition";
|
|
309
|
-
const _ICCL = "IntegerCriteriaConditionList";
|
|
310
|
-
const _IPME = "IdempotentParameterMismatchException";
|
|
311
|
-
const _IPVE = "InvalidParameterValueException";
|
|
312
|
-
const _ISE = "InternalServerException";
|
|
313
|
-
const _ITIUE = "IdempotencyTokenInUseException";
|
|
314
|
-
const _LA = "ListAccounts";
|
|
315
|
-
const _LAE = "ListAutomationEvents";
|
|
316
|
-
const _LAER = "ListAutomationEventsRequest";
|
|
317
|
-
const _LAERi = "ListAutomationEventsResponse";
|
|
318
|
-
const _LAES = "ListAutomationEventSteps";
|
|
319
|
-
const _LAESR = "ListAutomationEventStepsRequest";
|
|
320
|
-
const _LAESRi = "ListAutomationEventStepsResponse";
|
|
321
|
-
const _LAESRis = "ListAutomationEventSummariesRequest";
|
|
322
|
-
const _LAESRist = "ListAutomationEventSummariesResponse";
|
|
323
|
-
const _LAESi = "ListAutomationEventSummaries";
|
|
324
|
-
const _LAR = "ListAccountsRequest";
|
|
325
|
-
const _LARP = "ListAutomationRulePreview";
|
|
326
|
-
const _LARPR = "ListAutomationRulePreviewRequest";
|
|
327
|
-
const _LARPRi = "ListAutomationRulePreviewResponse";
|
|
328
|
-
const _LARPS = "ListAutomationRulePreviewSummaries";
|
|
329
|
-
const _LARPSR = "ListAutomationRulePreviewSummariesRequest";
|
|
330
|
-
const _LARPSRi = "ListAutomationRulePreviewSummariesResponse";
|
|
331
|
-
const _LARR = "ListAutomationRulesRequest";
|
|
332
|
-
const _LARRi = "ListAutomationRulesResponse";
|
|
333
|
-
const _LARi = "ListAccountsResponse";
|
|
334
|
-
const _LARis = "ListAutomationRules";
|
|
335
|
-
const _LRA = "ListRecommendedActions";
|
|
336
|
-
const _LRAR = "ListRecommendedActionsRequest";
|
|
337
|
-
const _LRARi = "ListRecommendedActionsResponse";
|
|
338
|
-
const _LRAS = "ListRecommendedActionSummaries";
|
|
339
|
-
const _LRASR = "ListRecommendedActionSummariesRequest";
|
|
340
|
-
const _LRASRi = "ListRecommendedActionSummariesResponse";
|
|
341
|
-
const _LTFR = "ListTagsForResource";
|
|
342
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
343
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
344
|
-
const _NMAE = "NotManagementAccountException";
|
|
345
|
-
const _OC = "OrganizationConfiguration";
|
|
346
|
-
const _OIRE = "OptInRequiredException";
|
|
347
|
-
const _OS = "OrganizationScope";
|
|
348
|
-
const _PR = "PreviewResult";
|
|
349
|
-
const _PRS = "PreviewResultSummary";
|
|
350
|
-
const _PRSr = "PreviewResultSummaries";
|
|
351
|
-
const _PRr = "PreviewResults";
|
|
352
|
-
const _RA = "RecommendedAction";
|
|
353
|
-
const _RAE = "RollbackAutomationEvent";
|
|
354
|
-
const _RAER = "RollbackAutomationEventRequest";
|
|
355
|
-
const _RAERo = "RollbackAutomationEventResponse";
|
|
356
|
-
const _RAF = "RecommendedActionFilter";
|
|
357
|
-
const _RAFL = "RecommendedActionFilterList";
|
|
358
|
-
const _RAS = "RecommendedActionSummary";
|
|
359
|
-
const _RASe = "RecommendedActionSummaries";
|
|
360
|
-
const _RAT = "RecommendedActionTotal";
|
|
361
|
-
const _RAe = "RecommendedActions";
|
|
362
|
-
const _RD = "ResourceDetails";
|
|
363
|
-
const _RNFE = "ResourceNotFoundException";
|
|
364
|
-
const _RPT = "RulePreviewTotal";
|
|
365
|
-
const _RTCC = "ResourceTagsCriteriaCondition";
|
|
366
|
-
const _RTCCL = "ResourceTagsCriteriaConditionList";
|
|
367
|
-
const _S = "Schedule";
|
|
368
|
-
const _SAE = "StartAutomationEvent";
|
|
369
|
-
const _SAER = "StartAutomationEventRequest";
|
|
370
|
-
const _SAERt = "StartAutomationEventResponse";
|
|
371
|
-
const _SCC = "StringCriteriaCondition";
|
|
372
|
-
const _SCCL = "StringCriteriaConditionList";
|
|
373
|
-
const _SD = "SummaryDimension";
|
|
374
|
-
const _SDu = "SummaryDimensions";
|
|
375
|
-
const _SQEE = "ServiceQuotaExceededException";
|
|
376
|
-
const _ST = "SummaryTotals";
|
|
377
|
-
const _SUE = "ServiceUnavailableException";
|
|
378
|
-
const _T = "Tag";
|
|
379
|
-
const _TE = "ThrottlingException";
|
|
380
|
-
const _TL = "TagList";
|
|
381
|
-
const _TP = "TimePeriod";
|
|
382
|
-
const _TR = "TagResource";
|
|
383
|
-
const _TRR = "TagResourceRequest";
|
|
384
|
-
const _TRRa = "TagResourceResponse";
|
|
385
|
-
const _UAR = "UpdateAutomationRule";
|
|
386
|
-
const _UARR = "UpdateAutomationRuleRequest";
|
|
387
|
-
const _UARRp = "UpdateAutomationRuleResponse";
|
|
388
|
-
const _UEC = "UpdateEnrollmentConfiguration";
|
|
389
|
-
const _UECR = "UpdateEnrollmentConfigurationRequest";
|
|
390
|
-
const _UECRp = "UpdateEnrollmentConfigurationResponse";
|
|
391
|
-
const _UR = "UntagResource";
|
|
392
|
-
const _URR = "UntagResourceRequest";
|
|
393
|
-
const _URRn = "UntagResourceResponse";
|
|
394
|
-
const _a = "accounts";
|
|
395
|
-
const _aDS = "afterDiscountSavings";
|
|
396
|
-
const _aE = "automationEvents";
|
|
397
|
-
const _aEC = "automationEventCount";
|
|
398
|
-
const _aES = "automationEventSteps";
|
|
399
|
-
const _aESu = "automationEventSummaries";
|
|
400
|
-
const _aI = "accountId";
|
|
401
|
-
const _aIc = "accountIds";
|
|
402
|
-
const _aR = "automationRules";
|
|
403
|
-
const _bDS = "beforeDiscountSavings";
|
|
404
|
-
const _c = "client";
|
|
405
|
-
const _cRD = "currentResourceDetails";
|
|
406
|
-
const _cRS = "currentResourceSummary";
|
|
407
|
-
const _cT = "clientToken";
|
|
408
|
-
const _cTo = "completedTimestamp";
|
|
409
|
-
const _cTr = "createdTimestamp";
|
|
410
|
-
const _co = "comparison";
|
|
411
|
-
const _con = "configuration";
|
|
412
|
-
const _cr = "criteria";
|
|
413
|
-
const _cu = "currency";
|
|
414
|
-
const _d = "dimensions";
|
|
415
|
-
const _de = "description";
|
|
416
|
-
const _e = "error";
|
|
417
|
-
const _eD = "eventDescription";
|
|
418
|
-
const _eDE = "endDateExclusive";
|
|
419
|
-
const _eI = "eventId";
|
|
420
|
-
const _eMS = "estimatedMonthlySavings";
|
|
421
|
-
const _eS = "eventStatus";
|
|
422
|
-
const _eSR = "eventStatusReason";
|
|
423
|
-
const _eT = "eventType";
|
|
424
|
-
const _eTE = "endTimeExclusive";
|
|
425
|
-
const _eV = "ebsVolume";
|
|
426
|
-
const _eVSIG = "ebsVolumeSizeInGib";
|
|
427
|
-
const _eVT = "ebsVolumeType";
|
|
428
|
-
const _eWIM = "executionWindowInMinutes";
|
|
429
|
-
const _er = "errors";
|
|
430
|
-
const _f = "filters";
|
|
431
|
-
const _hE = "httpError";
|
|
432
|
-
const _i = "iops";
|
|
433
|
-
const _k = "key";
|
|
434
|
-
const _lBPID = "lookBackPeriodInDays";
|
|
435
|
-
const _lUT = "lastUpdatedTimestamp";
|
|
436
|
-
const _m = "message";
|
|
437
|
-
const _mR = "maxResults";
|
|
438
|
-
const _n = "name";
|
|
439
|
-
const _nT = "nextToken";
|
|
440
|
-
const _oC = "organizationConfiguration";
|
|
441
|
-
const _oRM = "organizationRuleMode";
|
|
442
|
-
const _oS = "organizationScope";
|
|
443
|
-
const _p = "priority";
|
|
444
|
-
const _pR = "previewResults";
|
|
445
|
-
const _pRS = "previewResultSummaries";
|
|
446
|
-
const _r = "region";
|
|
447
|
-
const _rA = "resourceArn";
|
|
448
|
-
const _rAC = "recommendedActionCount";
|
|
449
|
-
const _rAI = "recommendedActionId";
|
|
450
|
-
const _rAO = "ruleApplyOrder";
|
|
451
|
-
const _rAS = "recommendedActionSummaries";
|
|
452
|
-
const _rAT = "recommendedActionTypes";
|
|
453
|
-
const _rATe = "recommendedActionType";
|
|
454
|
-
const _rAe = "recommendedActions";
|
|
455
|
-
const _rAu = "ruleArn";
|
|
456
|
-
const _rI = "resourceId";
|
|
457
|
-
const _rIu = "ruleId";
|
|
458
|
-
const _rN = "restartNeeded";
|
|
459
|
-
const _rR = "ruleRevision";
|
|
460
|
-
const _rRD = "recommendedResourceDetails";
|
|
461
|
-
const _rRS = "recommendedResourceSummary";
|
|
462
|
-
const _rT = "resourceType";
|
|
463
|
-
const _rTe = "resourceTag";
|
|
464
|
-
const _rTes = "resourceTags";
|
|
465
|
-
const _rTu = "ruleType";
|
|
466
|
-
const _s = "status";
|
|
467
|
-
const _sDI = "startDateInclusive";
|
|
468
|
-
const _sE = "scheduleExpression";
|
|
469
|
-
const _sEM = "savingsEstimationMode";
|
|
470
|
-
const _sET = "scheduleExpressionTimezone";
|
|
471
|
-
const _sI = "stepId";
|
|
472
|
-
const _sIG = "sizeInGib";
|
|
473
|
-
const _sR = "statusReason";
|
|
474
|
-
const _sS = "stepStatus";
|
|
475
|
-
const _sT = "stepType";
|
|
476
|
-
const _sTI = "startTimeInclusive";
|
|
477
|
-
const _sTt = "startTimestamp";
|
|
478
|
-
const _sc = "schedule";
|
|
479
|
-
const _se = "server";
|
|
480
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.computeoptimizerautomation";
|
|
481
|
-
const _t = "total";
|
|
482
|
-
const _tK = "tagKeys";
|
|
483
|
-
const _tP = "timePeriod";
|
|
484
|
-
const _ta = "tags";
|
|
485
|
-
const _th = "throughput";
|
|
486
|
-
const _ty = "type";
|
|
487
|
-
const _v = "values";
|
|
488
|
-
const _va = "value";
|
|
489
|
-
const n0 = "com.amazonaws.computeoptimizerautomation";
|
|
490
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
491
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
492
|
-
[_m],
|
|
493
|
-
[0]
|
|
494
|
-
];
|
|
495
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
496
|
-
var AccountInfo$ = [3, n0, _AI,
|
|
497
|
-
0,
|
|
498
|
-
[_aI, _s, _oRM, _lUT, _sR],
|
|
499
|
-
[0, 0, 0, 4, 0], 4
|
|
500
|
-
];
|
|
501
|
-
var AssociateAccountsRequest$ = [3, n0, _AAR,
|
|
502
|
-
0,
|
|
503
|
-
[_aIc, _cT],
|
|
504
|
-
[64 | 0, [0, 4]], 1
|
|
505
|
-
];
|
|
506
|
-
var AssociateAccountsResponse$ = [3, n0, _AARs,
|
|
507
|
-
0,
|
|
508
|
-
[_aIc, _er],
|
|
509
|
-
[64 | 0, 64 | 0]
|
|
510
|
-
];
|
|
511
|
-
var AutomationEvent$ = [3, n0, _AE,
|
|
512
|
-
0,
|
|
513
|
-
[_eI, _eD, _eT, _eS, _eSR, _rA, _rI, _rAI, _aI, _r, _rIu, _rT, _cTr, _cTo, _eMS],
|
|
514
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EstimatedMonthlySavings$]
|
|
515
|
-
];
|
|
516
|
-
var AutomationEventFilter$ = [3, n0, _AEF,
|
|
517
|
-
0,
|
|
518
|
-
[_n, _v],
|
|
519
|
-
[0, 64 | 0], 2
|
|
520
|
-
];
|
|
521
|
-
var AutomationEventStep$ = [3, n0, _AES,
|
|
522
|
-
0,
|
|
523
|
-
[_eI, _sI, _sT, _sS, _rI, _sTt, _cTo, _eMS],
|
|
524
|
-
[0, 0, 0, 0, 0, 4, 4, () => EstimatedMonthlySavings$]
|
|
525
|
-
];
|
|
526
|
-
var AutomationEventSummary$ = [3, n0, _AESu,
|
|
527
|
-
0,
|
|
528
|
-
[_k, _d, _tP, _t],
|
|
529
|
-
[0, () => SummaryDimensions, () => TimePeriod$, () => SummaryTotals$]
|
|
530
|
-
];
|
|
531
|
-
var AutomationRule$ = [3, n0, _AR,
|
|
532
|
-
0,
|
|
533
|
-
[_rAu, _rIu, _n, _de, _rTu, _rR, _aI, _oC, _p, _rAT, _sc, _s, _cTr, _lUT],
|
|
534
|
-
[0, 0, 0, 0, 0, 1, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Schedule$, 0, 4, 4]
|
|
535
|
-
];
|
|
536
|
-
var CreateAutomationRuleRequest$ = [3, n0, _CARR,
|
|
537
|
-
0,
|
|
538
|
-
[_n, _rTu, _rAT, _sc, _s, _de, _oC, _p, _cr, _ta, _cT],
|
|
539
|
-
[0, 0, 64 | 0, () => Schedule$, 0, 0, () => OrganizationConfiguration$, 0, () => Criteria$, () => TagList, [0, 4]], 5
|
|
540
|
-
];
|
|
541
|
-
var CreateAutomationRuleResponse$ = [3, n0, _CARRr,
|
|
542
|
-
0,
|
|
543
|
-
[_rAu, _rIu, _n, _de, _rTu, _rR, _oC, _p, _rAT, _cr, _sc, _s, _ta, _cTr],
|
|
544
|
-
[0, 0, 0, 0, 0, 1, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, () => TagList, 4]
|
|
545
|
-
];
|
|
546
|
-
var Criteria$ = [3, n0, _C,
|
|
547
|
-
0,
|
|
548
|
-
[_r, _rA, _eVT, _eVSIG, _eMS, _rTe, _lBPID, _rN],
|
|
549
|
-
[() => StringCriteriaConditionList, () => StringCriteriaConditionList, () => StringCriteriaConditionList, () => IntegerCriteriaConditionList, () => DoubleCriteriaConditionList, () => ResourceTagsCriteriaConditionList, () => IntegerCriteriaConditionList, () => StringCriteriaConditionList]
|
|
550
|
-
];
|
|
551
|
-
var DeleteAutomationRuleRequest$ = [3, n0, _DARR,
|
|
552
|
-
0,
|
|
553
|
-
[_rAu, _rR, _cT],
|
|
554
|
-
[0, 1, [0, 4]], 2
|
|
555
|
-
];
|
|
556
|
-
var DeleteAutomationRuleResponse$ = [3, n0, _DARRe,
|
|
557
|
-
0,
|
|
558
|
-
[],
|
|
559
|
-
[]
|
|
560
|
-
];
|
|
561
|
-
var DisassociateAccountsRequest$ = [3, n0, _DAR,
|
|
562
|
-
0,
|
|
563
|
-
[_aIc, _cT],
|
|
564
|
-
[64 | 0, [0, 4]], 1
|
|
565
|
-
];
|
|
566
|
-
var DisassociateAccountsResponse$ = [3, n0, _DARi,
|
|
567
|
-
0,
|
|
568
|
-
[_aIc, _er],
|
|
569
|
-
[64 | 0, 64 | 0]
|
|
570
|
-
];
|
|
571
|
-
var DoubleCriteriaCondition$ = [3, n0, _DCC,
|
|
572
|
-
0,
|
|
573
|
-
[_co, _v],
|
|
574
|
-
[0, 64 | 1]
|
|
575
|
-
];
|
|
576
|
-
var EbsVolume$ = [3, n0, _EV,
|
|
577
|
-
0,
|
|
578
|
-
[_con],
|
|
579
|
-
[() => EbsVolumeConfiguration$]
|
|
580
|
-
];
|
|
581
|
-
var EbsVolumeConfiguration$ = [3, n0, _EVC,
|
|
582
|
-
0,
|
|
583
|
-
[_ty, _sIG, _i, _th],
|
|
584
|
-
[0, 1, 1, 1]
|
|
585
|
-
];
|
|
586
|
-
var EstimatedMonthlySavings$ = [3, n0, _EMS,
|
|
587
|
-
0,
|
|
588
|
-
[_cu, _bDS, _aDS, _sEM],
|
|
589
|
-
[0, 1, 1, 0], 4
|
|
590
|
-
];
|
|
591
|
-
var Filter$ = [3, n0, _F,
|
|
592
|
-
0,
|
|
593
|
-
[_n, _v],
|
|
594
|
-
[0, 64 | 0], 2
|
|
595
|
-
];
|
|
596
|
-
var ForbiddenException$ = [-3, n0, _FE,
|
|
597
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
598
|
-
[_m],
|
|
599
|
-
[0]
|
|
600
|
-
];
|
|
601
|
-
schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
602
|
-
var GetAutomationEventRequest$ = [3, n0, _GAER,
|
|
603
|
-
0,
|
|
604
|
-
[_eI],
|
|
605
|
-
[0], 1
|
|
606
|
-
];
|
|
607
|
-
var GetAutomationEventResponse$ = [3, n0, _GAERe,
|
|
608
|
-
0,
|
|
609
|
-
[_eI, _eD, _eT, _eS, _eSR, _rA, _rI, _rAI, _aI, _r, _rIu, _rT, _cTr, _cTo, _eMS],
|
|
610
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EstimatedMonthlySavings$]
|
|
611
|
-
];
|
|
612
|
-
var GetAutomationRuleRequest$ = [3, n0, _GARR,
|
|
613
|
-
0,
|
|
614
|
-
[_rAu],
|
|
615
|
-
[0], 1
|
|
616
|
-
];
|
|
617
|
-
var GetAutomationRuleResponse$ = [3, n0, _GARRe,
|
|
618
|
-
0,
|
|
619
|
-
[_rAu, _rIu, _n, _de, _rTu, _rR, _aI, _oC, _p, _rAT, _cr, _sc, _s, _ta, _cTr, _lUT],
|
|
620
|
-
[0, 0, 0, 0, 0, 1, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, () => TagList, 4, 4]
|
|
621
|
-
];
|
|
622
|
-
var GetEnrollmentConfigurationRequest$ = [3, n0, _GECR,
|
|
623
|
-
0,
|
|
624
|
-
[],
|
|
625
|
-
[]
|
|
626
|
-
];
|
|
627
|
-
var GetEnrollmentConfigurationResponse$ = [3, n0, _GECRe,
|
|
628
|
-
0,
|
|
629
|
-
[_s, _sR, _oRM, _lUT],
|
|
630
|
-
[0, 0, 0, 4], 1
|
|
631
|
-
];
|
|
632
|
-
var IdempotencyTokenInUseException$ = [-3, n0, _ITIUE,
|
|
633
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
634
|
-
[_m],
|
|
635
|
-
[0]
|
|
636
|
-
];
|
|
637
|
-
schema.TypeRegistry.for(n0).registerError(IdempotencyTokenInUseException$, IdempotencyTokenInUseException);
|
|
638
|
-
var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
639
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
640
|
-
[_m],
|
|
641
|
-
[0]
|
|
642
|
-
];
|
|
643
|
-
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
644
|
-
var IntegerCriteriaCondition$ = [3, n0, _ICC,
|
|
645
|
-
0,
|
|
646
|
-
[_co, _v],
|
|
647
|
-
[0, 64 | 1]
|
|
648
|
-
];
|
|
649
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
650
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
651
|
-
[_m],
|
|
652
|
-
[0]
|
|
653
|
-
];
|
|
654
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
655
|
-
var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
656
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
657
|
-
[_m],
|
|
658
|
-
[0]
|
|
659
|
-
];
|
|
660
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
661
|
-
var ListAccountsRequest$ = [3, n0, _LAR,
|
|
662
|
-
0,
|
|
663
|
-
[_mR, _nT],
|
|
664
|
-
[1, 0]
|
|
665
|
-
];
|
|
666
|
-
var ListAccountsResponse$ = [3, n0, _LARi,
|
|
667
|
-
0,
|
|
668
|
-
[_a, _nT],
|
|
669
|
-
[() => AccountInfoList, 0], 1
|
|
670
|
-
];
|
|
671
|
-
var ListAutomationEventsRequest$ = [3, n0, _LAER,
|
|
672
|
-
0,
|
|
673
|
-
[_f, _sTI, _eTE, _mR, _nT],
|
|
674
|
-
[() => AutomationEventFilterList, 4, 4, 1, 0]
|
|
675
|
-
];
|
|
676
|
-
var ListAutomationEventsResponse$ = [3, n0, _LAERi,
|
|
677
|
-
0,
|
|
678
|
-
[_aE, _nT],
|
|
679
|
-
[() => AutomationEvents, 0]
|
|
680
|
-
];
|
|
681
|
-
var ListAutomationEventStepsRequest$ = [3, n0, _LAESR,
|
|
682
|
-
0,
|
|
683
|
-
[_eI, _mR, _nT],
|
|
684
|
-
[0, 1, 0], 1
|
|
685
|
-
];
|
|
686
|
-
var ListAutomationEventStepsResponse$ = [3, n0, _LAESRi,
|
|
687
|
-
0,
|
|
688
|
-
[_aES, _nT],
|
|
689
|
-
[() => AutomationEventSteps, 0]
|
|
690
|
-
];
|
|
691
|
-
var ListAutomationEventSummariesRequest$ = [3, n0, _LAESRis,
|
|
692
|
-
0,
|
|
693
|
-
[_f, _sDI, _eDE, _mR, _nT],
|
|
694
|
-
[() => AutomationEventFilterList, 0, 0, 1, 0]
|
|
695
|
-
];
|
|
696
|
-
var ListAutomationEventSummariesResponse$ = [3, n0, _LAESRist,
|
|
697
|
-
0,
|
|
698
|
-
[_aESu, _nT],
|
|
699
|
-
[() => AutomationEventSummaryList, 0]
|
|
700
|
-
];
|
|
701
|
-
var ListAutomationRulePreviewRequest$ = [3, n0, _LARPR,
|
|
702
|
-
0,
|
|
703
|
-
[_rTu, _rAT, _oS, _cr, _mR, _nT],
|
|
704
|
-
[0, 64 | 0, () => OrganizationScope$, () => Criteria$, 1, 0], 2
|
|
705
|
-
];
|
|
706
|
-
var ListAutomationRulePreviewResponse$ = [3, n0, _LARPRi,
|
|
707
|
-
0,
|
|
708
|
-
[_pR, _nT],
|
|
709
|
-
[() => PreviewResults, 0]
|
|
710
|
-
];
|
|
711
|
-
var ListAutomationRulePreviewSummariesRequest$ = [3, n0, _LARPSR,
|
|
712
|
-
0,
|
|
713
|
-
[_rTu, _rAT, _oS, _cr, _mR, _nT],
|
|
714
|
-
[0, 64 | 0, () => OrganizationScope$, () => Criteria$, 1, 0], 2
|
|
715
|
-
];
|
|
716
|
-
var ListAutomationRulePreviewSummariesResponse$ = [3, n0, _LARPSRi,
|
|
717
|
-
0,
|
|
718
|
-
[_pRS, _nT],
|
|
719
|
-
[() => PreviewResultSummaries, 0]
|
|
720
|
-
];
|
|
721
|
-
var ListAutomationRulesRequest$ = [3, n0, _LARR,
|
|
722
|
-
0,
|
|
723
|
-
[_f, _mR, _nT],
|
|
724
|
-
[() => FilterList, 1, 0]
|
|
725
|
-
];
|
|
726
|
-
var ListAutomationRulesResponse$ = [3, n0, _LARRi,
|
|
727
|
-
0,
|
|
728
|
-
[_aR, _nT],
|
|
729
|
-
[() => AutomationRules, 0]
|
|
730
|
-
];
|
|
731
|
-
var ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
732
|
-
0,
|
|
733
|
-
[_f, _mR, _nT],
|
|
734
|
-
[() => RecommendedActionFilterList, 1, 0]
|
|
735
|
-
];
|
|
736
|
-
var ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
737
|
-
0,
|
|
738
|
-
[_rAe, _nT],
|
|
739
|
-
[() => RecommendedActions, 0]
|
|
740
|
-
];
|
|
741
|
-
var ListRecommendedActionSummariesRequest$ = [3, n0, _LRASR,
|
|
742
|
-
0,
|
|
743
|
-
[_f, _mR, _nT],
|
|
744
|
-
[() => RecommendedActionFilterList, 1, 0]
|
|
745
|
-
];
|
|
746
|
-
var ListRecommendedActionSummariesResponse$ = [3, n0, _LRASRi,
|
|
747
|
-
0,
|
|
748
|
-
[_rAS, _nT],
|
|
749
|
-
[() => RecommendedActionSummaries, 0]
|
|
750
|
-
];
|
|
751
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
752
|
-
0,
|
|
753
|
-
[_rA],
|
|
754
|
-
[0], 1
|
|
755
|
-
];
|
|
756
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
757
|
-
0,
|
|
758
|
-
[_ta],
|
|
759
|
-
[() => TagList]
|
|
760
|
-
];
|
|
761
|
-
var NotManagementAccountException$ = [-3, n0, _NMAE,
|
|
762
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
763
|
-
[_m],
|
|
764
|
-
[0]
|
|
765
|
-
];
|
|
766
|
-
schema.TypeRegistry.for(n0).registerError(NotManagementAccountException$, NotManagementAccountException);
|
|
767
|
-
var OptInRequiredException$ = [-3, n0, _OIRE,
|
|
768
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
769
|
-
[_m],
|
|
770
|
-
[0]
|
|
771
|
-
];
|
|
772
|
-
schema.TypeRegistry.for(n0).registerError(OptInRequiredException$, OptInRequiredException);
|
|
773
|
-
var OrganizationConfiguration$ = [3, n0, _OC,
|
|
774
|
-
0,
|
|
775
|
-
[_rAO, _aIc],
|
|
776
|
-
[0, 64 | 0]
|
|
777
|
-
];
|
|
778
|
-
var OrganizationScope$ = [3, n0, _OS,
|
|
779
|
-
0,
|
|
780
|
-
[_aIc],
|
|
781
|
-
[64 | 0]
|
|
782
|
-
];
|
|
783
|
-
var PreviewResult$ = [3, n0, _PR,
|
|
784
|
-
0,
|
|
785
|
-
[_rAI, _rA, _rI, _aI, _r, _rT, _lBPID, _rATe, _cRS, _cRD, _rRS, _rRD, _rN, _eMS, _rTes],
|
|
786
|
-
[0, 0, 0, 0, 0, 0, 1, 0, 0, () => ResourceDetails$, 0, () => ResourceDetails$, 2, () => EstimatedMonthlySavings$, () => TagList]
|
|
787
|
-
];
|
|
788
|
-
var PreviewResultSummary$ = [3, n0, _PRS,
|
|
789
|
-
0,
|
|
790
|
-
[_k, _t],
|
|
791
|
-
[0, () => RulePreviewTotal$], 2
|
|
792
|
-
];
|
|
793
|
-
var RecommendedAction$ = [3, n0, _RA,
|
|
794
|
-
0,
|
|
795
|
-
[_rAI, _rA, _rI, _aI, _r, _rT, _lBPID, _rATe, _cRS, _cRD, _rRS, _rRD, _rN, _eMS, _rTes],
|
|
796
|
-
[0, 0, 0, 0, 0, 0, 1, 0, 0, () => ResourceDetails$, 0, () => ResourceDetails$, 2, () => EstimatedMonthlySavings$, () => TagList]
|
|
797
|
-
];
|
|
798
|
-
var RecommendedActionFilter$ = [3, n0, _RAF,
|
|
799
|
-
0,
|
|
800
|
-
[_n, _v],
|
|
801
|
-
[0, 64 | 0], 2
|
|
802
|
-
];
|
|
803
|
-
var RecommendedActionSummary$ = [3, n0, _RAS,
|
|
804
|
-
0,
|
|
805
|
-
[_k, _t],
|
|
806
|
-
[0, () => RecommendedActionTotal$], 2
|
|
807
|
-
];
|
|
808
|
-
var RecommendedActionTotal$ = [3, n0, _RAT,
|
|
809
|
-
0,
|
|
810
|
-
[_rAC, _eMS],
|
|
811
|
-
[1, () => EstimatedMonthlySavings$], 2
|
|
812
|
-
];
|
|
813
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
814
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
815
|
-
[_m],
|
|
816
|
-
[0]
|
|
817
|
-
];
|
|
818
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
819
|
-
var ResourceTagsCriteriaCondition$ = [3, n0, _RTCC,
|
|
820
|
-
0,
|
|
821
|
-
[_co, _k, _v],
|
|
822
|
-
[0, 0, 64 | 0]
|
|
823
|
-
];
|
|
824
|
-
var RollbackAutomationEventRequest$ = [3, n0, _RAER,
|
|
825
|
-
0,
|
|
826
|
-
[_eI, _cT],
|
|
827
|
-
[0, [0, 4]], 1
|
|
828
|
-
];
|
|
829
|
-
var RollbackAutomationEventResponse$ = [3, n0, _RAERo,
|
|
830
|
-
0,
|
|
831
|
-
[_eI, _eS],
|
|
832
|
-
[0, 0]
|
|
833
|
-
];
|
|
834
|
-
var RulePreviewTotal$ = [3, n0, _RPT,
|
|
835
|
-
0,
|
|
836
|
-
[_rAC, _eMS],
|
|
837
|
-
[1, () => EstimatedMonthlySavings$], 2
|
|
838
|
-
];
|
|
839
|
-
var Schedule$ = [3, n0, _S,
|
|
840
|
-
0,
|
|
841
|
-
[_sE, _sET, _eWIM],
|
|
842
|
-
[0, 0, 1]
|
|
843
|
-
];
|
|
844
|
-
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
845
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
846
|
-
[_m],
|
|
847
|
-
[0]
|
|
848
|
-
];
|
|
849
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
850
|
-
var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
851
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
852
|
-
[_m],
|
|
853
|
-
[0]
|
|
854
|
-
];
|
|
855
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
856
|
-
var StartAutomationEventRequest$ = [3, n0, _SAER,
|
|
857
|
-
0,
|
|
858
|
-
[_rAI, _cT],
|
|
859
|
-
[0, [0, 4]], 1
|
|
860
|
-
];
|
|
861
|
-
var StartAutomationEventResponse$ = [3, n0, _SAERt,
|
|
862
|
-
0,
|
|
863
|
-
[_rAI, _eI, _eS],
|
|
864
|
-
[0, 0, 0]
|
|
865
|
-
];
|
|
866
|
-
var StringCriteriaCondition$ = [3, n0, _SCC,
|
|
867
|
-
0,
|
|
868
|
-
[_co, _v],
|
|
869
|
-
[0, 64 | 0]
|
|
870
|
-
];
|
|
871
|
-
var SummaryDimension$ = [3, n0, _SD,
|
|
872
|
-
0,
|
|
873
|
-
[_k, _va],
|
|
874
|
-
[0, 0], 2
|
|
875
|
-
];
|
|
876
|
-
var SummaryTotals$ = [3, n0, _ST,
|
|
877
|
-
0,
|
|
878
|
-
[_aEC, _eMS],
|
|
879
|
-
[1, () => EstimatedMonthlySavings$]
|
|
880
|
-
];
|
|
881
|
-
var Tag$ = [3, n0, _T,
|
|
882
|
-
0,
|
|
883
|
-
[_k, _va],
|
|
884
|
-
[0, 0], 2
|
|
885
|
-
];
|
|
886
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
887
|
-
0,
|
|
888
|
-
[_rA, _rR, _ta, _cT],
|
|
889
|
-
[0, 1, () => TagList, [0, 4]], 3
|
|
890
|
-
];
|
|
891
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
892
|
-
0,
|
|
893
|
-
[],
|
|
894
|
-
[]
|
|
895
|
-
];
|
|
896
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
897
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
898
|
-
[_m],
|
|
899
|
-
[0]
|
|
900
|
-
];
|
|
901
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
902
|
-
var TimePeriod$ = [3, n0, _TP,
|
|
903
|
-
0,
|
|
904
|
-
[_sTI, _eTE],
|
|
905
|
-
[4, 4]
|
|
906
|
-
];
|
|
907
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
908
|
-
0,
|
|
909
|
-
[_rA, _rR, _tK, _cT],
|
|
910
|
-
[0, 1, 64 | 0, [0, 4]], 3
|
|
911
|
-
];
|
|
912
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
913
|
-
0,
|
|
914
|
-
[],
|
|
915
|
-
[]
|
|
916
|
-
];
|
|
917
|
-
var UpdateAutomationRuleRequest$ = [3, n0, _UARR,
|
|
918
|
-
0,
|
|
919
|
-
[_rAu, _rR, _n, _de, _rTu, _oC, _p, _rAT, _cr, _sc, _s, _cT],
|
|
920
|
-
[0, 1, 0, 0, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, [0, 4]], 2
|
|
921
|
-
];
|
|
922
|
-
var UpdateAutomationRuleResponse$ = [3, n0, _UARRp,
|
|
923
|
-
0,
|
|
924
|
-
[_rAu, _rR, _n, _de, _rTu, _oC, _p, _rAT, _cr, _sc, _s, _cTr, _lUT],
|
|
925
|
-
[0, 1, 0, 0, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, 4, 4]
|
|
926
|
-
];
|
|
927
|
-
var UpdateEnrollmentConfigurationRequest$ = [3, n0, _UECR,
|
|
928
|
-
0,
|
|
929
|
-
[_s, _cT],
|
|
930
|
-
[0, [0, 4]], 1
|
|
931
|
-
];
|
|
932
|
-
var UpdateEnrollmentConfigurationResponse$ = [3, n0, _UECRp,
|
|
933
|
-
0,
|
|
934
|
-
[_s, _lUT, _sR],
|
|
935
|
-
[0, 4, 0], 2
|
|
936
|
-
];
|
|
937
|
-
var ComputeOptimizerAutomationServiceException$ = [-3, _sm, "ComputeOptimizerAutomationServiceException", 0, [], []];
|
|
938
|
-
schema.TypeRegistry.for(_sm).registerError(ComputeOptimizerAutomationServiceException$, ComputeOptimizerAutomationServiceException);
|
|
939
|
-
var AccountInfoList = [1, n0, _AIL,
|
|
940
|
-
0, () => AccountInfo$
|
|
941
|
-
];
|
|
942
|
-
var AutomationEventFilterList = [1, n0, _AEFL,
|
|
943
|
-
0, () => AutomationEventFilter$
|
|
944
|
-
];
|
|
945
|
-
var AutomationEvents = [1, n0, _AEu,
|
|
946
|
-
0, () => AutomationEvent$
|
|
947
|
-
];
|
|
948
|
-
var AutomationEventSteps = [1, n0, _AESut,
|
|
949
|
-
0, () => AutomationEventStep$
|
|
950
|
-
];
|
|
951
|
-
var AutomationEventSummaryList = [1, n0, _AESL,
|
|
952
|
-
0, () => AutomationEventSummary$
|
|
953
|
-
];
|
|
954
|
-
var AutomationRules = [1, n0, _ARu,
|
|
955
|
-
0, () => AutomationRule$
|
|
956
|
-
];
|
|
957
|
-
var DoubleCriteriaConditionList = [1, n0, _DCCL,
|
|
958
|
-
0, () => DoubleCriteriaCondition$
|
|
959
|
-
];
|
|
960
|
-
var FilterList = [1, n0, _FL,
|
|
961
|
-
0, () => Filter$
|
|
962
|
-
];
|
|
963
|
-
var IntegerCriteriaConditionList = [1, n0, _ICCL,
|
|
964
|
-
0, () => IntegerCriteriaCondition$
|
|
965
|
-
];
|
|
966
|
-
var PreviewResults = [1, n0, _PRr,
|
|
967
|
-
0, () => PreviewResult$
|
|
968
|
-
];
|
|
969
|
-
var PreviewResultSummaries = [1, n0, _PRSr,
|
|
970
|
-
0, () => PreviewResultSummary$
|
|
971
|
-
];
|
|
972
|
-
var RecommendedActionFilterList = [1, n0, _RAFL,
|
|
973
|
-
0, () => RecommendedActionFilter$
|
|
974
|
-
];
|
|
975
|
-
var RecommendedActions = [1, n0, _RAe,
|
|
976
|
-
0, () => RecommendedAction$
|
|
977
|
-
];
|
|
978
|
-
var RecommendedActionSummaries = [1, n0, _RASe,
|
|
979
|
-
0, () => RecommendedActionSummary$
|
|
980
|
-
];
|
|
981
|
-
var ResourceTagsCriteriaConditionList = [1, n0, _RTCCL,
|
|
982
|
-
0, () => ResourceTagsCriteriaCondition$
|
|
983
|
-
];
|
|
984
|
-
var StringCriteriaConditionList = [1, n0, _SCCL,
|
|
985
|
-
0, () => StringCriteriaCondition$
|
|
986
|
-
];
|
|
987
|
-
var SummaryDimensions = [1, n0, _SDu,
|
|
988
|
-
0, () => SummaryDimension$
|
|
989
|
-
];
|
|
990
|
-
var TagList = [1, n0, _TL,
|
|
991
|
-
0, () => Tag$
|
|
992
|
-
];
|
|
993
|
-
var ResourceDetails$ = [4, n0, _RD,
|
|
994
|
-
0,
|
|
995
|
-
[_eV],
|
|
996
|
-
[() => EbsVolume$]
|
|
997
|
-
];
|
|
998
|
-
var AssociateAccounts$ = [9, n0, _AA,
|
|
999
|
-
2, () => AssociateAccountsRequest$, () => AssociateAccountsResponse$
|
|
1000
|
-
];
|
|
1001
|
-
var CreateAutomationRule$ = [9, n0, _CAR,
|
|
1002
|
-
2, () => CreateAutomationRuleRequest$, () => CreateAutomationRuleResponse$
|
|
1003
|
-
];
|
|
1004
|
-
var DeleteAutomationRule$ = [9, n0, _DARe,
|
|
1005
|
-
2, () => DeleteAutomationRuleRequest$, () => DeleteAutomationRuleResponse$
|
|
1006
|
-
];
|
|
1007
|
-
var DisassociateAccounts$ = [9, n0, _DA,
|
|
1008
|
-
2, () => DisassociateAccountsRequest$, () => DisassociateAccountsResponse$
|
|
1009
|
-
];
|
|
1010
|
-
var GetAutomationEvent$ = [9, n0, _GAE,
|
|
1011
|
-
0, () => GetAutomationEventRequest$, () => GetAutomationEventResponse$
|
|
1012
|
-
];
|
|
1013
|
-
var GetAutomationRule$ = [9, n0, _GAR,
|
|
1014
|
-
0, () => GetAutomationRuleRequest$, () => GetAutomationRuleResponse$
|
|
1015
|
-
];
|
|
1016
|
-
var GetEnrollmentConfiguration$ = [9, n0, _GEC,
|
|
1017
|
-
0, () => GetEnrollmentConfigurationRequest$, () => GetEnrollmentConfigurationResponse$
|
|
1018
|
-
];
|
|
1019
|
-
var ListAccounts$ = [9, n0, _LA,
|
|
1020
|
-
0, () => ListAccountsRequest$, () => ListAccountsResponse$
|
|
1021
|
-
];
|
|
1022
|
-
var ListAutomationEvents$ = [9, n0, _LAE,
|
|
1023
|
-
0, () => ListAutomationEventsRequest$, () => ListAutomationEventsResponse$
|
|
1024
|
-
];
|
|
1025
|
-
var ListAutomationEventSteps$ = [9, n0, _LAES,
|
|
1026
|
-
0, () => ListAutomationEventStepsRequest$, () => ListAutomationEventStepsResponse$
|
|
1027
|
-
];
|
|
1028
|
-
var ListAutomationEventSummaries$ = [9, n0, _LAESi,
|
|
1029
|
-
0, () => ListAutomationEventSummariesRequest$, () => ListAutomationEventSummariesResponse$
|
|
1030
|
-
];
|
|
1031
|
-
var ListAutomationRulePreview$ = [9, n0, _LARP,
|
|
1032
|
-
0, () => ListAutomationRulePreviewRequest$, () => ListAutomationRulePreviewResponse$
|
|
1033
|
-
];
|
|
1034
|
-
var ListAutomationRulePreviewSummaries$ = [9, n0, _LARPS,
|
|
1035
|
-
0, () => ListAutomationRulePreviewSummariesRequest$, () => ListAutomationRulePreviewSummariesResponse$
|
|
1036
|
-
];
|
|
1037
|
-
var ListAutomationRules$ = [9, n0, _LARis,
|
|
1038
|
-
0, () => ListAutomationRulesRequest$, () => ListAutomationRulesResponse$
|
|
1039
|
-
];
|
|
1040
|
-
var ListRecommendedActions$ = [9, n0, _LRA,
|
|
1041
|
-
0, () => ListRecommendedActionsRequest$, () => ListRecommendedActionsResponse$
|
|
1042
|
-
];
|
|
1043
|
-
var ListRecommendedActionSummaries$ = [9, n0, _LRAS,
|
|
1044
|
-
0, () => ListRecommendedActionSummariesRequest$, () => ListRecommendedActionSummariesResponse$
|
|
1045
|
-
];
|
|
1046
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1047
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1048
|
-
];
|
|
1049
|
-
var RollbackAutomationEvent$ = [9, n0, _RAE,
|
|
1050
|
-
2, () => RollbackAutomationEventRequest$, () => RollbackAutomationEventResponse$
|
|
1051
|
-
];
|
|
1052
|
-
var StartAutomationEvent$ = [9, n0, _SAE,
|
|
1053
|
-
2, () => StartAutomationEventRequest$, () => StartAutomationEventResponse$
|
|
1054
|
-
];
|
|
1055
|
-
var TagResource$ = [9, n0, _TR,
|
|
1056
|
-
2, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1057
|
-
];
|
|
1058
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1059
|
-
2, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1060
|
-
];
|
|
1061
|
-
var UpdateAutomationRule$ = [9, n0, _UAR,
|
|
1062
|
-
2, () => UpdateAutomationRuleRequest$, () => UpdateAutomationRuleResponse$
|
|
1063
|
-
];
|
|
1064
|
-
var UpdateEnrollmentConfiguration$ = [9, n0, _UEC,
|
|
1065
|
-
2, () => UpdateEnrollmentConfigurationRequest$, () => UpdateEnrollmentConfigurationResponse$
|
|
1066
|
-
];
|
|
1067
|
-
|
|
1068
116
|
class AssociateAccountsCommand extends smithyClient.Command
|
|
1069
117
|
.classBuilder()
|
|
1070
118
|
.ep(commonParams)
|
|
@@ -1073,7 +121,7 @@ class AssociateAccountsCommand extends smithyClient.Command
|
|
|
1073
121
|
})
|
|
1074
122
|
.s("ComputeOptimizerAutomationService", "AssociateAccounts", {})
|
|
1075
123
|
.n("ComputeOptimizerAutomationClient", "AssociateAccountsCommand")
|
|
1076
|
-
.sc(AssociateAccounts$)
|
|
124
|
+
.sc(schemas_0.AssociateAccounts$)
|
|
1077
125
|
.build() {
|
|
1078
126
|
}
|
|
1079
127
|
|
|
@@ -1085,7 +133,7 @@ class CreateAutomationRuleCommand extends smithyClient.Command
|
|
|
1085
133
|
})
|
|
1086
134
|
.s("ComputeOptimizerAutomationService", "CreateAutomationRule", {})
|
|
1087
135
|
.n("ComputeOptimizerAutomationClient", "CreateAutomationRuleCommand")
|
|
1088
|
-
.sc(CreateAutomationRule$)
|
|
136
|
+
.sc(schemas_0.CreateAutomationRule$)
|
|
1089
137
|
.build() {
|
|
1090
138
|
}
|
|
1091
139
|
|
|
@@ -1097,7 +145,7 @@ class DeleteAutomationRuleCommand extends smithyClient.Command
|
|
|
1097
145
|
})
|
|
1098
146
|
.s("ComputeOptimizerAutomationService", "DeleteAutomationRule", {})
|
|
1099
147
|
.n("ComputeOptimizerAutomationClient", "DeleteAutomationRuleCommand")
|
|
1100
|
-
.sc(DeleteAutomationRule$)
|
|
148
|
+
.sc(schemas_0.DeleteAutomationRule$)
|
|
1101
149
|
.build() {
|
|
1102
150
|
}
|
|
1103
151
|
|
|
@@ -1109,7 +157,7 @@ class DisassociateAccountsCommand extends smithyClient.Command
|
|
|
1109
157
|
})
|
|
1110
158
|
.s("ComputeOptimizerAutomationService", "DisassociateAccounts", {})
|
|
1111
159
|
.n("ComputeOptimizerAutomationClient", "DisassociateAccountsCommand")
|
|
1112
|
-
.sc(DisassociateAccounts$)
|
|
160
|
+
.sc(schemas_0.DisassociateAccounts$)
|
|
1113
161
|
.build() {
|
|
1114
162
|
}
|
|
1115
163
|
|
|
@@ -1121,7 +169,7 @@ class GetAutomationEventCommand extends smithyClient.Command
|
|
|
1121
169
|
})
|
|
1122
170
|
.s("ComputeOptimizerAutomationService", "GetAutomationEvent", {})
|
|
1123
171
|
.n("ComputeOptimizerAutomationClient", "GetAutomationEventCommand")
|
|
1124
|
-
.sc(GetAutomationEvent$)
|
|
172
|
+
.sc(schemas_0.GetAutomationEvent$)
|
|
1125
173
|
.build() {
|
|
1126
174
|
}
|
|
1127
175
|
|
|
@@ -1133,7 +181,7 @@ class GetAutomationRuleCommand extends smithyClient.Command
|
|
|
1133
181
|
})
|
|
1134
182
|
.s("ComputeOptimizerAutomationService", "GetAutomationRule", {})
|
|
1135
183
|
.n("ComputeOptimizerAutomationClient", "GetAutomationRuleCommand")
|
|
1136
|
-
.sc(GetAutomationRule$)
|
|
184
|
+
.sc(schemas_0.GetAutomationRule$)
|
|
1137
185
|
.build() {
|
|
1138
186
|
}
|
|
1139
187
|
|
|
@@ -1145,7 +193,7 @@ class GetEnrollmentConfigurationCommand extends smithyClient.Command
|
|
|
1145
193
|
})
|
|
1146
194
|
.s("ComputeOptimizerAutomationService", "GetEnrollmentConfiguration", {})
|
|
1147
195
|
.n("ComputeOptimizerAutomationClient", "GetEnrollmentConfigurationCommand")
|
|
1148
|
-
.sc(GetEnrollmentConfiguration$)
|
|
196
|
+
.sc(schemas_0.GetEnrollmentConfiguration$)
|
|
1149
197
|
.build() {
|
|
1150
198
|
}
|
|
1151
199
|
|
|
@@ -1157,7 +205,7 @@ class ListAccountsCommand extends smithyClient.Command
|
|
|
1157
205
|
})
|
|
1158
206
|
.s("ComputeOptimizerAutomationService", "ListAccounts", {})
|
|
1159
207
|
.n("ComputeOptimizerAutomationClient", "ListAccountsCommand")
|
|
1160
|
-
.sc(ListAccounts$)
|
|
208
|
+
.sc(schemas_0.ListAccounts$)
|
|
1161
209
|
.build() {
|
|
1162
210
|
}
|
|
1163
211
|
|
|
@@ -1169,7 +217,7 @@ class ListAutomationEventsCommand extends smithyClient.Command
|
|
|
1169
217
|
})
|
|
1170
218
|
.s("ComputeOptimizerAutomationService", "ListAutomationEvents", {})
|
|
1171
219
|
.n("ComputeOptimizerAutomationClient", "ListAutomationEventsCommand")
|
|
1172
|
-
.sc(ListAutomationEvents$)
|
|
220
|
+
.sc(schemas_0.ListAutomationEvents$)
|
|
1173
221
|
.build() {
|
|
1174
222
|
}
|
|
1175
223
|
|
|
@@ -1181,7 +229,7 @@ class ListAutomationEventStepsCommand extends smithyClient.Command
|
|
|
1181
229
|
})
|
|
1182
230
|
.s("ComputeOptimizerAutomationService", "ListAutomationEventSteps", {})
|
|
1183
231
|
.n("ComputeOptimizerAutomationClient", "ListAutomationEventStepsCommand")
|
|
1184
|
-
.sc(ListAutomationEventSteps$)
|
|
232
|
+
.sc(schemas_0.ListAutomationEventSteps$)
|
|
1185
233
|
.build() {
|
|
1186
234
|
}
|
|
1187
235
|
|
|
@@ -1193,7 +241,7 @@ class ListAutomationEventSummariesCommand extends smithyClient.Command
|
|
|
1193
241
|
})
|
|
1194
242
|
.s("ComputeOptimizerAutomationService", "ListAutomationEventSummaries", {})
|
|
1195
243
|
.n("ComputeOptimizerAutomationClient", "ListAutomationEventSummariesCommand")
|
|
1196
|
-
.sc(ListAutomationEventSummaries$)
|
|
244
|
+
.sc(schemas_0.ListAutomationEventSummaries$)
|
|
1197
245
|
.build() {
|
|
1198
246
|
}
|
|
1199
247
|
|
|
@@ -1205,7 +253,7 @@ class ListAutomationRulePreviewCommand extends smithyClient.Command
|
|
|
1205
253
|
})
|
|
1206
254
|
.s("ComputeOptimizerAutomationService", "ListAutomationRulePreview", {})
|
|
1207
255
|
.n("ComputeOptimizerAutomationClient", "ListAutomationRulePreviewCommand")
|
|
1208
|
-
.sc(ListAutomationRulePreview$)
|
|
256
|
+
.sc(schemas_0.ListAutomationRulePreview$)
|
|
1209
257
|
.build() {
|
|
1210
258
|
}
|
|
1211
259
|
|
|
@@ -1217,7 +265,7 @@ class ListAutomationRulePreviewSummariesCommand extends smithyClient.Command
|
|
|
1217
265
|
})
|
|
1218
266
|
.s("ComputeOptimizerAutomationService", "ListAutomationRulePreviewSummaries", {})
|
|
1219
267
|
.n("ComputeOptimizerAutomationClient", "ListAutomationRulePreviewSummariesCommand")
|
|
1220
|
-
.sc(ListAutomationRulePreviewSummaries$)
|
|
268
|
+
.sc(schemas_0.ListAutomationRulePreviewSummaries$)
|
|
1221
269
|
.build() {
|
|
1222
270
|
}
|
|
1223
271
|
|
|
@@ -1229,7 +277,7 @@ class ListAutomationRulesCommand extends smithyClient.Command
|
|
|
1229
277
|
})
|
|
1230
278
|
.s("ComputeOptimizerAutomationService", "ListAutomationRules", {})
|
|
1231
279
|
.n("ComputeOptimizerAutomationClient", "ListAutomationRulesCommand")
|
|
1232
|
-
.sc(ListAutomationRules$)
|
|
280
|
+
.sc(schemas_0.ListAutomationRules$)
|
|
1233
281
|
.build() {
|
|
1234
282
|
}
|
|
1235
283
|
|
|
@@ -1241,7 +289,7 @@ class ListRecommendedActionsCommand extends smithyClient.Command
|
|
|
1241
289
|
})
|
|
1242
290
|
.s("ComputeOptimizerAutomationService", "ListRecommendedActions", {})
|
|
1243
291
|
.n("ComputeOptimizerAutomationClient", "ListRecommendedActionsCommand")
|
|
1244
|
-
.sc(ListRecommendedActions$)
|
|
292
|
+
.sc(schemas_0.ListRecommendedActions$)
|
|
1245
293
|
.build() {
|
|
1246
294
|
}
|
|
1247
295
|
|
|
@@ -1253,7 +301,7 @@ class ListRecommendedActionSummariesCommand extends smithyClient.Command
|
|
|
1253
301
|
})
|
|
1254
302
|
.s("ComputeOptimizerAutomationService", "ListRecommendedActionSummaries", {})
|
|
1255
303
|
.n("ComputeOptimizerAutomationClient", "ListRecommendedActionSummariesCommand")
|
|
1256
|
-
.sc(ListRecommendedActionSummaries$)
|
|
304
|
+
.sc(schemas_0.ListRecommendedActionSummaries$)
|
|
1257
305
|
.build() {
|
|
1258
306
|
}
|
|
1259
307
|
|
|
@@ -1265,7 +313,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1265
313
|
})
|
|
1266
314
|
.s("ComputeOptimizerAutomationService", "ListTagsForResource", {})
|
|
1267
315
|
.n("ComputeOptimizerAutomationClient", "ListTagsForResourceCommand")
|
|
1268
|
-
.sc(ListTagsForResource$)
|
|
316
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1269
317
|
.build() {
|
|
1270
318
|
}
|
|
1271
319
|
|
|
@@ -1277,7 +325,7 @@ class RollbackAutomationEventCommand extends smithyClient.Command
|
|
|
1277
325
|
})
|
|
1278
326
|
.s("ComputeOptimizerAutomationService", "RollbackAutomationEvent", {})
|
|
1279
327
|
.n("ComputeOptimizerAutomationClient", "RollbackAutomationEventCommand")
|
|
1280
|
-
.sc(RollbackAutomationEvent$)
|
|
328
|
+
.sc(schemas_0.RollbackAutomationEvent$)
|
|
1281
329
|
.build() {
|
|
1282
330
|
}
|
|
1283
331
|
|
|
@@ -1289,7 +337,7 @@ class StartAutomationEventCommand extends smithyClient.Command
|
|
|
1289
337
|
})
|
|
1290
338
|
.s("ComputeOptimizerAutomationService", "StartAutomationEvent", {})
|
|
1291
339
|
.n("ComputeOptimizerAutomationClient", "StartAutomationEventCommand")
|
|
1292
|
-
.sc(StartAutomationEvent$)
|
|
340
|
+
.sc(schemas_0.StartAutomationEvent$)
|
|
1293
341
|
.build() {
|
|
1294
342
|
}
|
|
1295
343
|
|
|
@@ -1301,7 +349,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1301
349
|
})
|
|
1302
350
|
.s("ComputeOptimizerAutomationService", "TagResource", {})
|
|
1303
351
|
.n("ComputeOptimizerAutomationClient", "TagResourceCommand")
|
|
1304
|
-
.sc(TagResource$)
|
|
352
|
+
.sc(schemas_0.TagResource$)
|
|
1305
353
|
.build() {
|
|
1306
354
|
}
|
|
1307
355
|
|
|
@@ -1313,7 +361,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1313
361
|
})
|
|
1314
362
|
.s("ComputeOptimizerAutomationService", "UntagResource", {})
|
|
1315
363
|
.n("ComputeOptimizerAutomationClient", "UntagResourceCommand")
|
|
1316
|
-
.sc(UntagResource$)
|
|
364
|
+
.sc(schemas_0.UntagResource$)
|
|
1317
365
|
.build() {
|
|
1318
366
|
}
|
|
1319
367
|
|
|
@@ -1325,7 +373,7 @@ class UpdateAutomationRuleCommand extends smithyClient.Command
|
|
|
1325
373
|
})
|
|
1326
374
|
.s("ComputeOptimizerAutomationService", "UpdateAutomationRule", {})
|
|
1327
375
|
.n("ComputeOptimizerAutomationClient", "UpdateAutomationRuleCommand")
|
|
1328
|
-
.sc(UpdateAutomationRule$)
|
|
376
|
+
.sc(schemas_0.UpdateAutomationRule$)
|
|
1329
377
|
.build() {
|
|
1330
378
|
}
|
|
1331
379
|
|
|
@@ -1337,7 +385,7 @@ class UpdateEnrollmentConfigurationCommand extends smithyClient.Command
|
|
|
1337
385
|
})
|
|
1338
386
|
.s("ComputeOptimizerAutomationService", "UpdateEnrollmentConfiguration", {})
|
|
1339
387
|
.n("ComputeOptimizerAutomationClient", "UpdateEnrollmentConfigurationCommand")
|
|
1340
|
-
.sc(UpdateEnrollmentConfiguration$)
|
|
388
|
+
.sc(schemas_0.UpdateEnrollmentConfiguration$)
|
|
1341
389
|
.build() {
|
|
1342
390
|
}
|
|
1343
391
|
|
|
@@ -1510,173 +558,52 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1510
558
|
enumerable: true,
|
|
1511
559
|
get: function () { return smithyClient.Client; }
|
|
1512
560
|
});
|
|
1513
|
-
exports
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
561
|
+
Object.defineProperty(exports, "ComputeOptimizerAutomationServiceException", {
|
|
562
|
+
enumerable: true,
|
|
563
|
+
get: function () { return ComputeOptimizerAutomationServiceException.ComputeOptimizerAutomationServiceException; }
|
|
564
|
+
});
|
|
1517
565
|
exports.AssociateAccountsCommand = AssociateAccountsCommand;
|
|
1518
|
-
exports.AssociateAccountsRequest$ = AssociateAccountsRequest$;
|
|
1519
|
-
exports.AssociateAccountsResponse$ = AssociateAccountsResponse$;
|
|
1520
|
-
exports.AutomationEvent$ = AutomationEvent$;
|
|
1521
|
-
exports.AutomationEventFilter$ = AutomationEventFilter$;
|
|
1522
566
|
exports.AutomationEventFilterName = AutomationEventFilterName;
|
|
1523
|
-
exports.AutomationEventStep$ = AutomationEventStep$;
|
|
1524
|
-
exports.AutomationEventSummary$ = AutomationEventSummary$;
|
|
1525
|
-
exports.AutomationRule$ = AutomationRule$;
|
|
1526
567
|
exports.AutomationRuleFilterName = AutomationRuleFilterName;
|
|
1527
568
|
exports.ComparisonOperator = ComparisonOperator;
|
|
1528
569
|
exports.ComputeOptimizerAutomation = ComputeOptimizerAutomation;
|
|
1529
570
|
exports.ComputeOptimizerAutomationClient = ComputeOptimizerAutomationClient;
|
|
1530
|
-
exports.ComputeOptimizerAutomationServiceException = ComputeOptimizerAutomationServiceException;
|
|
1531
|
-
exports.ComputeOptimizerAutomationServiceException$ = ComputeOptimizerAutomationServiceException$;
|
|
1532
|
-
exports.CreateAutomationRule$ = CreateAutomationRule$;
|
|
1533
571
|
exports.CreateAutomationRuleCommand = CreateAutomationRuleCommand;
|
|
1534
|
-
exports.CreateAutomationRuleRequest$ = CreateAutomationRuleRequest$;
|
|
1535
|
-
exports.CreateAutomationRuleResponse$ = CreateAutomationRuleResponse$;
|
|
1536
|
-
exports.Criteria$ = Criteria$;
|
|
1537
|
-
exports.DeleteAutomationRule$ = DeleteAutomationRule$;
|
|
1538
572
|
exports.DeleteAutomationRuleCommand = DeleteAutomationRuleCommand;
|
|
1539
|
-
exports.DeleteAutomationRuleRequest$ = DeleteAutomationRuleRequest$;
|
|
1540
|
-
exports.DeleteAutomationRuleResponse$ = DeleteAutomationRuleResponse$;
|
|
1541
|
-
exports.DisassociateAccounts$ = DisassociateAccounts$;
|
|
1542
573
|
exports.DisassociateAccountsCommand = DisassociateAccountsCommand;
|
|
1543
|
-
exports.DisassociateAccountsRequest$ = DisassociateAccountsRequest$;
|
|
1544
|
-
exports.DisassociateAccountsResponse$ = DisassociateAccountsResponse$;
|
|
1545
|
-
exports.DoubleCriteriaCondition$ = DoubleCriteriaCondition$;
|
|
1546
|
-
exports.EbsVolume$ = EbsVolume$;
|
|
1547
|
-
exports.EbsVolumeConfiguration$ = EbsVolumeConfiguration$;
|
|
1548
574
|
exports.EnrollmentStatus = EnrollmentStatus;
|
|
1549
|
-
exports.EstimatedMonthlySavings$ = EstimatedMonthlySavings$;
|
|
1550
575
|
exports.EventStatus = EventStatus;
|
|
1551
576
|
exports.EventType = EventType;
|
|
1552
|
-
exports.Filter$ = Filter$;
|
|
1553
|
-
exports.ForbiddenException = ForbiddenException;
|
|
1554
|
-
exports.ForbiddenException$ = ForbiddenException$;
|
|
1555
|
-
exports.GetAutomationEvent$ = GetAutomationEvent$;
|
|
1556
577
|
exports.GetAutomationEventCommand = GetAutomationEventCommand;
|
|
1557
|
-
exports.GetAutomationEventRequest$ = GetAutomationEventRequest$;
|
|
1558
|
-
exports.GetAutomationEventResponse$ = GetAutomationEventResponse$;
|
|
1559
|
-
exports.GetAutomationRule$ = GetAutomationRule$;
|
|
1560
578
|
exports.GetAutomationRuleCommand = GetAutomationRuleCommand;
|
|
1561
|
-
exports.GetAutomationRuleRequest$ = GetAutomationRuleRequest$;
|
|
1562
|
-
exports.GetAutomationRuleResponse$ = GetAutomationRuleResponse$;
|
|
1563
|
-
exports.GetEnrollmentConfiguration$ = GetEnrollmentConfiguration$;
|
|
1564
579
|
exports.GetEnrollmentConfigurationCommand = GetEnrollmentConfigurationCommand;
|
|
1565
|
-
exports.GetEnrollmentConfigurationRequest$ = GetEnrollmentConfigurationRequest$;
|
|
1566
|
-
exports.GetEnrollmentConfigurationResponse$ = GetEnrollmentConfigurationResponse$;
|
|
1567
|
-
exports.IdempotencyTokenInUseException = IdempotencyTokenInUseException;
|
|
1568
|
-
exports.IdempotencyTokenInUseException$ = IdempotencyTokenInUseException$;
|
|
1569
|
-
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
1570
|
-
exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
|
|
1571
|
-
exports.IntegerCriteriaCondition$ = IntegerCriteriaCondition$;
|
|
1572
|
-
exports.InternalServerException = InternalServerException;
|
|
1573
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
1574
|
-
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
1575
|
-
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
1576
|
-
exports.ListAccounts$ = ListAccounts$;
|
|
1577
580
|
exports.ListAccountsCommand = ListAccountsCommand;
|
|
1578
|
-
exports.ListAccountsRequest$ = ListAccountsRequest$;
|
|
1579
|
-
exports.ListAccountsResponse$ = ListAccountsResponse$;
|
|
1580
|
-
exports.ListAutomationEventSteps$ = ListAutomationEventSteps$;
|
|
1581
581
|
exports.ListAutomationEventStepsCommand = ListAutomationEventStepsCommand;
|
|
1582
|
-
exports.ListAutomationEventStepsRequest$ = ListAutomationEventStepsRequest$;
|
|
1583
|
-
exports.ListAutomationEventStepsResponse$ = ListAutomationEventStepsResponse$;
|
|
1584
|
-
exports.ListAutomationEventSummaries$ = ListAutomationEventSummaries$;
|
|
1585
582
|
exports.ListAutomationEventSummariesCommand = ListAutomationEventSummariesCommand;
|
|
1586
|
-
exports.ListAutomationEventSummariesRequest$ = ListAutomationEventSummariesRequest$;
|
|
1587
|
-
exports.ListAutomationEventSummariesResponse$ = ListAutomationEventSummariesResponse$;
|
|
1588
|
-
exports.ListAutomationEvents$ = ListAutomationEvents$;
|
|
1589
583
|
exports.ListAutomationEventsCommand = ListAutomationEventsCommand;
|
|
1590
|
-
exports.ListAutomationEventsRequest$ = ListAutomationEventsRequest$;
|
|
1591
|
-
exports.ListAutomationEventsResponse$ = ListAutomationEventsResponse$;
|
|
1592
|
-
exports.ListAutomationRulePreview$ = ListAutomationRulePreview$;
|
|
1593
584
|
exports.ListAutomationRulePreviewCommand = ListAutomationRulePreviewCommand;
|
|
1594
|
-
exports.ListAutomationRulePreviewRequest$ = ListAutomationRulePreviewRequest$;
|
|
1595
|
-
exports.ListAutomationRulePreviewResponse$ = ListAutomationRulePreviewResponse$;
|
|
1596
|
-
exports.ListAutomationRulePreviewSummaries$ = ListAutomationRulePreviewSummaries$;
|
|
1597
585
|
exports.ListAutomationRulePreviewSummariesCommand = ListAutomationRulePreviewSummariesCommand;
|
|
1598
|
-
exports.ListAutomationRulePreviewSummariesRequest$ = ListAutomationRulePreviewSummariesRequest$;
|
|
1599
|
-
exports.ListAutomationRulePreviewSummariesResponse$ = ListAutomationRulePreviewSummariesResponse$;
|
|
1600
|
-
exports.ListAutomationRules$ = ListAutomationRules$;
|
|
1601
586
|
exports.ListAutomationRulesCommand = ListAutomationRulesCommand;
|
|
1602
|
-
exports.ListAutomationRulesRequest$ = ListAutomationRulesRequest$;
|
|
1603
|
-
exports.ListAutomationRulesResponse$ = ListAutomationRulesResponse$;
|
|
1604
|
-
exports.ListRecommendedActionSummaries$ = ListRecommendedActionSummaries$;
|
|
1605
587
|
exports.ListRecommendedActionSummariesCommand = ListRecommendedActionSummariesCommand;
|
|
1606
|
-
exports.ListRecommendedActionSummariesRequest$ = ListRecommendedActionSummariesRequest$;
|
|
1607
|
-
exports.ListRecommendedActionSummariesResponse$ = ListRecommendedActionSummariesResponse$;
|
|
1608
|
-
exports.ListRecommendedActions$ = ListRecommendedActions$;
|
|
1609
588
|
exports.ListRecommendedActionsCommand = ListRecommendedActionsCommand;
|
|
1610
|
-
exports.ListRecommendedActionsRequest$ = ListRecommendedActionsRequest$;
|
|
1611
|
-
exports.ListRecommendedActionsResponse$ = ListRecommendedActionsResponse$;
|
|
1612
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1613
589
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1614
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1615
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1616
|
-
exports.NotManagementAccountException = NotManagementAccountException;
|
|
1617
|
-
exports.NotManagementAccountException$ = NotManagementAccountException$;
|
|
1618
|
-
exports.OptInRequiredException = OptInRequiredException;
|
|
1619
|
-
exports.OptInRequiredException$ = OptInRequiredException$;
|
|
1620
|
-
exports.OrganizationConfiguration$ = OrganizationConfiguration$;
|
|
1621
590
|
exports.OrganizationRuleMode = OrganizationRuleMode;
|
|
1622
|
-
exports.OrganizationScope$ = OrganizationScope$;
|
|
1623
|
-
exports.PreviewResult$ = PreviewResult$;
|
|
1624
|
-
exports.PreviewResultSummary$ = PreviewResultSummary$;
|
|
1625
|
-
exports.RecommendedAction$ = RecommendedAction$;
|
|
1626
|
-
exports.RecommendedActionFilter$ = RecommendedActionFilter$;
|
|
1627
591
|
exports.RecommendedActionFilterName = RecommendedActionFilterName;
|
|
1628
|
-
exports.RecommendedActionSummary$ = RecommendedActionSummary$;
|
|
1629
|
-
exports.RecommendedActionTotal$ = RecommendedActionTotal$;
|
|
1630
592
|
exports.RecommendedActionType = RecommendedActionType;
|
|
1631
|
-
exports.ResourceDetails$ = ResourceDetails$;
|
|
1632
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1633
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1634
|
-
exports.ResourceTagsCriteriaCondition$ = ResourceTagsCriteriaCondition$;
|
|
1635
593
|
exports.ResourceType = ResourceType;
|
|
1636
|
-
exports.RollbackAutomationEvent$ = RollbackAutomationEvent$;
|
|
1637
594
|
exports.RollbackAutomationEventCommand = RollbackAutomationEventCommand;
|
|
1638
|
-
exports.RollbackAutomationEventRequest$ = RollbackAutomationEventRequest$;
|
|
1639
|
-
exports.RollbackAutomationEventResponse$ = RollbackAutomationEventResponse$;
|
|
1640
595
|
exports.RuleApplyOrder = RuleApplyOrder;
|
|
1641
|
-
exports.RulePreviewTotal$ = RulePreviewTotal$;
|
|
1642
596
|
exports.RuleStatus = RuleStatus;
|
|
1643
597
|
exports.RuleType = RuleType;
|
|
1644
598
|
exports.SavingsEstimationMode = SavingsEstimationMode;
|
|
1645
|
-
exports.Schedule$ = Schedule$;
|
|
1646
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1647
|
-
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1648
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
1649
|
-
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
1650
|
-
exports.StartAutomationEvent$ = StartAutomationEvent$;
|
|
1651
599
|
exports.StartAutomationEventCommand = StartAutomationEventCommand;
|
|
1652
|
-
exports.StartAutomationEventRequest$ = StartAutomationEventRequest$;
|
|
1653
|
-
exports.StartAutomationEventResponse$ = StartAutomationEventResponse$;
|
|
1654
600
|
exports.StepStatus = StepStatus;
|
|
1655
601
|
exports.StepType = StepType;
|
|
1656
|
-
exports.StringCriteriaCondition$ = StringCriteriaCondition$;
|
|
1657
|
-
exports.SummaryDimension$ = SummaryDimension$;
|
|
1658
602
|
exports.SummaryDimensionKey = SummaryDimensionKey;
|
|
1659
|
-
exports.SummaryTotals$ = SummaryTotals$;
|
|
1660
|
-
exports.Tag$ = Tag$;
|
|
1661
|
-
exports.TagResource$ = TagResource$;
|
|
1662
603
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1663
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1664
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1665
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1666
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
1667
|
-
exports.TimePeriod$ = TimePeriod$;
|
|
1668
|
-
exports.UntagResource$ = UntagResource$;
|
|
1669
604
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1670
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1671
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1672
|
-
exports.UpdateAutomationRule$ = UpdateAutomationRule$;
|
|
1673
605
|
exports.UpdateAutomationRuleCommand = UpdateAutomationRuleCommand;
|
|
1674
|
-
exports.UpdateAutomationRuleRequest$ = UpdateAutomationRuleRequest$;
|
|
1675
|
-
exports.UpdateAutomationRuleResponse$ = UpdateAutomationRuleResponse$;
|
|
1676
|
-
exports.UpdateEnrollmentConfiguration$ = UpdateEnrollmentConfiguration$;
|
|
1677
606
|
exports.UpdateEnrollmentConfigurationCommand = UpdateEnrollmentConfigurationCommand;
|
|
1678
|
-
exports.UpdateEnrollmentConfigurationRequest$ = UpdateEnrollmentConfigurationRequest$;
|
|
1679
|
-
exports.UpdateEnrollmentConfigurationResponse$ = UpdateEnrollmentConfigurationResponse$;
|
|
1680
607
|
exports.paginateListAccounts = paginateListAccounts;
|
|
1681
608
|
exports.paginateListAutomationEventSteps = paginateListAutomationEventSteps;
|
|
1682
609
|
exports.paginateListAutomationEventSummaries = paginateListAutomationEventSummaries;
|
|
@@ -1686,3 +613,15 @@ exports.paginateListAutomationRulePreviewSummaries = paginateListAutomationRuleP
|
|
|
1686
613
|
exports.paginateListAutomationRules = paginateListAutomationRules;
|
|
1687
614
|
exports.paginateListRecommendedActionSummaries = paginateListRecommendedActionSummaries;
|
|
1688
615
|
exports.paginateListRecommendedActions = paginateListRecommendedActions;
|
|
616
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
617
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
618
|
+
enumerable: true,
|
|
619
|
+
get: function () { return schemas_0[k]; }
|
|
620
|
+
});
|
|
621
|
+
});
|
|
622
|
+
Object.keys(errors).forEach(function (k) {
|
|
623
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
624
|
+
enumerable: true,
|
|
625
|
+
get: function () { return errors[k]; }
|
|
626
|
+
});
|
|
627
|
+
});
|