@aws-sdk/client-compute-optimizer-automation 3.987.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +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
|
@@ -0,0 +1,825 @@
|
|
|
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
|
+
const _AA = "AssociateAccounts";
|
|
7
|
+
const _AAR = "AssociateAccountsRequest";
|
|
8
|
+
const _AARs = "AssociateAccountsResponse";
|
|
9
|
+
const _ADE = "AccessDeniedException";
|
|
10
|
+
const _AE = "AutomationEvent";
|
|
11
|
+
const _AEF = "AutomationEventFilter";
|
|
12
|
+
const _AEFL = "AutomationEventFilterList";
|
|
13
|
+
const _AES = "AutomationEventStep";
|
|
14
|
+
const _AESL = "AutomationEventSummaryList";
|
|
15
|
+
const _AESu = "AutomationEventSummary";
|
|
16
|
+
const _AESut = "AutomationEventSteps";
|
|
17
|
+
const _AEu = "AutomationEvents";
|
|
18
|
+
const _AI = "AccountInfo";
|
|
19
|
+
const _AIL = "AccountInfoList";
|
|
20
|
+
const _AR = "AutomationRule";
|
|
21
|
+
const _ARu = "AutomationRules";
|
|
22
|
+
const _C = "Criteria";
|
|
23
|
+
const _CAR = "CreateAutomationRule";
|
|
24
|
+
const _CARR = "CreateAutomationRuleRequest";
|
|
25
|
+
const _CARRr = "CreateAutomationRuleResponse";
|
|
26
|
+
const _DA = "DisassociateAccounts";
|
|
27
|
+
const _DAR = "DisassociateAccountsRequest";
|
|
28
|
+
const _DARR = "DeleteAutomationRuleRequest";
|
|
29
|
+
const _DARRe = "DeleteAutomationRuleResponse";
|
|
30
|
+
const _DARe = "DeleteAutomationRule";
|
|
31
|
+
const _DARi = "DisassociateAccountsResponse";
|
|
32
|
+
const _DCC = "DoubleCriteriaCondition";
|
|
33
|
+
const _DCCL = "DoubleCriteriaConditionList";
|
|
34
|
+
const _EMS = "EstimatedMonthlySavings";
|
|
35
|
+
const _EV = "EbsVolume";
|
|
36
|
+
const _EVC = "EbsVolumeConfiguration";
|
|
37
|
+
const _F = "Filter";
|
|
38
|
+
const _FE = "ForbiddenException";
|
|
39
|
+
const _FL = "FilterList";
|
|
40
|
+
const _GAE = "GetAutomationEvent";
|
|
41
|
+
const _GAER = "GetAutomationEventRequest";
|
|
42
|
+
const _GAERe = "GetAutomationEventResponse";
|
|
43
|
+
const _GAR = "GetAutomationRule";
|
|
44
|
+
const _GARR = "GetAutomationRuleRequest";
|
|
45
|
+
const _GARRe = "GetAutomationRuleResponse";
|
|
46
|
+
const _GEC = "GetEnrollmentConfiguration";
|
|
47
|
+
const _GECR = "GetEnrollmentConfigurationRequest";
|
|
48
|
+
const _GECRe = "GetEnrollmentConfigurationResponse";
|
|
49
|
+
const _ICC = "IntegerCriteriaCondition";
|
|
50
|
+
const _ICCL = "IntegerCriteriaConditionList";
|
|
51
|
+
const _IPME = "IdempotentParameterMismatchException";
|
|
52
|
+
const _IPVE = "InvalidParameterValueException";
|
|
53
|
+
const _ISE = "InternalServerException";
|
|
54
|
+
const _ITIUE = "IdempotencyTokenInUseException";
|
|
55
|
+
const _LA = "ListAccounts";
|
|
56
|
+
const _LAE = "ListAutomationEvents";
|
|
57
|
+
const _LAER = "ListAutomationEventsRequest";
|
|
58
|
+
const _LAERi = "ListAutomationEventsResponse";
|
|
59
|
+
const _LAES = "ListAutomationEventSteps";
|
|
60
|
+
const _LAESR = "ListAutomationEventStepsRequest";
|
|
61
|
+
const _LAESRi = "ListAutomationEventStepsResponse";
|
|
62
|
+
const _LAESRis = "ListAutomationEventSummariesRequest";
|
|
63
|
+
const _LAESRist = "ListAutomationEventSummariesResponse";
|
|
64
|
+
const _LAESi = "ListAutomationEventSummaries";
|
|
65
|
+
const _LAR = "ListAccountsRequest";
|
|
66
|
+
const _LARP = "ListAutomationRulePreview";
|
|
67
|
+
const _LARPR = "ListAutomationRulePreviewRequest";
|
|
68
|
+
const _LARPRi = "ListAutomationRulePreviewResponse";
|
|
69
|
+
const _LARPS = "ListAutomationRulePreviewSummaries";
|
|
70
|
+
const _LARPSR = "ListAutomationRulePreviewSummariesRequest";
|
|
71
|
+
const _LARPSRi = "ListAutomationRulePreviewSummariesResponse";
|
|
72
|
+
const _LARR = "ListAutomationRulesRequest";
|
|
73
|
+
const _LARRi = "ListAutomationRulesResponse";
|
|
74
|
+
const _LARi = "ListAccountsResponse";
|
|
75
|
+
const _LARis = "ListAutomationRules";
|
|
76
|
+
const _LRA = "ListRecommendedActions";
|
|
77
|
+
const _LRAR = "ListRecommendedActionsRequest";
|
|
78
|
+
const _LRARi = "ListRecommendedActionsResponse";
|
|
79
|
+
const _LRAS = "ListRecommendedActionSummaries";
|
|
80
|
+
const _LRASR = "ListRecommendedActionSummariesRequest";
|
|
81
|
+
const _LRASRi = "ListRecommendedActionSummariesResponse";
|
|
82
|
+
const _LTFR = "ListTagsForResource";
|
|
83
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
84
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
85
|
+
const _NMAE = "NotManagementAccountException";
|
|
86
|
+
const _OC = "OrganizationConfiguration";
|
|
87
|
+
const _OIRE = "OptInRequiredException";
|
|
88
|
+
const _OS = "OrganizationScope";
|
|
89
|
+
const _PR = "PreviewResult";
|
|
90
|
+
const _PRS = "PreviewResultSummary";
|
|
91
|
+
const _PRSr = "PreviewResultSummaries";
|
|
92
|
+
const _PRr = "PreviewResults";
|
|
93
|
+
const _RA = "RecommendedAction";
|
|
94
|
+
const _RAE = "RollbackAutomationEvent";
|
|
95
|
+
const _RAER = "RollbackAutomationEventRequest";
|
|
96
|
+
const _RAERo = "RollbackAutomationEventResponse";
|
|
97
|
+
const _RAF = "RecommendedActionFilter";
|
|
98
|
+
const _RAFL = "RecommendedActionFilterList";
|
|
99
|
+
const _RAS = "RecommendedActionSummary";
|
|
100
|
+
const _RASe = "RecommendedActionSummaries";
|
|
101
|
+
const _RAT = "RecommendedActionTotal";
|
|
102
|
+
const _RAe = "RecommendedActions";
|
|
103
|
+
const _RD = "ResourceDetails";
|
|
104
|
+
const _RNFE = "ResourceNotFoundException";
|
|
105
|
+
const _RPT = "RulePreviewTotal";
|
|
106
|
+
const _RTCC = "ResourceTagsCriteriaCondition";
|
|
107
|
+
const _RTCCL = "ResourceTagsCriteriaConditionList";
|
|
108
|
+
const _S = "Schedule";
|
|
109
|
+
const _SAE = "StartAutomationEvent";
|
|
110
|
+
const _SAER = "StartAutomationEventRequest";
|
|
111
|
+
const _SAERt = "StartAutomationEventResponse";
|
|
112
|
+
const _SCC = "StringCriteriaCondition";
|
|
113
|
+
const _SCCL = "StringCriteriaConditionList";
|
|
114
|
+
const _SD = "SummaryDimension";
|
|
115
|
+
const _SDu = "SummaryDimensions";
|
|
116
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
117
|
+
const _ST = "SummaryTotals";
|
|
118
|
+
const _SUE = "ServiceUnavailableException";
|
|
119
|
+
const _T = "Tag";
|
|
120
|
+
const _TE = "ThrottlingException";
|
|
121
|
+
const _TL = "TagList";
|
|
122
|
+
const _TP = "TimePeriod";
|
|
123
|
+
const _TR = "TagResource";
|
|
124
|
+
const _TRR = "TagResourceRequest";
|
|
125
|
+
const _TRRa = "TagResourceResponse";
|
|
126
|
+
const _UAR = "UpdateAutomationRule";
|
|
127
|
+
const _UARR = "UpdateAutomationRuleRequest";
|
|
128
|
+
const _UARRp = "UpdateAutomationRuleResponse";
|
|
129
|
+
const _UEC = "UpdateEnrollmentConfiguration";
|
|
130
|
+
const _UECR = "UpdateEnrollmentConfigurationRequest";
|
|
131
|
+
const _UECRp = "UpdateEnrollmentConfigurationResponse";
|
|
132
|
+
const _UR = "UntagResource";
|
|
133
|
+
const _URR = "UntagResourceRequest";
|
|
134
|
+
const _URRn = "UntagResourceResponse";
|
|
135
|
+
const _a = "accounts";
|
|
136
|
+
const _aDS = "afterDiscountSavings";
|
|
137
|
+
const _aE = "automationEvents";
|
|
138
|
+
const _aEC = "automationEventCount";
|
|
139
|
+
const _aES = "automationEventSteps";
|
|
140
|
+
const _aESu = "automationEventSummaries";
|
|
141
|
+
const _aI = "accountId";
|
|
142
|
+
const _aIc = "accountIds";
|
|
143
|
+
const _aR = "automationRules";
|
|
144
|
+
const _bDS = "beforeDiscountSavings";
|
|
145
|
+
const _c = "client";
|
|
146
|
+
const _cRD = "currentResourceDetails";
|
|
147
|
+
const _cRS = "currentResourceSummary";
|
|
148
|
+
const _cT = "clientToken";
|
|
149
|
+
const _cTo = "completedTimestamp";
|
|
150
|
+
const _cTr = "createdTimestamp";
|
|
151
|
+
const _co = "comparison";
|
|
152
|
+
const _con = "configuration";
|
|
153
|
+
const _cr = "criteria";
|
|
154
|
+
const _cu = "currency";
|
|
155
|
+
const _d = "dimensions";
|
|
156
|
+
const _de = "description";
|
|
157
|
+
const _e = "error";
|
|
158
|
+
const _eD = "eventDescription";
|
|
159
|
+
const _eDE = "endDateExclusive";
|
|
160
|
+
const _eI = "eventId";
|
|
161
|
+
const _eMS = "estimatedMonthlySavings";
|
|
162
|
+
const _eS = "eventStatus";
|
|
163
|
+
const _eSR = "eventStatusReason";
|
|
164
|
+
const _eT = "eventType";
|
|
165
|
+
const _eTE = "endTimeExclusive";
|
|
166
|
+
const _eV = "ebsVolume";
|
|
167
|
+
const _eVSIG = "ebsVolumeSizeInGib";
|
|
168
|
+
const _eVT = "ebsVolumeType";
|
|
169
|
+
const _eWIM = "executionWindowInMinutes";
|
|
170
|
+
const _er = "errors";
|
|
171
|
+
const _f = "filters";
|
|
172
|
+
const _hE = "httpError";
|
|
173
|
+
const _i = "iops";
|
|
174
|
+
const _k = "key";
|
|
175
|
+
const _lBPID = "lookBackPeriodInDays";
|
|
176
|
+
const _lUT = "lastUpdatedTimestamp";
|
|
177
|
+
const _m = "message";
|
|
178
|
+
const _mR = "maxResults";
|
|
179
|
+
const _n = "name";
|
|
180
|
+
const _nT = "nextToken";
|
|
181
|
+
const _oC = "organizationConfiguration";
|
|
182
|
+
const _oRM = "organizationRuleMode";
|
|
183
|
+
const _oS = "organizationScope";
|
|
184
|
+
const _p = "priority";
|
|
185
|
+
const _pR = "previewResults";
|
|
186
|
+
const _pRS = "previewResultSummaries";
|
|
187
|
+
const _r = "region";
|
|
188
|
+
const _rA = "resourceArn";
|
|
189
|
+
const _rAC = "recommendedActionCount";
|
|
190
|
+
const _rAI = "recommendedActionId";
|
|
191
|
+
const _rAO = "ruleApplyOrder";
|
|
192
|
+
const _rAS = "recommendedActionSummaries";
|
|
193
|
+
const _rAT = "recommendedActionTypes";
|
|
194
|
+
const _rATe = "recommendedActionType";
|
|
195
|
+
const _rAe = "recommendedActions";
|
|
196
|
+
const _rAu = "ruleArn";
|
|
197
|
+
const _rI = "resourceId";
|
|
198
|
+
const _rIu = "ruleId";
|
|
199
|
+
const _rN = "restartNeeded";
|
|
200
|
+
const _rR = "ruleRevision";
|
|
201
|
+
const _rRD = "recommendedResourceDetails";
|
|
202
|
+
const _rRS = "recommendedResourceSummary";
|
|
203
|
+
const _rT = "resourceType";
|
|
204
|
+
const _rTe = "resourceTag";
|
|
205
|
+
const _rTes = "resourceTags";
|
|
206
|
+
const _rTu = "ruleType";
|
|
207
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.computeoptimizerautomation";
|
|
208
|
+
const _sDI = "startDateInclusive";
|
|
209
|
+
const _sE = "scheduleExpression";
|
|
210
|
+
const _sEM = "savingsEstimationMode";
|
|
211
|
+
const _sET = "scheduleExpressionTimezone";
|
|
212
|
+
const _sI = "stepId";
|
|
213
|
+
const _sIG = "sizeInGib";
|
|
214
|
+
const _sR = "statusReason";
|
|
215
|
+
const _sS = "stepStatus";
|
|
216
|
+
const _sT = "stepType";
|
|
217
|
+
const _sTI = "startTimeInclusive";
|
|
218
|
+
const _sTt = "startTimestamp";
|
|
219
|
+
const _sc = "schedule";
|
|
220
|
+
const _se = "server";
|
|
221
|
+
const _st = "status";
|
|
222
|
+
const _t = "total";
|
|
223
|
+
const _tK = "tagKeys";
|
|
224
|
+
const _tP = "timePeriod";
|
|
225
|
+
const _ta = "tags";
|
|
226
|
+
const _th = "throughput";
|
|
227
|
+
const _ty = "type";
|
|
228
|
+
const _v = "values";
|
|
229
|
+
const _va = "value";
|
|
230
|
+
const n0 = "com.amazonaws.computeoptimizerautomation";
|
|
231
|
+
const schema_1 = require("@smithy/core/schema");
|
|
232
|
+
const ComputeOptimizerAutomationServiceException_1 = require("../models/ComputeOptimizerAutomationServiceException");
|
|
233
|
+
const errors_1 = require("../models/errors");
|
|
234
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
235
|
+
exports.ComputeOptimizerAutomationServiceException$ = [-3, _s, "ComputeOptimizerAutomationServiceException", 0, [], []];
|
|
236
|
+
_s_registry.registerError(exports.ComputeOptimizerAutomationServiceException$, ComputeOptimizerAutomationServiceException_1.ComputeOptimizerAutomationServiceException);
|
|
237
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
238
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
239
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
240
|
+
[_m],
|
|
241
|
+
[0]
|
|
242
|
+
];
|
|
243
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
244
|
+
exports.ForbiddenException$ = [-3, n0, _FE,
|
|
245
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
246
|
+
[_m],
|
|
247
|
+
[0]
|
|
248
|
+
];
|
|
249
|
+
n0_registry.registerError(exports.ForbiddenException$, errors_1.ForbiddenException);
|
|
250
|
+
exports.IdempotencyTokenInUseException$ = [-3, n0, _ITIUE,
|
|
251
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
252
|
+
[_m],
|
|
253
|
+
[0]
|
|
254
|
+
];
|
|
255
|
+
n0_registry.registerError(exports.IdempotencyTokenInUseException$, errors_1.IdempotencyTokenInUseException);
|
|
256
|
+
exports.IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
257
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
258
|
+
[_m],
|
|
259
|
+
[0]
|
|
260
|
+
];
|
|
261
|
+
n0_registry.registerError(exports.IdempotentParameterMismatchException$, errors_1.IdempotentParameterMismatchException);
|
|
262
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
263
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
264
|
+
[_m],
|
|
265
|
+
[0]
|
|
266
|
+
];
|
|
267
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
268
|
+
exports.InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
269
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
270
|
+
[_m],
|
|
271
|
+
[0]
|
|
272
|
+
];
|
|
273
|
+
n0_registry.registerError(exports.InvalidParameterValueException$, errors_1.InvalidParameterValueException);
|
|
274
|
+
exports.NotManagementAccountException$ = [-3, n0, _NMAE,
|
|
275
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
276
|
+
[_m],
|
|
277
|
+
[0]
|
|
278
|
+
];
|
|
279
|
+
n0_registry.registerError(exports.NotManagementAccountException$, errors_1.NotManagementAccountException);
|
|
280
|
+
exports.OptInRequiredException$ = [-3, n0, _OIRE,
|
|
281
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
282
|
+
[_m],
|
|
283
|
+
[0]
|
|
284
|
+
];
|
|
285
|
+
n0_registry.registerError(exports.OptInRequiredException$, errors_1.OptInRequiredException);
|
|
286
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
287
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
288
|
+
[_m],
|
|
289
|
+
[0]
|
|
290
|
+
];
|
|
291
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
292
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
293
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
294
|
+
[_m],
|
|
295
|
+
[0]
|
|
296
|
+
];
|
|
297
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
298
|
+
exports.ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
299
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
300
|
+
[_m],
|
|
301
|
+
[0]
|
|
302
|
+
];
|
|
303
|
+
n0_registry.registerError(exports.ServiceUnavailableException$, errors_1.ServiceUnavailableException);
|
|
304
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
305
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
306
|
+
[_m],
|
|
307
|
+
[0]
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
310
|
+
exports.errorTypeRegistries = [
|
|
311
|
+
_s_registry,
|
|
312
|
+
n0_registry,
|
|
313
|
+
];
|
|
314
|
+
exports.AccountInfo$ = [3, n0, _AI,
|
|
315
|
+
0,
|
|
316
|
+
[_aI, _st, _oRM, _lUT, _sR],
|
|
317
|
+
[0, 0, 0, 4, 0], 4
|
|
318
|
+
];
|
|
319
|
+
exports.AssociateAccountsRequest$ = [3, n0, _AAR,
|
|
320
|
+
0,
|
|
321
|
+
[_aIc, _cT],
|
|
322
|
+
[64 | 0, [0, 4]], 1
|
|
323
|
+
];
|
|
324
|
+
exports.AssociateAccountsResponse$ = [3, n0, _AARs,
|
|
325
|
+
0,
|
|
326
|
+
[_aIc, _er],
|
|
327
|
+
[64 | 0, 64 | 0]
|
|
328
|
+
];
|
|
329
|
+
exports.AutomationEvent$ = [3, n0, _AE,
|
|
330
|
+
0,
|
|
331
|
+
[_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, () => exports.EstimatedMonthlySavings$]
|
|
333
|
+
];
|
|
334
|
+
exports.AutomationEventFilter$ = [3, n0, _AEF,
|
|
335
|
+
0,
|
|
336
|
+
[_n, _v],
|
|
337
|
+
[0, 64 | 0], 2
|
|
338
|
+
];
|
|
339
|
+
exports.AutomationEventStep$ = [3, n0, _AES,
|
|
340
|
+
0,
|
|
341
|
+
[_eI, _sI, _sT, _sS, _rI, _sTt, _cTo, _eMS],
|
|
342
|
+
[0, 0, 0, 0, 0, 4, 4, () => exports.EstimatedMonthlySavings$]
|
|
343
|
+
];
|
|
344
|
+
exports.AutomationEventSummary$ = [3, n0, _AESu,
|
|
345
|
+
0,
|
|
346
|
+
[_k, _d, _tP, _t],
|
|
347
|
+
[0, () => SummaryDimensions, () => exports.TimePeriod$, () => exports.SummaryTotals$]
|
|
348
|
+
];
|
|
349
|
+
exports.AutomationRule$ = [3, n0, _AR,
|
|
350
|
+
0,
|
|
351
|
+
[_rAu, _rIu, _n, _de, _rTu, _rR, _aI, _oC, _p, _rAT, _sc, _st, _cTr, _lUT],
|
|
352
|
+
[0, 0, 0, 0, 0, 1, 0, () => exports.OrganizationConfiguration$, 0, 64 | 0, () => exports.Schedule$, 0, 4, 4]
|
|
353
|
+
];
|
|
354
|
+
exports.CreateAutomationRuleRequest$ = [3, n0, _CARR,
|
|
355
|
+
0,
|
|
356
|
+
[_n, _rTu, _rAT, _sc, _st, _de, _oC, _p, _cr, _ta, _cT],
|
|
357
|
+
[0, 0, 64 | 0, () => exports.Schedule$, 0, 0, () => exports.OrganizationConfiguration$, 0, () => exports.Criteria$, () => TagList, [0, 4]], 5
|
|
358
|
+
];
|
|
359
|
+
exports.CreateAutomationRuleResponse$ = [3, n0, _CARRr,
|
|
360
|
+
0,
|
|
361
|
+
[_rAu, _rIu, _n, _de, _rTu, _rR, _oC, _p, _rAT, _cr, _sc, _st, _ta, _cTr],
|
|
362
|
+
[0, 0, 0, 0, 0, 1, () => exports.OrganizationConfiguration$, 0, 64 | 0, () => exports.Criteria$, () => exports.Schedule$, 0, () => TagList, 4]
|
|
363
|
+
];
|
|
364
|
+
exports.Criteria$ = [3, n0, _C,
|
|
365
|
+
0,
|
|
366
|
+
[_r, _rA, _eVT, _eVSIG, _eMS, _rTe, _lBPID, _rN],
|
|
367
|
+
[() => StringCriteriaConditionList, () => StringCriteriaConditionList, () => StringCriteriaConditionList, () => IntegerCriteriaConditionList, () => DoubleCriteriaConditionList, () => ResourceTagsCriteriaConditionList, () => IntegerCriteriaConditionList, () => StringCriteriaConditionList]
|
|
368
|
+
];
|
|
369
|
+
exports.DeleteAutomationRuleRequest$ = [3, n0, _DARR,
|
|
370
|
+
0,
|
|
371
|
+
[_rAu, _rR, _cT],
|
|
372
|
+
[0, 1, [0, 4]], 2
|
|
373
|
+
];
|
|
374
|
+
exports.DeleteAutomationRuleResponse$ = [3, n0, _DARRe,
|
|
375
|
+
0,
|
|
376
|
+
[],
|
|
377
|
+
[]
|
|
378
|
+
];
|
|
379
|
+
exports.DisassociateAccountsRequest$ = [3, n0, _DAR,
|
|
380
|
+
0,
|
|
381
|
+
[_aIc, _cT],
|
|
382
|
+
[64 | 0, [0, 4]], 1
|
|
383
|
+
];
|
|
384
|
+
exports.DisassociateAccountsResponse$ = [3, n0, _DARi,
|
|
385
|
+
0,
|
|
386
|
+
[_aIc, _er],
|
|
387
|
+
[64 | 0, 64 | 0]
|
|
388
|
+
];
|
|
389
|
+
exports.DoubleCriteriaCondition$ = [3, n0, _DCC,
|
|
390
|
+
0,
|
|
391
|
+
[_co, _v],
|
|
392
|
+
[0, 64 | 1]
|
|
393
|
+
];
|
|
394
|
+
exports.EbsVolume$ = [3, n0, _EV,
|
|
395
|
+
0,
|
|
396
|
+
[_con],
|
|
397
|
+
[() => exports.EbsVolumeConfiguration$]
|
|
398
|
+
];
|
|
399
|
+
exports.EbsVolumeConfiguration$ = [3, n0, _EVC,
|
|
400
|
+
0,
|
|
401
|
+
[_ty, _sIG, _i, _th],
|
|
402
|
+
[0, 1, 1, 1]
|
|
403
|
+
];
|
|
404
|
+
exports.EstimatedMonthlySavings$ = [3, n0, _EMS,
|
|
405
|
+
0,
|
|
406
|
+
[_cu, _bDS, _aDS, _sEM],
|
|
407
|
+
[0, 1, 1, 0], 4
|
|
408
|
+
];
|
|
409
|
+
exports.Filter$ = [3, n0, _F,
|
|
410
|
+
0,
|
|
411
|
+
[_n, _v],
|
|
412
|
+
[0, 64 | 0], 2
|
|
413
|
+
];
|
|
414
|
+
exports.GetAutomationEventRequest$ = [3, n0, _GAER,
|
|
415
|
+
0,
|
|
416
|
+
[_eI],
|
|
417
|
+
[0], 1
|
|
418
|
+
];
|
|
419
|
+
exports.GetAutomationEventResponse$ = [3, n0, _GAERe,
|
|
420
|
+
0,
|
|
421
|
+
[_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, () => exports.EstimatedMonthlySavings$]
|
|
423
|
+
];
|
|
424
|
+
exports.GetAutomationRuleRequest$ = [3, n0, _GARR,
|
|
425
|
+
0,
|
|
426
|
+
[_rAu],
|
|
427
|
+
[0], 1
|
|
428
|
+
];
|
|
429
|
+
exports.GetAutomationRuleResponse$ = [3, n0, _GARRe,
|
|
430
|
+
0,
|
|
431
|
+
[_rAu, _rIu, _n, _de, _rTu, _rR, _aI, _oC, _p, _rAT, _cr, _sc, _st, _ta, _cTr, _lUT],
|
|
432
|
+
[0, 0, 0, 0, 0, 1, 0, () => exports.OrganizationConfiguration$, 0, 64 | 0, () => exports.Criteria$, () => exports.Schedule$, 0, () => TagList, 4, 4]
|
|
433
|
+
];
|
|
434
|
+
exports.GetEnrollmentConfigurationRequest$ = [3, n0, _GECR,
|
|
435
|
+
0,
|
|
436
|
+
[],
|
|
437
|
+
[]
|
|
438
|
+
];
|
|
439
|
+
exports.GetEnrollmentConfigurationResponse$ = [3, n0, _GECRe,
|
|
440
|
+
0,
|
|
441
|
+
[_st, _sR, _oRM, _lUT],
|
|
442
|
+
[0, 0, 0, 4], 1
|
|
443
|
+
];
|
|
444
|
+
exports.IntegerCriteriaCondition$ = [3, n0, _ICC,
|
|
445
|
+
0,
|
|
446
|
+
[_co, _v],
|
|
447
|
+
[0, 64 | 1]
|
|
448
|
+
];
|
|
449
|
+
exports.ListAccountsRequest$ = [3, n0, _LAR,
|
|
450
|
+
0,
|
|
451
|
+
[_mR, _nT],
|
|
452
|
+
[1, 0]
|
|
453
|
+
];
|
|
454
|
+
exports.ListAccountsResponse$ = [3, n0, _LARi,
|
|
455
|
+
0,
|
|
456
|
+
[_a, _nT],
|
|
457
|
+
[() => AccountInfoList, 0], 1
|
|
458
|
+
];
|
|
459
|
+
exports.ListAutomationEventsRequest$ = [3, n0, _LAER,
|
|
460
|
+
0,
|
|
461
|
+
[_f, _sTI, _eTE, _mR, _nT],
|
|
462
|
+
[() => AutomationEventFilterList, 4, 4, 1, 0]
|
|
463
|
+
];
|
|
464
|
+
exports.ListAutomationEventsResponse$ = [3, n0, _LAERi,
|
|
465
|
+
0,
|
|
466
|
+
[_aE, _nT],
|
|
467
|
+
[() => AutomationEvents, 0]
|
|
468
|
+
];
|
|
469
|
+
exports.ListAutomationEventStepsRequest$ = [3, n0, _LAESR,
|
|
470
|
+
0,
|
|
471
|
+
[_eI, _mR, _nT],
|
|
472
|
+
[0, 1, 0], 1
|
|
473
|
+
];
|
|
474
|
+
exports.ListAutomationEventStepsResponse$ = [3, n0, _LAESRi,
|
|
475
|
+
0,
|
|
476
|
+
[_aES, _nT],
|
|
477
|
+
[() => AutomationEventSteps, 0]
|
|
478
|
+
];
|
|
479
|
+
exports.ListAutomationEventSummariesRequest$ = [3, n0, _LAESRis,
|
|
480
|
+
0,
|
|
481
|
+
[_f, _sDI, _eDE, _mR, _nT],
|
|
482
|
+
[() => AutomationEventFilterList, 0, 0, 1, 0]
|
|
483
|
+
];
|
|
484
|
+
exports.ListAutomationEventSummariesResponse$ = [3, n0, _LAESRist,
|
|
485
|
+
0,
|
|
486
|
+
[_aESu, _nT],
|
|
487
|
+
[() => AutomationEventSummaryList, 0]
|
|
488
|
+
];
|
|
489
|
+
exports.ListAutomationRulePreviewRequest$ = [3, n0, _LARPR,
|
|
490
|
+
0,
|
|
491
|
+
[_rTu, _rAT, _oS, _cr, _mR, _nT],
|
|
492
|
+
[0, 64 | 0, () => exports.OrganizationScope$, () => exports.Criteria$, 1, 0], 2
|
|
493
|
+
];
|
|
494
|
+
exports.ListAutomationRulePreviewResponse$ = [3, n0, _LARPRi,
|
|
495
|
+
0,
|
|
496
|
+
[_pR, _nT],
|
|
497
|
+
[() => PreviewResults, 0]
|
|
498
|
+
];
|
|
499
|
+
exports.ListAutomationRulePreviewSummariesRequest$ = [3, n0, _LARPSR,
|
|
500
|
+
0,
|
|
501
|
+
[_rTu, _rAT, _oS, _cr, _mR, _nT],
|
|
502
|
+
[0, 64 | 0, () => exports.OrganizationScope$, () => exports.Criteria$, 1, 0], 2
|
|
503
|
+
];
|
|
504
|
+
exports.ListAutomationRulePreviewSummariesResponse$ = [3, n0, _LARPSRi,
|
|
505
|
+
0,
|
|
506
|
+
[_pRS, _nT],
|
|
507
|
+
[() => PreviewResultSummaries, 0]
|
|
508
|
+
];
|
|
509
|
+
exports.ListAutomationRulesRequest$ = [3, n0, _LARR,
|
|
510
|
+
0,
|
|
511
|
+
[_f, _mR, _nT],
|
|
512
|
+
[() => FilterList, 1, 0]
|
|
513
|
+
];
|
|
514
|
+
exports.ListAutomationRulesResponse$ = [3, n0, _LARRi,
|
|
515
|
+
0,
|
|
516
|
+
[_aR, _nT],
|
|
517
|
+
[() => AutomationRules, 0]
|
|
518
|
+
];
|
|
519
|
+
exports.ListRecommendedActionsRequest$ = [3, n0, _LRAR,
|
|
520
|
+
0,
|
|
521
|
+
[_f, _mR, _nT],
|
|
522
|
+
[() => RecommendedActionFilterList, 1, 0]
|
|
523
|
+
];
|
|
524
|
+
exports.ListRecommendedActionsResponse$ = [3, n0, _LRARi,
|
|
525
|
+
0,
|
|
526
|
+
[_rAe, _nT],
|
|
527
|
+
[() => RecommendedActions, 0]
|
|
528
|
+
];
|
|
529
|
+
exports.ListRecommendedActionSummariesRequest$ = [3, n0, _LRASR,
|
|
530
|
+
0,
|
|
531
|
+
[_f, _mR, _nT],
|
|
532
|
+
[() => RecommendedActionFilterList, 1, 0]
|
|
533
|
+
];
|
|
534
|
+
exports.ListRecommendedActionSummariesResponse$ = [3, n0, _LRASRi,
|
|
535
|
+
0,
|
|
536
|
+
[_rAS, _nT],
|
|
537
|
+
[() => RecommendedActionSummaries, 0]
|
|
538
|
+
];
|
|
539
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
540
|
+
0,
|
|
541
|
+
[_rA],
|
|
542
|
+
[0], 1
|
|
543
|
+
];
|
|
544
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
545
|
+
0,
|
|
546
|
+
[_ta],
|
|
547
|
+
[() => TagList]
|
|
548
|
+
];
|
|
549
|
+
exports.OrganizationConfiguration$ = [3, n0, _OC,
|
|
550
|
+
0,
|
|
551
|
+
[_rAO, _aIc],
|
|
552
|
+
[0, 64 | 0]
|
|
553
|
+
];
|
|
554
|
+
exports.OrganizationScope$ = [3, n0, _OS,
|
|
555
|
+
0,
|
|
556
|
+
[_aIc],
|
|
557
|
+
[64 | 0]
|
|
558
|
+
];
|
|
559
|
+
exports.PreviewResult$ = [3, n0, _PR,
|
|
560
|
+
0,
|
|
561
|
+
[_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, () => exports.ResourceDetails$, 0, () => exports.ResourceDetails$, 2, () => exports.EstimatedMonthlySavings$, () => TagList]
|
|
563
|
+
];
|
|
564
|
+
exports.PreviewResultSummary$ = [3, n0, _PRS,
|
|
565
|
+
0,
|
|
566
|
+
[_k, _t],
|
|
567
|
+
[0, () => exports.RulePreviewTotal$], 2
|
|
568
|
+
];
|
|
569
|
+
exports.RecommendedAction$ = [3, n0, _RA,
|
|
570
|
+
0,
|
|
571
|
+
[_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, () => exports.ResourceDetails$, 0, () => exports.ResourceDetails$, 2, () => exports.EstimatedMonthlySavings$, () => TagList]
|
|
573
|
+
];
|
|
574
|
+
exports.RecommendedActionFilter$ = [3, n0, _RAF,
|
|
575
|
+
0,
|
|
576
|
+
[_n, _v],
|
|
577
|
+
[0, 64 | 0], 2
|
|
578
|
+
];
|
|
579
|
+
exports.RecommendedActionSummary$ = [3, n0, _RAS,
|
|
580
|
+
0,
|
|
581
|
+
[_k, _t],
|
|
582
|
+
[0, () => exports.RecommendedActionTotal$], 2
|
|
583
|
+
];
|
|
584
|
+
exports.RecommendedActionTotal$ = [3, n0, _RAT,
|
|
585
|
+
0,
|
|
586
|
+
[_rAC, _eMS],
|
|
587
|
+
[1, () => exports.EstimatedMonthlySavings$], 2
|
|
588
|
+
];
|
|
589
|
+
exports.ResourceTagsCriteriaCondition$ = [3, n0, _RTCC,
|
|
590
|
+
0,
|
|
591
|
+
[_co, _k, _v],
|
|
592
|
+
[0, 0, 64 | 0]
|
|
593
|
+
];
|
|
594
|
+
exports.RollbackAutomationEventRequest$ = [3, n0, _RAER,
|
|
595
|
+
0,
|
|
596
|
+
[_eI, _cT],
|
|
597
|
+
[0, [0, 4]], 1
|
|
598
|
+
];
|
|
599
|
+
exports.RollbackAutomationEventResponse$ = [3, n0, _RAERo,
|
|
600
|
+
0,
|
|
601
|
+
[_eI, _eS],
|
|
602
|
+
[0, 0]
|
|
603
|
+
];
|
|
604
|
+
exports.RulePreviewTotal$ = [3, n0, _RPT,
|
|
605
|
+
0,
|
|
606
|
+
[_rAC, _eMS],
|
|
607
|
+
[1, () => exports.EstimatedMonthlySavings$], 2
|
|
608
|
+
];
|
|
609
|
+
exports.Schedule$ = [3, n0, _S,
|
|
610
|
+
0,
|
|
611
|
+
[_sE, _sET, _eWIM],
|
|
612
|
+
[0, 0, 1]
|
|
613
|
+
];
|
|
614
|
+
exports.StartAutomationEventRequest$ = [3, n0, _SAER,
|
|
615
|
+
0,
|
|
616
|
+
[_rAI, _cT],
|
|
617
|
+
[0, [0, 4]], 1
|
|
618
|
+
];
|
|
619
|
+
exports.StartAutomationEventResponse$ = [3, n0, _SAERt,
|
|
620
|
+
0,
|
|
621
|
+
[_rAI, _eI, _eS],
|
|
622
|
+
[0, 0, 0]
|
|
623
|
+
];
|
|
624
|
+
exports.StringCriteriaCondition$ = [3, n0, _SCC,
|
|
625
|
+
0,
|
|
626
|
+
[_co, _v],
|
|
627
|
+
[0, 64 | 0]
|
|
628
|
+
];
|
|
629
|
+
exports.SummaryDimension$ = [3, n0, _SD,
|
|
630
|
+
0,
|
|
631
|
+
[_k, _va],
|
|
632
|
+
[0, 0], 2
|
|
633
|
+
];
|
|
634
|
+
exports.SummaryTotals$ = [3, n0, _ST,
|
|
635
|
+
0,
|
|
636
|
+
[_aEC, _eMS],
|
|
637
|
+
[1, () => exports.EstimatedMonthlySavings$]
|
|
638
|
+
];
|
|
639
|
+
exports.Tag$ = [3, n0, _T,
|
|
640
|
+
0,
|
|
641
|
+
[_k, _va],
|
|
642
|
+
[0, 0], 2
|
|
643
|
+
];
|
|
644
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
645
|
+
0,
|
|
646
|
+
[_rA, _rR, _ta, _cT],
|
|
647
|
+
[0, 1, () => TagList, [0, 4]], 3
|
|
648
|
+
];
|
|
649
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
650
|
+
0,
|
|
651
|
+
[],
|
|
652
|
+
[]
|
|
653
|
+
];
|
|
654
|
+
exports.TimePeriod$ = [3, n0, _TP,
|
|
655
|
+
0,
|
|
656
|
+
[_sTI, _eTE],
|
|
657
|
+
[4, 4]
|
|
658
|
+
];
|
|
659
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
660
|
+
0,
|
|
661
|
+
[_rA, _rR, _tK, _cT],
|
|
662
|
+
[0, 1, 64 | 0, [0, 4]], 3
|
|
663
|
+
];
|
|
664
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
665
|
+
0,
|
|
666
|
+
[],
|
|
667
|
+
[]
|
|
668
|
+
];
|
|
669
|
+
exports.UpdateAutomationRuleRequest$ = [3, n0, _UARR,
|
|
670
|
+
0,
|
|
671
|
+
[_rAu, _rR, _n, _de, _rTu, _oC, _p, _rAT, _cr, _sc, _st, _cT],
|
|
672
|
+
[0, 1, 0, 0, 0, () => exports.OrganizationConfiguration$, 0, 64 | 0, () => exports.Criteria$, () => exports.Schedule$, 0, [0, 4]], 2
|
|
673
|
+
];
|
|
674
|
+
exports.UpdateAutomationRuleResponse$ = [3, n0, _UARRp,
|
|
675
|
+
0,
|
|
676
|
+
[_rAu, _rR, _n, _de, _rTu, _oC, _p, _rAT, _cr, _sc, _st, _cTr, _lUT],
|
|
677
|
+
[0, 1, 0, 0, 0, () => exports.OrganizationConfiguration$, 0, 64 | 0, () => exports.Criteria$, () => exports.Schedule$, 0, 4, 4]
|
|
678
|
+
];
|
|
679
|
+
exports.UpdateEnrollmentConfigurationRequest$ = [3, n0, _UECR,
|
|
680
|
+
0,
|
|
681
|
+
[_st, _cT],
|
|
682
|
+
[0, [0, 4]], 1
|
|
683
|
+
];
|
|
684
|
+
exports.UpdateEnrollmentConfigurationResponse$ = [3, n0, _UECRp,
|
|
685
|
+
0,
|
|
686
|
+
[_st, _lUT, _sR],
|
|
687
|
+
[0, 4, 0], 2
|
|
688
|
+
];
|
|
689
|
+
var AccountIdList = 64 | 0;
|
|
690
|
+
var AccountInfoList = [1, n0, _AIL,
|
|
691
|
+
0, () => exports.AccountInfo$
|
|
692
|
+
];
|
|
693
|
+
var AutomationEventFilterList = [1, n0, _AEFL,
|
|
694
|
+
0, () => exports.AutomationEventFilter$
|
|
695
|
+
];
|
|
696
|
+
var AutomationEvents = [1, n0, _AEu,
|
|
697
|
+
0, () => exports.AutomationEvent$
|
|
698
|
+
];
|
|
699
|
+
var AutomationEventSteps = [1, n0, _AESut,
|
|
700
|
+
0, () => exports.AutomationEventStep$
|
|
701
|
+
];
|
|
702
|
+
var AutomationEventSummaryList = [1, n0, _AESL,
|
|
703
|
+
0, () => exports.AutomationEventSummary$
|
|
704
|
+
];
|
|
705
|
+
var AutomationRules = [1, n0, _ARu,
|
|
706
|
+
0, () => exports.AutomationRule$
|
|
707
|
+
];
|
|
708
|
+
var DoubleCriteriaConditionList = [1, n0, _DCCL,
|
|
709
|
+
0, () => exports.DoubleCriteriaCondition$
|
|
710
|
+
];
|
|
711
|
+
var DoubleList = 64 | 1;
|
|
712
|
+
var FilterList = [1, n0, _FL,
|
|
713
|
+
0, () => exports.Filter$
|
|
714
|
+
];
|
|
715
|
+
var FilterValues = 64 | 0;
|
|
716
|
+
var IntegerCriteriaConditionList = [1, n0, _ICCL,
|
|
717
|
+
0, () => exports.IntegerCriteriaCondition$
|
|
718
|
+
];
|
|
719
|
+
var IntegerList = 64 | 1;
|
|
720
|
+
var OrganizationConfigurationAccountIds = 64 | 0;
|
|
721
|
+
var PreviewResults = [1, n0, _PRr,
|
|
722
|
+
0, () => exports.PreviewResult$
|
|
723
|
+
];
|
|
724
|
+
var PreviewResultSummaries = [1, n0, _PRSr,
|
|
725
|
+
0, () => exports.PreviewResultSummary$
|
|
726
|
+
];
|
|
727
|
+
var RecommendedActionFilterList = [1, n0, _RAFL,
|
|
728
|
+
0, () => exports.RecommendedActionFilter$
|
|
729
|
+
];
|
|
730
|
+
var RecommendedActions = [1, n0, _RAe,
|
|
731
|
+
0, () => exports.RecommendedAction$
|
|
732
|
+
];
|
|
733
|
+
var RecommendedActionSummaries = [1, n0, _RASe,
|
|
734
|
+
0, () => exports.RecommendedActionSummary$
|
|
735
|
+
];
|
|
736
|
+
var RecommendedActionTypeList = 64 | 0;
|
|
737
|
+
var ResourceTagsCriteriaConditionList = [1, n0, _RTCCL,
|
|
738
|
+
0, () => exports.ResourceTagsCriteriaCondition$
|
|
739
|
+
];
|
|
740
|
+
var StringCriteriaConditionList = [1, n0, _SCCL,
|
|
741
|
+
0, () => exports.StringCriteriaCondition$
|
|
742
|
+
];
|
|
743
|
+
var StringCriteriaValues = 64 | 0;
|
|
744
|
+
var StringList = 64 | 0;
|
|
745
|
+
var SummaryDimensions = [1, n0, _SDu,
|
|
746
|
+
0, () => exports.SummaryDimension$
|
|
747
|
+
];
|
|
748
|
+
var TagKeyList = 64 | 0;
|
|
749
|
+
var TagList = [1, n0, _TL,
|
|
750
|
+
0, () => exports.Tag$
|
|
751
|
+
];
|
|
752
|
+
exports.ResourceDetails$ = [4, n0, _RD,
|
|
753
|
+
0,
|
|
754
|
+
[_eV],
|
|
755
|
+
[() => exports.EbsVolume$]
|
|
756
|
+
];
|
|
757
|
+
exports.AssociateAccounts$ = [9, n0, _AA,
|
|
758
|
+
2, () => exports.AssociateAccountsRequest$, () => exports.AssociateAccountsResponse$
|
|
759
|
+
];
|
|
760
|
+
exports.CreateAutomationRule$ = [9, n0, _CAR,
|
|
761
|
+
2, () => exports.CreateAutomationRuleRequest$, () => exports.CreateAutomationRuleResponse$
|
|
762
|
+
];
|
|
763
|
+
exports.DeleteAutomationRule$ = [9, n0, _DARe,
|
|
764
|
+
2, () => exports.DeleteAutomationRuleRequest$, () => exports.DeleteAutomationRuleResponse$
|
|
765
|
+
];
|
|
766
|
+
exports.DisassociateAccounts$ = [9, n0, _DA,
|
|
767
|
+
2, () => exports.DisassociateAccountsRequest$, () => exports.DisassociateAccountsResponse$
|
|
768
|
+
];
|
|
769
|
+
exports.GetAutomationEvent$ = [9, n0, _GAE,
|
|
770
|
+
0, () => exports.GetAutomationEventRequest$, () => exports.GetAutomationEventResponse$
|
|
771
|
+
];
|
|
772
|
+
exports.GetAutomationRule$ = [9, n0, _GAR,
|
|
773
|
+
0, () => exports.GetAutomationRuleRequest$, () => exports.GetAutomationRuleResponse$
|
|
774
|
+
];
|
|
775
|
+
exports.GetEnrollmentConfiguration$ = [9, n0, _GEC,
|
|
776
|
+
0, () => exports.GetEnrollmentConfigurationRequest$, () => exports.GetEnrollmentConfigurationResponse$
|
|
777
|
+
];
|
|
778
|
+
exports.ListAccounts$ = [9, n0, _LA,
|
|
779
|
+
0, () => exports.ListAccountsRequest$, () => exports.ListAccountsResponse$
|
|
780
|
+
];
|
|
781
|
+
exports.ListAutomationEvents$ = [9, n0, _LAE,
|
|
782
|
+
0, () => exports.ListAutomationEventsRequest$, () => exports.ListAutomationEventsResponse$
|
|
783
|
+
];
|
|
784
|
+
exports.ListAutomationEventSteps$ = [9, n0, _LAES,
|
|
785
|
+
0, () => exports.ListAutomationEventStepsRequest$, () => exports.ListAutomationEventStepsResponse$
|
|
786
|
+
];
|
|
787
|
+
exports.ListAutomationEventSummaries$ = [9, n0, _LAESi,
|
|
788
|
+
0, () => exports.ListAutomationEventSummariesRequest$, () => exports.ListAutomationEventSummariesResponse$
|
|
789
|
+
];
|
|
790
|
+
exports.ListAutomationRulePreview$ = [9, n0, _LARP,
|
|
791
|
+
0, () => exports.ListAutomationRulePreviewRequest$, () => exports.ListAutomationRulePreviewResponse$
|
|
792
|
+
];
|
|
793
|
+
exports.ListAutomationRulePreviewSummaries$ = [9, n0, _LARPS,
|
|
794
|
+
0, () => exports.ListAutomationRulePreviewSummariesRequest$, () => exports.ListAutomationRulePreviewSummariesResponse$
|
|
795
|
+
];
|
|
796
|
+
exports.ListAutomationRules$ = [9, n0, _LARis,
|
|
797
|
+
0, () => exports.ListAutomationRulesRequest$, () => exports.ListAutomationRulesResponse$
|
|
798
|
+
];
|
|
799
|
+
exports.ListRecommendedActions$ = [9, n0, _LRA,
|
|
800
|
+
0, () => exports.ListRecommendedActionsRequest$, () => exports.ListRecommendedActionsResponse$
|
|
801
|
+
];
|
|
802
|
+
exports.ListRecommendedActionSummaries$ = [9, n0, _LRAS,
|
|
803
|
+
0, () => exports.ListRecommendedActionSummariesRequest$, () => exports.ListRecommendedActionSummariesResponse$
|
|
804
|
+
];
|
|
805
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
806
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
807
|
+
];
|
|
808
|
+
exports.RollbackAutomationEvent$ = [9, n0, _RAE,
|
|
809
|
+
2, () => exports.RollbackAutomationEventRequest$, () => exports.RollbackAutomationEventResponse$
|
|
810
|
+
];
|
|
811
|
+
exports.StartAutomationEvent$ = [9, n0, _SAE,
|
|
812
|
+
2, () => exports.StartAutomationEventRequest$, () => exports.StartAutomationEventResponse$
|
|
813
|
+
];
|
|
814
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
815
|
+
2, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
816
|
+
];
|
|
817
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
818
|
+
2, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
819
|
+
];
|
|
820
|
+
exports.UpdateAutomationRule$ = [9, n0, _UAR,
|
|
821
|
+
2, () => exports.UpdateAutomationRuleRequest$, () => exports.UpdateAutomationRuleResponse$
|
|
822
|
+
];
|
|
823
|
+
exports.UpdateEnrollmentConfiguration$ = [9, n0, _UEC,
|
|
824
|
+
2, () => exports.UpdateEnrollmentConfigurationRequest$, () => exports.UpdateEnrollmentConfigurationResponse$
|
|
825
|
+
];
|