@aws-sdk/client-compute-optimizer-automation 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +118 -138
- package/dist-cjs/models/ComputeOptimizerAutomationServiceException.js +4 -8
- package/dist-cjs/models/errors.js +25 -40
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +258 -174
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListAutomationRulePreviewRequest$ = exports.ListAutomationEventSummariesResponse$ = exports.ListAutomationEventSummariesRequest$ = exports.ListAutomationEventStepsResponse$ = exports.ListAutomationEventStepsRequest$ = exports.ListAutomationEventsResponse$ = exports.ListAutomationEventsRequest$ = exports.ListAccountsResponse$ = exports.ListAccountsRequest$ = exports.IntegerCriteriaCondition$ = exports.GetEnrollmentConfigurationResponse$ = exports.GetEnrollmentConfigurationRequest$ = exports.GetAutomationRuleResponse$ = exports.GetAutomationRuleRequest$ = exports.GetAutomationEventResponse$ = exports.GetAutomationEventRequest$ = exports.Filter$ = exports.EstimatedMonthlySavings$ = exports.EbsVolumeConfiguration$ = exports.EbsVolume$ = exports.DoubleCriteriaCondition$ = exports.DisassociateAccountsResponse$ = exports.DisassociateAccountsRequest$ = exports.DeleteAutomationRuleResponse$ = exports.DeleteAutomationRuleRequest$ = exports.Criteria$ = exports.CreateAutomationRuleResponse$ = exports.CreateAutomationRuleRequest$ = exports.AutomationRule$ = exports.AutomationEventSummary$ = exports.AutomationEventStep$ = exports.AutomationEventFilter$ = exports.AutomationEvent$ = exports.AssociateAccountsResponse$ = exports.AssociateAccountsRequest$ = exports.AccountInfo$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.OptInRequiredException$ = exports.NotManagementAccountException$ = exports.InvalidParameterValueException$ = exports.InternalServerException$ = exports.IdempotentParameterMismatchException$ = exports.IdempotencyTokenInUseException$ = exports.ForbiddenException$ = exports.AccessDeniedException$ = exports.ComputeOptimizerAutomationServiceException$ = void 0;
|
|
4
|
-
exports.ListAutomationEventSteps$ = exports.ListAutomationEvents$ = exports.ListAccounts$ = exports.GetEnrollmentConfiguration$ = exports.GetAutomationRule$ = exports.GetAutomationEvent$ = exports.DisassociateAccounts$ = exports.DeleteAutomationRule$ = exports.CreateAutomationRule$ = exports.AssociateAccounts$ = exports.ResourceDetails$ = exports.UpdateEnrollmentConfigurationResponse$ = exports.UpdateEnrollmentConfigurationRequest$ = exports.UpdateAutomationRuleResponse$ = exports.UpdateAutomationRuleRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimePeriod$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SummaryTotals$ = exports.SummaryDimension$ = exports.StringCriteriaCondition$ = exports.StartAutomationEventResponse$ = exports.StartAutomationEventRequest$ = exports.Schedule$ = exports.RulePreviewTotal$ = exports.RollbackAutomationEventResponse$ = exports.RollbackAutomationEventRequest$ = exports.ResourceTagsCriteriaCondition$ = exports.RecommendedActionTotal$ = exports.RecommendedActionSummary$ = exports.RecommendedActionFilter$ = exports.RecommendedAction$ = exports.PreviewResultSummary$ = exports.PreviewResult$ = exports.OrganizationScope$ = exports.OrganizationConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRecommendedActionSummariesResponse$ = exports.ListRecommendedActionSummariesRequest$ = exports.ListRecommendedActionsResponse$ = exports.ListRecommendedActionsRequest$ = exports.ListAutomationRulesResponse$ = exports.ListAutomationRulesRequest$ = exports.ListAutomationRulePreviewSummariesResponse$ = exports.ListAutomationRulePreviewSummariesRequest$ = exports.ListAutomationRulePreviewResponse$ = void 0;
|
|
5
|
-
exports.UpdateEnrollmentConfiguration$ = exports.UpdateAutomationRule$ = exports.UntagResource$ = exports.TagResource$ = exports.StartAutomationEvent$ = exports.RollbackAutomationEvent$ = exports.ListTagsForResource$ = exports.ListRecommendedActionSummaries$ = exports.ListRecommendedActions$ = exports.ListAutomationRules$ = exports.ListAutomationRulePreviewSummaries$ = exports.ListAutomationRulePreview$ = exports.ListAutomationEventSummaries$ = void 0;
|
|
6
1
|
const _AA = "AssociateAccounts";
|
|
7
2
|
const _AAR = "AssociateAccountsRequest";
|
|
8
3
|
const _AARs = "AssociateAccountsResponse";
|
|
@@ -228,598 +223,687 @@ const _ty = "type";
|
|
|
228
223
|
const _v = "values";
|
|
229
224
|
const _va = "value";
|
|
230
225
|
const n0 = "com.amazonaws.computeoptimizerautomation";
|
|
231
|
-
const
|
|
232
|
-
const
|
|
233
|
-
const
|
|
234
|
-
const _s_registry =
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
226
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
227
|
+
const { ComputeOptimizerAutomationServiceException } = require("../models/ComputeOptimizerAutomationServiceException");
|
|
228
|
+
const { AccessDeniedException, ForbiddenException, IdempotencyTokenInUseException, IdempotentParameterMismatchException, InternalServerException, InvalidParameterValueException, NotManagementAccountException, OptInRequiredException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException } = require("../models/errors");
|
|
229
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
230
|
+
const ComputeOptimizerAutomationServiceException$ = [-3, _s, "ComputeOptimizerAutomationServiceException", 0, [], []];
|
|
231
|
+
exports.ComputeOptimizerAutomationServiceException$ = ComputeOptimizerAutomationServiceException$;
|
|
232
|
+
_s_registry.registerError(ComputeOptimizerAutomationServiceException$, ComputeOptimizerAutomationServiceException);
|
|
233
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
234
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
239
235
|
{ [_e]: _c, [_hE]: 403 },
|
|
240
236
|
[_m],
|
|
241
237
|
[0]
|
|
242
238
|
];
|
|
243
|
-
|
|
244
|
-
|
|
239
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
240
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
241
|
+
const ForbiddenException$ = [-3, n0, _FE,
|
|
245
242
|
{ [_e]: _c, [_hE]: 403 },
|
|
246
243
|
[_m],
|
|
247
244
|
[0]
|
|
248
245
|
];
|
|
249
|
-
|
|
250
|
-
|
|
246
|
+
exports.ForbiddenException$ = ForbiddenException$;
|
|
247
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
248
|
+
const IdempotencyTokenInUseException$ = [-3, n0, _ITIUE,
|
|
251
249
|
{ [_e]: _c, [_hE]: 409 },
|
|
252
250
|
[_m],
|
|
253
251
|
[0]
|
|
254
252
|
];
|
|
255
|
-
|
|
256
|
-
|
|
253
|
+
exports.IdempotencyTokenInUseException$ = IdempotencyTokenInUseException$;
|
|
254
|
+
n0_registry.registerError(IdempotencyTokenInUseException$, IdempotencyTokenInUseException);
|
|
255
|
+
const IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
257
256
|
{ [_e]: _c, [_hE]: 409 },
|
|
258
257
|
[_m],
|
|
259
258
|
[0]
|
|
260
259
|
];
|
|
261
|
-
|
|
262
|
-
|
|
260
|
+
exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
|
|
261
|
+
n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
262
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
263
263
|
{ [_e]: _se, [_hE]: 500 },
|
|
264
264
|
[_m],
|
|
265
265
|
[0]
|
|
266
266
|
];
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
268
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
269
|
+
const InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
269
270
|
{ [_e]: _c, [_hE]: 400 },
|
|
270
271
|
[_m],
|
|
271
272
|
[0]
|
|
272
273
|
];
|
|
273
|
-
|
|
274
|
-
|
|
274
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
275
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
276
|
+
const NotManagementAccountException$ = [-3, n0, _NMAE,
|
|
275
277
|
{ [_e]: _c, [_hE]: 400 },
|
|
276
278
|
[_m],
|
|
277
279
|
[0]
|
|
278
280
|
];
|
|
279
|
-
|
|
280
|
-
|
|
281
|
+
exports.NotManagementAccountException$ = NotManagementAccountException$;
|
|
282
|
+
n0_registry.registerError(NotManagementAccountException$, NotManagementAccountException);
|
|
283
|
+
const OptInRequiredException$ = [-3, n0, _OIRE,
|
|
281
284
|
{ [_e]: _c, [_hE]: 403 },
|
|
282
285
|
[_m],
|
|
283
286
|
[0]
|
|
284
287
|
];
|
|
285
|
-
|
|
286
|
-
|
|
288
|
+
exports.OptInRequiredException$ = OptInRequiredException$;
|
|
289
|
+
n0_registry.registerError(OptInRequiredException$, OptInRequiredException);
|
|
290
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
287
291
|
{ [_e]: _c, [_hE]: 404 },
|
|
288
292
|
[_m],
|
|
289
293
|
[0]
|
|
290
294
|
];
|
|
291
|
-
|
|
292
|
-
|
|
295
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
296
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
297
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
293
298
|
{ [_e]: _c, [_hE]: 402 },
|
|
294
299
|
[_m],
|
|
295
300
|
[0]
|
|
296
301
|
];
|
|
297
|
-
|
|
298
|
-
|
|
302
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
303
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
304
|
+
const ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
299
305
|
{ [_e]: _se, [_hE]: 503 },
|
|
300
306
|
[_m],
|
|
301
307
|
[0]
|
|
302
308
|
];
|
|
303
|
-
|
|
304
|
-
|
|
309
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
310
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
311
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
305
312
|
{ [_e]: _c, [_hE]: 429 },
|
|
306
313
|
[_m],
|
|
307
314
|
[0]
|
|
308
315
|
];
|
|
309
|
-
|
|
316
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
317
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
310
318
|
exports.errorTypeRegistries = [
|
|
311
319
|
_s_registry,
|
|
312
320
|
n0_registry,
|
|
313
321
|
];
|
|
314
|
-
|
|
322
|
+
const AccountInfo$ = [3, n0, _AI,
|
|
315
323
|
0,
|
|
316
324
|
[_aI, _st, _oRM, _lUT, _sR],
|
|
317
325
|
[0, 0, 0, 4, 0], 4
|
|
318
326
|
];
|
|
319
|
-
exports.
|
|
327
|
+
exports.AccountInfo$ = AccountInfo$;
|
|
328
|
+
const AssociateAccountsRequest$ = [3, n0, _AAR,
|
|
320
329
|
0,
|
|
321
330
|
[_aIc, _cT],
|
|
322
331
|
[64 | 0, [0, 4]], 1
|
|
323
332
|
];
|
|
324
|
-
exports.
|
|
333
|
+
exports.AssociateAccountsRequest$ = AssociateAccountsRequest$;
|
|
334
|
+
const AssociateAccountsResponse$ = [3, n0, _AARs,
|
|
325
335
|
0,
|
|
326
336
|
[_aIc, _er],
|
|
327
337
|
[64 | 0, 64 | 0]
|
|
328
338
|
];
|
|
329
|
-
exports.
|
|
339
|
+
exports.AssociateAccountsResponse$ = AssociateAccountsResponse$;
|
|
340
|
+
const AutomationEvent$ = [3, n0, _AE,
|
|
330
341
|
0,
|
|
331
342
|
[_eI, _eD, _eT, _eS, _eSR, _rA, _rI, _rAI, _aI, _r, _rIu, _rT, _cTr, _cTo, _eMS],
|
|
332
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () =>
|
|
343
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EstimatedMonthlySavings$]
|
|
333
344
|
];
|
|
334
|
-
exports.
|
|
345
|
+
exports.AutomationEvent$ = AutomationEvent$;
|
|
346
|
+
const AutomationEventFilter$ = [3, n0, _AEF,
|
|
335
347
|
0,
|
|
336
348
|
[_n, _v],
|
|
337
349
|
[0, 64 | 0], 2
|
|
338
350
|
];
|
|
339
|
-
exports.
|
|
351
|
+
exports.AutomationEventFilter$ = AutomationEventFilter$;
|
|
352
|
+
const AutomationEventStep$ = [3, n0, _AES,
|
|
340
353
|
0,
|
|
341
354
|
[_eI, _sI, _sT, _sS, _rI, _sTt, _cTo, _eMS],
|
|
342
|
-
[0, 0, 0, 0, 0, 4, 4, () =>
|
|
355
|
+
[0, 0, 0, 0, 0, 4, 4, () => EstimatedMonthlySavings$]
|
|
343
356
|
];
|
|
344
|
-
exports.
|
|
357
|
+
exports.AutomationEventStep$ = AutomationEventStep$;
|
|
358
|
+
const AutomationEventSummary$ = [3, n0, _AESu,
|
|
345
359
|
0,
|
|
346
360
|
[_k, _d, _tP, _t],
|
|
347
|
-
[0, () => SummaryDimensions, () =>
|
|
361
|
+
[0, () => SummaryDimensions, () => TimePeriod$, () => SummaryTotals$]
|
|
348
362
|
];
|
|
349
|
-
exports.
|
|
363
|
+
exports.AutomationEventSummary$ = AutomationEventSummary$;
|
|
364
|
+
const AutomationRule$ = [3, n0, _AR,
|
|
350
365
|
0,
|
|
351
366
|
[_rAu, _rIu, _n, _de, _rTu, _rR, _aI, _oC, _p, _rAT, _sc, _st, _cTr, _lUT],
|
|
352
|
-
[0, 0, 0, 0, 0, 1, 0, () =>
|
|
367
|
+
[0, 0, 0, 0, 0, 1, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Schedule$, 0, 4, 4]
|
|
353
368
|
];
|
|
354
|
-
exports.
|
|
369
|
+
exports.AutomationRule$ = AutomationRule$;
|
|
370
|
+
const CreateAutomationRuleRequest$ = [3, n0, _CARR,
|
|
355
371
|
0,
|
|
356
372
|
[_n, _rTu, _rAT, _sc, _st, _de, _oC, _p, _cr, _ta, _cT],
|
|
357
|
-
[0, 0, 64 | 0, () =>
|
|
373
|
+
[0, 0, 64 | 0, () => Schedule$, 0, 0, () => OrganizationConfiguration$, 0, () => Criteria$, () => TagList, [0, 4]], 5
|
|
358
374
|
];
|
|
359
|
-
exports.
|
|
375
|
+
exports.CreateAutomationRuleRequest$ = CreateAutomationRuleRequest$;
|
|
376
|
+
const CreateAutomationRuleResponse$ = [3, n0, _CARRr,
|
|
360
377
|
0,
|
|
361
378
|
[_rAu, _rIu, _n, _de, _rTu, _rR, _oC, _p, _rAT, _cr, _sc, _st, _ta, _cTr],
|
|
362
|
-
[0, 0, 0, 0, 0, 1, () =>
|
|
379
|
+
[0, 0, 0, 0, 0, 1, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, () => TagList, 4]
|
|
363
380
|
];
|
|
364
|
-
exports.
|
|
381
|
+
exports.CreateAutomationRuleResponse$ = CreateAutomationRuleResponse$;
|
|
382
|
+
const Criteria$ = [3, n0, _C,
|
|
365
383
|
0,
|
|
366
384
|
[_r, _rA, _eVT, _eVSIG, _eMS, _rTe, _lBPID, _rN],
|
|
367
385
|
[() => StringCriteriaConditionList, () => StringCriteriaConditionList, () => StringCriteriaConditionList, () => IntegerCriteriaConditionList, () => DoubleCriteriaConditionList, () => ResourceTagsCriteriaConditionList, () => IntegerCriteriaConditionList, () => StringCriteriaConditionList]
|
|
368
386
|
];
|
|
369
|
-
exports.
|
|
387
|
+
exports.Criteria$ = Criteria$;
|
|
388
|
+
const DeleteAutomationRuleRequest$ = [3, n0, _DARR,
|
|
370
389
|
0,
|
|
371
390
|
[_rAu, _rR, _cT],
|
|
372
391
|
[0, 1, [0, 4]], 2
|
|
373
392
|
];
|
|
374
|
-
exports.
|
|
393
|
+
exports.DeleteAutomationRuleRequest$ = DeleteAutomationRuleRequest$;
|
|
394
|
+
const DeleteAutomationRuleResponse$ = [3, n0, _DARRe,
|
|
375
395
|
0,
|
|
376
396
|
[],
|
|
377
397
|
[]
|
|
378
398
|
];
|
|
379
|
-
exports.
|
|
399
|
+
exports.DeleteAutomationRuleResponse$ = DeleteAutomationRuleResponse$;
|
|
400
|
+
const DisassociateAccountsRequest$ = [3, n0, _DAR,
|
|
380
401
|
0,
|
|
381
402
|
[_aIc, _cT],
|
|
382
403
|
[64 | 0, [0, 4]], 1
|
|
383
404
|
];
|
|
384
|
-
exports.
|
|
405
|
+
exports.DisassociateAccountsRequest$ = DisassociateAccountsRequest$;
|
|
406
|
+
const DisassociateAccountsResponse$ = [3, n0, _DARi,
|
|
385
407
|
0,
|
|
386
408
|
[_aIc, _er],
|
|
387
409
|
[64 | 0, 64 | 0]
|
|
388
410
|
];
|
|
389
|
-
exports.
|
|
411
|
+
exports.DisassociateAccountsResponse$ = DisassociateAccountsResponse$;
|
|
412
|
+
const DoubleCriteriaCondition$ = [3, n0, _DCC,
|
|
390
413
|
0,
|
|
391
414
|
[_co, _v],
|
|
392
415
|
[0, 64 | 1]
|
|
393
416
|
];
|
|
394
|
-
exports.
|
|
417
|
+
exports.DoubleCriteriaCondition$ = DoubleCriteriaCondition$;
|
|
418
|
+
const EbsVolume$ = [3, n0, _EV,
|
|
395
419
|
0,
|
|
396
420
|
[_con],
|
|
397
|
-
[() =>
|
|
421
|
+
[() => EbsVolumeConfiguration$]
|
|
398
422
|
];
|
|
399
|
-
exports.
|
|
423
|
+
exports.EbsVolume$ = EbsVolume$;
|
|
424
|
+
const EbsVolumeConfiguration$ = [3, n0, _EVC,
|
|
400
425
|
0,
|
|
401
426
|
[_ty, _sIG, _i, _th],
|
|
402
427
|
[0, 1, 1, 1]
|
|
403
428
|
];
|
|
404
|
-
exports.
|
|
429
|
+
exports.EbsVolumeConfiguration$ = EbsVolumeConfiguration$;
|
|
430
|
+
const EstimatedMonthlySavings$ = [3, n0, _EMS,
|
|
405
431
|
0,
|
|
406
432
|
[_cu, _bDS, _aDS, _sEM],
|
|
407
433
|
[0, 1, 1, 0], 4
|
|
408
434
|
];
|
|
409
|
-
exports.
|
|
435
|
+
exports.EstimatedMonthlySavings$ = EstimatedMonthlySavings$;
|
|
436
|
+
const Filter$ = [3, n0, _F,
|
|
410
437
|
0,
|
|
411
438
|
[_n, _v],
|
|
412
439
|
[0, 64 | 0], 2
|
|
413
440
|
];
|
|
414
|
-
exports.
|
|
441
|
+
exports.Filter$ = Filter$;
|
|
442
|
+
const GetAutomationEventRequest$ = [3, n0, _GAER,
|
|
415
443
|
0,
|
|
416
444
|
[_eI],
|
|
417
445
|
[0], 1
|
|
418
446
|
];
|
|
419
|
-
exports.
|
|
447
|
+
exports.GetAutomationEventRequest$ = GetAutomationEventRequest$;
|
|
448
|
+
const GetAutomationEventResponse$ = [3, n0, _GAERe,
|
|
420
449
|
0,
|
|
421
450
|
[_eI, _eD, _eT, _eS, _eSR, _rA, _rI, _rAI, _aI, _r, _rIu, _rT, _cTr, _cTo, _eMS],
|
|
422
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () =>
|
|
451
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EstimatedMonthlySavings$]
|
|
423
452
|
];
|
|
424
|
-
exports.
|
|
453
|
+
exports.GetAutomationEventResponse$ = GetAutomationEventResponse$;
|
|
454
|
+
const GetAutomationRuleRequest$ = [3, n0, _GARR,
|
|
425
455
|
0,
|
|
426
456
|
[_rAu],
|
|
427
457
|
[0], 1
|
|
428
458
|
];
|
|
429
|
-
exports.
|
|
459
|
+
exports.GetAutomationRuleRequest$ = GetAutomationRuleRequest$;
|
|
460
|
+
const GetAutomationRuleResponse$ = [3, n0, _GARRe,
|
|
430
461
|
0,
|
|
431
462
|
[_rAu, _rIu, _n, _de, _rTu, _rR, _aI, _oC, _p, _rAT, _cr, _sc, _st, _ta, _cTr, _lUT],
|
|
432
|
-
[0, 0, 0, 0, 0, 1, 0, () =>
|
|
463
|
+
[0, 0, 0, 0, 0, 1, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, () => TagList, 4, 4]
|
|
433
464
|
];
|
|
434
|
-
exports.
|
|
465
|
+
exports.GetAutomationRuleResponse$ = GetAutomationRuleResponse$;
|
|
466
|
+
const GetEnrollmentConfigurationRequest$ = [3, n0, _GECR,
|
|
435
467
|
0,
|
|
436
468
|
[],
|
|
437
469
|
[]
|
|
438
470
|
];
|
|
439
|
-
exports.
|
|
471
|
+
exports.GetEnrollmentConfigurationRequest$ = GetEnrollmentConfigurationRequest$;
|
|
472
|
+
const GetEnrollmentConfigurationResponse$ = [3, n0, _GECRe,
|
|
440
473
|
0,
|
|
441
474
|
[_st, _sR, _oRM, _lUT],
|
|
442
475
|
[0, 0, 0, 4], 1
|
|
443
476
|
];
|
|
444
|
-
exports.
|
|
477
|
+
exports.GetEnrollmentConfigurationResponse$ = GetEnrollmentConfigurationResponse$;
|
|
478
|
+
const IntegerCriteriaCondition$ = [3, n0, _ICC,
|
|
445
479
|
0,
|
|
446
480
|
[_co, _v],
|
|
447
481
|
[0, 64 | 1]
|
|
448
482
|
];
|
|
449
|
-
exports.
|
|
483
|
+
exports.IntegerCriteriaCondition$ = IntegerCriteriaCondition$;
|
|
484
|
+
const ListAccountsRequest$ = [3, n0, _LAR,
|
|
450
485
|
0,
|
|
451
486
|
[_mR, _nT],
|
|
452
487
|
[1, 0]
|
|
453
488
|
];
|
|
454
|
-
exports.
|
|
489
|
+
exports.ListAccountsRequest$ = ListAccountsRequest$;
|
|
490
|
+
const ListAccountsResponse$ = [3, n0, _LARi,
|
|
455
491
|
0,
|
|
456
492
|
[_a, _nT],
|
|
457
493
|
[() => AccountInfoList, 0], 1
|
|
458
494
|
];
|
|
459
|
-
exports.
|
|
495
|
+
exports.ListAccountsResponse$ = ListAccountsResponse$;
|
|
496
|
+
const ListAutomationEventsRequest$ = [3, n0, _LAER,
|
|
460
497
|
0,
|
|
461
498
|
[_f, _sTI, _eTE, _mR, _nT],
|
|
462
499
|
[() => AutomationEventFilterList, 4, 4, 1, 0]
|
|
463
500
|
];
|
|
464
|
-
exports.
|
|
501
|
+
exports.ListAutomationEventsRequest$ = ListAutomationEventsRequest$;
|
|
502
|
+
const ListAutomationEventsResponse$ = [3, n0, _LAERi,
|
|
465
503
|
0,
|
|
466
504
|
[_aE, _nT],
|
|
467
505
|
[() => AutomationEvents, 0]
|
|
468
506
|
];
|
|
469
|
-
exports.
|
|
507
|
+
exports.ListAutomationEventsResponse$ = ListAutomationEventsResponse$;
|
|
508
|
+
const ListAutomationEventStepsRequest$ = [3, n0, _LAESR,
|
|
470
509
|
0,
|
|
471
510
|
[_eI, _mR, _nT],
|
|
472
511
|
[0, 1, 0], 1
|
|
473
512
|
];
|
|
474
|
-
exports.
|
|
513
|
+
exports.ListAutomationEventStepsRequest$ = ListAutomationEventStepsRequest$;
|
|
514
|
+
const ListAutomationEventStepsResponse$ = [3, n0, _LAESRi,
|
|
475
515
|
0,
|
|
476
516
|
[_aES, _nT],
|
|
477
517
|
[() => AutomationEventSteps, 0]
|
|
478
518
|
];
|
|
479
|
-
exports.
|
|
519
|
+
exports.ListAutomationEventStepsResponse$ = ListAutomationEventStepsResponse$;
|
|
520
|
+
const ListAutomationEventSummariesRequest$ = [3, n0, _LAESRis,
|
|
480
521
|
0,
|
|
481
522
|
[_f, _sDI, _eDE, _mR, _nT],
|
|
482
523
|
[() => AutomationEventFilterList, 0, 0, 1, 0]
|
|
483
524
|
];
|
|
484
|
-
exports.
|
|
525
|
+
exports.ListAutomationEventSummariesRequest$ = ListAutomationEventSummariesRequest$;
|
|
526
|
+
const ListAutomationEventSummariesResponse$ = [3, n0, _LAESRist,
|
|
485
527
|
0,
|
|
486
528
|
[_aESu, _nT],
|
|
487
529
|
[() => AutomationEventSummaryList, 0]
|
|
488
530
|
];
|
|
489
|
-
exports.
|
|
531
|
+
exports.ListAutomationEventSummariesResponse$ = ListAutomationEventSummariesResponse$;
|
|
532
|
+
const ListAutomationRulePreviewRequest$ = [3, n0, _LARPR,
|
|
490
533
|
0,
|
|
491
534
|
[_rTu, _rAT, _oS, _cr, _mR, _nT],
|
|
492
|
-
[0, 64 | 0, () =>
|
|
535
|
+
[0, 64 | 0, () => OrganizationScope$, () => Criteria$, 1, 0], 2
|
|
493
536
|
];
|
|
494
|
-
exports.
|
|
537
|
+
exports.ListAutomationRulePreviewRequest$ = ListAutomationRulePreviewRequest$;
|
|
538
|
+
const ListAutomationRulePreviewResponse$ = [3, n0, _LARPRi,
|
|
495
539
|
0,
|
|
496
540
|
[_pR, _nT],
|
|
497
541
|
[() => PreviewResults, 0]
|
|
498
542
|
];
|
|
499
|
-
exports.
|
|
543
|
+
exports.ListAutomationRulePreviewResponse$ = ListAutomationRulePreviewResponse$;
|
|
544
|
+
const ListAutomationRulePreviewSummariesRequest$ = [3, n0, _LARPSR,
|
|
500
545
|
0,
|
|
501
546
|
[_rTu, _rAT, _oS, _cr, _mR, _nT],
|
|
502
|
-
[0, 64 | 0, () =>
|
|
547
|
+
[0, 64 | 0, () => OrganizationScope$, () => Criteria$, 1, 0], 2
|
|
503
548
|
];
|
|
504
|
-
exports.
|
|
549
|
+
exports.ListAutomationRulePreviewSummariesRequest$ = ListAutomationRulePreviewSummariesRequest$;
|
|
550
|
+
const ListAutomationRulePreviewSummariesResponse$ = [3, n0, _LARPSRi,
|
|
505
551
|
0,
|
|
506
552
|
[_pRS, _nT],
|
|
507
553
|
[() => PreviewResultSummaries, 0]
|
|
508
554
|
];
|
|
509
|
-
exports.
|
|
555
|
+
exports.ListAutomationRulePreviewSummariesResponse$ = ListAutomationRulePreviewSummariesResponse$;
|
|
556
|
+
const ListAutomationRulesRequest$ = [3, n0, _LARR,
|
|
510
557
|
0,
|
|
511
558
|
[_f, _mR, _nT],
|
|
512
559
|
[() => FilterList, 1, 0]
|
|
513
560
|
];
|
|
514
|
-
exports.
|
|
561
|
+
exports.ListAutomationRulesRequest$ = ListAutomationRulesRequest$;
|
|
562
|
+
const ListAutomationRulesResponse$ = [3, n0, _LARRi,
|
|
515
563
|
0,
|
|
516
564
|
[_aR, _nT],
|
|
517
565
|
[() => AutomationRules, 0]
|
|
518
566
|
];
|
|
519
|
-
exports.
|
|
567
|
+
exports.ListAutomationRulesResponse$ = ListAutomationRulesResponse$;
|
|
568
|
+
const ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
520
569
|
0,
|
|
521
570
|
[_f, _mR, _nT],
|
|
522
571
|
[() => RecommendedActionFilterList, 1, 0]
|
|
523
572
|
];
|
|
524
|
-
exports.
|
|
573
|
+
exports.ListRecommendedActionsRequest$ = ListRecommendedActionsRequest$;
|
|
574
|
+
const ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
525
575
|
0,
|
|
526
576
|
[_rAe, _nT],
|
|
527
577
|
[() => RecommendedActions, 0]
|
|
528
578
|
];
|
|
529
|
-
exports.
|
|
579
|
+
exports.ListRecommendedActionsResponse$ = ListRecommendedActionsResponse$;
|
|
580
|
+
const ListRecommendedActionSummariesRequest$ = [3, n0, _LRASR,
|
|
530
581
|
0,
|
|
531
582
|
[_f, _mR, _nT],
|
|
532
583
|
[() => RecommendedActionFilterList, 1, 0]
|
|
533
584
|
];
|
|
534
|
-
exports.
|
|
585
|
+
exports.ListRecommendedActionSummariesRequest$ = ListRecommendedActionSummariesRequest$;
|
|
586
|
+
const ListRecommendedActionSummariesResponse$ = [3, n0, _LRASRi,
|
|
535
587
|
0,
|
|
536
588
|
[_rAS, _nT],
|
|
537
589
|
[() => RecommendedActionSummaries, 0]
|
|
538
590
|
];
|
|
539
|
-
exports.
|
|
591
|
+
exports.ListRecommendedActionSummariesResponse$ = ListRecommendedActionSummariesResponse$;
|
|
592
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
540
593
|
0,
|
|
541
594
|
[_rA],
|
|
542
595
|
[0], 1
|
|
543
596
|
];
|
|
544
|
-
exports.
|
|
597
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
598
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
545
599
|
0,
|
|
546
600
|
[_ta],
|
|
547
601
|
[() => TagList]
|
|
548
602
|
];
|
|
549
|
-
exports.
|
|
603
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
604
|
+
const OrganizationConfiguration$ = [3, n0, _OC,
|
|
550
605
|
0,
|
|
551
606
|
[_rAO, _aIc],
|
|
552
607
|
[0, 64 | 0]
|
|
553
608
|
];
|
|
554
|
-
exports.
|
|
609
|
+
exports.OrganizationConfiguration$ = OrganizationConfiguration$;
|
|
610
|
+
const OrganizationScope$ = [3, n0, _OS,
|
|
555
611
|
0,
|
|
556
612
|
[_aIc],
|
|
557
613
|
[64 | 0]
|
|
558
614
|
];
|
|
559
|
-
exports.
|
|
615
|
+
exports.OrganizationScope$ = OrganizationScope$;
|
|
616
|
+
const PreviewResult$ = [3, n0, _PR,
|
|
560
617
|
0,
|
|
561
618
|
[_rAI, _rA, _rI, _aI, _r, _rT, _lBPID, _rATe, _cRS, _cRD, _rRS, _rRD, _rN, _eMS, _rTes],
|
|
562
|
-
[0, 0, 0, 0, 0, 0, 1, 0, 0, () =>
|
|
619
|
+
[0, 0, 0, 0, 0, 0, 1, 0, 0, () => ResourceDetails$, 0, () => ResourceDetails$, 2, () => EstimatedMonthlySavings$, () => TagList]
|
|
563
620
|
];
|
|
564
|
-
exports.
|
|
621
|
+
exports.PreviewResult$ = PreviewResult$;
|
|
622
|
+
const PreviewResultSummary$ = [3, n0, _PRS,
|
|
565
623
|
0,
|
|
566
624
|
[_k, _t],
|
|
567
|
-
[0, () =>
|
|
625
|
+
[0, () => RulePreviewTotal$], 2
|
|
568
626
|
];
|
|
569
|
-
exports.
|
|
627
|
+
exports.PreviewResultSummary$ = PreviewResultSummary$;
|
|
628
|
+
const RecommendedAction$ = [3, n0, _RA,
|
|
570
629
|
0,
|
|
571
630
|
[_rAI, _rA, _rI, _aI, _r, _rT, _lBPID, _rATe, _cRS, _cRD, _rRS, _rRD, _rN, _eMS, _rTes],
|
|
572
|
-
[0, 0, 0, 0, 0, 0, 1, 0, 0, () =>
|
|
631
|
+
[0, 0, 0, 0, 0, 0, 1, 0, 0, () => ResourceDetails$, 0, () => ResourceDetails$, 2, () => EstimatedMonthlySavings$, () => TagList]
|
|
573
632
|
];
|
|
574
|
-
exports.
|
|
633
|
+
exports.RecommendedAction$ = RecommendedAction$;
|
|
634
|
+
const RecommendedActionFilter$ = [3, n0, _RAF,
|
|
575
635
|
0,
|
|
576
636
|
[_n, _v],
|
|
577
637
|
[0, 64 | 0], 2
|
|
578
638
|
];
|
|
579
|
-
exports.
|
|
639
|
+
exports.RecommendedActionFilter$ = RecommendedActionFilter$;
|
|
640
|
+
const RecommendedActionSummary$ = [3, n0, _RAS,
|
|
580
641
|
0,
|
|
581
642
|
[_k, _t],
|
|
582
|
-
[0, () =>
|
|
643
|
+
[0, () => RecommendedActionTotal$], 2
|
|
583
644
|
];
|
|
584
|
-
exports.
|
|
645
|
+
exports.RecommendedActionSummary$ = RecommendedActionSummary$;
|
|
646
|
+
const RecommendedActionTotal$ = [3, n0, _RAT,
|
|
585
647
|
0,
|
|
586
648
|
[_rAC, _eMS],
|
|
587
|
-
[1, () =>
|
|
649
|
+
[1, () => EstimatedMonthlySavings$], 2
|
|
588
650
|
];
|
|
589
|
-
exports.
|
|
651
|
+
exports.RecommendedActionTotal$ = RecommendedActionTotal$;
|
|
652
|
+
const ResourceTagsCriteriaCondition$ = [3, n0, _RTCC,
|
|
590
653
|
0,
|
|
591
654
|
[_co, _k, _v],
|
|
592
655
|
[0, 0, 64 | 0]
|
|
593
656
|
];
|
|
594
|
-
exports.
|
|
657
|
+
exports.ResourceTagsCriteriaCondition$ = ResourceTagsCriteriaCondition$;
|
|
658
|
+
const RollbackAutomationEventRequest$ = [3, n0, _RAER,
|
|
595
659
|
0,
|
|
596
660
|
[_eI, _cT],
|
|
597
661
|
[0, [0, 4]], 1
|
|
598
662
|
];
|
|
599
|
-
exports.
|
|
663
|
+
exports.RollbackAutomationEventRequest$ = RollbackAutomationEventRequest$;
|
|
664
|
+
const RollbackAutomationEventResponse$ = [3, n0, _RAERo,
|
|
600
665
|
0,
|
|
601
666
|
[_eI, _eS],
|
|
602
667
|
[0, 0]
|
|
603
668
|
];
|
|
604
|
-
exports.
|
|
669
|
+
exports.RollbackAutomationEventResponse$ = RollbackAutomationEventResponse$;
|
|
670
|
+
const RulePreviewTotal$ = [3, n0, _RPT,
|
|
605
671
|
0,
|
|
606
672
|
[_rAC, _eMS],
|
|
607
|
-
[1, () =>
|
|
673
|
+
[1, () => EstimatedMonthlySavings$], 2
|
|
608
674
|
];
|
|
609
|
-
exports.
|
|
675
|
+
exports.RulePreviewTotal$ = RulePreviewTotal$;
|
|
676
|
+
const Schedule$ = [3, n0, _S,
|
|
610
677
|
0,
|
|
611
678
|
[_sE, _sET, _eWIM],
|
|
612
679
|
[0, 0, 1]
|
|
613
680
|
];
|
|
614
|
-
exports.
|
|
681
|
+
exports.Schedule$ = Schedule$;
|
|
682
|
+
const StartAutomationEventRequest$ = [3, n0, _SAER,
|
|
615
683
|
0,
|
|
616
684
|
[_rAI, _cT],
|
|
617
685
|
[0, [0, 4]], 1
|
|
618
686
|
];
|
|
619
|
-
exports.
|
|
687
|
+
exports.StartAutomationEventRequest$ = StartAutomationEventRequest$;
|
|
688
|
+
const StartAutomationEventResponse$ = [3, n0, _SAERt,
|
|
620
689
|
0,
|
|
621
690
|
[_rAI, _eI, _eS],
|
|
622
691
|
[0, 0, 0]
|
|
623
692
|
];
|
|
624
|
-
exports.
|
|
693
|
+
exports.StartAutomationEventResponse$ = StartAutomationEventResponse$;
|
|
694
|
+
const StringCriteriaCondition$ = [3, n0, _SCC,
|
|
625
695
|
0,
|
|
626
696
|
[_co, _v],
|
|
627
697
|
[0, 64 | 0]
|
|
628
698
|
];
|
|
629
|
-
exports.
|
|
699
|
+
exports.StringCriteriaCondition$ = StringCriteriaCondition$;
|
|
700
|
+
const SummaryDimension$ = [3, n0, _SD,
|
|
630
701
|
0,
|
|
631
702
|
[_k, _va],
|
|
632
703
|
[0, 0], 2
|
|
633
704
|
];
|
|
634
|
-
exports.
|
|
705
|
+
exports.SummaryDimension$ = SummaryDimension$;
|
|
706
|
+
const SummaryTotals$ = [3, n0, _ST,
|
|
635
707
|
0,
|
|
636
708
|
[_aEC, _eMS],
|
|
637
|
-
[1, () =>
|
|
709
|
+
[1, () => EstimatedMonthlySavings$]
|
|
638
710
|
];
|
|
639
|
-
exports.
|
|
711
|
+
exports.SummaryTotals$ = SummaryTotals$;
|
|
712
|
+
const Tag$ = [3, n0, _T,
|
|
640
713
|
0,
|
|
641
714
|
[_k, _va],
|
|
642
715
|
[0, 0], 2
|
|
643
716
|
];
|
|
644
|
-
exports.
|
|
717
|
+
exports.Tag$ = Tag$;
|
|
718
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
645
719
|
0,
|
|
646
720
|
[_rA, _rR, _ta, _cT],
|
|
647
721
|
[0, 1, () => TagList, [0, 4]], 3
|
|
648
722
|
];
|
|
649
|
-
exports.
|
|
723
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
724
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
650
725
|
0,
|
|
651
726
|
[],
|
|
652
727
|
[]
|
|
653
728
|
];
|
|
654
|
-
exports.
|
|
729
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
730
|
+
const TimePeriod$ = [3, n0, _TP,
|
|
655
731
|
0,
|
|
656
732
|
[_sTI, _eTE],
|
|
657
733
|
[4, 4]
|
|
658
734
|
];
|
|
659
|
-
exports.
|
|
735
|
+
exports.TimePeriod$ = TimePeriod$;
|
|
736
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
660
737
|
0,
|
|
661
738
|
[_rA, _rR, _tK, _cT],
|
|
662
739
|
[0, 1, 64 | 0, [0, 4]], 3
|
|
663
740
|
];
|
|
664
|
-
exports.
|
|
741
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
742
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
665
743
|
0,
|
|
666
744
|
[],
|
|
667
745
|
[]
|
|
668
746
|
];
|
|
669
|
-
exports.
|
|
747
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
748
|
+
const UpdateAutomationRuleRequest$ = [3, n0, _UARR,
|
|
670
749
|
0,
|
|
671
750
|
[_rAu, _rR, _n, _de, _rTu, _oC, _p, _rAT, _cr, _sc, _st, _cT],
|
|
672
|
-
[0, 1, 0, 0, 0, () =>
|
|
751
|
+
[0, 1, 0, 0, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, [0, 4]], 2
|
|
673
752
|
];
|
|
674
|
-
exports.
|
|
753
|
+
exports.UpdateAutomationRuleRequest$ = UpdateAutomationRuleRequest$;
|
|
754
|
+
const UpdateAutomationRuleResponse$ = [3, n0, _UARRp,
|
|
675
755
|
0,
|
|
676
756
|
[_rAu, _rR, _n, _de, _rTu, _oC, _p, _rAT, _cr, _sc, _st, _cTr, _lUT],
|
|
677
|
-
[0, 1, 0, 0, 0, () =>
|
|
757
|
+
[0, 1, 0, 0, 0, () => OrganizationConfiguration$, 0, 64 | 0, () => Criteria$, () => Schedule$, 0, 4, 4]
|
|
678
758
|
];
|
|
679
|
-
exports.
|
|
759
|
+
exports.UpdateAutomationRuleResponse$ = UpdateAutomationRuleResponse$;
|
|
760
|
+
const UpdateEnrollmentConfigurationRequest$ = [3, n0, _UECR,
|
|
680
761
|
0,
|
|
681
762
|
[_st, _cT],
|
|
682
763
|
[0, [0, 4]], 1
|
|
683
764
|
];
|
|
684
|
-
exports.
|
|
765
|
+
exports.UpdateEnrollmentConfigurationRequest$ = UpdateEnrollmentConfigurationRequest$;
|
|
766
|
+
const UpdateEnrollmentConfigurationResponse$ = [3, n0, _UECRp,
|
|
685
767
|
0,
|
|
686
768
|
[_st, _lUT, _sR],
|
|
687
769
|
[0, 4, 0], 2
|
|
688
770
|
];
|
|
771
|
+
exports.UpdateEnrollmentConfigurationResponse$ = UpdateEnrollmentConfigurationResponse$;
|
|
689
772
|
var AccountIdList = 64 | 0;
|
|
690
773
|
var AccountInfoList = [1, n0, _AIL,
|
|
691
|
-
0, () =>
|
|
774
|
+
0, () => AccountInfo$
|
|
692
775
|
];
|
|
693
776
|
var AutomationEventFilterList = [1, n0, _AEFL,
|
|
694
|
-
0, () =>
|
|
777
|
+
0, () => AutomationEventFilter$
|
|
695
778
|
];
|
|
696
779
|
var AutomationEvents = [1, n0, _AEu,
|
|
697
|
-
0, () =>
|
|
780
|
+
0, () => AutomationEvent$
|
|
698
781
|
];
|
|
699
782
|
var AutomationEventSteps = [1, n0, _AESut,
|
|
700
|
-
0, () =>
|
|
783
|
+
0, () => AutomationEventStep$
|
|
701
784
|
];
|
|
702
785
|
var AutomationEventSummaryList = [1, n0, _AESL,
|
|
703
|
-
0, () =>
|
|
786
|
+
0, () => AutomationEventSummary$
|
|
704
787
|
];
|
|
705
788
|
var AutomationRules = [1, n0, _ARu,
|
|
706
|
-
0, () =>
|
|
789
|
+
0, () => AutomationRule$
|
|
707
790
|
];
|
|
708
791
|
var DoubleCriteriaConditionList = [1, n0, _DCCL,
|
|
709
|
-
0, () =>
|
|
792
|
+
0, () => DoubleCriteriaCondition$
|
|
710
793
|
];
|
|
711
794
|
var DoubleList = 64 | 1;
|
|
712
795
|
var FilterList = [1, n0, _FL,
|
|
713
|
-
0, () =>
|
|
796
|
+
0, () => Filter$
|
|
714
797
|
];
|
|
715
798
|
var FilterValues = 64 | 0;
|
|
716
799
|
var IntegerCriteriaConditionList = [1, n0, _ICCL,
|
|
717
|
-
0, () =>
|
|
800
|
+
0, () => IntegerCriteriaCondition$
|
|
718
801
|
];
|
|
719
802
|
var IntegerList = 64 | 1;
|
|
720
803
|
var OrganizationConfigurationAccountIds = 64 | 0;
|
|
721
804
|
var PreviewResults = [1, n0, _PRr,
|
|
722
|
-
0, () =>
|
|
805
|
+
0, () => PreviewResult$
|
|
723
806
|
];
|
|
724
807
|
var PreviewResultSummaries = [1, n0, _PRSr,
|
|
725
|
-
0, () =>
|
|
808
|
+
0, () => PreviewResultSummary$
|
|
726
809
|
];
|
|
727
810
|
var RecommendedActionFilterList = [1, n0, _RAFL,
|
|
728
|
-
0, () =>
|
|
811
|
+
0, () => RecommendedActionFilter$
|
|
729
812
|
];
|
|
730
813
|
var RecommendedActions = [1, n0, _RAe,
|
|
731
|
-
0, () =>
|
|
814
|
+
0, () => RecommendedAction$
|
|
732
815
|
];
|
|
733
816
|
var RecommendedActionSummaries = [1, n0, _RASe,
|
|
734
|
-
0, () =>
|
|
817
|
+
0, () => RecommendedActionSummary$
|
|
735
818
|
];
|
|
736
819
|
var RecommendedActionTypeList = 64 | 0;
|
|
737
820
|
var ResourceTagsCriteriaConditionList = [1, n0, _RTCCL,
|
|
738
|
-
0, () =>
|
|
821
|
+
0, () => ResourceTagsCriteriaCondition$
|
|
739
822
|
];
|
|
740
823
|
var StringCriteriaConditionList = [1, n0, _SCCL,
|
|
741
|
-
0, () =>
|
|
824
|
+
0, () => StringCriteriaCondition$
|
|
742
825
|
];
|
|
743
826
|
var StringCriteriaValues = 64 | 0;
|
|
744
827
|
var StringList = 64 | 0;
|
|
745
828
|
var SummaryDimensions = [1, n0, _SDu,
|
|
746
|
-
0, () =>
|
|
829
|
+
0, () => SummaryDimension$
|
|
747
830
|
];
|
|
748
831
|
var TagKeyList = 64 | 0;
|
|
749
832
|
var TagList = [1, n0, _TL,
|
|
750
|
-
0, () =>
|
|
833
|
+
0, () => Tag$
|
|
751
834
|
];
|
|
752
|
-
|
|
835
|
+
const ResourceDetails$ = [4, n0, _RD,
|
|
753
836
|
0,
|
|
754
837
|
[_eV],
|
|
755
|
-
[() =>
|
|
838
|
+
[() => EbsVolume$]
|
|
756
839
|
];
|
|
840
|
+
exports.ResourceDetails$ = ResourceDetails$;
|
|
757
841
|
exports.AssociateAccounts$ = [9, n0, _AA,
|
|
758
|
-
2, () =>
|
|
842
|
+
2, () => AssociateAccountsRequest$, () => AssociateAccountsResponse$
|
|
759
843
|
];
|
|
760
844
|
exports.CreateAutomationRule$ = [9, n0, _CAR,
|
|
761
|
-
2, () =>
|
|
845
|
+
2, () => CreateAutomationRuleRequest$, () => CreateAutomationRuleResponse$
|
|
762
846
|
];
|
|
763
847
|
exports.DeleteAutomationRule$ = [9, n0, _DARe,
|
|
764
|
-
2, () =>
|
|
848
|
+
2, () => DeleteAutomationRuleRequest$, () => DeleteAutomationRuleResponse$
|
|
765
849
|
];
|
|
766
850
|
exports.DisassociateAccounts$ = [9, n0, _DA,
|
|
767
|
-
2, () =>
|
|
851
|
+
2, () => DisassociateAccountsRequest$, () => DisassociateAccountsResponse$
|
|
768
852
|
];
|
|
769
853
|
exports.GetAutomationEvent$ = [9, n0, _GAE,
|
|
770
|
-
0, () =>
|
|
854
|
+
0, () => GetAutomationEventRequest$, () => GetAutomationEventResponse$
|
|
771
855
|
];
|
|
772
856
|
exports.GetAutomationRule$ = [9, n0, _GAR,
|
|
773
|
-
0, () =>
|
|
857
|
+
0, () => GetAutomationRuleRequest$, () => GetAutomationRuleResponse$
|
|
774
858
|
];
|
|
775
859
|
exports.GetEnrollmentConfiguration$ = [9, n0, _GEC,
|
|
776
|
-
0, () =>
|
|
860
|
+
0, () => GetEnrollmentConfigurationRequest$, () => GetEnrollmentConfigurationResponse$
|
|
777
861
|
];
|
|
778
862
|
exports.ListAccounts$ = [9, n0, _LA,
|
|
779
|
-
0, () =>
|
|
863
|
+
0, () => ListAccountsRequest$, () => ListAccountsResponse$
|
|
780
864
|
];
|
|
781
865
|
exports.ListAutomationEvents$ = [9, n0, _LAE,
|
|
782
|
-
0, () =>
|
|
866
|
+
0, () => ListAutomationEventsRequest$, () => ListAutomationEventsResponse$
|
|
783
867
|
];
|
|
784
868
|
exports.ListAutomationEventSteps$ = [9, n0, _LAES,
|
|
785
|
-
0, () =>
|
|
869
|
+
0, () => ListAutomationEventStepsRequest$, () => ListAutomationEventStepsResponse$
|
|
786
870
|
];
|
|
787
871
|
exports.ListAutomationEventSummaries$ = [9, n0, _LAESi,
|
|
788
|
-
0, () =>
|
|
872
|
+
0, () => ListAutomationEventSummariesRequest$, () => ListAutomationEventSummariesResponse$
|
|
789
873
|
];
|
|
790
874
|
exports.ListAutomationRulePreview$ = [9, n0, _LARP,
|
|
791
|
-
0, () =>
|
|
875
|
+
0, () => ListAutomationRulePreviewRequest$, () => ListAutomationRulePreviewResponse$
|
|
792
876
|
];
|
|
793
877
|
exports.ListAutomationRulePreviewSummaries$ = [9, n0, _LARPS,
|
|
794
|
-
0, () =>
|
|
878
|
+
0, () => ListAutomationRulePreviewSummariesRequest$, () => ListAutomationRulePreviewSummariesResponse$
|
|
795
879
|
];
|
|
796
880
|
exports.ListAutomationRules$ = [9, n0, _LARis,
|
|
797
|
-
0, () =>
|
|
881
|
+
0, () => ListAutomationRulesRequest$, () => ListAutomationRulesResponse$
|
|
798
882
|
];
|
|
799
883
|
exports.ListRecommendedActions$ = [9, n0, _LRA,
|
|
800
|
-
0, () =>
|
|
884
|
+
0, () => ListRecommendedActionsRequest$, () => ListRecommendedActionsResponse$
|
|
801
885
|
];
|
|
802
886
|
exports.ListRecommendedActionSummaries$ = [9, n0, _LRAS,
|
|
803
|
-
0, () =>
|
|
887
|
+
0, () => ListRecommendedActionSummariesRequest$, () => ListRecommendedActionSummariesResponse$
|
|
804
888
|
];
|
|
805
889
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
806
|
-
0, () =>
|
|
890
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
807
891
|
];
|
|
808
892
|
exports.RollbackAutomationEvent$ = [9, n0, _RAE,
|
|
809
|
-
2, () =>
|
|
893
|
+
2, () => RollbackAutomationEventRequest$, () => RollbackAutomationEventResponse$
|
|
810
894
|
];
|
|
811
895
|
exports.StartAutomationEvent$ = [9, n0, _SAE,
|
|
812
|
-
2, () =>
|
|
896
|
+
2, () => StartAutomationEventRequest$, () => StartAutomationEventResponse$
|
|
813
897
|
];
|
|
814
898
|
exports.TagResource$ = [9, n0, _TR,
|
|
815
|
-
2, () =>
|
|
899
|
+
2, () => TagResourceRequest$, () => TagResourceResponse$
|
|
816
900
|
];
|
|
817
901
|
exports.UntagResource$ = [9, n0, _UR,
|
|
818
|
-
2, () =>
|
|
902
|
+
2, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
819
903
|
];
|
|
820
904
|
exports.UpdateAutomationRule$ = [9, n0, _UAR,
|
|
821
|
-
2, () =>
|
|
905
|
+
2, () => UpdateAutomationRuleRequest$, () => UpdateAutomationRuleResponse$
|
|
822
906
|
];
|
|
823
907
|
exports.UpdateEnrollmentConfiguration$ = [9, n0, _UEC,
|
|
824
|
-
2, () =>
|
|
908
|
+
2, () => UpdateEnrollmentConfigurationRequest$, () => UpdateEnrollmentConfigurationResponse$
|
|
825
909
|
];
|