@aws-sdk/client-service-quotas 3.952.0 → 3.954.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 +382 -268
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +2 -2
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
- package/dist-es/commands/StartAutoManagementCommand.js +2 -2
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +2 -2
- package/dist-es/commands/StopAutoManagementCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +207 -200
- package/dist-types/ServiceQuotasClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +108 -121
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +107 -122
- package/package.json +34 -34
|
@@ -182,13 +182,13 @@ const _s = "server";
|
|
|
182
182
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
|
|
183
183
|
const n0 = "com.amazonaws.servicequotas";
|
|
184
184
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
|
-
import { AccessDeniedException
|
|
186
|
-
import { ServiceQuotasServiceException
|
|
187
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
188
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
189
|
-
export var AssociateServiceQuotaTemplateRequest = [3, n0, _ASQTR, 0, [], []];
|
|
190
|
-
export var AssociateServiceQuotaTemplateResponse = [3, n0, _ASQTRs, 0, [], []];
|
|
191
|
-
export var AWSServiceAccessNotEnabledException = [
|
|
185
|
+
import { AccessDeniedException, AWSServiceAccessNotEnabledException, DependencyAccessDeniedException, IllegalArgumentException, InvalidPaginationTokenException, InvalidResourceStateException, NoAvailableOrganizationException, NoSuchResourceException, OrganizationNotInAllFeaturesModeException, QuotaExceededException, ResourceAlreadyExistsException, ServiceException, ServiceQuotaTemplateNotInUseException, TagPolicyViolationException, TemplatesNotAvailableInRegionException, TooManyRequestsException, TooManyTagsException, } from "../models/errors";
|
|
186
|
+
import { ServiceQuotasServiceException } from "../models/ServiceQuotasServiceException";
|
|
187
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
188
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
189
|
+
export var AssociateServiceQuotaTemplateRequest$ = [3, n0, _ASQTR, 0, [], []];
|
|
190
|
+
export var AssociateServiceQuotaTemplateResponse$ = [3, n0, _ASQTRs, 0, [], []];
|
|
191
|
+
export var AWSServiceAccessNotEnabledException$ = [
|
|
192
192
|
-3,
|
|
193
193
|
n0,
|
|
194
194
|
_AWSSANEE,
|
|
@@ -196,10 +196,10 @@ export var AWSServiceAccessNotEnabledException = [
|
|
|
196
196
|
[_M],
|
|
197
197
|
[0],
|
|
198
198
|
];
|
|
199
|
-
TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException
|
|
200
|
-
export var CreateSupportCaseRequest = [3, n0, _CSCR, 0, [_RI], [0]];
|
|
201
|
-
export var CreateSupportCaseResponse = [3, n0, _CSCRr, 0, [], []];
|
|
202
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
199
|
+
TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException$, AWSServiceAccessNotEnabledException);
|
|
200
|
+
export var CreateSupportCaseRequest$ = [3, n0, _CSCR, 0, [_RI], [0]];
|
|
201
|
+
export var CreateSupportCaseResponse$ = [3, n0, _CSCRr, 0, [], []];
|
|
202
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$ = [
|
|
203
203
|
3,
|
|
204
204
|
n0,
|
|
205
205
|
_DSQIRFTR,
|
|
@@ -207,7 +207,7 @@ export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
|
207
207
|
[_SC, _QC, _AR],
|
|
208
208
|
[0, 0, 0],
|
|
209
209
|
];
|
|
210
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
210
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = [
|
|
211
211
|
3,
|
|
212
212
|
n0,
|
|
213
213
|
_DSQIRFTRe,
|
|
@@ -215,15 +215,15 @@ export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
|
215
215
|
[],
|
|
216
216
|
[],
|
|
217
217
|
];
|
|
218
|
-
export var DependencyAccessDeniedException = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
219
|
-
TypeRegistry.for(n0).registerError(DependencyAccessDeniedException
|
|
220
|
-
export var DisassociateServiceQuotaTemplateRequest = [3, n0, _DSQTR, 0, [], []];
|
|
221
|
-
export var DisassociateServiceQuotaTemplateResponse = [3, n0, _DSQTRi, 0, [], []];
|
|
222
|
-
export var ErrorReason = [3, n0, _ER, 0, [_EC, _EM], [0, 0]];
|
|
223
|
-
export var GetAssociationForServiceQuotaTemplateRequest = [3, n0, _GAFSQTR, 0, [], []];
|
|
224
|
-
export var GetAssociationForServiceQuotaTemplateResponse = [3, n0, _GAFSQTRe, 0, [_SQTAS], [0]];
|
|
225
|
-
export var GetAutoManagementConfigurationRequest = [3, n0, _GAMCR, 0, [], []];
|
|
226
|
-
export var GetAutoManagementConfigurationResponse = [
|
|
218
|
+
export var DependencyAccessDeniedException$ = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
219
|
+
TypeRegistry.for(n0).registerError(DependencyAccessDeniedException$, DependencyAccessDeniedException);
|
|
220
|
+
export var DisassociateServiceQuotaTemplateRequest$ = [3, n0, _DSQTR, 0, [], []];
|
|
221
|
+
export var DisassociateServiceQuotaTemplateResponse$ = [3, n0, _DSQTRi, 0, [], []];
|
|
222
|
+
export var ErrorReason$ = [3, n0, _ER, 0, [_EC, _EM], [0, 0]];
|
|
223
|
+
export var GetAssociationForServiceQuotaTemplateRequest$ = [3, n0, _GAFSQTR, 0, [], []];
|
|
224
|
+
export var GetAssociationForServiceQuotaTemplateResponse$ = [3, n0, _GAFSQTRe, 0, [_SQTAS], [0]];
|
|
225
|
+
export var GetAutoManagementConfigurationRequest$ = [3, n0, _GAMCR, 0, [], []];
|
|
226
|
+
export var GetAutoManagementConfigurationResponse$ = [
|
|
227
227
|
3,
|
|
228
228
|
n0,
|
|
229
229
|
_GAMCRe,
|
|
@@ -231,17 +231,17 @@ export var GetAutoManagementConfigurationResponse = [
|
|
|
231
231
|
[_OIL, _OIT, _NA, _OIS, _EL],
|
|
232
232
|
[0, 0, 0, 0, () => ExclusionQuotaList],
|
|
233
233
|
];
|
|
234
|
-
export var GetAWSDefaultServiceQuotaRequest = [3, n0, _GAWSDSQR, 0, [_SC, _QC], [0, 0]];
|
|
235
|
-
export var GetAWSDefaultServiceQuotaResponse = [
|
|
234
|
+
export var GetAWSDefaultServiceQuotaRequest$ = [3, n0, _GAWSDSQR, 0, [_SC, _QC], [0, 0]];
|
|
235
|
+
export var GetAWSDefaultServiceQuotaResponse$ = [
|
|
236
236
|
3,
|
|
237
237
|
n0,
|
|
238
238
|
_GAWSDSQRe,
|
|
239
239
|
0,
|
|
240
240
|
[_Q],
|
|
241
|
-
[() => ServiceQuota],
|
|
241
|
+
[() => ServiceQuota$],
|
|
242
242
|
];
|
|
243
|
-
export var GetQuotaUtilizationReportRequest = [3, n0, _GQURR, 0, [_RIe, _NT, _MR], [0, 0, 1]];
|
|
244
|
-
export var GetQuotaUtilizationReportResponse = [
|
|
243
|
+
export var GetQuotaUtilizationReportRequest$ = [3, n0, _GQURR, 0, [_RIe, _NT, _MR], [0, 0, 1]];
|
|
244
|
+
export var GetQuotaUtilizationReportResponse$ = [
|
|
245
245
|
3,
|
|
246
246
|
n0,
|
|
247
247
|
_GQURRe,
|
|
@@ -249,16 +249,16 @@ export var GetQuotaUtilizationReportResponse = [
|
|
|
249
249
|
[_RIe, _S, _GA, _TC, _Qu, _NT, _EC, _EM],
|
|
250
250
|
[0, 0, 4, 1, () => QuotaUtilizationInfoList, 0, 0, 0],
|
|
251
251
|
];
|
|
252
|
-
export var GetRequestedServiceQuotaChangeRequest = [3, n0, _GRSQCR, 0, [_RI], [0]];
|
|
253
|
-
export var GetRequestedServiceQuotaChangeResponse = [
|
|
252
|
+
export var GetRequestedServiceQuotaChangeRequest$ = [3, n0, _GRSQCR, 0, [_RI], [0]];
|
|
253
|
+
export var GetRequestedServiceQuotaChangeResponse$ = [
|
|
254
254
|
3,
|
|
255
255
|
n0,
|
|
256
256
|
_GRSQCRe,
|
|
257
257
|
0,
|
|
258
258
|
[_RQ],
|
|
259
|
-
[() => RequestedServiceQuotaChange],
|
|
259
|
+
[() => RequestedServiceQuotaChange$],
|
|
260
260
|
];
|
|
261
|
-
export var GetServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
261
|
+
export var GetServiceQuotaIncreaseRequestFromTemplateRequest$ = [
|
|
262
262
|
3,
|
|
263
263
|
n0,
|
|
264
264
|
_GSQIRFTR,
|
|
@@ -266,23 +266,23 @@ export var GetServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
|
266
266
|
[_SC, _QC, _AR],
|
|
267
267
|
[0, 0, 0],
|
|
268
268
|
];
|
|
269
|
-
export var GetServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
269
|
+
export var GetServiceQuotaIncreaseRequestFromTemplateResponse$ = [
|
|
270
270
|
3,
|
|
271
271
|
n0,
|
|
272
272
|
_GSQIRFTRe,
|
|
273
273
|
0,
|
|
274
274
|
[_SQIRIT],
|
|
275
|
-
[() => ServiceQuotaIncreaseRequestInTemplate],
|
|
276
|
-
];
|
|
277
|
-
export var GetServiceQuotaRequest = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
|
|
278
|
-
export var GetServiceQuotaResponse = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota]];
|
|
279
|
-
export var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
280
|
-
TypeRegistry.for(n0).registerError(IllegalArgumentException
|
|
281
|
-
export var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
282
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException
|
|
283
|
-
export var InvalidResourceStateException = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
284
|
-
TypeRegistry.for(n0).registerError(InvalidResourceStateException
|
|
285
|
-
export var ListAWSDefaultServiceQuotasRequest = [
|
|
275
|
+
[() => ServiceQuotaIncreaseRequestInTemplate$],
|
|
276
|
+
];
|
|
277
|
+
export var GetServiceQuotaRequest$ = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
|
|
278
|
+
export var GetServiceQuotaResponse$ = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota$]];
|
|
279
|
+
export var IllegalArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
280
|
+
TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
281
|
+
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
282
|
+
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
283
|
+
export var InvalidResourceStateException$ = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
284
|
+
TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
|
|
285
|
+
export var ListAWSDefaultServiceQuotasRequest$ = [
|
|
286
286
|
3,
|
|
287
287
|
n0,
|
|
288
288
|
_LAWSDSQR,
|
|
@@ -290,7 +290,7 @@ export var ListAWSDefaultServiceQuotasRequest = [
|
|
|
290
290
|
[_SC, _NT, _MR],
|
|
291
291
|
[0, 0, 1],
|
|
292
292
|
];
|
|
293
|
-
export var ListAWSDefaultServiceQuotasResponse = [
|
|
293
|
+
export var ListAWSDefaultServiceQuotasResponse$ = [
|
|
294
294
|
3,
|
|
295
295
|
n0,
|
|
296
296
|
_LAWSDSQRi,
|
|
@@ -298,7 +298,7 @@ export var ListAWSDefaultServiceQuotasResponse = [
|
|
|
298
298
|
[_NT, _Qu],
|
|
299
299
|
[0, () => ServiceQuotaListDefinition],
|
|
300
300
|
];
|
|
301
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest = [
|
|
301
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$ = [
|
|
302
302
|
3,
|
|
303
303
|
n0,
|
|
304
304
|
_LRSQCHBQR,
|
|
@@ -306,7 +306,7 @@ export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest = [
|
|
|
306
306
|
[_SC, _QC, _S, _NT, _MR, _QRAL],
|
|
307
307
|
[0, 0, 0, 0, 1, 0],
|
|
308
308
|
];
|
|
309
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse = [
|
|
309
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse$ = [
|
|
310
310
|
3,
|
|
311
311
|
n0,
|
|
312
312
|
_LRSQCHBQRi,
|
|
@@ -314,7 +314,7 @@ export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse = [
|
|
|
314
314
|
[_NT, _RQe],
|
|
315
315
|
[0, () => RequestedServiceQuotaChangeHistoryListDefinition],
|
|
316
316
|
];
|
|
317
|
-
export var ListRequestedServiceQuotaChangeHistoryRequest = [
|
|
317
|
+
export var ListRequestedServiceQuotaChangeHistoryRequest$ = [
|
|
318
318
|
3,
|
|
319
319
|
n0,
|
|
320
320
|
_LRSQCHR,
|
|
@@ -322,7 +322,7 @@ export var ListRequestedServiceQuotaChangeHistoryRequest = [
|
|
|
322
322
|
[_SC, _S, _NT, _MR, _QRAL],
|
|
323
323
|
[0, 0, 0, 1, 0],
|
|
324
324
|
];
|
|
325
|
-
export var ListRequestedServiceQuotaChangeHistoryResponse = [
|
|
325
|
+
export var ListRequestedServiceQuotaChangeHistoryResponse$ = [
|
|
326
326
|
3,
|
|
327
327
|
n0,
|
|
328
328
|
_LRSQCHRi,
|
|
@@ -330,7 +330,7 @@ export var ListRequestedServiceQuotaChangeHistoryResponse = [
|
|
|
330
330
|
[_NT, _RQe],
|
|
331
331
|
[0, () => RequestedServiceQuotaChangeHistoryListDefinition],
|
|
332
332
|
];
|
|
333
|
-
export var ListServiceQuotaIncreaseRequestsInTemplateRequest = [
|
|
333
|
+
export var ListServiceQuotaIncreaseRequestsInTemplateRequest$ = [
|
|
334
334
|
3,
|
|
335
335
|
n0,
|
|
336
336
|
_LSQIRITR,
|
|
@@ -338,7 +338,7 @@ export var ListServiceQuotaIncreaseRequestsInTemplateRequest = [
|
|
|
338
338
|
[_SC, _AR, _NT, _MR],
|
|
339
339
|
[0, 0, 0, 1],
|
|
340
340
|
];
|
|
341
|
-
export var ListServiceQuotaIncreaseRequestsInTemplateResponse = [
|
|
341
|
+
export var ListServiceQuotaIncreaseRequestsInTemplateResponse$ = [
|
|
342
342
|
3,
|
|
343
343
|
n0,
|
|
344
344
|
_LSQIRITRi,
|
|
@@ -346,7 +346,7 @@ export var ListServiceQuotaIncreaseRequestsInTemplateResponse = [
|
|
|
346
346
|
[_SQIRITL, _NT],
|
|
347
347
|
[() => ServiceQuotaIncreaseRequestInTemplateList, 0],
|
|
348
348
|
];
|
|
349
|
-
export var ListServiceQuotasRequest = [
|
|
349
|
+
export var ListServiceQuotasRequest$ = [
|
|
350
350
|
3,
|
|
351
351
|
n0,
|
|
352
352
|
_LSQR,
|
|
@@ -354,7 +354,7 @@ export var ListServiceQuotasRequest = [
|
|
|
354
354
|
[_SC, _NT, _MR, _QC, _QAAL],
|
|
355
355
|
[0, 0, 1, 0, 0],
|
|
356
356
|
];
|
|
357
|
-
export var ListServiceQuotasResponse = [
|
|
357
|
+
export var ListServiceQuotasResponse$ = [
|
|
358
358
|
3,
|
|
359
359
|
n0,
|
|
360
360
|
_LSQRi,
|
|
@@ -362,8 +362,8 @@ export var ListServiceQuotasResponse = [
|
|
|
362
362
|
[_NT, _Qu],
|
|
363
363
|
[0, () => ServiceQuotaListDefinition],
|
|
364
364
|
];
|
|
365
|
-
export var ListServicesRequest = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
366
|
-
export var ListServicesResponse = [
|
|
365
|
+
export var ListServicesRequest$ = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
366
|
+
export var ListServicesResponse$ = [
|
|
367
367
|
3,
|
|
368
368
|
n0,
|
|
369
369
|
_LSRi,
|
|
@@ -371,14 +371,14 @@ export var ListServicesResponse = [
|
|
|
371
371
|
[_NT, _Se],
|
|
372
372
|
[0, () => ServiceInfoListDefinition],
|
|
373
373
|
];
|
|
374
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
375
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
|
|
376
|
-
export var MetricInfo = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
|
|
377
|
-
export var NoAvailableOrganizationException = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
378
|
-
TypeRegistry.for(n0).registerError(NoAvailableOrganizationException
|
|
379
|
-
export var NoSuchResourceException = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
380
|
-
TypeRegistry.for(n0).registerError(NoSuchResourceException
|
|
381
|
-
export var OrganizationNotInAllFeaturesModeException = [
|
|
374
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
375
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
|
|
376
|
+
export var MetricInfo$ = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
|
|
377
|
+
export var NoAvailableOrganizationException$ = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
378
|
+
TypeRegistry.for(n0).registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
|
|
379
|
+
export var NoSuchResourceException$ = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
380
|
+
TypeRegistry.for(n0).registerError(NoSuchResourceException$, NoSuchResourceException);
|
|
381
|
+
export var OrganizationNotInAllFeaturesModeException$ = [
|
|
382
382
|
-3,
|
|
383
383
|
n0,
|
|
384
384
|
_ONIAFME,
|
|
@@ -386,8 +386,8 @@ export var OrganizationNotInAllFeaturesModeException = [
|
|
|
386
386
|
[_M],
|
|
387
387
|
[0],
|
|
388
388
|
];
|
|
389
|
-
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException
|
|
390
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplateRequest = [
|
|
389
|
+
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
390
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = [
|
|
391
391
|
3,
|
|
392
392
|
n0,
|
|
393
393
|
_PSQIRITR,
|
|
@@ -395,20 +395,20 @@ export var PutServiceQuotaIncreaseRequestIntoTemplateRequest = [
|
|
|
395
395
|
[_QC, _SC, _AR, _DV],
|
|
396
396
|
[0, 0, 0, 1],
|
|
397
397
|
];
|
|
398
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplateResponse = [
|
|
398
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplateResponse$ = [
|
|
399
399
|
3,
|
|
400
400
|
n0,
|
|
401
401
|
_PSQIRITRu,
|
|
402
402
|
0,
|
|
403
403
|
[_SQIRIT],
|
|
404
|
-
[() => ServiceQuotaIncreaseRequestInTemplate],
|
|
405
|
-
];
|
|
406
|
-
export var QuotaContextInfo = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
|
|
407
|
-
export var QuotaExceededException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
408
|
-
TypeRegistry.for(n0).registerError(QuotaExceededException
|
|
409
|
-
export var QuotaInfo = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
|
|
410
|
-
export var QuotaPeriod = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
|
|
411
|
-
export var QuotaUtilizationInfo = [
|
|
404
|
+
[() => ServiceQuotaIncreaseRequestInTemplate$],
|
|
405
|
+
];
|
|
406
|
+
export var QuotaContextInfo$ = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
|
|
407
|
+
export var QuotaExceededException$ = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
408
|
+
TypeRegistry.for(n0).registerError(QuotaExceededException$, QuotaExceededException);
|
|
409
|
+
export var QuotaInfo$ = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
|
|
410
|
+
export var QuotaPeriod$ = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
|
|
411
|
+
export var QuotaUtilizationInfo$ = [
|
|
412
412
|
3,
|
|
413
413
|
n0,
|
|
414
414
|
_QUI,
|
|
@@ -416,15 +416,15 @@ export var QuotaUtilizationInfo = [
|
|
|
416
416
|
[_QC, _SC, _QN, _N, _U, _DVe, _AV, _SN, _A],
|
|
417
417
|
[0, 0, 0, 0, 1, 1, 1, 0, 2],
|
|
418
418
|
];
|
|
419
|
-
export var RequestedServiceQuotaChange = [
|
|
419
|
+
export var RequestedServiceQuotaChange$ = [
|
|
420
420
|
3,
|
|
421
421
|
n0,
|
|
422
422
|
_RSQC,
|
|
423
423
|
0,
|
|
424
424
|
[_I, _RT, _CIa, _SC, _SN, _QC, _QN, _DV, _S, _C, _LU, _R, _QA, _GQ, _Un, _QRAL, _QCu],
|
|
425
|
-
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo],
|
|
425
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo$],
|
|
426
426
|
];
|
|
427
|
-
export var RequestServiceQuotaIncreaseRequest = [
|
|
427
|
+
export var RequestServiceQuotaIncreaseRequest$ = [
|
|
428
428
|
3,
|
|
429
429
|
n0,
|
|
430
430
|
_RSQIR,
|
|
@@ -432,28 +432,28 @@ export var RequestServiceQuotaIncreaseRequest = [
|
|
|
432
432
|
[_SC, _QC, _DV, _CI, _SCA],
|
|
433
433
|
[0, 0, 1, 0, 2],
|
|
434
434
|
];
|
|
435
|
-
export var RequestServiceQuotaIncreaseResponse = [
|
|
435
|
+
export var RequestServiceQuotaIncreaseResponse$ = [
|
|
436
436
|
3,
|
|
437
437
|
n0,
|
|
438
438
|
_RSQIRe,
|
|
439
439
|
0,
|
|
440
440
|
[_RQ],
|
|
441
|
-
[() => RequestedServiceQuotaChange],
|
|
442
|
-
];
|
|
443
|
-
export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
444
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
445
|
-
export var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
446
|
-
TypeRegistry.for(n0).registerError(ServiceException
|
|
447
|
-
export var ServiceInfo = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
|
|
448
|
-
export var ServiceQuota = [
|
|
441
|
+
[() => RequestedServiceQuotaChange$],
|
|
442
|
+
];
|
|
443
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
444
|
+
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
445
|
+
export var ServiceException$ = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
446
|
+
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
447
|
+
export var ServiceInfo$ = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
|
|
448
|
+
export var ServiceQuota$ = [
|
|
449
449
|
3,
|
|
450
450
|
n0,
|
|
451
451
|
_SQ,
|
|
452
452
|
0,
|
|
453
453
|
[_SC, _SN, _QA, _QC, _QN, _V, _Un, _A, _GQ, _UM, _P, _ER, _QAAL, _QCu, _D],
|
|
454
|
-
[0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo
|
|
454
|
+
[0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo$, () => QuotaPeriod$, () => ErrorReason$, 0, () => QuotaContextInfo$, 0],
|
|
455
455
|
];
|
|
456
|
-
export var ServiceQuotaIncreaseRequestInTemplate = [
|
|
456
|
+
export var ServiceQuotaIncreaseRequestInTemplate$ = [
|
|
457
457
|
3,
|
|
458
458
|
n0,
|
|
459
459
|
_SQIRIT,
|
|
@@ -461,7 +461,7 @@ export var ServiceQuotaIncreaseRequestInTemplate = [
|
|
|
461
461
|
[_SC, _SN, _QC, _QN, _DV, _AR, _Un, _GQ],
|
|
462
462
|
[0, 0, 0, 0, 1, 0, 0, 2],
|
|
463
463
|
];
|
|
464
|
-
export var ServiceQuotaTemplateNotInUseException = [
|
|
464
|
+
export var ServiceQuotaTemplateNotInUseException$ = [
|
|
465
465
|
-3,
|
|
466
466
|
n0,
|
|
467
467
|
_SQTNIUE,
|
|
@@ -469,8 +469,8 @@ export var ServiceQuotaTemplateNotInUseException = [
|
|
|
469
469
|
[_M],
|
|
470
470
|
[0],
|
|
471
471
|
];
|
|
472
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException
|
|
473
|
-
export var StartAutoManagementRequest = [
|
|
472
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException$, ServiceQuotaTemplateNotInUseException);
|
|
473
|
+
export var StartAutoManagementRequest$ = [
|
|
474
474
|
3,
|
|
475
475
|
n0,
|
|
476
476
|
_SAMR,
|
|
@@ -478,17 +478,17 @@ export var StartAutoManagementRequest = [
|
|
|
478
478
|
[_OIL, _OIT, _NA, _EL],
|
|
479
479
|
[0, 0, 0, [2, n0, _EL, 0, 0, 64 | 0]],
|
|
480
480
|
];
|
|
481
|
-
export var StartAutoManagementResponse = [3, n0, _SAMRt, 0, [], []];
|
|
482
|
-
export var StartQuotaUtilizationReportRequest = [3, n0, _SQURR, 0, [], []];
|
|
483
|
-
export var StartQuotaUtilizationReportResponse = [3, n0, _SQURRt, 0, [_RIe, _S, _M], [0, 0, 0]];
|
|
484
|
-
export var StopAutoManagementRequest = [3, n0, _SAMRto, 0, [], []];
|
|
485
|
-
export var StopAutoManagementResponse = [3, n0, _SAMRtop, 0, [], []];
|
|
486
|
-
export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
487
|
-
export var TagPolicyViolationException = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
488
|
-
TypeRegistry.for(n0).registerError(TagPolicyViolationException
|
|
489
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
|
|
490
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
491
|
-
export var TemplatesNotAvailableInRegionException = [
|
|
481
|
+
export var StartAutoManagementResponse$ = [3, n0, _SAMRt, 0, [], []];
|
|
482
|
+
export var StartQuotaUtilizationReportRequest$ = [3, n0, _SQURR, 0, [], []];
|
|
483
|
+
export var StartQuotaUtilizationReportResponse$ = [3, n0, _SQURRt, 0, [_RIe, _S, _M], [0, 0, 0]];
|
|
484
|
+
export var StopAutoManagementRequest$ = [3, n0, _SAMRto, 0, [], []];
|
|
485
|
+
export var StopAutoManagementResponse$ = [3, n0, _SAMRtop, 0, [], []];
|
|
486
|
+
export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
487
|
+
export var TagPolicyViolationException$ = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
488
|
+
TypeRegistry.for(n0).registerError(TagPolicyViolationException$, TagPolicyViolationException);
|
|
489
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
|
|
490
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
491
|
+
export var TemplatesNotAvailableInRegionException$ = [
|
|
492
492
|
-3,
|
|
493
493
|
n0,
|
|
494
494
|
_TNAIRE,
|
|
@@ -496,14 +496,14 @@ export var TemplatesNotAvailableInRegionException = [
|
|
|
496
496
|
[_M],
|
|
497
497
|
[0],
|
|
498
498
|
];
|
|
499
|
-
TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException
|
|
500
|
-
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
501
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
502
|
-
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
503
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
504
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
505
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
506
|
-
export var UpdateAutoManagementRequest = [
|
|
499
|
+
TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException$, TemplatesNotAvailableInRegionException);
|
|
500
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
501
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
502
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
503
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
504
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
505
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
506
|
+
export var UpdateAutoManagementRequest$ = [
|
|
507
507
|
3,
|
|
508
508
|
n0,
|
|
509
509
|
_UAMR,
|
|
@@ -511,225 +511,232 @@ export var UpdateAutoManagementRequest = [
|
|
|
511
511
|
[_OIT, _NA, _EL],
|
|
512
512
|
[0, 0, [2, n0, _EL, 0, 0, 64 | 0]],
|
|
513
513
|
];
|
|
514
|
-
export var UpdateAutoManagementResponse = [3, n0, _UAMRp, 0, [], []];
|
|
515
|
-
export var ServiceQuotasServiceException = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
|
|
516
|
-
TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
514
|
+
export var UpdateAutoManagementResponse$ = [3, n0, _UAMRp, 0, [], []];
|
|
515
|
+
export var ServiceQuotasServiceException$ = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
|
|
516
|
+
TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException$, ServiceQuotasServiceException);
|
|
517
|
+
var ExcludedQuotaList = 64 | 0;
|
|
518
|
+
var InputTagKeys = 64 | 0;
|
|
519
|
+
var InputTags = [1, n0, _IT, 0, () => Tag$];
|
|
520
|
+
var OutputTags = [1, n0, _OT, 0, () => Tag$];
|
|
521
|
+
var QuotaInfoList = [1, n0, _QIL, 0, () => QuotaInfo$];
|
|
522
|
+
var QuotaUtilizationInfoList = [1, n0, _QUIL, 0, () => QuotaUtilizationInfo$];
|
|
523
|
+
var RequestedServiceQuotaChangeHistoryListDefinition = [
|
|
524
524
|
1,
|
|
525
525
|
n0,
|
|
526
526
|
_RSQCHLD,
|
|
527
527
|
0,
|
|
528
|
-
() => RequestedServiceQuotaChange
|
|
528
|
+
() => RequestedServiceQuotaChange$,
|
|
529
529
|
];
|
|
530
|
-
|
|
531
|
-
|
|
530
|
+
var ServiceInfoListDefinition = [1, n0, _SILD, 0, () => ServiceInfo$];
|
|
531
|
+
var ServiceQuotaIncreaseRequestInTemplateList = [
|
|
532
532
|
1,
|
|
533
533
|
n0,
|
|
534
534
|
_SQIRITL,
|
|
535
535
|
0,
|
|
536
|
-
() => ServiceQuotaIncreaseRequestInTemplate
|
|
536
|
+
() => ServiceQuotaIncreaseRequestInTemplate$,
|
|
537
537
|
];
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
export var AssociateServiceQuotaTemplate = [
|
|
538
|
+
var ServiceQuotaListDefinition = [1, n0, _SQLD, 0, () => ServiceQuota$];
|
|
539
|
+
var ExclusionList = [2, n0, _EL, 0, 0, 64 | 0];
|
|
540
|
+
var ExclusionQuotaList = [2, n0, _EQL, 0, 0, () => QuotaInfoList];
|
|
541
|
+
var MetricDimensionsMapDefinition = 128 | 0;
|
|
542
|
+
export var AssociateServiceQuotaTemplate$ = [
|
|
543
543
|
9,
|
|
544
544
|
n0,
|
|
545
545
|
_ASQT,
|
|
546
546
|
0,
|
|
547
|
-
() => AssociateServiceQuotaTemplateRequest
|
|
548
|
-
() => AssociateServiceQuotaTemplateResponse
|
|
547
|
+
() => AssociateServiceQuotaTemplateRequest$,
|
|
548
|
+
() => AssociateServiceQuotaTemplateResponse$,
|
|
549
549
|
];
|
|
550
|
-
export var CreateSupportCase = [
|
|
550
|
+
export var CreateSupportCase$ = [
|
|
551
551
|
9,
|
|
552
552
|
n0,
|
|
553
553
|
_CSC,
|
|
554
554
|
0,
|
|
555
|
-
() => CreateSupportCaseRequest
|
|
556
|
-
() => CreateSupportCaseResponse
|
|
555
|
+
() => CreateSupportCaseRequest$,
|
|
556
|
+
() => CreateSupportCaseResponse$,
|
|
557
557
|
];
|
|
558
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplate = [
|
|
558
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplate$ = [
|
|
559
559
|
9,
|
|
560
560
|
n0,
|
|
561
561
|
_DSQIRFT,
|
|
562
562
|
0,
|
|
563
|
-
() => DeleteServiceQuotaIncreaseRequestFromTemplateRequest
|
|
564
|
-
() => DeleteServiceQuotaIncreaseRequestFromTemplateResponse
|
|
563
|
+
() => DeleteServiceQuotaIncreaseRequestFromTemplateRequest$,
|
|
564
|
+
() => DeleteServiceQuotaIncreaseRequestFromTemplateResponse$,
|
|
565
565
|
];
|
|
566
|
-
export var DisassociateServiceQuotaTemplate = [
|
|
566
|
+
export var DisassociateServiceQuotaTemplate$ = [
|
|
567
567
|
9,
|
|
568
568
|
n0,
|
|
569
569
|
_DSQT,
|
|
570
570
|
0,
|
|
571
|
-
() => DisassociateServiceQuotaTemplateRequest
|
|
572
|
-
() => DisassociateServiceQuotaTemplateResponse
|
|
571
|
+
() => DisassociateServiceQuotaTemplateRequest$,
|
|
572
|
+
() => DisassociateServiceQuotaTemplateResponse$,
|
|
573
573
|
];
|
|
574
|
-
export var GetAssociationForServiceQuotaTemplate = [
|
|
574
|
+
export var GetAssociationForServiceQuotaTemplate$ = [
|
|
575
575
|
9,
|
|
576
576
|
n0,
|
|
577
577
|
_GAFSQT,
|
|
578
578
|
0,
|
|
579
|
-
() => GetAssociationForServiceQuotaTemplateRequest
|
|
580
|
-
() => GetAssociationForServiceQuotaTemplateResponse
|
|
579
|
+
() => GetAssociationForServiceQuotaTemplateRequest$,
|
|
580
|
+
() => GetAssociationForServiceQuotaTemplateResponse$,
|
|
581
581
|
];
|
|
582
|
-
export var GetAutoManagementConfiguration = [
|
|
582
|
+
export var GetAutoManagementConfiguration$ = [
|
|
583
583
|
9,
|
|
584
584
|
n0,
|
|
585
585
|
_GAMC,
|
|
586
586
|
0,
|
|
587
|
-
() => GetAutoManagementConfigurationRequest
|
|
588
|
-
() => GetAutoManagementConfigurationResponse
|
|
587
|
+
() => GetAutoManagementConfigurationRequest$,
|
|
588
|
+
() => GetAutoManagementConfigurationResponse$,
|
|
589
589
|
];
|
|
590
|
-
export var GetAWSDefaultServiceQuota = [
|
|
590
|
+
export var GetAWSDefaultServiceQuota$ = [
|
|
591
591
|
9,
|
|
592
592
|
n0,
|
|
593
593
|
_GAWSDSQ,
|
|
594
594
|
0,
|
|
595
|
-
() => GetAWSDefaultServiceQuotaRequest
|
|
596
|
-
() => GetAWSDefaultServiceQuotaResponse
|
|
595
|
+
() => GetAWSDefaultServiceQuotaRequest$,
|
|
596
|
+
() => GetAWSDefaultServiceQuotaResponse$,
|
|
597
597
|
];
|
|
598
|
-
export var GetQuotaUtilizationReport = [
|
|
598
|
+
export var GetQuotaUtilizationReport$ = [
|
|
599
599
|
9,
|
|
600
600
|
n0,
|
|
601
601
|
_GQUR,
|
|
602
602
|
0,
|
|
603
|
-
() => GetQuotaUtilizationReportRequest
|
|
604
|
-
() => GetQuotaUtilizationReportResponse
|
|
603
|
+
() => GetQuotaUtilizationReportRequest$,
|
|
604
|
+
() => GetQuotaUtilizationReportResponse$,
|
|
605
605
|
];
|
|
606
|
-
export var GetRequestedServiceQuotaChange = [
|
|
606
|
+
export var GetRequestedServiceQuotaChange$ = [
|
|
607
607
|
9,
|
|
608
608
|
n0,
|
|
609
609
|
_GRSQC,
|
|
610
610
|
0,
|
|
611
|
-
() => GetRequestedServiceQuotaChangeRequest
|
|
612
|
-
() => GetRequestedServiceQuotaChangeResponse
|
|
611
|
+
() => GetRequestedServiceQuotaChangeRequest$,
|
|
612
|
+
() => GetRequestedServiceQuotaChangeResponse$,
|
|
613
613
|
];
|
|
614
|
-
export var GetServiceQuota = [
|
|
614
|
+
export var GetServiceQuota$ = [
|
|
615
615
|
9,
|
|
616
616
|
n0,
|
|
617
617
|
_GSQ,
|
|
618
618
|
0,
|
|
619
|
-
() => GetServiceQuotaRequest
|
|
620
|
-
() => GetServiceQuotaResponse
|
|
619
|
+
() => GetServiceQuotaRequest$,
|
|
620
|
+
() => GetServiceQuotaResponse$,
|
|
621
621
|
];
|
|
622
|
-
export var GetServiceQuotaIncreaseRequestFromTemplate = [
|
|
622
|
+
export var GetServiceQuotaIncreaseRequestFromTemplate$ = [
|
|
623
623
|
9,
|
|
624
624
|
n0,
|
|
625
625
|
_GSQIRFT,
|
|
626
626
|
0,
|
|
627
|
-
() => GetServiceQuotaIncreaseRequestFromTemplateRequest
|
|
628
|
-
() => GetServiceQuotaIncreaseRequestFromTemplateResponse
|
|
627
|
+
() => GetServiceQuotaIncreaseRequestFromTemplateRequest$,
|
|
628
|
+
() => GetServiceQuotaIncreaseRequestFromTemplateResponse$,
|
|
629
629
|
];
|
|
630
|
-
export var ListAWSDefaultServiceQuotas = [
|
|
630
|
+
export var ListAWSDefaultServiceQuotas$ = [
|
|
631
631
|
9,
|
|
632
632
|
n0,
|
|
633
633
|
_LAWSDSQ,
|
|
634
634
|
0,
|
|
635
|
-
() => ListAWSDefaultServiceQuotasRequest
|
|
636
|
-
() => ListAWSDefaultServiceQuotasResponse
|
|
635
|
+
() => ListAWSDefaultServiceQuotasRequest$,
|
|
636
|
+
() => ListAWSDefaultServiceQuotasResponse$,
|
|
637
637
|
];
|
|
638
|
-
export var ListRequestedServiceQuotaChangeHistory = [
|
|
638
|
+
export var ListRequestedServiceQuotaChangeHistory$ = [
|
|
639
639
|
9,
|
|
640
640
|
n0,
|
|
641
641
|
_LRSQCH,
|
|
642
642
|
0,
|
|
643
|
-
() => ListRequestedServiceQuotaChangeHistoryRequest
|
|
644
|
-
() => ListRequestedServiceQuotaChangeHistoryResponse
|
|
643
|
+
() => ListRequestedServiceQuotaChangeHistoryRequest$,
|
|
644
|
+
() => ListRequestedServiceQuotaChangeHistoryResponse$,
|
|
645
645
|
];
|
|
646
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuota = [
|
|
646
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuota$ = [
|
|
647
647
|
9,
|
|
648
648
|
n0,
|
|
649
649
|
_LRSQCHBQ,
|
|
650
650
|
0,
|
|
651
|
-
() => ListRequestedServiceQuotaChangeHistoryByQuotaRequest
|
|
652
|
-
() => ListRequestedServiceQuotaChangeHistoryByQuotaResponse
|
|
651
|
+
() => ListRequestedServiceQuotaChangeHistoryByQuotaRequest$,
|
|
652
|
+
() => ListRequestedServiceQuotaChangeHistoryByQuotaResponse$,
|
|
653
653
|
];
|
|
654
|
-
export var ListServiceQuotaIncreaseRequestsInTemplate = [
|
|
654
|
+
export var ListServiceQuotaIncreaseRequestsInTemplate$ = [
|
|
655
655
|
9,
|
|
656
656
|
n0,
|
|
657
657
|
_LSQIRIT,
|
|
658
658
|
0,
|
|
659
|
-
() => ListServiceQuotaIncreaseRequestsInTemplateRequest
|
|
660
|
-
() => ListServiceQuotaIncreaseRequestsInTemplateResponse
|
|
659
|
+
() => ListServiceQuotaIncreaseRequestsInTemplateRequest$,
|
|
660
|
+
() => ListServiceQuotaIncreaseRequestsInTemplateResponse$,
|
|
661
661
|
];
|
|
662
|
-
export var ListServiceQuotas = [
|
|
662
|
+
export var ListServiceQuotas$ = [
|
|
663
663
|
9,
|
|
664
664
|
n0,
|
|
665
665
|
_LSQ,
|
|
666
666
|
0,
|
|
667
|
-
() => ListServiceQuotasRequest
|
|
668
|
-
() => ListServiceQuotasResponse
|
|
667
|
+
() => ListServiceQuotasRequest$,
|
|
668
|
+
() => ListServiceQuotasResponse$,
|
|
669
669
|
];
|
|
670
|
-
export var ListServices = [
|
|
671
|
-
|
|
670
|
+
export var ListServices$ = [
|
|
671
|
+
9,
|
|
672
|
+
n0,
|
|
673
|
+
_LS,
|
|
674
|
+
0,
|
|
675
|
+
() => ListServicesRequest$,
|
|
676
|
+
() => ListServicesResponse$,
|
|
677
|
+
];
|
|
678
|
+
export var ListTagsForResource$ = [
|
|
672
679
|
9,
|
|
673
680
|
n0,
|
|
674
681
|
_LTFR,
|
|
675
682
|
0,
|
|
676
|
-
() => ListTagsForResourceRequest
|
|
677
|
-
() => ListTagsForResourceResponse
|
|
683
|
+
() => ListTagsForResourceRequest$,
|
|
684
|
+
() => ListTagsForResourceResponse$,
|
|
678
685
|
];
|
|
679
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplate = [
|
|
686
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplate$ = [
|
|
680
687
|
9,
|
|
681
688
|
n0,
|
|
682
689
|
_PSQIRIT,
|
|
683
690
|
0,
|
|
684
|
-
() => PutServiceQuotaIncreaseRequestIntoTemplateRequest
|
|
685
|
-
() => PutServiceQuotaIncreaseRequestIntoTemplateResponse
|
|
691
|
+
() => PutServiceQuotaIncreaseRequestIntoTemplateRequest$,
|
|
692
|
+
() => PutServiceQuotaIncreaseRequestIntoTemplateResponse$,
|
|
686
693
|
];
|
|
687
|
-
export var RequestServiceQuotaIncrease = [
|
|
694
|
+
export var RequestServiceQuotaIncrease$ = [
|
|
688
695
|
9,
|
|
689
696
|
n0,
|
|
690
697
|
_RSQI,
|
|
691
698
|
0,
|
|
692
|
-
() => RequestServiceQuotaIncreaseRequest
|
|
693
|
-
() => RequestServiceQuotaIncreaseResponse
|
|
699
|
+
() => RequestServiceQuotaIncreaseRequest$,
|
|
700
|
+
() => RequestServiceQuotaIncreaseResponse$,
|
|
694
701
|
];
|
|
695
|
-
export var StartAutoManagement = [
|
|
702
|
+
export var StartAutoManagement$ = [
|
|
696
703
|
9,
|
|
697
704
|
n0,
|
|
698
705
|
_SAM,
|
|
699
706
|
0,
|
|
700
|
-
() => StartAutoManagementRequest
|
|
701
|
-
() => StartAutoManagementResponse
|
|
707
|
+
() => StartAutoManagementRequest$,
|
|
708
|
+
() => StartAutoManagementResponse$,
|
|
702
709
|
];
|
|
703
|
-
export var StartQuotaUtilizationReport = [
|
|
710
|
+
export var StartQuotaUtilizationReport$ = [
|
|
704
711
|
9,
|
|
705
712
|
n0,
|
|
706
713
|
_SQUR,
|
|
707
714
|
0,
|
|
708
|
-
() => StartQuotaUtilizationReportRequest
|
|
709
|
-
() => StartQuotaUtilizationReportResponse
|
|
715
|
+
() => StartQuotaUtilizationReportRequest$,
|
|
716
|
+
() => StartQuotaUtilizationReportResponse$,
|
|
710
717
|
];
|
|
711
|
-
export var StopAutoManagement = [
|
|
718
|
+
export var StopAutoManagement$ = [
|
|
712
719
|
9,
|
|
713
720
|
n0,
|
|
714
721
|
_SAMt,
|
|
715
722
|
0,
|
|
716
|
-
() => StopAutoManagementRequest
|
|
717
|
-
() => StopAutoManagementResponse
|
|
723
|
+
() => StopAutoManagementRequest$,
|
|
724
|
+
() => StopAutoManagementResponse$,
|
|
718
725
|
];
|
|
719
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
720
|
-
export var UntagResource = [
|
|
726
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
727
|
+
export var UntagResource$ = [
|
|
721
728
|
9,
|
|
722
729
|
n0,
|
|
723
730
|
_UR,
|
|
724
731
|
0,
|
|
725
|
-
() => UntagResourceRequest
|
|
726
|
-
() => UntagResourceResponse
|
|
732
|
+
() => UntagResourceRequest$,
|
|
733
|
+
() => UntagResourceResponse$,
|
|
727
734
|
];
|
|
728
|
-
export var UpdateAutoManagement = [
|
|
735
|
+
export var UpdateAutoManagement$ = [
|
|
729
736
|
9,
|
|
730
737
|
n0,
|
|
731
738
|
_UAM,
|
|
732
739
|
0,
|
|
733
|
-
() => UpdateAutoManagementRequest
|
|
734
|
-
() => UpdateAutoManagementResponse
|
|
740
|
+
() => UpdateAutoManagementRequest$,
|
|
741
|
+
() => UpdateAutoManagementResponse$,
|
|
735
742
|
];
|