@aws-sdk/client-service-quotas 3.952.0 → 3.953.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
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class ServiceQuotasClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class ServiceQuotasServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, ServiceQuotasServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends ServiceQuotasServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ServiceQuotasS
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class AWSServiceAccessNotEnabledException extends ServiceQuotasServiceException {
|
|
135
135
|
name = "AWSServiceAccessNotEnabledException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let AWSServiceAccessNotEnabledException$1 = class AWSServiceAccessNotEnabledExce
|
|
|
144
144
|
Object.setPrototypeOf(this, AWSServiceAccessNotEnabledException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class DependencyAccessDeniedException extends ServiceQuotasServiceException {
|
|
149
149
|
name = "DependencyAccessDeniedException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let DependencyAccessDeniedException$1 = class DependencyAccessDeniedException ex
|
|
|
158
158
|
Object.setPrototypeOf(this, DependencyAccessDeniedException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class NoAvailableOrganizationException extends ServiceQuotasServiceException {
|
|
163
163
|
name = "NoAvailableOrganizationException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let NoAvailableOrganizationException$1 = class NoAvailableOrganizationException
|
|
|
172
172
|
Object.setPrototypeOf(this, NoAvailableOrganizationException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class OrganizationNotInAllFeaturesModeException extends ServiceQuotasServiceException {
|
|
177
177
|
name = "OrganizationNotInAllFeaturesModeException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let OrganizationNotInAllFeaturesModeException$1 = class OrganizationNotInAllFeat
|
|
|
186
186
|
Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class ServiceException extends ServiceQuotasServiceException {
|
|
191
191
|
name = "ServiceException";
|
|
192
192
|
$fault = "server";
|
|
193
193
|
Message;
|
|
@@ -200,8 +200,8 @@ let ServiceException$1 = class ServiceException extends ServiceQuotasServiceExce
|
|
|
200
200
|
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class TemplatesNotAvailableInRegionException extends ServiceQuotasServiceException {
|
|
205
205
|
name = "TemplatesNotAvailableInRegionException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
Message;
|
|
@@ -214,8 +214,8 @@ let TemplatesNotAvailableInRegionException$1 = class TemplatesNotAvailableInRegi
|
|
|
214
214
|
Object.setPrototypeOf(this, TemplatesNotAvailableInRegionException.prototype);
|
|
215
215
|
this.Message = opts.Message;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class TooManyRequestsException extends ServiceQuotasServiceException {
|
|
219
219
|
name = "TooManyRequestsException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -228,8 +228,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends ServiceQ
|
|
|
228
228
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
229
229
|
this.Message = opts.Message;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class IllegalArgumentException extends ServiceQuotasServiceException {
|
|
233
233
|
name = "IllegalArgumentException";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
Message;
|
|
@@ -242,8 +242,8 @@ let IllegalArgumentException$1 = class IllegalArgumentException extends ServiceQ
|
|
|
242
242
|
Object.setPrototypeOf(this, IllegalArgumentException.prototype);
|
|
243
243
|
this.Message = opts.Message;
|
|
244
244
|
}
|
|
245
|
-
}
|
|
246
|
-
|
|
245
|
+
}
|
|
246
|
+
class InvalidResourceStateException extends ServiceQuotasServiceException {
|
|
247
247
|
name = "InvalidResourceStateException";
|
|
248
248
|
$fault = "client";
|
|
249
249
|
Message;
|
|
@@ -256,8 +256,8 @@ let InvalidResourceStateException$1 = class InvalidResourceStateException extend
|
|
|
256
256
|
Object.setPrototypeOf(this, InvalidResourceStateException.prototype);
|
|
257
257
|
this.Message = opts.Message;
|
|
258
258
|
}
|
|
259
|
-
}
|
|
260
|
-
|
|
259
|
+
}
|
|
260
|
+
class NoSuchResourceException extends ServiceQuotasServiceException {
|
|
261
261
|
name = "NoSuchResourceException";
|
|
262
262
|
$fault = "client";
|
|
263
263
|
Message;
|
|
@@ -270,8 +270,8 @@ let NoSuchResourceException$1 = class NoSuchResourceException extends ServiceQuo
|
|
|
270
270
|
Object.setPrototypeOf(this, NoSuchResourceException.prototype);
|
|
271
271
|
this.Message = opts.Message;
|
|
272
272
|
}
|
|
273
|
-
}
|
|
274
|
-
|
|
273
|
+
}
|
|
274
|
+
class ResourceAlreadyExistsException extends ServiceQuotasServiceException {
|
|
275
275
|
name = "ResourceAlreadyExistsException";
|
|
276
276
|
$fault = "client";
|
|
277
277
|
Message;
|
|
@@ -284,8 +284,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
284
284
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
285
285
|
this.Message = opts.Message;
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class ServiceQuotaTemplateNotInUseException extends ServiceQuotasServiceException {
|
|
289
289
|
name = "ServiceQuotaTemplateNotInUseException";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
Message;
|
|
@@ -298,8 +298,8 @@ let ServiceQuotaTemplateNotInUseException$1 = class ServiceQuotaTemplateNotInUse
|
|
|
298
298
|
Object.setPrototypeOf(this, ServiceQuotaTemplateNotInUseException.prototype);
|
|
299
299
|
this.Message = opts.Message;
|
|
300
300
|
}
|
|
301
|
-
}
|
|
302
|
-
|
|
301
|
+
}
|
|
302
|
+
class InvalidPaginationTokenException extends ServiceQuotasServiceException {
|
|
303
303
|
name = "InvalidPaginationTokenException";
|
|
304
304
|
$fault = "client";
|
|
305
305
|
Message;
|
|
@@ -312,8 +312,8 @@ let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException ex
|
|
|
312
312
|
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
313
313
|
this.Message = opts.Message;
|
|
314
314
|
}
|
|
315
|
-
}
|
|
316
|
-
|
|
315
|
+
}
|
|
316
|
+
class QuotaExceededException extends ServiceQuotasServiceException {
|
|
317
317
|
name = "QuotaExceededException";
|
|
318
318
|
$fault = "client";
|
|
319
319
|
Message;
|
|
@@ -326,8 +326,8 @@ let QuotaExceededException$1 = class QuotaExceededException extends ServiceQuota
|
|
|
326
326
|
Object.setPrototypeOf(this, QuotaExceededException.prototype);
|
|
327
327
|
this.Message = opts.Message;
|
|
328
328
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
329
|
+
}
|
|
330
|
+
class TagPolicyViolationException extends ServiceQuotasServiceException {
|
|
331
331
|
name = "TagPolicyViolationException";
|
|
332
332
|
$fault = "client";
|
|
333
333
|
Message;
|
|
@@ -340,8 +340,8 @@ let TagPolicyViolationException$1 = class TagPolicyViolationException extends Se
|
|
|
340
340
|
Object.setPrototypeOf(this, TagPolicyViolationException.prototype);
|
|
341
341
|
this.Message = opts.Message;
|
|
342
342
|
}
|
|
343
|
-
}
|
|
344
|
-
|
|
343
|
+
}
|
|
344
|
+
class TooManyTagsException extends ServiceQuotasServiceException {
|
|
345
345
|
name = "TooManyTagsException";
|
|
346
346
|
$fault = "client";
|
|
347
347
|
Message;
|
|
@@ -354,7 +354,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends ServiceQuotasSer
|
|
|
354
354
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
355
355
|
this.Message = opts.Message;
|
|
356
356
|
}
|
|
357
|
-
}
|
|
357
|
+
}
|
|
358
358
|
|
|
359
359
|
const _A = "Adjustable";
|
|
360
360
|
const _ADE = "AccessDeniedException";
|
|
@@ -539,11 +539,11 @@ const _hE = "httpError";
|
|
|
539
539
|
const _s = "server";
|
|
540
540
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
|
|
541
541
|
const n0 = "com.amazonaws.servicequotas";
|
|
542
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
543
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
544
|
-
var AssociateServiceQuotaTemplateRequest = [3, n0, _ASQTR, 0, [], []];
|
|
545
|
-
var AssociateServiceQuotaTemplateResponse = [3, n0, _ASQTRs, 0, [], []];
|
|
546
|
-
var AWSServiceAccessNotEnabledException = [
|
|
542
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
543
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
544
|
+
var AssociateServiceQuotaTemplateRequest$ = [3, n0, _ASQTR, 0, [], []];
|
|
545
|
+
var AssociateServiceQuotaTemplateResponse$ = [3, n0, _ASQTRs, 0, [], []];
|
|
546
|
+
var AWSServiceAccessNotEnabledException$ = [
|
|
547
547
|
-3,
|
|
548
548
|
n0,
|
|
549
549
|
_AWSSANEE,
|
|
@@ -551,10 +551,10 @@ var AWSServiceAccessNotEnabledException = [
|
|
|
551
551
|
[_M],
|
|
552
552
|
[0],
|
|
553
553
|
];
|
|
554
|
-
schema.TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException
|
|
555
|
-
var CreateSupportCaseRequest = [3, n0, _CSCR, 0, [_RI], [0]];
|
|
556
|
-
var CreateSupportCaseResponse = [3, n0, _CSCRr, 0, [], []];
|
|
557
|
-
var DeleteServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
554
|
+
schema.TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException$, AWSServiceAccessNotEnabledException);
|
|
555
|
+
var CreateSupportCaseRequest$ = [3, n0, _CSCR, 0, [_RI], [0]];
|
|
556
|
+
var CreateSupportCaseResponse$ = [3, n0, _CSCRr, 0, [], []];
|
|
557
|
+
var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$ = [
|
|
558
558
|
3,
|
|
559
559
|
n0,
|
|
560
560
|
_DSQIRFTR,
|
|
@@ -562,7 +562,7 @@ var DeleteServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
|
562
562
|
[_SC, _QC, _AR],
|
|
563
563
|
[0, 0, 0],
|
|
564
564
|
];
|
|
565
|
-
var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
565
|
+
var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = [
|
|
566
566
|
3,
|
|
567
567
|
n0,
|
|
568
568
|
_DSQIRFTRe,
|
|
@@ -570,15 +570,15 @@ var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
|
570
570
|
[],
|
|
571
571
|
[],
|
|
572
572
|
];
|
|
573
|
-
var DependencyAccessDeniedException = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
574
|
-
schema.TypeRegistry.for(n0).registerError(DependencyAccessDeniedException
|
|
575
|
-
var DisassociateServiceQuotaTemplateRequest = [3, n0, _DSQTR, 0, [], []];
|
|
576
|
-
var DisassociateServiceQuotaTemplateResponse = [3, n0, _DSQTRi, 0, [], []];
|
|
577
|
-
var ErrorReason = [3, n0, _ER, 0, [_EC, _EM], [0, 0]];
|
|
578
|
-
var GetAssociationForServiceQuotaTemplateRequest = [3, n0, _GAFSQTR, 0, [], []];
|
|
579
|
-
var GetAssociationForServiceQuotaTemplateResponse = [3, n0, _GAFSQTRe, 0, [_SQTAS], [0]];
|
|
580
|
-
var GetAutoManagementConfigurationRequest = [3, n0, _GAMCR, 0, [], []];
|
|
581
|
-
var GetAutoManagementConfigurationResponse = [
|
|
573
|
+
var DependencyAccessDeniedException$ = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
574
|
+
schema.TypeRegistry.for(n0).registerError(DependencyAccessDeniedException$, DependencyAccessDeniedException);
|
|
575
|
+
var DisassociateServiceQuotaTemplateRequest$ = [3, n0, _DSQTR, 0, [], []];
|
|
576
|
+
var DisassociateServiceQuotaTemplateResponse$ = [3, n0, _DSQTRi, 0, [], []];
|
|
577
|
+
var ErrorReason$ = [3, n0, _ER, 0, [_EC, _EM], [0, 0]];
|
|
578
|
+
var GetAssociationForServiceQuotaTemplateRequest$ = [3, n0, _GAFSQTR, 0, [], []];
|
|
579
|
+
var GetAssociationForServiceQuotaTemplateResponse$ = [3, n0, _GAFSQTRe, 0, [_SQTAS], [0]];
|
|
580
|
+
var GetAutoManagementConfigurationRequest$ = [3, n0, _GAMCR, 0, [], []];
|
|
581
|
+
var GetAutoManagementConfigurationResponse$ = [
|
|
582
582
|
3,
|
|
583
583
|
n0,
|
|
584
584
|
_GAMCRe,
|
|
@@ -586,17 +586,17 @@ var GetAutoManagementConfigurationResponse = [
|
|
|
586
586
|
[_OIL, _OIT, _NA, _OIS, _EL],
|
|
587
587
|
[0, 0, 0, 0, () => ExclusionQuotaList],
|
|
588
588
|
];
|
|
589
|
-
var GetAWSDefaultServiceQuotaRequest = [3, n0, _GAWSDSQR, 0, [_SC, _QC], [0, 0]];
|
|
590
|
-
var GetAWSDefaultServiceQuotaResponse = [
|
|
589
|
+
var GetAWSDefaultServiceQuotaRequest$ = [3, n0, _GAWSDSQR, 0, [_SC, _QC], [0, 0]];
|
|
590
|
+
var GetAWSDefaultServiceQuotaResponse$ = [
|
|
591
591
|
3,
|
|
592
592
|
n0,
|
|
593
593
|
_GAWSDSQRe,
|
|
594
594
|
0,
|
|
595
595
|
[_Q],
|
|
596
|
-
[() => ServiceQuota],
|
|
596
|
+
[() => ServiceQuota$],
|
|
597
597
|
];
|
|
598
|
-
var GetQuotaUtilizationReportRequest = [3, n0, _GQURR, 0, [_RIe, _NT, _MR], [0, 0, 1]];
|
|
599
|
-
var GetQuotaUtilizationReportResponse = [
|
|
598
|
+
var GetQuotaUtilizationReportRequest$ = [3, n0, _GQURR, 0, [_RIe, _NT, _MR], [0, 0, 1]];
|
|
599
|
+
var GetQuotaUtilizationReportResponse$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_GQURRe,
|
|
@@ -604,16 +604,16 @@ var GetQuotaUtilizationReportResponse = [
|
|
|
604
604
|
[_RIe, _S, _GA, _TC, _Qu, _NT, _EC, _EM],
|
|
605
605
|
[0, 0, 4, 1, () => QuotaUtilizationInfoList, 0, 0, 0],
|
|
606
606
|
];
|
|
607
|
-
var GetRequestedServiceQuotaChangeRequest = [3, n0, _GRSQCR, 0, [_RI], [0]];
|
|
608
|
-
var GetRequestedServiceQuotaChangeResponse = [
|
|
607
|
+
var GetRequestedServiceQuotaChangeRequest$ = [3, n0, _GRSQCR, 0, [_RI], [0]];
|
|
608
|
+
var GetRequestedServiceQuotaChangeResponse$ = [
|
|
609
609
|
3,
|
|
610
610
|
n0,
|
|
611
611
|
_GRSQCRe,
|
|
612
612
|
0,
|
|
613
613
|
[_RQ],
|
|
614
|
-
[() => RequestedServiceQuotaChange],
|
|
614
|
+
[() => RequestedServiceQuotaChange$],
|
|
615
615
|
];
|
|
616
|
-
var GetServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
616
|
+
var GetServiceQuotaIncreaseRequestFromTemplateRequest$ = [
|
|
617
617
|
3,
|
|
618
618
|
n0,
|
|
619
619
|
_GSQIRFTR,
|
|
@@ -621,23 +621,23 @@ var GetServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
|
621
621
|
[_SC, _QC, _AR],
|
|
622
622
|
[0, 0, 0],
|
|
623
623
|
];
|
|
624
|
-
var GetServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
624
|
+
var GetServiceQuotaIncreaseRequestFromTemplateResponse$ = [
|
|
625
625
|
3,
|
|
626
626
|
n0,
|
|
627
627
|
_GSQIRFTRe,
|
|
628
628
|
0,
|
|
629
629
|
[_SQIRIT],
|
|
630
|
-
[() => ServiceQuotaIncreaseRequestInTemplate],
|
|
630
|
+
[() => ServiceQuotaIncreaseRequestInTemplate$],
|
|
631
631
|
];
|
|
632
|
-
var GetServiceQuotaRequest = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
|
|
633
|
-
var GetServiceQuotaResponse = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota]];
|
|
634
|
-
var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
635
|
-
schema.TypeRegistry.for(n0).registerError(IllegalArgumentException
|
|
636
|
-
var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
637
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException
|
|
638
|
-
var InvalidResourceStateException = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
639
|
-
schema.TypeRegistry.for(n0).registerError(InvalidResourceStateException
|
|
640
|
-
var ListAWSDefaultServiceQuotasRequest = [
|
|
632
|
+
var GetServiceQuotaRequest$ = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
|
|
633
|
+
var GetServiceQuotaResponse$ = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota$]];
|
|
634
|
+
var IllegalArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
635
|
+
schema.TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
636
|
+
var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
637
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
638
|
+
var InvalidResourceStateException$ = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
639
|
+
schema.TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
|
|
640
|
+
var ListAWSDefaultServiceQuotasRequest$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_LAWSDSQR,
|
|
@@ -645,7 +645,7 @@ var ListAWSDefaultServiceQuotasRequest = [
|
|
|
645
645
|
[_SC, _NT, _MR],
|
|
646
646
|
[0, 0, 1],
|
|
647
647
|
];
|
|
648
|
-
var ListAWSDefaultServiceQuotasResponse = [
|
|
648
|
+
var ListAWSDefaultServiceQuotasResponse$ = [
|
|
649
649
|
3,
|
|
650
650
|
n0,
|
|
651
651
|
_LAWSDSQRi,
|
|
@@ -653,7 +653,7 @@ var ListAWSDefaultServiceQuotasResponse = [
|
|
|
653
653
|
[_NT, _Qu],
|
|
654
654
|
[0, () => ServiceQuotaListDefinition],
|
|
655
655
|
];
|
|
656
|
-
var ListRequestedServiceQuotaChangeHistoryByQuotaRequest = [
|
|
656
|
+
var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$ = [
|
|
657
657
|
3,
|
|
658
658
|
n0,
|
|
659
659
|
_LRSQCHBQR,
|
|
@@ -661,7 +661,7 @@ var ListRequestedServiceQuotaChangeHistoryByQuotaRequest = [
|
|
|
661
661
|
[_SC, _QC, _S, _NT, _MR, _QRAL],
|
|
662
662
|
[0, 0, 0, 0, 1, 0],
|
|
663
663
|
];
|
|
664
|
-
var ListRequestedServiceQuotaChangeHistoryByQuotaResponse = [
|
|
664
|
+
var ListRequestedServiceQuotaChangeHistoryByQuotaResponse$ = [
|
|
665
665
|
3,
|
|
666
666
|
n0,
|
|
667
667
|
_LRSQCHBQRi,
|
|
@@ -669,7 +669,7 @@ var ListRequestedServiceQuotaChangeHistoryByQuotaResponse = [
|
|
|
669
669
|
[_NT, _RQe],
|
|
670
670
|
[0, () => RequestedServiceQuotaChangeHistoryListDefinition],
|
|
671
671
|
];
|
|
672
|
-
var ListRequestedServiceQuotaChangeHistoryRequest = [
|
|
672
|
+
var ListRequestedServiceQuotaChangeHistoryRequest$ = [
|
|
673
673
|
3,
|
|
674
674
|
n0,
|
|
675
675
|
_LRSQCHR,
|
|
@@ -677,7 +677,7 @@ var ListRequestedServiceQuotaChangeHistoryRequest = [
|
|
|
677
677
|
[_SC, _S, _NT, _MR, _QRAL],
|
|
678
678
|
[0, 0, 0, 1, 0],
|
|
679
679
|
];
|
|
680
|
-
var ListRequestedServiceQuotaChangeHistoryResponse = [
|
|
680
|
+
var ListRequestedServiceQuotaChangeHistoryResponse$ = [
|
|
681
681
|
3,
|
|
682
682
|
n0,
|
|
683
683
|
_LRSQCHRi,
|
|
@@ -685,7 +685,7 @@ var ListRequestedServiceQuotaChangeHistoryResponse = [
|
|
|
685
685
|
[_NT, _RQe],
|
|
686
686
|
[0, () => RequestedServiceQuotaChangeHistoryListDefinition],
|
|
687
687
|
];
|
|
688
|
-
var ListServiceQuotaIncreaseRequestsInTemplateRequest = [
|
|
688
|
+
var ListServiceQuotaIncreaseRequestsInTemplateRequest$ = [
|
|
689
689
|
3,
|
|
690
690
|
n0,
|
|
691
691
|
_LSQIRITR,
|
|
@@ -693,7 +693,7 @@ var ListServiceQuotaIncreaseRequestsInTemplateRequest = [
|
|
|
693
693
|
[_SC, _AR, _NT, _MR],
|
|
694
694
|
[0, 0, 0, 1],
|
|
695
695
|
];
|
|
696
|
-
var ListServiceQuotaIncreaseRequestsInTemplateResponse = [
|
|
696
|
+
var ListServiceQuotaIncreaseRequestsInTemplateResponse$ = [
|
|
697
697
|
3,
|
|
698
698
|
n0,
|
|
699
699
|
_LSQIRITRi,
|
|
@@ -701,7 +701,7 @@ var ListServiceQuotaIncreaseRequestsInTemplateResponse = [
|
|
|
701
701
|
[_SQIRITL, _NT],
|
|
702
702
|
[() => ServiceQuotaIncreaseRequestInTemplateList, 0],
|
|
703
703
|
];
|
|
704
|
-
var ListServiceQuotasRequest = [
|
|
704
|
+
var ListServiceQuotasRequest$ = [
|
|
705
705
|
3,
|
|
706
706
|
n0,
|
|
707
707
|
_LSQR,
|
|
@@ -709,7 +709,7 @@ var ListServiceQuotasRequest = [
|
|
|
709
709
|
[_SC, _NT, _MR, _QC, _QAAL],
|
|
710
710
|
[0, 0, 1, 0, 0],
|
|
711
711
|
];
|
|
712
|
-
var ListServiceQuotasResponse = [
|
|
712
|
+
var ListServiceQuotasResponse$ = [
|
|
713
713
|
3,
|
|
714
714
|
n0,
|
|
715
715
|
_LSQRi,
|
|
@@ -717,8 +717,8 @@ var ListServiceQuotasResponse = [
|
|
|
717
717
|
[_NT, _Qu],
|
|
718
718
|
[0, () => ServiceQuotaListDefinition],
|
|
719
719
|
];
|
|
720
|
-
var ListServicesRequest = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
721
|
-
var ListServicesResponse = [
|
|
720
|
+
var ListServicesRequest$ = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
721
|
+
var ListServicesResponse$ = [
|
|
722
722
|
3,
|
|
723
723
|
n0,
|
|
724
724
|
_LSRi,
|
|
@@ -726,14 +726,14 @@ var ListServicesResponse = [
|
|
|
726
726
|
[_NT, _Se],
|
|
727
727
|
[0, () => ServiceInfoListDefinition],
|
|
728
728
|
];
|
|
729
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
730
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
|
|
731
|
-
var MetricInfo = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
|
|
732
|
-
var NoAvailableOrganizationException = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
733
|
-
schema.TypeRegistry.for(n0).registerError(NoAvailableOrganizationException
|
|
734
|
-
var NoSuchResourceException = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
735
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchResourceException
|
|
736
|
-
var OrganizationNotInAllFeaturesModeException = [
|
|
729
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
730
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
|
|
731
|
+
var MetricInfo$ = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
|
|
732
|
+
var NoAvailableOrganizationException$ = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
733
|
+
schema.TypeRegistry.for(n0).registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
|
|
734
|
+
var NoSuchResourceException$ = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
735
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchResourceException$, NoSuchResourceException);
|
|
736
|
+
var OrganizationNotInAllFeaturesModeException$ = [
|
|
737
737
|
-3,
|
|
738
738
|
n0,
|
|
739
739
|
_ONIAFME,
|
|
@@ -741,8 +741,8 @@ var OrganizationNotInAllFeaturesModeException = [
|
|
|
741
741
|
[_M],
|
|
742
742
|
[0],
|
|
743
743
|
];
|
|
744
|
-
schema.TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException
|
|
745
|
-
var PutServiceQuotaIncreaseRequestIntoTemplateRequest = [
|
|
744
|
+
schema.TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
745
|
+
var PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = [
|
|
746
746
|
3,
|
|
747
747
|
n0,
|
|
748
748
|
_PSQIRITR,
|
|
@@ -750,20 +750,20 @@ var PutServiceQuotaIncreaseRequestIntoTemplateRequest = [
|
|
|
750
750
|
[_QC, _SC, _AR, _DV],
|
|
751
751
|
[0, 0, 0, 1],
|
|
752
752
|
];
|
|
753
|
-
var PutServiceQuotaIncreaseRequestIntoTemplateResponse = [
|
|
753
|
+
var PutServiceQuotaIncreaseRequestIntoTemplateResponse$ = [
|
|
754
754
|
3,
|
|
755
755
|
n0,
|
|
756
756
|
_PSQIRITRu,
|
|
757
757
|
0,
|
|
758
758
|
[_SQIRIT],
|
|
759
|
-
[() => ServiceQuotaIncreaseRequestInTemplate],
|
|
759
|
+
[() => ServiceQuotaIncreaseRequestInTemplate$],
|
|
760
760
|
];
|
|
761
|
-
var QuotaContextInfo = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
|
|
762
|
-
var QuotaExceededException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
763
|
-
schema.TypeRegistry.for(n0).registerError(QuotaExceededException
|
|
764
|
-
var QuotaInfo = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
|
|
765
|
-
var QuotaPeriod = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
|
|
766
|
-
var QuotaUtilizationInfo = [
|
|
761
|
+
var QuotaContextInfo$ = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
|
|
762
|
+
var QuotaExceededException$ = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
763
|
+
schema.TypeRegistry.for(n0).registerError(QuotaExceededException$, QuotaExceededException);
|
|
764
|
+
var QuotaInfo$ = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
|
|
765
|
+
var QuotaPeriod$ = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
|
|
766
|
+
var QuotaUtilizationInfo$ = [
|
|
767
767
|
3,
|
|
768
768
|
n0,
|
|
769
769
|
_QUI,
|
|
@@ -771,15 +771,15 @@ var QuotaUtilizationInfo = [
|
|
|
771
771
|
[_QC, _SC, _QN, _N, _U, _DVe, _AV, _SN, _A],
|
|
772
772
|
[0, 0, 0, 0, 1, 1, 1, 0, 2],
|
|
773
773
|
];
|
|
774
|
-
var RequestedServiceQuotaChange = [
|
|
774
|
+
var RequestedServiceQuotaChange$ = [
|
|
775
775
|
3,
|
|
776
776
|
n0,
|
|
777
777
|
_RSQC,
|
|
778
778
|
0,
|
|
779
779
|
[_I, _RT, _CIa, _SC, _SN, _QC, _QN, _DV, _S, _C, _LU, _R, _QA, _GQ, _Un, _QRAL, _QCu],
|
|
780
|
-
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo],
|
|
780
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo$],
|
|
781
781
|
];
|
|
782
|
-
var RequestServiceQuotaIncreaseRequest = [
|
|
782
|
+
var RequestServiceQuotaIncreaseRequest$ = [
|
|
783
783
|
3,
|
|
784
784
|
n0,
|
|
785
785
|
_RSQIR,
|
|
@@ -787,28 +787,28 @@ var RequestServiceQuotaIncreaseRequest = [
|
|
|
787
787
|
[_SC, _QC, _DV, _CI, _SCA],
|
|
788
788
|
[0, 0, 1, 0, 2],
|
|
789
789
|
];
|
|
790
|
-
var RequestServiceQuotaIncreaseResponse = [
|
|
790
|
+
var RequestServiceQuotaIncreaseResponse$ = [
|
|
791
791
|
3,
|
|
792
792
|
n0,
|
|
793
793
|
_RSQIRe,
|
|
794
794
|
0,
|
|
795
795
|
[_RQ],
|
|
796
|
-
[() => RequestedServiceQuotaChange],
|
|
796
|
+
[() => RequestedServiceQuotaChange$],
|
|
797
797
|
];
|
|
798
|
-
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
799
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
800
|
-
var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
801
|
-
schema.TypeRegistry.for(n0).registerError(ServiceException
|
|
802
|
-
var ServiceInfo = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
|
|
803
|
-
var ServiceQuota = [
|
|
798
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
799
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
800
|
+
var ServiceException$ = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
801
|
+
schema.TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
802
|
+
var ServiceInfo$ = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
|
|
803
|
+
var ServiceQuota$ = [
|
|
804
804
|
3,
|
|
805
805
|
n0,
|
|
806
806
|
_SQ,
|
|
807
807
|
0,
|
|
808
808
|
[_SC, _SN, _QA, _QC, _QN, _V, _Un, _A, _GQ, _UM, _P, _ER, _QAAL, _QCu, _D],
|
|
809
|
-
[0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo
|
|
809
|
+
[0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo$, () => QuotaPeriod$, () => ErrorReason$, 0, () => QuotaContextInfo$, 0],
|
|
810
810
|
];
|
|
811
|
-
var ServiceQuotaIncreaseRequestInTemplate = [
|
|
811
|
+
var ServiceQuotaIncreaseRequestInTemplate$ = [
|
|
812
812
|
3,
|
|
813
813
|
n0,
|
|
814
814
|
_SQIRIT,
|
|
@@ -816,7 +816,7 @@ var ServiceQuotaIncreaseRequestInTemplate = [
|
|
|
816
816
|
[_SC, _SN, _QC, _QN, _DV, _AR, _Un, _GQ],
|
|
817
817
|
[0, 0, 0, 0, 1, 0, 0, 2],
|
|
818
818
|
];
|
|
819
|
-
var ServiceQuotaTemplateNotInUseException = [
|
|
819
|
+
var ServiceQuotaTemplateNotInUseException$ = [
|
|
820
820
|
-3,
|
|
821
821
|
n0,
|
|
822
822
|
_SQTNIUE,
|
|
@@ -824,8 +824,8 @@ var ServiceQuotaTemplateNotInUseException = [
|
|
|
824
824
|
[_M],
|
|
825
825
|
[0],
|
|
826
826
|
];
|
|
827
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException
|
|
828
|
-
var StartAutoManagementRequest = [
|
|
827
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException$, ServiceQuotaTemplateNotInUseException);
|
|
828
|
+
var StartAutoManagementRequest$ = [
|
|
829
829
|
3,
|
|
830
830
|
n0,
|
|
831
831
|
_SAMR,
|
|
@@ -833,17 +833,17 @@ var StartAutoManagementRequest = [
|
|
|
833
833
|
[_OIL, _OIT, _NA, _EL],
|
|
834
834
|
[0, 0, 0, [2, n0, _EL, 0, 0, 64 | 0]],
|
|
835
835
|
];
|
|
836
|
-
var StartAutoManagementResponse = [3, n0, _SAMRt, 0, [], []];
|
|
837
|
-
var StartQuotaUtilizationReportRequest = [3, n0, _SQURR, 0, [], []];
|
|
838
|
-
var StartQuotaUtilizationReportResponse = [3, n0, _SQURRt, 0, [_RIe, _S, _M], [0, 0, 0]];
|
|
839
|
-
var StopAutoManagementRequest = [3, n0, _SAMRto, 0, [], []];
|
|
840
|
-
var StopAutoManagementResponse = [3, n0, _SAMRtop, 0, [], []];
|
|
841
|
-
var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
842
|
-
var TagPolicyViolationException = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
843
|
-
schema.TypeRegistry.for(n0).registerError(TagPolicyViolationException
|
|
844
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
|
|
845
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
846
|
-
var TemplatesNotAvailableInRegionException = [
|
|
836
|
+
var StartAutoManagementResponse$ = [3, n0, _SAMRt, 0, [], []];
|
|
837
|
+
var StartQuotaUtilizationReportRequest$ = [3, n0, _SQURR, 0, [], []];
|
|
838
|
+
var StartQuotaUtilizationReportResponse$ = [3, n0, _SQURRt, 0, [_RIe, _S, _M], [0, 0, 0]];
|
|
839
|
+
var StopAutoManagementRequest$ = [3, n0, _SAMRto, 0, [], []];
|
|
840
|
+
var StopAutoManagementResponse$ = [3, n0, _SAMRtop, 0, [], []];
|
|
841
|
+
var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
842
|
+
var TagPolicyViolationException$ = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
843
|
+
schema.TypeRegistry.for(n0).registerError(TagPolicyViolationException$, TagPolicyViolationException);
|
|
844
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
|
|
845
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
846
|
+
var TemplatesNotAvailableInRegionException$ = [
|
|
847
847
|
-3,
|
|
848
848
|
n0,
|
|
849
849
|
_TNAIRE,
|
|
@@ -851,14 +851,14 @@ var TemplatesNotAvailableInRegionException = [
|
|
|
851
851
|
[_M],
|
|
852
852
|
[0],
|
|
853
853
|
];
|
|
854
|
-
schema.TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException
|
|
855
|
-
var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
856
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
857
|
-
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
858
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
859
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
860
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
861
|
-
var UpdateAutoManagementRequest = [
|
|
854
|
+
schema.TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException$, TemplatesNotAvailableInRegionException);
|
|
855
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
856
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
857
|
+
var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
858
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
859
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
860
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
861
|
+
var UpdateAutoManagementRequest$ = [
|
|
862
862
|
3,
|
|
863
863
|
n0,
|
|
864
864
|
_UAMR,
|
|
@@ -866,223 +866,230 @@ var UpdateAutoManagementRequest = [
|
|
|
866
866
|
[_OIT, _NA, _EL],
|
|
867
867
|
[0, 0, [2, n0, _EL, 0, 0, 64 | 0]],
|
|
868
868
|
];
|
|
869
|
-
var UpdateAutoManagementResponse = [3, n0, _UAMRp, 0, [], []];
|
|
870
|
-
var ServiceQuotasServiceException = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
|
|
871
|
-
schema.TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException
|
|
872
|
-
var InputTags = [1, n0, _IT, 0, () => Tag];
|
|
873
|
-
var OutputTags = [1, n0, _OT, 0, () => Tag];
|
|
874
|
-
var QuotaInfoList = [1, n0, _QIL, 0, () => QuotaInfo];
|
|
875
|
-
var QuotaUtilizationInfoList = [1, n0, _QUIL, 0, () => QuotaUtilizationInfo];
|
|
869
|
+
var UpdateAutoManagementResponse$ = [3, n0, _UAMRp, 0, [], []];
|
|
870
|
+
var ServiceQuotasServiceException$ = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
|
|
871
|
+
schema.TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException$, ServiceQuotasServiceException);
|
|
872
|
+
var InputTags = [1, n0, _IT, 0, () => Tag$];
|
|
873
|
+
var OutputTags = [1, n0, _OT, 0, () => Tag$];
|
|
874
|
+
var QuotaInfoList = [1, n0, _QIL, 0, () => QuotaInfo$];
|
|
875
|
+
var QuotaUtilizationInfoList = [1, n0, _QUIL, 0, () => QuotaUtilizationInfo$];
|
|
876
876
|
var RequestedServiceQuotaChangeHistoryListDefinition = [
|
|
877
877
|
1,
|
|
878
878
|
n0,
|
|
879
879
|
_RSQCHLD,
|
|
880
880
|
0,
|
|
881
|
-
() => RequestedServiceQuotaChange
|
|
881
|
+
() => RequestedServiceQuotaChange$,
|
|
882
882
|
];
|
|
883
|
-
var ServiceInfoListDefinition = [1, n0, _SILD, 0, () => ServiceInfo];
|
|
883
|
+
var ServiceInfoListDefinition = [1, n0, _SILD, 0, () => ServiceInfo$];
|
|
884
884
|
var ServiceQuotaIncreaseRequestInTemplateList = [
|
|
885
885
|
1,
|
|
886
886
|
n0,
|
|
887
887
|
_SQIRITL,
|
|
888
888
|
0,
|
|
889
|
-
() => ServiceQuotaIncreaseRequestInTemplate
|
|
889
|
+
() => ServiceQuotaIncreaseRequestInTemplate$,
|
|
890
890
|
];
|
|
891
|
-
var ServiceQuotaListDefinition = [1, n0, _SQLD, 0, () => ServiceQuota];
|
|
891
|
+
var ServiceQuotaListDefinition = [1, n0, _SQLD, 0, () => ServiceQuota$];
|
|
892
892
|
var ExclusionQuotaList = [2, n0, _EQL, 0, 0, () => QuotaInfoList];
|
|
893
|
-
var AssociateServiceQuotaTemplate = [
|
|
893
|
+
var AssociateServiceQuotaTemplate$ = [
|
|
894
894
|
9,
|
|
895
895
|
n0,
|
|
896
896
|
_ASQT,
|
|
897
897
|
0,
|
|
898
|
-
() => AssociateServiceQuotaTemplateRequest
|
|
899
|
-
() => AssociateServiceQuotaTemplateResponse
|
|
898
|
+
() => AssociateServiceQuotaTemplateRequest$,
|
|
899
|
+
() => AssociateServiceQuotaTemplateResponse$,
|
|
900
900
|
];
|
|
901
|
-
var CreateSupportCase = [
|
|
901
|
+
var CreateSupportCase$ = [
|
|
902
902
|
9,
|
|
903
903
|
n0,
|
|
904
904
|
_CSC,
|
|
905
905
|
0,
|
|
906
|
-
() => CreateSupportCaseRequest
|
|
907
|
-
() => CreateSupportCaseResponse
|
|
906
|
+
() => CreateSupportCaseRequest$,
|
|
907
|
+
() => CreateSupportCaseResponse$,
|
|
908
908
|
];
|
|
909
|
-
var DeleteServiceQuotaIncreaseRequestFromTemplate = [
|
|
909
|
+
var DeleteServiceQuotaIncreaseRequestFromTemplate$ = [
|
|
910
910
|
9,
|
|
911
911
|
n0,
|
|
912
912
|
_DSQIRFT,
|
|
913
913
|
0,
|
|
914
|
-
() => DeleteServiceQuotaIncreaseRequestFromTemplateRequest
|
|
915
|
-
() => DeleteServiceQuotaIncreaseRequestFromTemplateResponse
|
|
914
|
+
() => DeleteServiceQuotaIncreaseRequestFromTemplateRequest$,
|
|
915
|
+
() => DeleteServiceQuotaIncreaseRequestFromTemplateResponse$,
|
|
916
916
|
];
|
|
917
|
-
var DisassociateServiceQuotaTemplate = [
|
|
917
|
+
var DisassociateServiceQuotaTemplate$ = [
|
|
918
918
|
9,
|
|
919
919
|
n0,
|
|
920
920
|
_DSQT,
|
|
921
921
|
0,
|
|
922
|
-
() => DisassociateServiceQuotaTemplateRequest
|
|
923
|
-
() => DisassociateServiceQuotaTemplateResponse
|
|
922
|
+
() => DisassociateServiceQuotaTemplateRequest$,
|
|
923
|
+
() => DisassociateServiceQuotaTemplateResponse$,
|
|
924
924
|
];
|
|
925
|
-
var GetAssociationForServiceQuotaTemplate = [
|
|
925
|
+
var GetAssociationForServiceQuotaTemplate$ = [
|
|
926
926
|
9,
|
|
927
927
|
n0,
|
|
928
928
|
_GAFSQT,
|
|
929
929
|
0,
|
|
930
|
-
() => GetAssociationForServiceQuotaTemplateRequest
|
|
931
|
-
() => GetAssociationForServiceQuotaTemplateResponse
|
|
930
|
+
() => GetAssociationForServiceQuotaTemplateRequest$,
|
|
931
|
+
() => GetAssociationForServiceQuotaTemplateResponse$,
|
|
932
932
|
];
|
|
933
|
-
var GetAutoManagementConfiguration = [
|
|
933
|
+
var GetAutoManagementConfiguration$ = [
|
|
934
934
|
9,
|
|
935
935
|
n0,
|
|
936
936
|
_GAMC,
|
|
937
937
|
0,
|
|
938
|
-
() => GetAutoManagementConfigurationRequest
|
|
939
|
-
() => GetAutoManagementConfigurationResponse
|
|
938
|
+
() => GetAutoManagementConfigurationRequest$,
|
|
939
|
+
() => GetAutoManagementConfigurationResponse$,
|
|
940
940
|
];
|
|
941
|
-
var GetAWSDefaultServiceQuota = [
|
|
941
|
+
var GetAWSDefaultServiceQuota$ = [
|
|
942
942
|
9,
|
|
943
943
|
n0,
|
|
944
944
|
_GAWSDSQ,
|
|
945
945
|
0,
|
|
946
|
-
() => GetAWSDefaultServiceQuotaRequest
|
|
947
|
-
() => GetAWSDefaultServiceQuotaResponse
|
|
946
|
+
() => GetAWSDefaultServiceQuotaRequest$,
|
|
947
|
+
() => GetAWSDefaultServiceQuotaResponse$,
|
|
948
948
|
];
|
|
949
|
-
var GetQuotaUtilizationReport = [
|
|
949
|
+
var GetQuotaUtilizationReport$ = [
|
|
950
950
|
9,
|
|
951
951
|
n0,
|
|
952
952
|
_GQUR,
|
|
953
953
|
0,
|
|
954
|
-
() => GetQuotaUtilizationReportRequest
|
|
955
|
-
() => GetQuotaUtilizationReportResponse
|
|
954
|
+
() => GetQuotaUtilizationReportRequest$,
|
|
955
|
+
() => GetQuotaUtilizationReportResponse$,
|
|
956
956
|
];
|
|
957
|
-
var GetRequestedServiceQuotaChange = [
|
|
957
|
+
var GetRequestedServiceQuotaChange$ = [
|
|
958
958
|
9,
|
|
959
959
|
n0,
|
|
960
960
|
_GRSQC,
|
|
961
961
|
0,
|
|
962
|
-
() => GetRequestedServiceQuotaChangeRequest
|
|
963
|
-
() => GetRequestedServiceQuotaChangeResponse
|
|
962
|
+
() => GetRequestedServiceQuotaChangeRequest$,
|
|
963
|
+
() => GetRequestedServiceQuotaChangeResponse$,
|
|
964
964
|
];
|
|
965
|
-
var GetServiceQuota = [
|
|
965
|
+
var GetServiceQuota$ = [
|
|
966
966
|
9,
|
|
967
967
|
n0,
|
|
968
968
|
_GSQ,
|
|
969
969
|
0,
|
|
970
|
-
() => GetServiceQuotaRequest
|
|
971
|
-
() => GetServiceQuotaResponse
|
|
970
|
+
() => GetServiceQuotaRequest$,
|
|
971
|
+
() => GetServiceQuotaResponse$,
|
|
972
972
|
];
|
|
973
|
-
var GetServiceQuotaIncreaseRequestFromTemplate = [
|
|
973
|
+
var GetServiceQuotaIncreaseRequestFromTemplate$ = [
|
|
974
974
|
9,
|
|
975
975
|
n0,
|
|
976
976
|
_GSQIRFT,
|
|
977
977
|
0,
|
|
978
|
-
() => GetServiceQuotaIncreaseRequestFromTemplateRequest
|
|
979
|
-
() => GetServiceQuotaIncreaseRequestFromTemplateResponse
|
|
978
|
+
() => GetServiceQuotaIncreaseRequestFromTemplateRequest$,
|
|
979
|
+
() => GetServiceQuotaIncreaseRequestFromTemplateResponse$,
|
|
980
980
|
];
|
|
981
|
-
var ListAWSDefaultServiceQuotas = [
|
|
981
|
+
var ListAWSDefaultServiceQuotas$ = [
|
|
982
982
|
9,
|
|
983
983
|
n0,
|
|
984
984
|
_LAWSDSQ,
|
|
985
985
|
0,
|
|
986
|
-
() => ListAWSDefaultServiceQuotasRequest
|
|
987
|
-
() => ListAWSDefaultServiceQuotasResponse
|
|
986
|
+
() => ListAWSDefaultServiceQuotasRequest$,
|
|
987
|
+
() => ListAWSDefaultServiceQuotasResponse$,
|
|
988
988
|
];
|
|
989
|
-
var ListRequestedServiceQuotaChangeHistory = [
|
|
989
|
+
var ListRequestedServiceQuotaChangeHistory$ = [
|
|
990
990
|
9,
|
|
991
991
|
n0,
|
|
992
992
|
_LRSQCH,
|
|
993
993
|
0,
|
|
994
|
-
() => ListRequestedServiceQuotaChangeHistoryRequest
|
|
995
|
-
() => ListRequestedServiceQuotaChangeHistoryResponse
|
|
994
|
+
() => ListRequestedServiceQuotaChangeHistoryRequest$,
|
|
995
|
+
() => ListRequestedServiceQuotaChangeHistoryResponse$,
|
|
996
996
|
];
|
|
997
|
-
var ListRequestedServiceQuotaChangeHistoryByQuota = [
|
|
997
|
+
var ListRequestedServiceQuotaChangeHistoryByQuota$ = [
|
|
998
998
|
9,
|
|
999
999
|
n0,
|
|
1000
1000
|
_LRSQCHBQ,
|
|
1001
1001
|
0,
|
|
1002
|
-
() => ListRequestedServiceQuotaChangeHistoryByQuotaRequest
|
|
1003
|
-
() => ListRequestedServiceQuotaChangeHistoryByQuotaResponse
|
|
1002
|
+
() => ListRequestedServiceQuotaChangeHistoryByQuotaRequest$,
|
|
1003
|
+
() => ListRequestedServiceQuotaChangeHistoryByQuotaResponse$,
|
|
1004
1004
|
];
|
|
1005
|
-
var ListServiceQuotaIncreaseRequestsInTemplate = [
|
|
1005
|
+
var ListServiceQuotaIncreaseRequestsInTemplate$ = [
|
|
1006
1006
|
9,
|
|
1007
1007
|
n0,
|
|
1008
1008
|
_LSQIRIT,
|
|
1009
1009
|
0,
|
|
1010
|
-
() => ListServiceQuotaIncreaseRequestsInTemplateRequest
|
|
1011
|
-
() => ListServiceQuotaIncreaseRequestsInTemplateResponse
|
|
1010
|
+
() => ListServiceQuotaIncreaseRequestsInTemplateRequest$,
|
|
1011
|
+
() => ListServiceQuotaIncreaseRequestsInTemplateResponse$,
|
|
1012
1012
|
];
|
|
1013
|
-
var ListServiceQuotas = [
|
|
1013
|
+
var ListServiceQuotas$ = [
|
|
1014
1014
|
9,
|
|
1015
1015
|
n0,
|
|
1016
1016
|
_LSQ,
|
|
1017
1017
|
0,
|
|
1018
|
-
() => ListServiceQuotasRequest
|
|
1019
|
-
() => ListServiceQuotasResponse
|
|
1018
|
+
() => ListServiceQuotasRequest$,
|
|
1019
|
+
() => ListServiceQuotasResponse$,
|
|
1020
|
+
];
|
|
1021
|
+
var ListServices$ = [
|
|
1022
|
+
9,
|
|
1023
|
+
n0,
|
|
1024
|
+
_LS,
|
|
1025
|
+
0,
|
|
1026
|
+
() => ListServicesRequest$,
|
|
1027
|
+
() => ListServicesResponse$,
|
|
1020
1028
|
];
|
|
1021
|
-
var
|
|
1022
|
-
var ListTagsForResource = [
|
|
1029
|
+
var ListTagsForResource$ = [
|
|
1023
1030
|
9,
|
|
1024
1031
|
n0,
|
|
1025
1032
|
_LTFR,
|
|
1026
1033
|
0,
|
|
1027
|
-
() => ListTagsForResourceRequest
|
|
1028
|
-
() => ListTagsForResourceResponse
|
|
1034
|
+
() => ListTagsForResourceRequest$,
|
|
1035
|
+
() => ListTagsForResourceResponse$,
|
|
1029
1036
|
];
|
|
1030
|
-
var PutServiceQuotaIncreaseRequestIntoTemplate = [
|
|
1037
|
+
var PutServiceQuotaIncreaseRequestIntoTemplate$ = [
|
|
1031
1038
|
9,
|
|
1032
1039
|
n0,
|
|
1033
1040
|
_PSQIRIT,
|
|
1034
1041
|
0,
|
|
1035
|
-
() => PutServiceQuotaIncreaseRequestIntoTemplateRequest
|
|
1036
|
-
() => PutServiceQuotaIncreaseRequestIntoTemplateResponse
|
|
1042
|
+
() => PutServiceQuotaIncreaseRequestIntoTemplateRequest$,
|
|
1043
|
+
() => PutServiceQuotaIncreaseRequestIntoTemplateResponse$,
|
|
1037
1044
|
];
|
|
1038
|
-
var RequestServiceQuotaIncrease = [
|
|
1045
|
+
var RequestServiceQuotaIncrease$ = [
|
|
1039
1046
|
9,
|
|
1040
1047
|
n0,
|
|
1041
1048
|
_RSQI,
|
|
1042
1049
|
0,
|
|
1043
|
-
() => RequestServiceQuotaIncreaseRequest
|
|
1044
|
-
() => RequestServiceQuotaIncreaseResponse
|
|
1050
|
+
() => RequestServiceQuotaIncreaseRequest$,
|
|
1051
|
+
() => RequestServiceQuotaIncreaseResponse$,
|
|
1045
1052
|
];
|
|
1046
|
-
var StartAutoManagement = [
|
|
1053
|
+
var StartAutoManagement$ = [
|
|
1047
1054
|
9,
|
|
1048
1055
|
n0,
|
|
1049
1056
|
_SAM,
|
|
1050
1057
|
0,
|
|
1051
|
-
() => StartAutoManagementRequest
|
|
1052
|
-
() => StartAutoManagementResponse
|
|
1058
|
+
() => StartAutoManagementRequest$,
|
|
1059
|
+
() => StartAutoManagementResponse$,
|
|
1053
1060
|
];
|
|
1054
|
-
var StartQuotaUtilizationReport = [
|
|
1061
|
+
var StartQuotaUtilizationReport$ = [
|
|
1055
1062
|
9,
|
|
1056
1063
|
n0,
|
|
1057
1064
|
_SQUR,
|
|
1058
1065
|
0,
|
|
1059
|
-
() => StartQuotaUtilizationReportRequest
|
|
1060
|
-
() => StartQuotaUtilizationReportResponse
|
|
1066
|
+
() => StartQuotaUtilizationReportRequest$,
|
|
1067
|
+
() => StartQuotaUtilizationReportResponse$,
|
|
1061
1068
|
];
|
|
1062
|
-
var StopAutoManagement = [
|
|
1069
|
+
var StopAutoManagement$ = [
|
|
1063
1070
|
9,
|
|
1064
1071
|
n0,
|
|
1065
1072
|
_SAMt,
|
|
1066
1073
|
0,
|
|
1067
|
-
() => StopAutoManagementRequest
|
|
1068
|
-
() => StopAutoManagementResponse
|
|
1074
|
+
() => StopAutoManagementRequest$,
|
|
1075
|
+
() => StopAutoManagementResponse$,
|
|
1069
1076
|
];
|
|
1070
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1071
|
-
var UntagResource = [
|
|
1077
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1078
|
+
var UntagResource$ = [
|
|
1072
1079
|
9,
|
|
1073
1080
|
n0,
|
|
1074
1081
|
_UR,
|
|
1075
1082
|
0,
|
|
1076
|
-
() => UntagResourceRequest
|
|
1077
|
-
() => UntagResourceResponse
|
|
1083
|
+
() => UntagResourceRequest$,
|
|
1084
|
+
() => UntagResourceResponse$,
|
|
1078
1085
|
];
|
|
1079
|
-
var UpdateAutoManagement = [
|
|
1086
|
+
var UpdateAutoManagement$ = [
|
|
1080
1087
|
9,
|
|
1081
1088
|
n0,
|
|
1082
1089
|
_UAM,
|
|
1083
1090
|
0,
|
|
1084
|
-
() => UpdateAutoManagementRequest
|
|
1085
|
-
() => UpdateAutoManagementResponse
|
|
1091
|
+
() => UpdateAutoManagementRequest$,
|
|
1092
|
+
() => UpdateAutoManagementResponse$,
|
|
1086
1093
|
];
|
|
1087
1094
|
|
|
1088
1095
|
class AssociateServiceQuotaTemplateCommand extends smithyClient.Command
|
|
@@ -1093,7 +1100,7 @@ class AssociateServiceQuotaTemplateCommand extends smithyClient.Command
|
|
|
1093
1100
|
})
|
|
1094
1101
|
.s("ServiceQuotasV20190624", "AssociateServiceQuotaTemplate", {})
|
|
1095
1102
|
.n("ServiceQuotasClient", "AssociateServiceQuotaTemplateCommand")
|
|
1096
|
-
.sc(AssociateServiceQuotaTemplate)
|
|
1103
|
+
.sc(AssociateServiceQuotaTemplate$)
|
|
1097
1104
|
.build() {
|
|
1098
1105
|
}
|
|
1099
1106
|
|
|
@@ -1105,7 +1112,7 @@ class CreateSupportCaseCommand extends smithyClient.Command
|
|
|
1105
1112
|
})
|
|
1106
1113
|
.s("ServiceQuotasV20190624", "CreateSupportCase", {})
|
|
1107
1114
|
.n("ServiceQuotasClient", "CreateSupportCaseCommand")
|
|
1108
|
-
.sc(CreateSupportCase)
|
|
1115
|
+
.sc(CreateSupportCase$)
|
|
1109
1116
|
.build() {
|
|
1110
1117
|
}
|
|
1111
1118
|
|
|
@@ -1117,7 +1124,7 @@ class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends smithyClient.
|
|
|
1117
1124
|
})
|
|
1118
1125
|
.s("ServiceQuotasV20190624", "DeleteServiceQuotaIncreaseRequestFromTemplate", {})
|
|
1119
1126
|
.n("ServiceQuotasClient", "DeleteServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
1120
|
-
.sc(DeleteServiceQuotaIncreaseRequestFromTemplate)
|
|
1127
|
+
.sc(DeleteServiceQuotaIncreaseRequestFromTemplate$)
|
|
1121
1128
|
.build() {
|
|
1122
1129
|
}
|
|
1123
1130
|
|
|
@@ -1129,7 +1136,7 @@ class DisassociateServiceQuotaTemplateCommand extends smithyClient.Command
|
|
|
1129
1136
|
})
|
|
1130
1137
|
.s("ServiceQuotasV20190624", "DisassociateServiceQuotaTemplate", {})
|
|
1131
1138
|
.n("ServiceQuotasClient", "DisassociateServiceQuotaTemplateCommand")
|
|
1132
|
-
.sc(DisassociateServiceQuotaTemplate)
|
|
1139
|
+
.sc(DisassociateServiceQuotaTemplate$)
|
|
1133
1140
|
.build() {
|
|
1134
1141
|
}
|
|
1135
1142
|
|
|
@@ -1141,7 +1148,7 @@ class GetAssociationForServiceQuotaTemplateCommand extends smithyClient.Command
|
|
|
1141
1148
|
})
|
|
1142
1149
|
.s("ServiceQuotasV20190624", "GetAssociationForServiceQuotaTemplate", {})
|
|
1143
1150
|
.n("ServiceQuotasClient", "GetAssociationForServiceQuotaTemplateCommand")
|
|
1144
|
-
.sc(GetAssociationForServiceQuotaTemplate)
|
|
1151
|
+
.sc(GetAssociationForServiceQuotaTemplate$)
|
|
1145
1152
|
.build() {
|
|
1146
1153
|
}
|
|
1147
1154
|
|
|
@@ -1153,7 +1160,7 @@ class GetAutoManagementConfigurationCommand extends smithyClient.Command
|
|
|
1153
1160
|
})
|
|
1154
1161
|
.s("ServiceQuotasV20190624", "GetAutoManagementConfiguration", {})
|
|
1155
1162
|
.n("ServiceQuotasClient", "GetAutoManagementConfigurationCommand")
|
|
1156
|
-
.sc(GetAutoManagementConfiguration)
|
|
1163
|
+
.sc(GetAutoManagementConfiguration$)
|
|
1157
1164
|
.build() {
|
|
1158
1165
|
}
|
|
1159
1166
|
|
|
@@ -1165,7 +1172,7 @@ class GetAWSDefaultServiceQuotaCommand extends smithyClient.Command
|
|
|
1165
1172
|
})
|
|
1166
1173
|
.s("ServiceQuotasV20190624", "GetAWSDefaultServiceQuota", {})
|
|
1167
1174
|
.n("ServiceQuotasClient", "GetAWSDefaultServiceQuotaCommand")
|
|
1168
|
-
.sc(GetAWSDefaultServiceQuota)
|
|
1175
|
+
.sc(GetAWSDefaultServiceQuota$)
|
|
1169
1176
|
.build() {
|
|
1170
1177
|
}
|
|
1171
1178
|
|
|
@@ -1177,7 +1184,7 @@ class GetQuotaUtilizationReportCommand extends smithyClient.Command
|
|
|
1177
1184
|
})
|
|
1178
1185
|
.s("ServiceQuotasV20190624", "GetQuotaUtilizationReport", {})
|
|
1179
1186
|
.n("ServiceQuotasClient", "GetQuotaUtilizationReportCommand")
|
|
1180
|
-
.sc(GetQuotaUtilizationReport)
|
|
1187
|
+
.sc(GetQuotaUtilizationReport$)
|
|
1181
1188
|
.build() {
|
|
1182
1189
|
}
|
|
1183
1190
|
|
|
@@ -1189,7 +1196,7 @@ class GetRequestedServiceQuotaChangeCommand extends smithyClient.Command
|
|
|
1189
1196
|
})
|
|
1190
1197
|
.s("ServiceQuotasV20190624", "GetRequestedServiceQuotaChange", {})
|
|
1191
1198
|
.n("ServiceQuotasClient", "GetRequestedServiceQuotaChangeCommand")
|
|
1192
|
-
.sc(GetRequestedServiceQuotaChange)
|
|
1199
|
+
.sc(GetRequestedServiceQuotaChange$)
|
|
1193
1200
|
.build() {
|
|
1194
1201
|
}
|
|
1195
1202
|
|
|
@@ -1201,7 +1208,7 @@ class GetServiceQuotaCommand extends smithyClient.Command
|
|
|
1201
1208
|
})
|
|
1202
1209
|
.s("ServiceQuotasV20190624", "GetServiceQuota", {})
|
|
1203
1210
|
.n("ServiceQuotasClient", "GetServiceQuotaCommand")
|
|
1204
|
-
.sc(GetServiceQuota)
|
|
1211
|
+
.sc(GetServiceQuota$)
|
|
1205
1212
|
.build() {
|
|
1206
1213
|
}
|
|
1207
1214
|
|
|
@@ -1213,7 +1220,7 @@ class GetServiceQuotaIncreaseRequestFromTemplateCommand extends smithyClient.Com
|
|
|
1213
1220
|
})
|
|
1214
1221
|
.s("ServiceQuotasV20190624", "GetServiceQuotaIncreaseRequestFromTemplate", {})
|
|
1215
1222
|
.n("ServiceQuotasClient", "GetServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
1216
|
-
.sc(GetServiceQuotaIncreaseRequestFromTemplate)
|
|
1223
|
+
.sc(GetServiceQuotaIncreaseRequestFromTemplate$)
|
|
1217
1224
|
.build() {
|
|
1218
1225
|
}
|
|
1219
1226
|
|
|
@@ -1225,7 +1232,7 @@ class ListAWSDefaultServiceQuotasCommand extends smithyClient.Command
|
|
|
1225
1232
|
})
|
|
1226
1233
|
.s("ServiceQuotasV20190624", "ListAWSDefaultServiceQuotas", {})
|
|
1227
1234
|
.n("ServiceQuotasClient", "ListAWSDefaultServiceQuotasCommand")
|
|
1228
|
-
.sc(ListAWSDefaultServiceQuotas)
|
|
1235
|
+
.sc(ListAWSDefaultServiceQuotas$)
|
|
1229
1236
|
.build() {
|
|
1230
1237
|
}
|
|
1231
1238
|
|
|
@@ -1237,7 +1244,7 @@ class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends smithyClient.
|
|
|
1237
1244
|
})
|
|
1238
1245
|
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistoryByQuota", {})
|
|
1239
1246
|
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryByQuotaCommand")
|
|
1240
|
-
.sc(ListRequestedServiceQuotaChangeHistoryByQuota)
|
|
1247
|
+
.sc(ListRequestedServiceQuotaChangeHistoryByQuota$)
|
|
1241
1248
|
.build() {
|
|
1242
1249
|
}
|
|
1243
1250
|
|
|
@@ -1249,7 +1256,7 @@ class ListRequestedServiceQuotaChangeHistoryCommand extends smithyClient.Command
|
|
|
1249
1256
|
})
|
|
1250
1257
|
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistory", {})
|
|
1251
1258
|
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryCommand")
|
|
1252
|
-
.sc(ListRequestedServiceQuotaChangeHistory)
|
|
1259
|
+
.sc(ListRequestedServiceQuotaChangeHistory$)
|
|
1253
1260
|
.build() {
|
|
1254
1261
|
}
|
|
1255
1262
|
|
|
@@ -1261,7 +1268,7 @@ class ListServiceQuotaIncreaseRequestsInTemplateCommand extends smithyClient.Com
|
|
|
1261
1268
|
})
|
|
1262
1269
|
.s("ServiceQuotasV20190624", "ListServiceQuotaIncreaseRequestsInTemplate", {})
|
|
1263
1270
|
.n("ServiceQuotasClient", "ListServiceQuotaIncreaseRequestsInTemplateCommand")
|
|
1264
|
-
.sc(ListServiceQuotaIncreaseRequestsInTemplate)
|
|
1271
|
+
.sc(ListServiceQuotaIncreaseRequestsInTemplate$)
|
|
1265
1272
|
.build() {
|
|
1266
1273
|
}
|
|
1267
1274
|
|
|
@@ -1273,7 +1280,7 @@ class ListServiceQuotasCommand extends smithyClient.Command
|
|
|
1273
1280
|
})
|
|
1274
1281
|
.s("ServiceQuotasV20190624", "ListServiceQuotas", {})
|
|
1275
1282
|
.n("ServiceQuotasClient", "ListServiceQuotasCommand")
|
|
1276
|
-
.sc(ListServiceQuotas)
|
|
1283
|
+
.sc(ListServiceQuotas$)
|
|
1277
1284
|
.build() {
|
|
1278
1285
|
}
|
|
1279
1286
|
|
|
@@ -1285,7 +1292,7 @@ class ListServicesCommand extends smithyClient.Command
|
|
|
1285
1292
|
})
|
|
1286
1293
|
.s("ServiceQuotasV20190624", "ListServices", {})
|
|
1287
1294
|
.n("ServiceQuotasClient", "ListServicesCommand")
|
|
1288
|
-
.sc(ListServices)
|
|
1295
|
+
.sc(ListServices$)
|
|
1289
1296
|
.build() {
|
|
1290
1297
|
}
|
|
1291
1298
|
|
|
@@ -1297,7 +1304,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1297
1304
|
})
|
|
1298
1305
|
.s("ServiceQuotasV20190624", "ListTagsForResource", {})
|
|
1299
1306
|
.n("ServiceQuotasClient", "ListTagsForResourceCommand")
|
|
1300
|
-
.sc(ListTagsForResource)
|
|
1307
|
+
.sc(ListTagsForResource$)
|
|
1301
1308
|
.build() {
|
|
1302
1309
|
}
|
|
1303
1310
|
|
|
@@ -1309,7 +1316,7 @@ class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends smithyClient.Com
|
|
|
1309
1316
|
})
|
|
1310
1317
|
.s("ServiceQuotasV20190624", "PutServiceQuotaIncreaseRequestIntoTemplate", {})
|
|
1311
1318
|
.n("ServiceQuotasClient", "PutServiceQuotaIncreaseRequestIntoTemplateCommand")
|
|
1312
|
-
.sc(PutServiceQuotaIncreaseRequestIntoTemplate)
|
|
1319
|
+
.sc(PutServiceQuotaIncreaseRequestIntoTemplate$)
|
|
1313
1320
|
.build() {
|
|
1314
1321
|
}
|
|
1315
1322
|
|
|
@@ -1321,7 +1328,7 @@ class RequestServiceQuotaIncreaseCommand extends smithyClient.Command
|
|
|
1321
1328
|
})
|
|
1322
1329
|
.s("ServiceQuotasV20190624", "RequestServiceQuotaIncrease", {})
|
|
1323
1330
|
.n("ServiceQuotasClient", "RequestServiceQuotaIncreaseCommand")
|
|
1324
|
-
.sc(RequestServiceQuotaIncrease)
|
|
1331
|
+
.sc(RequestServiceQuotaIncrease$)
|
|
1325
1332
|
.build() {
|
|
1326
1333
|
}
|
|
1327
1334
|
|
|
@@ -1333,7 +1340,7 @@ class StartAutoManagementCommand extends smithyClient.Command
|
|
|
1333
1340
|
})
|
|
1334
1341
|
.s("ServiceQuotasV20190624", "StartAutoManagement", {})
|
|
1335
1342
|
.n("ServiceQuotasClient", "StartAutoManagementCommand")
|
|
1336
|
-
.sc(StartAutoManagement)
|
|
1343
|
+
.sc(StartAutoManagement$)
|
|
1337
1344
|
.build() {
|
|
1338
1345
|
}
|
|
1339
1346
|
|
|
@@ -1345,7 +1352,7 @@ class StartQuotaUtilizationReportCommand extends smithyClient.Command
|
|
|
1345
1352
|
})
|
|
1346
1353
|
.s("ServiceQuotasV20190624", "StartQuotaUtilizationReport", {})
|
|
1347
1354
|
.n("ServiceQuotasClient", "StartQuotaUtilizationReportCommand")
|
|
1348
|
-
.sc(StartQuotaUtilizationReport)
|
|
1355
|
+
.sc(StartQuotaUtilizationReport$)
|
|
1349
1356
|
.build() {
|
|
1350
1357
|
}
|
|
1351
1358
|
|
|
@@ -1357,7 +1364,7 @@ class StopAutoManagementCommand extends smithyClient.Command
|
|
|
1357
1364
|
})
|
|
1358
1365
|
.s("ServiceQuotasV20190624", "StopAutoManagement", {})
|
|
1359
1366
|
.n("ServiceQuotasClient", "StopAutoManagementCommand")
|
|
1360
|
-
.sc(StopAutoManagement)
|
|
1367
|
+
.sc(StopAutoManagement$)
|
|
1361
1368
|
.build() {
|
|
1362
1369
|
}
|
|
1363
1370
|
|
|
@@ -1369,7 +1376,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1369
1376
|
})
|
|
1370
1377
|
.s("ServiceQuotasV20190624", "TagResource", {})
|
|
1371
1378
|
.n("ServiceQuotasClient", "TagResourceCommand")
|
|
1372
|
-
.sc(TagResource)
|
|
1379
|
+
.sc(TagResource$)
|
|
1373
1380
|
.build() {
|
|
1374
1381
|
}
|
|
1375
1382
|
|
|
@@ -1381,7 +1388,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1381
1388
|
})
|
|
1382
1389
|
.s("ServiceQuotasV20190624", "UntagResource", {})
|
|
1383
1390
|
.n("ServiceQuotasClient", "UntagResourceCommand")
|
|
1384
|
-
.sc(UntagResource)
|
|
1391
|
+
.sc(UntagResource$)
|
|
1385
1392
|
.build() {
|
|
1386
1393
|
}
|
|
1387
1394
|
|
|
@@ -1393,7 +1400,7 @@ class UpdateAutoManagementCommand extends smithyClient.Command
|
|
|
1393
1400
|
})
|
|
1394
1401
|
.s("ServiceQuotasV20190624", "UpdateAutoManagement", {})
|
|
1395
1402
|
.n("ServiceQuotasClient", "UpdateAutoManagementCommand")
|
|
1396
|
-
.sc(UpdateAutoManagement)
|
|
1403
|
+
.sc(UpdateAutoManagement$)
|
|
1397
1404
|
.build() {
|
|
1398
1405
|
}
|
|
1399
1406
|
|
|
@@ -1507,63 +1514,170 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1507
1514
|
enumerable: true,
|
|
1508
1515
|
get: function () { return smithyClient.Client; }
|
|
1509
1516
|
});
|
|
1510
|
-
exports.AWSServiceAccessNotEnabledException = AWSServiceAccessNotEnabledException
|
|
1511
|
-
exports.
|
|
1517
|
+
exports.AWSServiceAccessNotEnabledException = AWSServiceAccessNotEnabledException;
|
|
1518
|
+
exports.AWSServiceAccessNotEnabledException$ = AWSServiceAccessNotEnabledException$;
|
|
1519
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1520
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1512
1521
|
exports.AppliedLevelEnum = AppliedLevelEnum;
|
|
1522
|
+
exports.AssociateServiceQuotaTemplate$ = AssociateServiceQuotaTemplate$;
|
|
1513
1523
|
exports.AssociateServiceQuotaTemplateCommand = AssociateServiceQuotaTemplateCommand;
|
|
1524
|
+
exports.AssociateServiceQuotaTemplateRequest$ = AssociateServiceQuotaTemplateRequest$;
|
|
1525
|
+
exports.AssociateServiceQuotaTemplateResponse$ = AssociateServiceQuotaTemplateResponse$;
|
|
1526
|
+
exports.CreateSupportCase$ = CreateSupportCase$;
|
|
1514
1527
|
exports.CreateSupportCaseCommand = CreateSupportCaseCommand;
|
|
1528
|
+
exports.CreateSupportCaseRequest$ = CreateSupportCaseRequest$;
|
|
1529
|
+
exports.CreateSupportCaseResponse$ = CreateSupportCaseResponse$;
|
|
1530
|
+
exports.DeleteServiceQuotaIncreaseRequestFromTemplate$ = DeleteServiceQuotaIncreaseRequestFromTemplate$;
|
|
1515
1531
|
exports.DeleteServiceQuotaIncreaseRequestFromTemplateCommand = DeleteServiceQuotaIncreaseRequestFromTemplateCommand;
|
|
1516
|
-
exports.
|
|
1532
|
+
exports.DeleteServiceQuotaIncreaseRequestFromTemplateRequest$ = DeleteServiceQuotaIncreaseRequestFromTemplateRequest$;
|
|
1533
|
+
exports.DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = DeleteServiceQuotaIncreaseRequestFromTemplateResponse$;
|
|
1534
|
+
exports.DependencyAccessDeniedException = DependencyAccessDeniedException;
|
|
1535
|
+
exports.DependencyAccessDeniedException$ = DependencyAccessDeniedException$;
|
|
1536
|
+
exports.DisassociateServiceQuotaTemplate$ = DisassociateServiceQuotaTemplate$;
|
|
1517
1537
|
exports.DisassociateServiceQuotaTemplateCommand = DisassociateServiceQuotaTemplateCommand;
|
|
1538
|
+
exports.DisassociateServiceQuotaTemplateRequest$ = DisassociateServiceQuotaTemplateRequest$;
|
|
1539
|
+
exports.DisassociateServiceQuotaTemplateResponse$ = DisassociateServiceQuotaTemplateResponse$;
|
|
1518
1540
|
exports.ErrorCode = ErrorCode;
|
|
1541
|
+
exports.ErrorReason$ = ErrorReason$;
|
|
1542
|
+
exports.GetAWSDefaultServiceQuota$ = GetAWSDefaultServiceQuota$;
|
|
1519
1543
|
exports.GetAWSDefaultServiceQuotaCommand = GetAWSDefaultServiceQuotaCommand;
|
|
1544
|
+
exports.GetAWSDefaultServiceQuotaRequest$ = GetAWSDefaultServiceQuotaRequest$;
|
|
1545
|
+
exports.GetAWSDefaultServiceQuotaResponse$ = GetAWSDefaultServiceQuotaResponse$;
|
|
1546
|
+
exports.GetAssociationForServiceQuotaTemplate$ = GetAssociationForServiceQuotaTemplate$;
|
|
1520
1547
|
exports.GetAssociationForServiceQuotaTemplateCommand = GetAssociationForServiceQuotaTemplateCommand;
|
|
1548
|
+
exports.GetAssociationForServiceQuotaTemplateRequest$ = GetAssociationForServiceQuotaTemplateRequest$;
|
|
1549
|
+
exports.GetAssociationForServiceQuotaTemplateResponse$ = GetAssociationForServiceQuotaTemplateResponse$;
|
|
1550
|
+
exports.GetAutoManagementConfiguration$ = GetAutoManagementConfiguration$;
|
|
1521
1551
|
exports.GetAutoManagementConfigurationCommand = GetAutoManagementConfigurationCommand;
|
|
1552
|
+
exports.GetAutoManagementConfigurationRequest$ = GetAutoManagementConfigurationRequest$;
|
|
1553
|
+
exports.GetAutoManagementConfigurationResponse$ = GetAutoManagementConfigurationResponse$;
|
|
1554
|
+
exports.GetQuotaUtilizationReport$ = GetQuotaUtilizationReport$;
|
|
1522
1555
|
exports.GetQuotaUtilizationReportCommand = GetQuotaUtilizationReportCommand;
|
|
1556
|
+
exports.GetQuotaUtilizationReportRequest$ = GetQuotaUtilizationReportRequest$;
|
|
1557
|
+
exports.GetQuotaUtilizationReportResponse$ = GetQuotaUtilizationReportResponse$;
|
|
1558
|
+
exports.GetRequestedServiceQuotaChange$ = GetRequestedServiceQuotaChange$;
|
|
1523
1559
|
exports.GetRequestedServiceQuotaChangeCommand = GetRequestedServiceQuotaChangeCommand;
|
|
1560
|
+
exports.GetRequestedServiceQuotaChangeRequest$ = GetRequestedServiceQuotaChangeRequest$;
|
|
1561
|
+
exports.GetRequestedServiceQuotaChangeResponse$ = GetRequestedServiceQuotaChangeResponse$;
|
|
1562
|
+
exports.GetServiceQuota$ = GetServiceQuota$;
|
|
1524
1563
|
exports.GetServiceQuotaCommand = GetServiceQuotaCommand;
|
|
1564
|
+
exports.GetServiceQuotaIncreaseRequestFromTemplate$ = GetServiceQuotaIncreaseRequestFromTemplate$;
|
|
1525
1565
|
exports.GetServiceQuotaIncreaseRequestFromTemplateCommand = GetServiceQuotaIncreaseRequestFromTemplateCommand;
|
|
1526
|
-
exports.
|
|
1527
|
-
exports.
|
|
1528
|
-
exports.
|
|
1566
|
+
exports.GetServiceQuotaIncreaseRequestFromTemplateRequest$ = GetServiceQuotaIncreaseRequestFromTemplateRequest$;
|
|
1567
|
+
exports.GetServiceQuotaIncreaseRequestFromTemplateResponse$ = GetServiceQuotaIncreaseRequestFromTemplateResponse$;
|
|
1568
|
+
exports.GetServiceQuotaRequest$ = GetServiceQuotaRequest$;
|
|
1569
|
+
exports.GetServiceQuotaResponse$ = GetServiceQuotaResponse$;
|
|
1570
|
+
exports.IllegalArgumentException = IllegalArgumentException;
|
|
1571
|
+
exports.IllegalArgumentException$ = IllegalArgumentException$;
|
|
1572
|
+
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
1573
|
+
exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
|
|
1574
|
+
exports.InvalidResourceStateException = InvalidResourceStateException;
|
|
1575
|
+
exports.InvalidResourceStateException$ = InvalidResourceStateException$;
|
|
1576
|
+
exports.ListAWSDefaultServiceQuotas$ = ListAWSDefaultServiceQuotas$;
|
|
1529
1577
|
exports.ListAWSDefaultServiceQuotasCommand = ListAWSDefaultServiceQuotasCommand;
|
|
1578
|
+
exports.ListAWSDefaultServiceQuotasRequest$ = ListAWSDefaultServiceQuotasRequest$;
|
|
1579
|
+
exports.ListAWSDefaultServiceQuotasResponse$ = ListAWSDefaultServiceQuotasResponse$;
|
|
1580
|
+
exports.ListRequestedServiceQuotaChangeHistory$ = ListRequestedServiceQuotaChangeHistory$;
|
|
1581
|
+
exports.ListRequestedServiceQuotaChangeHistoryByQuota$ = ListRequestedServiceQuotaChangeHistoryByQuota$;
|
|
1530
1582
|
exports.ListRequestedServiceQuotaChangeHistoryByQuotaCommand = ListRequestedServiceQuotaChangeHistoryByQuotaCommand;
|
|
1583
|
+
exports.ListRequestedServiceQuotaChangeHistoryByQuotaRequest$ = ListRequestedServiceQuotaChangeHistoryByQuotaRequest$;
|
|
1584
|
+
exports.ListRequestedServiceQuotaChangeHistoryByQuotaResponse$ = ListRequestedServiceQuotaChangeHistoryByQuotaResponse$;
|
|
1531
1585
|
exports.ListRequestedServiceQuotaChangeHistoryCommand = ListRequestedServiceQuotaChangeHistoryCommand;
|
|
1586
|
+
exports.ListRequestedServiceQuotaChangeHistoryRequest$ = ListRequestedServiceQuotaChangeHistoryRequest$;
|
|
1587
|
+
exports.ListRequestedServiceQuotaChangeHistoryResponse$ = ListRequestedServiceQuotaChangeHistoryResponse$;
|
|
1588
|
+
exports.ListServiceQuotaIncreaseRequestsInTemplate$ = ListServiceQuotaIncreaseRequestsInTemplate$;
|
|
1532
1589
|
exports.ListServiceQuotaIncreaseRequestsInTemplateCommand = ListServiceQuotaIncreaseRequestsInTemplateCommand;
|
|
1590
|
+
exports.ListServiceQuotaIncreaseRequestsInTemplateRequest$ = ListServiceQuotaIncreaseRequestsInTemplateRequest$;
|
|
1591
|
+
exports.ListServiceQuotaIncreaseRequestsInTemplateResponse$ = ListServiceQuotaIncreaseRequestsInTemplateResponse$;
|
|
1592
|
+
exports.ListServiceQuotas$ = ListServiceQuotas$;
|
|
1533
1593
|
exports.ListServiceQuotasCommand = ListServiceQuotasCommand;
|
|
1594
|
+
exports.ListServiceQuotasRequest$ = ListServiceQuotasRequest$;
|
|
1595
|
+
exports.ListServiceQuotasResponse$ = ListServiceQuotasResponse$;
|
|
1596
|
+
exports.ListServices$ = ListServices$;
|
|
1534
1597
|
exports.ListServicesCommand = ListServicesCommand;
|
|
1598
|
+
exports.ListServicesRequest$ = ListServicesRequest$;
|
|
1599
|
+
exports.ListServicesResponse$ = ListServicesResponse$;
|
|
1600
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1535
1601
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1536
|
-
exports.
|
|
1537
|
-
exports.
|
|
1602
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1603
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1604
|
+
exports.MetricInfo$ = MetricInfo$;
|
|
1605
|
+
exports.NoAvailableOrganizationException = NoAvailableOrganizationException;
|
|
1606
|
+
exports.NoAvailableOrganizationException$ = NoAvailableOrganizationException$;
|
|
1607
|
+
exports.NoSuchResourceException = NoSuchResourceException;
|
|
1608
|
+
exports.NoSuchResourceException$ = NoSuchResourceException$;
|
|
1538
1609
|
exports.OptInLevel = OptInLevel;
|
|
1539
1610
|
exports.OptInStatus = OptInStatus;
|
|
1540
1611
|
exports.OptInType = OptInType;
|
|
1541
|
-
exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException
|
|
1612
|
+
exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException;
|
|
1613
|
+
exports.OrganizationNotInAllFeaturesModeException$ = OrganizationNotInAllFeaturesModeException$;
|
|
1542
1614
|
exports.PeriodUnit = PeriodUnit;
|
|
1615
|
+
exports.PutServiceQuotaIncreaseRequestIntoTemplate$ = PutServiceQuotaIncreaseRequestIntoTemplate$;
|
|
1543
1616
|
exports.PutServiceQuotaIncreaseRequestIntoTemplateCommand = PutServiceQuotaIncreaseRequestIntoTemplateCommand;
|
|
1617
|
+
exports.PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = PutServiceQuotaIncreaseRequestIntoTemplateRequest$;
|
|
1618
|
+
exports.PutServiceQuotaIncreaseRequestIntoTemplateResponse$ = PutServiceQuotaIncreaseRequestIntoTemplateResponse$;
|
|
1619
|
+
exports.QuotaContextInfo$ = QuotaContextInfo$;
|
|
1544
1620
|
exports.QuotaContextScope = QuotaContextScope;
|
|
1545
|
-
exports.QuotaExceededException = QuotaExceededException
|
|
1621
|
+
exports.QuotaExceededException = QuotaExceededException;
|
|
1622
|
+
exports.QuotaExceededException$ = QuotaExceededException$;
|
|
1623
|
+
exports.QuotaInfo$ = QuotaInfo$;
|
|
1624
|
+
exports.QuotaPeriod$ = QuotaPeriod$;
|
|
1625
|
+
exports.QuotaUtilizationInfo$ = QuotaUtilizationInfo$;
|
|
1546
1626
|
exports.ReportStatus = ReportStatus;
|
|
1627
|
+
exports.RequestServiceQuotaIncrease$ = RequestServiceQuotaIncrease$;
|
|
1547
1628
|
exports.RequestServiceQuotaIncreaseCommand = RequestServiceQuotaIncreaseCommand;
|
|
1629
|
+
exports.RequestServiceQuotaIncreaseRequest$ = RequestServiceQuotaIncreaseRequest$;
|
|
1630
|
+
exports.RequestServiceQuotaIncreaseResponse$ = RequestServiceQuotaIncreaseResponse$;
|
|
1548
1631
|
exports.RequestStatus = RequestStatus;
|
|
1549
1632
|
exports.RequestType = RequestType;
|
|
1550
|
-
exports.
|
|
1551
|
-
exports.
|
|
1633
|
+
exports.RequestedServiceQuotaChange$ = RequestedServiceQuotaChange$;
|
|
1634
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
1635
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
1636
|
+
exports.ServiceException = ServiceException;
|
|
1637
|
+
exports.ServiceException$ = ServiceException$;
|
|
1638
|
+
exports.ServiceInfo$ = ServiceInfo$;
|
|
1639
|
+
exports.ServiceQuota$ = ServiceQuota$;
|
|
1640
|
+
exports.ServiceQuotaIncreaseRequestInTemplate$ = ServiceQuotaIncreaseRequestInTemplate$;
|
|
1552
1641
|
exports.ServiceQuotaTemplateAssociationStatus = ServiceQuotaTemplateAssociationStatus;
|
|
1553
|
-
exports.ServiceQuotaTemplateNotInUseException = ServiceQuotaTemplateNotInUseException
|
|
1642
|
+
exports.ServiceQuotaTemplateNotInUseException = ServiceQuotaTemplateNotInUseException;
|
|
1643
|
+
exports.ServiceQuotaTemplateNotInUseException$ = ServiceQuotaTemplateNotInUseException$;
|
|
1554
1644
|
exports.ServiceQuotas = ServiceQuotas;
|
|
1555
1645
|
exports.ServiceQuotasClient = ServiceQuotasClient;
|
|
1556
|
-
exports.ServiceQuotasServiceException = ServiceQuotasServiceException
|
|
1646
|
+
exports.ServiceQuotasServiceException = ServiceQuotasServiceException;
|
|
1647
|
+
exports.ServiceQuotasServiceException$ = ServiceQuotasServiceException$;
|
|
1648
|
+
exports.StartAutoManagement$ = StartAutoManagement$;
|
|
1557
1649
|
exports.StartAutoManagementCommand = StartAutoManagementCommand;
|
|
1650
|
+
exports.StartAutoManagementRequest$ = StartAutoManagementRequest$;
|
|
1651
|
+
exports.StartAutoManagementResponse$ = StartAutoManagementResponse$;
|
|
1652
|
+
exports.StartQuotaUtilizationReport$ = StartQuotaUtilizationReport$;
|
|
1558
1653
|
exports.StartQuotaUtilizationReportCommand = StartQuotaUtilizationReportCommand;
|
|
1654
|
+
exports.StartQuotaUtilizationReportRequest$ = StartQuotaUtilizationReportRequest$;
|
|
1655
|
+
exports.StartQuotaUtilizationReportResponse$ = StartQuotaUtilizationReportResponse$;
|
|
1656
|
+
exports.StopAutoManagement$ = StopAutoManagement$;
|
|
1559
1657
|
exports.StopAutoManagementCommand = StopAutoManagementCommand;
|
|
1560
|
-
exports.
|
|
1658
|
+
exports.StopAutoManagementRequest$ = StopAutoManagementRequest$;
|
|
1659
|
+
exports.StopAutoManagementResponse$ = StopAutoManagementResponse$;
|
|
1660
|
+
exports.Tag$ = Tag$;
|
|
1661
|
+
exports.TagPolicyViolationException = TagPolicyViolationException;
|
|
1662
|
+
exports.TagPolicyViolationException$ = TagPolicyViolationException$;
|
|
1663
|
+
exports.TagResource$ = TagResource$;
|
|
1561
1664
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1562
|
-
exports.
|
|
1563
|
-
exports.
|
|
1564
|
-
exports.
|
|
1665
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1666
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1667
|
+
exports.TemplatesNotAvailableInRegionException = TemplatesNotAvailableInRegionException;
|
|
1668
|
+
exports.TemplatesNotAvailableInRegionException$ = TemplatesNotAvailableInRegionException$;
|
|
1669
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1670
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1671
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
1672
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
1673
|
+
exports.UntagResource$ = UntagResource$;
|
|
1565
1674
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1675
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1676
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1677
|
+
exports.UpdateAutoManagement$ = UpdateAutoManagement$;
|
|
1566
1678
|
exports.UpdateAutoManagementCommand = UpdateAutoManagementCommand;
|
|
1679
|
+
exports.UpdateAutoManagementRequest$ = UpdateAutoManagementRequest$;
|
|
1680
|
+
exports.UpdateAutoManagementResponse$ = UpdateAutoManagementResponse$;
|
|
1567
1681
|
exports.paginateListAWSDefaultServiceQuotas = paginateListAWSDefaultServiceQuotas;
|
|
1568
1682
|
exports.paginateListRequestedServiceQuotaChangeHistory = paginateListRequestedServiceQuotaChangeHistory;
|
|
1569
1683
|
exports.paginateListRequestedServiceQuotaChangeHistoryByQuota = paginateListRequestedServiceQuotaChangeHistoryByQuota;
|