@aws-sdk/client-service-quotas 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var ServiceQuotasServiceException = require('./models/ServiceQuotasServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,960 +113,6 @@ class ServiceQuotasClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ServiceQuotasServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ServiceQuotasServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends ServiceQuotasServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class AWSServiceAccessNotEnabledException extends ServiceQuotasServiceException {
135
- name = "AWSServiceAccessNotEnabledException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "AWSServiceAccessNotEnabledException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, AWSServiceAccessNotEnabledException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class DependencyAccessDeniedException extends ServiceQuotasServiceException {
149
- name = "DependencyAccessDeniedException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "DependencyAccessDeniedException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, DependencyAccessDeniedException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class NoAvailableOrganizationException extends ServiceQuotasServiceException {
163
- name = "NoAvailableOrganizationException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "NoAvailableOrganizationException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, NoAvailableOrganizationException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class OrganizationNotInAllFeaturesModeException extends ServiceQuotasServiceException {
177
- name = "OrganizationNotInAllFeaturesModeException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "OrganizationNotInAllFeaturesModeException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class ServiceException extends ServiceQuotasServiceException {
191
- name = "ServiceException";
192
- $fault = "server";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "ServiceException",
197
- $fault: "server",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ServiceException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- }
204
- class TemplatesNotAvailableInRegionException extends ServiceQuotasServiceException {
205
- name = "TemplatesNotAvailableInRegionException";
206
- $fault = "client";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "TemplatesNotAvailableInRegionException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, TemplatesNotAvailableInRegionException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- }
218
- class TooManyRequestsException extends ServiceQuotasServiceException {
219
- name = "TooManyRequestsException";
220
- $fault = "client";
221
- Message;
222
- constructor(opts) {
223
- super({
224
- name: "TooManyRequestsException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
229
- this.Message = opts.Message;
230
- }
231
- }
232
- class IllegalArgumentException extends ServiceQuotasServiceException {
233
- name = "IllegalArgumentException";
234
- $fault = "client";
235
- Message;
236
- constructor(opts) {
237
- super({
238
- name: "IllegalArgumentException",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- Object.setPrototypeOf(this, IllegalArgumentException.prototype);
243
- this.Message = opts.Message;
244
- }
245
- }
246
- class InvalidResourceStateException extends ServiceQuotasServiceException {
247
- name = "InvalidResourceStateException";
248
- $fault = "client";
249
- Message;
250
- constructor(opts) {
251
- super({
252
- name: "InvalidResourceStateException",
253
- $fault: "client",
254
- ...opts,
255
- });
256
- Object.setPrototypeOf(this, InvalidResourceStateException.prototype);
257
- this.Message = opts.Message;
258
- }
259
- }
260
- class NoSuchResourceException extends ServiceQuotasServiceException {
261
- name = "NoSuchResourceException";
262
- $fault = "client";
263
- Message;
264
- constructor(opts) {
265
- super({
266
- name: "NoSuchResourceException",
267
- $fault: "client",
268
- ...opts,
269
- });
270
- Object.setPrototypeOf(this, NoSuchResourceException.prototype);
271
- this.Message = opts.Message;
272
- }
273
- }
274
- class ResourceAlreadyExistsException extends ServiceQuotasServiceException {
275
- name = "ResourceAlreadyExistsException";
276
- $fault = "client";
277
- Message;
278
- constructor(opts) {
279
- super({
280
- name: "ResourceAlreadyExistsException",
281
- $fault: "client",
282
- ...opts,
283
- });
284
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
285
- this.Message = opts.Message;
286
- }
287
- }
288
- class ServiceQuotaTemplateNotInUseException extends ServiceQuotasServiceException {
289
- name = "ServiceQuotaTemplateNotInUseException";
290
- $fault = "client";
291
- Message;
292
- constructor(opts) {
293
- super({
294
- name: "ServiceQuotaTemplateNotInUseException",
295
- $fault: "client",
296
- ...opts,
297
- });
298
- Object.setPrototypeOf(this, ServiceQuotaTemplateNotInUseException.prototype);
299
- this.Message = opts.Message;
300
- }
301
- }
302
- class InvalidPaginationTokenException extends ServiceQuotasServiceException {
303
- name = "InvalidPaginationTokenException";
304
- $fault = "client";
305
- Message;
306
- constructor(opts) {
307
- super({
308
- name: "InvalidPaginationTokenException",
309
- $fault: "client",
310
- ...opts,
311
- });
312
- Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
313
- this.Message = opts.Message;
314
- }
315
- }
316
- class QuotaExceededException extends ServiceQuotasServiceException {
317
- name = "QuotaExceededException";
318
- $fault = "client";
319
- Message;
320
- constructor(opts) {
321
- super({
322
- name: "QuotaExceededException",
323
- $fault: "client",
324
- ...opts,
325
- });
326
- Object.setPrototypeOf(this, QuotaExceededException.prototype);
327
- this.Message = opts.Message;
328
- }
329
- }
330
- class TagPolicyViolationException extends ServiceQuotasServiceException {
331
- name = "TagPolicyViolationException";
332
- $fault = "client";
333
- Message;
334
- constructor(opts) {
335
- super({
336
- name: "TagPolicyViolationException",
337
- $fault: "client",
338
- ...opts,
339
- });
340
- Object.setPrototypeOf(this, TagPolicyViolationException.prototype);
341
- this.Message = opts.Message;
342
- }
343
- }
344
- class TooManyTagsException extends ServiceQuotasServiceException {
345
- name = "TooManyTagsException";
346
- $fault = "client";
347
- Message;
348
- constructor(opts) {
349
- super({
350
- name: "TooManyTagsException",
351
- $fault: "client",
352
- ...opts,
353
- });
354
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
355
- this.Message = opts.Message;
356
- }
357
- }
358
-
359
- const _A = "Adjustable";
360
- const _ADE = "AccessDeniedException";
361
- const _AR = "AwsRegion";
362
- const _ASQT = "AssociateServiceQuotaTemplate";
363
- const _ASQTR = "AssociateServiceQuotaTemplateRequest";
364
- const _ASQTRs = "AssociateServiceQuotaTemplateResponse";
365
- const _AV = "AppliedValue";
366
- const _AWSSANEE = "AWSServiceAccessNotEnabledException";
367
- const _C = "Created";
368
- const _CI = "ContextId";
369
- const _CIa = "CaseId";
370
- const _CS = "ContextScope";
371
- const _CSC = "CreateSupportCase";
372
- const _CSCR = "CreateSupportCaseRequest";
373
- const _CSCRr = "CreateSupportCaseResponse";
374
- const _CST = "ContextScopeType";
375
- const _D = "Description";
376
- const _DADE = "DependencyAccessDeniedException";
377
- const _DSQIRFT = "DeleteServiceQuotaIncreaseRequestFromTemplate";
378
- const _DSQIRFTR = "DeleteServiceQuotaIncreaseRequestFromTemplateRequest";
379
- const _DSQIRFTRe = "DeleteServiceQuotaIncreaseRequestFromTemplateResponse";
380
- const _DSQT = "DisassociateServiceQuotaTemplate";
381
- const _DSQTR = "DisassociateServiceQuotaTemplateRequest";
382
- const _DSQTRi = "DisassociateServiceQuotaTemplateResponse";
383
- const _DV = "DesiredValue";
384
- const _DVe = "DefaultValue";
385
- const _EC = "ErrorCode";
386
- const _EL = "ExclusionList";
387
- const _EM = "ErrorMessage";
388
- const _EQL = "ExclusionQuotaList";
389
- const _ER = "ErrorReason";
390
- const _GA = "GeneratedAt";
391
- const _GAFSQT = "GetAssociationForServiceQuotaTemplate";
392
- const _GAFSQTR = "GetAssociationForServiceQuotaTemplateRequest";
393
- const _GAFSQTRe = "GetAssociationForServiceQuotaTemplateResponse";
394
- const _GAMC = "GetAutoManagementConfiguration";
395
- const _GAMCR = "GetAutoManagementConfigurationRequest";
396
- const _GAMCRe = "GetAutoManagementConfigurationResponse";
397
- const _GAWSDSQ = "GetAWSDefaultServiceQuota";
398
- const _GAWSDSQR = "GetAWSDefaultServiceQuotaRequest";
399
- const _GAWSDSQRe = "GetAWSDefaultServiceQuotaResponse";
400
- const _GQ = "GlobalQuota";
401
- const _GQUR = "GetQuotaUtilizationReport";
402
- const _GQURR = "GetQuotaUtilizationReportRequest";
403
- const _GQURRe = "GetQuotaUtilizationReportResponse";
404
- const _GRSQC = "GetRequestedServiceQuotaChange";
405
- const _GRSQCR = "GetRequestedServiceQuotaChangeRequest";
406
- const _GRSQCRe = "GetRequestedServiceQuotaChangeResponse";
407
- const _GSQ = "GetServiceQuota";
408
- const _GSQIRFT = "GetServiceQuotaIncreaseRequestFromTemplate";
409
- const _GSQIRFTR = "GetServiceQuotaIncreaseRequestFromTemplateRequest";
410
- const _GSQIRFTRe = "GetServiceQuotaIncreaseRequestFromTemplateResponse";
411
- const _GSQR = "GetServiceQuotaRequest";
412
- const _GSQRe = "GetServiceQuotaResponse";
413
- const _I = "Id";
414
- const _IAE = "IllegalArgumentException";
415
- const _IPTE = "InvalidPaginationTokenException";
416
- const _IRSE = "InvalidResourceStateException";
417
- const _IT = "InputTags";
418
- const _K = "Key";
419
- const _LAWSDSQ = "ListAWSDefaultServiceQuotas";
420
- const _LAWSDSQR = "ListAWSDefaultServiceQuotasRequest";
421
- const _LAWSDSQRi = "ListAWSDefaultServiceQuotasResponse";
422
- const _LRSQCH = "ListRequestedServiceQuotaChangeHistory";
423
- const _LRSQCHBQ = "ListRequestedServiceQuotaChangeHistoryByQuota";
424
- const _LRSQCHBQR = "ListRequestedServiceQuotaChangeHistoryByQuotaRequest";
425
- const _LRSQCHBQRi = "ListRequestedServiceQuotaChangeHistoryByQuotaResponse";
426
- const _LRSQCHR = "ListRequestedServiceQuotaChangeHistoryRequest";
427
- const _LRSQCHRi = "ListRequestedServiceQuotaChangeHistoryResponse";
428
- const _LS = "ListServices";
429
- const _LSQ = "ListServiceQuotas";
430
- const _LSQIRIT = "ListServiceQuotaIncreaseRequestsInTemplate";
431
- const _LSQIRITR = "ListServiceQuotaIncreaseRequestsInTemplateRequest";
432
- const _LSQIRITRi = "ListServiceQuotaIncreaseRequestsInTemplateResponse";
433
- const _LSQR = "ListServiceQuotasRequest";
434
- const _LSQRi = "ListServiceQuotasResponse";
435
- const _LSR = "ListServicesRequest";
436
- const _LSRi = "ListServicesResponse";
437
- const _LTFR = "ListTagsForResource";
438
- const _LTFRR = "ListTagsForResourceRequest";
439
- const _LTFRRi = "ListTagsForResourceResponse";
440
- const _LU = "LastUpdated";
441
- const _M = "Message";
442
- const _MD = "MetricDimensions";
443
- const _MI = "MetricInfo";
444
- const _MN = "MetricNamespace";
445
- const _MNe = "MetricName";
446
- const _MR = "MaxResults";
447
- const _MSR = "MetricStatisticRecommendation";
448
- const _N = "Namespace";
449
- const _NA = "NotificationArn";
450
- const _NAOE = "NoAvailableOrganizationException";
451
- const _NSRE = "NoSuchResourceException";
452
- const _NT = "NextToken";
453
- const _OIL = "OptInLevel";
454
- const _OIS = "OptInStatus";
455
- const _OIT = "OptInType";
456
- const _ONIAFME = "OrganizationNotInAllFeaturesModeException";
457
- const _OT = "OutputTags";
458
- const _P = "Period";
459
- const _PSQIRIT = "PutServiceQuotaIncreaseRequestIntoTemplate";
460
- const _PSQIRITR = "PutServiceQuotaIncreaseRequestIntoTemplateRequest";
461
- const _PSQIRITRu = "PutServiceQuotaIncreaseRequestIntoTemplateResponse";
462
- const _PU = "PeriodUnit";
463
- const _PV = "PeriodValue";
464
- const _Q = "Quota";
465
- const _QA = "QuotaArn";
466
- const _QAAL = "QuotaAppliedAtLevel";
467
- const _QC = "QuotaCode";
468
- const _QCI = "QuotaContextInfo";
469
- const _QCu = "QuotaContext";
470
- const _QEE = "QuotaExceededException";
471
- const _QI = "QuotaInfo";
472
- const _QIL = "QuotaInfoList";
473
- const _QN = "QuotaName";
474
- const _QP = "QuotaPeriod";
475
- const _QRAL = "QuotaRequestedAtLevel";
476
- const _QUI = "QuotaUtilizationInfo";
477
- const _QUIL = "QuotaUtilizationInfoList";
478
- const _Qu = "Quotas";
479
- const _R = "Requester";
480
- const _RAEE = "ResourceAlreadyExistsException";
481
- const _RARN = "ResourceARN";
482
- const _RI = "RequestId";
483
- const _RIe = "ReportId";
484
- const _RQ = "RequestedQuota";
485
- const _RQe = "RequestedQuotas";
486
- const _RSQC = "RequestedServiceQuotaChange";
487
- const _RSQCHLD = "RequestedServiceQuotaChangeHistoryListDefinition";
488
- const _RSQI = "RequestServiceQuotaIncrease";
489
- const _RSQIR = "RequestServiceQuotaIncreaseRequest";
490
- const _RSQIRe = "RequestServiceQuotaIncreaseResponse";
491
- const _RT = "RequestType";
492
- const _S = "Status";
493
- const _SAM = "StartAutoManagement";
494
- const _SAMR = "StartAutoManagementRequest";
495
- const _SAMRt = "StartAutoManagementResponse";
496
- const _SAMRto = "StopAutoManagementRequest";
497
- const _SAMRtop = "StopAutoManagementResponse";
498
- const _SAMt = "StopAutoManagement";
499
- const _SC = "ServiceCode";
500
- const _SCA = "SupportCaseAllowed";
501
- const _SE = "ServiceException";
502
- const _SI = "ServiceInfo";
503
- const _SILD = "ServiceInfoListDefinition";
504
- const _SN = "ServiceName";
505
- const _SQ = "ServiceQuota";
506
- const _SQIRIT = "ServiceQuotaIncreaseRequestInTemplate";
507
- const _SQIRITL = "ServiceQuotaIncreaseRequestInTemplateList";
508
- const _SQLD = "ServiceQuotaListDefinition";
509
- const _SQTAS = "ServiceQuotaTemplateAssociationStatus";
510
- const _SQTNIUE = "ServiceQuotaTemplateNotInUseException";
511
- const _SQUR = "StartQuotaUtilizationReport";
512
- const _SQURR = "StartQuotaUtilizationReportRequest";
513
- const _SQURRt = "StartQuotaUtilizationReportResponse";
514
- const _Se = "Services";
515
- const _T = "Tags";
516
- const _TC = "TotalCount";
517
- const _TK = "TagKeys";
518
- const _TMRE = "TooManyRequestsException";
519
- const _TMTE = "TooManyTagsException";
520
- const _TNAIRE = "TemplatesNotAvailableInRegionException";
521
- const _TPVE = "TagPolicyViolationException";
522
- const _TR = "TagResource";
523
- const _TRR = "TagResourceRequest";
524
- const _TRRa = "TagResourceResponse";
525
- const _Ta = "Tag";
526
- const _U = "Utilization";
527
- const _UAM = "UpdateAutoManagement";
528
- const _UAMR = "UpdateAutoManagementRequest";
529
- const _UAMRp = "UpdateAutoManagementResponse";
530
- const _UM = "UsageMetric";
531
- const _UR = "UntagResource";
532
- const _URR = "UntagResourceRequest";
533
- const _URRn = "UntagResourceResponse";
534
- const _Un = "Unit";
535
- const _V = "Value";
536
- const _c = "client";
537
- const _e = "error";
538
- const _hE = "httpError";
539
- const _s = "server";
540
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
541
- const n0 = "com.amazonaws.servicequotas";
542
- var AccessDeniedException$ = [-3, n0, _ADE,
543
- { [_e]: _c, [_hE]: 403 },
544
- [_M],
545
- [0]
546
- ];
547
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
548
- var AssociateServiceQuotaTemplateRequest$ = [3, n0, _ASQTR,
549
- 0,
550
- [],
551
- []
552
- ];
553
- var AssociateServiceQuotaTemplateResponse$ = [3, n0, _ASQTRs,
554
- 0,
555
- [],
556
- []
557
- ];
558
- var AWSServiceAccessNotEnabledException$ = [-3, n0, _AWSSANEE,
559
- { [_e]: _c, [_hE]: 403 },
560
- [_M],
561
- [0]
562
- ];
563
- schema.TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException$, AWSServiceAccessNotEnabledException);
564
- var CreateSupportCaseRequest$ = [3, n0, _CSCR,
565
- 0,
566
- [_RI],
567
- [0], 1
568
- ];
569
- var CreateSupportCaseResponse$ = [3, n0, _CSCRr,
570
- 0,
571
- [],
572
- []
573
- ];
574
- var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$ = [3, n0, _DSQIRFTR,
575
- 0,
576
- [_SC, _QC, _AR],
577
- [0, 0, 0], 3
578
- ];
579
- var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = [3, n0, _DSQIRFTRe,
580
- 0,
581
- [],
582
- []
583
- ];
584
- var DependencyAccessDeniedException$ = [-3, n0, _DADE,
585
- { [_e]: _c, [_hE]: 403 },
586
- [_M],
587
- [0]
588
- ];
589
- schema.TypeRegistry.for(n0).registerError(DependencyAccessDeniedException$, DependencyAccessDeniedException);
590
- var DisassociateServiceQuotaTemplateRequest$ = [3, n0, _DSQTR,
591
- 0,
592
- [],
593
- []
594
- ];
595
- var DisassociateServiceQuotaTemplateResponse$ = [3, n0, _DSQTRi,
596
- 0,
597
- [],
598
- []
599
- ];
600
- var ErrorReason$ = [3, n0, _ER,
601
- 0,
602
- [_EC, _EM],
603
- [0, 0]
604
- ];
605
- var GetAssociationForServiceQuotaTemplateRequest$ = [3, n0, _GAFSQTR,
606
- 0,
607
- [],
608
- []
609
- ];
610
- var GetAssociationForServiceQuotaTemplateResponse$ = [3, n0, _GAFSQTRe,
611
- 0,
612
- [_SQTAS],
613
- [0]
614
- ];
615
- var GetAutoManagementConfigurationRequest$ = [3, n0, _GAMCR,
616
- 0,
617
- [],
618
- []
619
- ];
620
- var GetAutoManagementConfigurationResponse$ = [3, n0, _GAMCRe,
621
- 0,
622
- [_OIL, _OIT, _NA, _OIS, _EL],
623
- [0, 0, 0, 0, () => ExclusionQuotaList]
624
- ];
625
- var GetAWSDefaultServiceQuotaRequest$ = [3, n0, _GAWSDSQR,
626
- 0,
627
- [_SC, _QC],
628
- [0, 0], 2
629
- ];
630
- var GetAWSDefaultServiceQuotaResponse$ = [3, n0, _GAWSDSQRe,
631
- 0,
632
- [_Q],
633
- [() => ServiceQuota$]
634
- ];
635
- var GetQuotaUtilizationReportRequest$ = [3, n0, _GQURR,
636
- 0,
637
- [_RIe, _NT, _MR],
638
- [0, 0, 1], 1
639
- ];
640
- var GetQuotaUtilizationReportResponse$ = [3, n0, _GQURRe,
641
- 0,
642
- [_RIe, _S, _GA, _TC, _Qu, _NT, _EC, _EM],
643
- [0, 0, 4, 1, () => QuotaUtilizationInfoList, 0, 0, 0]
644
- ];
645
- var GetRequestedServiceQuotaChangeRequest$ = [3, n0, _GRSQCR,
646
- 0,
647
- [_RI],
648
- [0], 1
649
- ];
650
- var GetRequestedServiceQuotaChangeResponse$ = [3, n0, _GRSQCRe,
651
- 0,
652
- [_RQ],
653
- [() => RequestedServiceQuotaChange$]
654
- ];
655
- var GetServiceQuotaIncreaseRequestFromTemplateRequest$ = [3, n0, _GSQIRFTR,
656
- 0,
657
- [_SC, _QC, _AR],
658
- [0, 0, 0], 3
659
- ];
660
- var GetServiceQuotaIncreaseRequestFromTemplateResponse$ = [3, n0, _GSQIRFTRe,
661
- 0,
662
- [_SQIRIT],
663
- [() => ServiceQuotaIncreaseRequestInTemplate$]
664
- ];
665
- var GetServiceQuotaRequest$ = [3, n0, _GSQR,
666
- 0,
667
- [_SC, _QC, _CI],
668
- [0, 0, 0], 2
669
- ];
670
- var GetServiceQuotaResponse$ = [3, n0, _GSQRe,
671
- 0,
672
- [_Q],
673
- [() => ServiceQuota$]
674
- ];
675
- var IllegalArgumentException$ = [-3, n0, _IAE,
676
- { [_e]: _c, [_hE]: 400 },
677
- [_M],
678
- [0]
679
- ];
680
- schema.TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
681
- var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
682
- { [_e]: _c, [_hE]: 400 },
683
- [_M],
684
- [0]
685
- ];
686
- schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
687
- var InvalidResourceStateException$ = [-3, n0, _IRSE,
688
- { [_e]: _c, [_hE]: 405 },
689
- [_M],
690
- [0]
691
- ];
692
- schema.TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
693
- var ListAWSDefaultServiceQuotasRequest$ = [3, n0, _LAWSDSQR,
694
- 0,
695
- [_SC, _NT, _MR],
696
- [0, 0, 1], 1
697
- ];
698
- var ListAWSDefaultServiceQuotasResponse$ = [3, n0, _LAWSDSQRi,
699
- 0,
700
- [_NT, _Qu],
701
- [0, () => ServiceQuotaListDefinition]
702
- ];
703
- var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$ = [3, n0, _LRSQCHBQR,
704
- 0,
705
- [_SC, _QC, _S, _NT, _MR, _QRAL],
706
- [0, 0, 0, 0, 1, 0], 2
707
- ];
708
- var ListRequestedServiceQuotaChangeHistoryByQuotaResponse$ = [3, n0, _LRSQCHBQRi,
709
- 0,
710
- [_NT, _RQe],
711
- [0, () => RequestedServiceQuotaChangeHistoryListDefinition]
712
- ];
713
- var ListRequestedServiceQuotaChangeHistoryRequest$ = [3, n0, _LRSQCHR,
714
- 0,
715
- [_SC, _S, _NT, _MR, _QRAL],
716
- [0, 0, 0, 1, 0]
717
- ];
718
- var ListRequestedServiceQuotaChangeHistoryResponse$ = [3, n0, _LRSQCHRi,
719
- 0,
720
- [_NT, _RQe],
721
- [0, () => RequestedServiceQuotaChangeHistoryListDefinition]
722
- ];
723
- var ListServiceQuotaIncreaseRequestsInTemplateRequest$ = [3, n0, _LSQIRITR,
724
- 0,
725
- [_SC, _AR, _NT, _MR],
726
- [0, 0, 0, 1]
727
- ];
728
- var ListServiceQuotaIncreaseRequestsInTemplateResponse$ = [3, n0, _LSQIRITRi,
729
- 0,
730
- [_SQIRITL, _NT],
731
- [() => ServiceQuotaIncreaseRequestInTemplateList, 0]
732
- ];
733
- var ListServiceQuotasRequest$ = [3, n0, _LSQR,
734
- 0,
735
- [_SC, _NT, _MR, _QC, _QAAL],
736
- [0, 0, 1, 0, 0], 1
737
- ];
738
- var ListServiceQuotasResponse$ = [3, n0, _LSQRi,
739
- 0,
740
- [_NT, _Qu],
741
- [0, () => ServiceQuotaListDefinition]
742
- ];
743
- var ListServicesRequest$ = [3, n0, _LSR,
744
- 0,
745
- [_NT, _MR],
746
- [0, 1]
747
- ];
748
- var ListServicesResponse$ = [3, n0, _LSRi,
749
- 0,
750
- [_NT, _Se],
751
- [0, () => ServiceInfoListDefinition]
752
- ];
753
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
754
- 0,
755
- [_RARN],
756
- [0], 1
757
- ];
758
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
759
- 0,
760
- [_T],
761
- [() => OutputTags]
762
- ];
763
- var MetricInfo$ = [3, n0, _MI,
764
- 0,
765
- [_MN, _MNe, _MD, _MSR],
766
- [0, 0, 128 | 0, 0]
767
- ];
768
- var NoAvailableOrganizationException$ = [-3, n0, _NAOE,
769
- { [_e]: _c, [_hE]: 403 },
770
- [_M],
771
- [0]
772
- ];
773
- schema.TypeRegistry.for(n0).registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
774
- var NoSuchResourceException$ = [-3, n0, _NSRE,
775
- { [_e]: _c, [_hE]: 404 },
776
- [_M],
777
- [0]
778
- ];
779
- schema.TypeRegistry.for(n0).registerError(NoSuchResourceException$, NoSuchResourceException);
780
- var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
781
- { [_e]: _c, [_hE]: 400 },
782
- [_M],
783
- [0]
784
- ];
785
- schema.TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
786
- var PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = [3, n0, _PSQIRITR,
787
- 0,
788
- [_QC, _SC, _AR, _DV],
789
- [0, 0, 0, 1], 4
790
- ];
791
- var PutServiceQuotaIncreaseRequestIntoTemplateResponse$ = [3, n0, _PSQIRITRu,
792
- 0,
793
- [_SQIRIT],
794
- [() => ServiceQuotaIncreaseRequestInTemplate$]
795
- ];
796
- var QuotaContextInfo$ = [3, n0, _QCI,
797
- 0,
798
- [_CS, _CST, _CI],
799
- [0, 0, 0]
800
- ];
801
- var QuotaExceededException$ = [-3, n0, _QEE,
802
- { [_e]: _c, [_hE]: 409 },
803
- [_M],
804
- [0]
805
- ];
806
- schema.TypeRegistry.for(n0).registerError(QuotaExceededException$, QuotaExceededException);
807
- var QuotaInfo$ = [3, n0, _QI,
808
- 0,
809
- [_QC, _QN],
810
- [0, 0]
811
- ];
812
- var QuotaPeriod$ = [3, n0, _QP,
813
- 0,
814
- [_PV, _PU],
815
- [1, 0]
816
- ];
817
- var QuotaUtilizationInfo$ = [3, n0, _QUI,
818
- 0,
819
- [_QC, _SC, _QN, _N, _U, _DVe, _AV, _SN, _A],
820
- [0, 0, 0, 0, 1, 1, 1, 0, 2]
821
- ];
822
- var RequestedServiceQuotaChange$ = [3, n0, _RSQC,
823
- 0,
824
- [_I, _RT, _CIa, _SC, _SN, _QC, _QN, _DV, _S, _C, _LU, _R, _QA, _GQ, _Un, _QRAL, _QCu],
825
- [0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo$]
826
- ];
827
- var RequestServiceQuotaIncreaseRequest$ = [3, n0, _RSQIR,
828
- 0,
829
- [_SC, _QC, _DV, _CI, _SCA],
830
- [0, 0, 1, 0, 2], 3
831
- ];
832
- var RequestServiceQuotaIncreaseResponse$ = [3, n0, _RSQIRe,
833
- 0,
834
- [_RQ],
835
- [() => RequestedServiceQuotaChange$]
836
- ];
837
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
838
- { [_e]: _c, [_hE]: 400 },
839
- [_M],
840
- [0]
841
- ];
842
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
843
- var ServiceException$ = [-3, n0, _SE,
844
- { [_e]: _s, [_hE]: 500 },
845
- [_M],
846
- [0]
847
- ];
848
- schema.TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
849
- var ServiceInfo$ = [3, n0, _SI,
850
- 0,
851
- [_SC, _SN],
852
- [0, 0]
853
- ];
854
- var ServiceQuota$ = [3, n0, _SQ,
855
- 0,
856
- [_SC, _SN, _QA, _QC, _QN, _V, _Un, _A, _GQ, _UM, _P, _ER, _QAAL, _QCu, _D],
857
- [0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo$, () => QuotaPeriod$, () => ErrorReason$, 0, () => QuotaContextInfo$, 0]
858
- ];
859
- var ServiceQuotaIncreaseRequestInTemplate$ = [3, n0, _SQIRIT,
860
- 0,
861
- [_SC, _SN, _QC, _QN, _DV, _AR, _Un, _GQ],
862
- [0, 0, 0, 0, 1, 0, 0, 2]
863
- ];
864
- var ServiceQuotaTemplateNotInUseException$ = [-3, n0, _SQTNIUE,
865
- { [_e]: _c, [_hE]: 400 },
866
- [_M],
867
- [0]
868
- ];
869
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException$, ServiceQuotaTemplateNotInUseException);
870
- var StartAutoManagementRequest$ = [3, n0, _SAMR,
871
- 0,
872
- [_OIL, _OIT, _NA, _EL],
873
- [0, 0, 0, [2, n0, _EL, 0, 0, 64 | 0]], 2
874
- ];
875
- var StartAutoManagementResponse$ = [3, n0, _SAMRt,
876
- 0,
877
- [],
878
- []
879
- ];
880
- var StartQuotaUtilizationReportRequest$ = [3, n0, _SQURR,
881
- 0,
882
- [],
883
- []
884
- ];
885
- var StartQuotaUtilizationReportResponse$ = [3, n0, _SQURRt,
886
- 0,
887
- [_RIe, _S, _M],
888
- [0, 0, 0]
889
- ];
890
- var StopAutoManagementRequest$ = [3, n0, _SAMRto,
891
- 0,
892
- [],
893
- []
894
- ];
895
- var StopAutoManagementResponse$ = [3, n0, _SAMRtop,
896
- 0,
897
- [],
898
- []
899
- ];
900
- var Tag$ = [3, n0, _Ta,
901
- 0,
902
- [_K, _V],
903
- [0, 0], 2
904
- ];
905
- var TagPolicyViolationException$ = [-3, n0, _TPVE,
906
- { [_e]: _c, [_hE]: 401 },
907
- [_M],
908
- [0]
909
- ];
910
- schema.TypeRegistry.for(n0).registerError(TagPolicyViolationException$, TagPolicyViolationException);
911
- var TagResourceRequest$ = [3, n0, _TRR,
912
- 0,
913
- [_RARN, _T],
914
- [0, () => InputTags], 2
915
- ];
916
- var TagResourceResponse$ = [3, n0, _TRRa,
917
- 0,
918
- [],
919
- []
920
- ];
921
- var TemplatesNotAvailableInRegionException$ = [-3, n0, _TNAIRE,
922
- { [_e]: _c, [_hE]: 404 },
923
- [_M],
924
- [0]
925
- ];
926
- schema.TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException$, TemplatesNotAvailableInRegionException);
927
- var TooManyRequestsException$ = [-3, n0, _TMRE,
928
- { [_e]: _c, [_hE]: 429 },
929
- [_M],
930
- [0]
931
- ];
932
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
933
- var TooManyTagsException$ = [-3, n0, _TMTE,
934
- { [_e]: _c, [_hE]: 400 },
935
- [_M],
936
- [0]
937
- ];
938
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
939
- var UntagResourceRequest$ = [3, n0, _URR,
940
- 0,
941
- [_RARN, _TK],
942
- [0, 64 | 0], 2
943
- ];
944
- var UntagResourceResponse$ = [3, n0, _URRn,
945
- 0,
946
- [],
947
- []
948
- ];
949
- var UpdateAutoManagementRequest$ = [3, n0, _UAMR,
950
- 0,
951
- [_OIT, _NA, _EL],
952
- [0, 0, [2, n0, _EL, 0, 0, 64 | 0]]
953
- ];
954
- var UpdateAutoManagementResponse$ = [3, n0, _UAMRp,
955
- 0,
956
- [],
957
- []
958
- ];
959
- var ServiceQuotasServiceException$ = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
960
- schema.TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException$, ServiceQuotasServiceException);
961
- var InputTags = [1, n0, _IT,
962
- 0, () => Tag$
963
- ];
964
- var OutputTags = [1, n0, _OT,
965
- 0, () => Tag$
966
- ];
967
- var QuotaInfoList = [1, n0, _QIL,
968
- 0, () => QuotaInfo$
969
- ];
970
- var QuotaUtilizationInfoList = [1, n0, _QUIL,
971
- 0, () => QuotaUtilizationInfo$
972
- ];
973
- var RequestedServiceQuotaChangeHistoryListDefinition = [1, n0, _RSQCHLD,
974
- 0, () => RequestedServiceQuotaChange$
975
- ];
976
- var ServiceInfoListDefinition = [1, n0, _SILD,
977
- 0, () => ServiceInfo$
978
- ];
979
- var ServiceQuotaIncreaseRequestInTemplateList = [1, n0, _SQIRITL,
980
- 0, () => ServiceQuotaIncreaseRequestInTemplate$
981
- ];
982
- var ServiceQuotaListDefinition = [1, n0, _SQLD,
983
- 0, () => ServiceQuota$
984
- ];
985
- var ExclusionQuotaList = [2, n0, _EQL,
986
- 0, 0, () => QuotaInfoList
987
- ];
988
- var AssociateServiceQuotaTemplate$ = [9, n0, _ASQT,
989
- 0, () => AssociateServiceQuotaTemplateRequest$, () => AssociateServiceQuotaTemplateResponse$
990
- ];
991
- var CreateSupportCase$ = [9, n0, _CSC,
992
- 0, () => CreateSupportCaseRequest$, () => CreateSupportCaseResponse$
993
- ];
994
- var DeleteServiceQuotaIncreaseRequestFromTemplate$ = [9, n0, _DSQIRFT,
995
- 0, () => DeleteServiceQuotaIncreaseRequestFromTemplateRequest$, () => DeleteServiceQuotaIncreaseRequestFromTemplateResponse$
996
- ];
997
- var DisassociateServiceQuotaTemplate$ = [9, n0, _DSQT,
998
- 0, () => DisassociateServiceQuotaTemplateRequest$, () => DisassociateServiceQuotaTemplateResponse$
999
- ];
1000
- var GetAssociationForServiceQuotaTemplate$ = [9, n0, _GAFSQT,
1001
- 0, () => GetAssociationForServiceQuotaTemplateRequest$, () => GetAssociationForServiceQuotaTemplateResponse$
1002
- ];
1003
- var GetAutoManagementConfiguration$ = [9, n0, _GAMC,
1004
- 0, () => GetAutoManagementConfigurationRequest$, () => GetAutoManagementConfigurationResponse$
1005
- ];
1006
- var GetAWSDefaultServiceQuota$ = [9, n0, _GAWSDSQ,
1007
- 0, () => GetAWSDefaultServiceQuotaRequest$, () => GetAWSDefaultServiceQuotaResponse$
1008
- ];
1009
- var GetQuotaUtilizationReport$ = [9, n0, _GQUR,
1010
- 0, () => GetQuotaUtilizationReportRequest$, () => GetQuotaUtilizationReportResponse$
1011
- ];
1012
- var GetRequestedServiceQuotaChange$ = [9, n0, _GRSQC,
1013
- 0, () => GetRequestedServiceQuotaChangeRequest$, () => GetRequestedServiceQuotaChangeResponse$
1014
- ];
1015
- var GetServiceQuota$ = [9, n0, _GSQ,
1016
- 0, () => GetServiceQuotaRequest$, () => GetServiceQuotaResponse$
1017
- ];
1018
- var GetServiceQuotaIncreaseRequestFromTemplate$ = [9, n0, _GSQIRFT,
1019
- 0, () => GetServiceQuotaIncreaseRequestFromTemplateRequest$, () => GetServiceQuotaIncreaseRequestFromTemplateResponse$
1020
- ];
1021
- var ListAWSDefaultServiceQuotas$ = [9, n0, _LAWSDSQ,
1022
- 0, () => ListAWSDefaultServiceQuotasRequest$, () => ListAWSDefaultServiceQuotasResponse$
1023
- ];
1024
- var ListRequestedServiceQuotaChangeHistory$ = [9, n0, _LRSQCH,
1025
- 0, () => ListRequestedServiceQuotaChangeHistoryRequest$, () => ListRequestedServiceQuotaChangeHistoryResponse$
1026
- ];
1027
- var ListRequestedServiceQuotaChangeHistoryByQuota$ = [9, n0, _LRSQCHBQ,
1028
- 0, () => ListRequestedServiceQuotaChangeHistoryByQuotaRequest$, () => ListRequestedServiceQuotaChangeHistoryByQuotaResponse$
1029
- ];
1030
- var ListServiceQuotaIncreaseRequestsInTemplate$ = [9, n0, _LSQIRIT,
1031
- 0, () => ListServiceQuotaIncreaseRequestsInTemplateRequest$, () => ListServiceQuotaIncreaseRequestsInTemplateResponse$
1032
- ];
1033
- var ListServiceQuotas$ = [9, n0, _LSQ,
1034
- 0, () => ListServiceQuotasRequest$, () => ListServiceQuotasResponse$
1035
- ];
1036
- var ListServices$ = [9, n0, _LS,
1037
- 0, () => ListServicesRequest$, () => ListServicesResponse$
1038
- ];
1039
- var ListTagsForResource$ = [9, n0, _LTFR,
1040
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1041
- ];
1042
- var PutServiceQuotaIncreaseRequestIntoTemplate$ = [9, n0, _PSQIRIT,
1043
- 0, () => PutServiceQuotaIncreaseRequestIntoTemplateRequest$, () => PutServiceQuotaIncreaseRequestIntoTemplateResponse$
1044
- ];
1045
- var RequestServiceQuotaIncrease$ = [9, n0, _RSQI,
1046
- 0, () => RequestServiceQuotaIncreaseRequest$, () => RequestServiceQuotaIncreaseResponse$
1047
- ];
1048
- var StartAutoManagement$ = [9, n0, _SAM,
1049
- 0, () => StartAutoManagementRequest$, () => StartAutoManagementResponse$
1050
- ];
1051
- var StartQuotaUtilizationReport$ = [9, n0, _SQUR,
1052
- 0, () => StartQuotaUtilizationReportRequest$, () => StartQuotaUtilizationReportResponse$
1053
- ];
1054
- var StopAutoManagement$ = [9, n0, _SAMt,
1055
- 0, () => StopAutoManagementRequest$, () => StopAutoManagementResponse$
1056
- ];
1057
- var TagResource$ = [9, n0, _TR,
1058
- 0, () => TagResourceRequest$, () => TagResourceResponse$
1059
- ];
1060
- var UntagResource$ = [9, n0, _UR,
1061
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
1062
- ];
1063
- var UpdateAutoManagement$ = [9, n0, _UAM,
1064
- 0, () => UpdateAutoManagementRequest$, () => UpdateAutoManagementResponse$
1065
- ];
1066
-
1067
116
  class AssociateServiceQuotaTemplateCommand extends smithyClient.Command
1068
117
  .classBuilder()
1069
118
  .ep(commonParams)
@@ -1072,7 +121,7 @@ class AssociateServiceQuotaTemplateCommand extends smithyClient.Command
1072
121
  })
1073
122
  .s("ServiceQuotasV20190624", "AssociateServiceQuotaTemplate", {})
1074
123
  .n("ServiceQuotasClient", "AssociateServiceQuotaTemplateCommand")
1075
- .sc(AssociateServiceQuotaTemplate$)
124
+ .sc(schemas_0.AssociateServiceQuotaTemplate$)
1076
125
  .build() {
1077
126
  }
1078
127
 
@@ -1084,7 +133,7 @@ class CreateSupportCaseCommand extends smithyClient.Command
1084
133
  })
1085
134
  .s("ServiceQuotasV20190624", "CreateSupportCase", {})
1086
135
  .n("ServiceQuotasClient", "CreateSupportCaseCommand")
1087
- .sc(CreateSupportCase$)
136
+ .sc(schemas_0.CreateSupportCase$)
1088
137
  .build() {
1089
138
  }
1090
139
 
@@ -1096,7 +145,7 @@ class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends smithyClient.
1096
145
  })
1097
146
  .s("ServiceQuotasV20190624", "DeleteServiceQuotaIncreaseRequestFromTemplate", {})
1098
147
  .n("ServiceQuotasClient", "DeleteServiceQuotaIncreaseRequestFromTemplateCommand")
1099
- .sc(DeleteServiceQuotaIncreaseRequestFromTemplate$)
148
+ .sc(schemas_0.DeleteServiceQuotaIncreaseRequestFromTemplate$)
1100
149
  .build() {
1101
150
  }
1102
151
 
@@ -1108,7 +157,7 @@ class DisassociateServiceQuotaTemplateCommand extends smithyClient.Command
1108
157
  })
1109
158
  .s("ServiceQuotasV20190624", "DisassociateServiceQuotaTemplate", {})
1110
159
  .n("ServiceQuotasClient", "DisassociateServiceQuotaTemplateCommand")
1111
- .sc(DisassociateServiceQuotaTemplate$)
160
+ .sc(schemas_0.DisassociateServiceQuotaTemplate$)
1112
161
  .build() {
1113
162
  }
1114
163
 
@@ -1120,7 +169,7 @@ class GetAssociationForServiceQuotaTemplateCommand extends smithyClient.Command
1120
169
  })
1121
170
  .s("ServiceQuotasV20190624", "GetAssociationForServiceQuotaTemplate", {})
1122
171
  .n("ServiceQuotasClient", "GetAssociationForServiceQuotaTemplateCommand")
1123
- .sc(GetAssociationForServiceQuotaTemplate$)
172
+ .sc(schemas_0.GetAssociationForServiceQuotaTemplate$)
1124
173
  .build() {
1125
174
  }
1126
175
 
@@ -1132,7 +181,7 @@ class GetAutoManagementConfigurationCommand extends smithyClient.Command
1132
181
  })
1133
182
  .s("ServiceQuotasV20190624", "GetAutoManagementConfiguration", {})
1134
183
  .n("ServiceQuotasClient", "GetAutoManagementConfigurationCommand")
1135
- .sc(GetAutoManagementConfiguration$)
184
+ .sc(schemas_0.GetAutoManagementConfiguration$)
1136
185
  .build() {
1137
186
  }
1138
187
 
@@ -1144,7 +193,7 @@ class GetAWSDefaultServiceQuotaCommand extends smithyClient.Command
1144
193
  })
1145
194
  .s("ServiceQuotasV20190624", "GetAWSDefaultServiceQuota", {})
1146
195
  .n("ServiceQuotasClient", "GetAWSDefaultServiceQuotaCommand")
1147
- .sc(GetAWSDefaultServiceQuota$)
196
+ .sc(schemas_0.GetAWSDefaultServiceQuota$)
1148
197
  .build() {
1149
198
  }
1150
199
 
@@ -1156,7 +205,7 @@ class GetQuotaUtilizationReportCommand extends smithyClient.Command
1156
205
  })
1157
206
  .s("ServiceQuotasV20190624", "GetQuotaUtilizationReport", {})
1158
207
  .n("ServiceQuotasClient", "GetQuotaUtilizationReportCommand")
1159
- .sc(GetQuotaUtilizationReport$)
208
+ .sc(schemas_0.GetQuotaUtilizationReport$)
1160
209
  .build() {
1161
210
  }
1162
211
 
@@ -1168,7 +217,7 @@ class GetRequestedServiceQuotaChangeCommand extends smithyClient.Command
1168
217
  })
1169
218
  .s("ServiceQuotasV20190624", "GetRequestedServiceQuotaChange", {})
1170
219
  .n("ServiceQuotasClient", "GetRequestedServiceQuotaChangeCommand")
1171
- .sc(GetRequestedServiceQuotaChange$)
220
+ .sc(schemas_0.GetRequestedServiceQuotaChange$)
1172
221
  .build() {
1173
222
  }
1174
223
 
@@ -1180,7 +229,7 @@ class GetServiceQuotaCommand extends smithyClient.Command
1180
229
  })
1181
230
  .s("ServiceQuotasV20190624", "GetServiceQuota", {})
1182
231
  .n("ServiceQuotasClient", "GetServiceQuotaCommand")
1183
- .sc(GetServiceQuota$)
232
+ .sc(schemas_0.GetServiceQuota$)
1184
233
  .build() {
1185
234
  }
1186
235
 
@@ -1192,7 +241,7 @@ class GetServiceQuotaIncreaseRequestFromTemplateCommand extends smithyClient.Com
1192
241
  })
1193
242
  .s("ServiceQuotasV20190624", "GetServiceQuotaIncreaseRequestFromTemplate", {})
1194
243
  .n("ServiceQuotasClient", "GetServiceQuotaIncreaseRequestFromTemplateCommand")
1195
- .sc(GetServiceQuotaIncreaseRequestFromTemplate$)
244
+ .sc(schemas_0.GetServiceQuotaIncreaseRequestFromTemplate$)
1196
245
  .build() {
1197
246
  }
1198
247
 
@@ -1204,7 +253,7 @@ class ListAWSDefaultServiceQuotasCommand extends smithyClient.Command
1204
253
  })
1205
254
  .s("ServiceQuotasV20190624", "ListAWSDefaultServiceQuotas", {})
1206
255
  .n("ServiceQuotasClient", "ListAWSDefaultServiceQuotasCommand")
1207
- .sc(ListAWSDefaultServiceQuotas$)
256
+ .sc(schemas_0.ListAWSDefaultServiceQuotas$)
1208
257
  .build() {
1209
258
  }
1210
259
 
@@ -1216,7 +265,7 @@ class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends smithyClient.
1216
265
  })
1217
266
  .s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistoryByQuota", {})
1218
267
  .n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryByQuotaCommand")
1219
- .sc(ListRequestedServiceQuotaChangeHistoryByQuota$)
268
+ .sc(schemas_0.ListRequestedServiceQuotaChangeHistoryByQuota$)
1220
269
  .build() {
1221
270
  }
1222
271
 
@@ -1228,7 +277,7 @@ class ListRequestedServiceQuotaChangeHistoryCommand extends smithyClient.Command
1228
277
  })
1229
278
  .s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistory", {})
1230
279
  .n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryCommand")
1231
- .sc(ListRequestedServiceQuotaChangeHistory$)
280
+ .sc(schemas_0.ListRequestedServiceQuotaChangeHistory$)
1232
281
  .build() {
1233
282
  }
1234
283
 
@@ -1240,7 +289,7 @@ class ListServiceQuotaIncreaseRequestsInTemplateCommand extends smithyClient.Com
1240
289
  })
1241
290
  .s("ServiceQuotasV20190624", "ListServiceQuotaIncreaseRequestsInTemplate", {})
1242
291
  .n("ServiceQuotasClient", "ListServiceQuotaIncreaseRequestsInTemplateCommand")
1243
- .sc(ListServiceQuotaIncreaseRequestsInTemplate$)
292
+ .sc(schemas_0.ListServiceQuotaIncreaseRequestsInTemplate$)
1244
293
  .build() {
1245
294
  }
1246
295
 
@@ -1252,7 +301,7 @@ class ListServiceQuotasCommand extends smithyClient.Command
1252
301
  })
1253
302
  .s("ServiceQuotasV20190624", "ListServiceQuotas", {})
1254
303
  .n("ServiceQuotasClient", "ListServiceQuotasCommand")
1255
- .sc(ListServiceQuotas$)
304
+ .sc(schemas_0.ListServiceQuotas$)
1256
305
  .build() {
1257
306
  }
1258
307
 
@@ -1264,7 +313,7 @@ class ListServicesCommand extends smithyClient.Command
1264
313
  })
1265
314
  .s("ServiceQuotasV20190624", "ListServices", {})
1266
315
  .n("ServiceQuotasClient", "ListServicesCommand")
1267
- .sc(ListServices$)
316
+ .sc(schemas_0.ListServices$)
1268
317
  .build() {
1269
318
  }
1270
319
 
@@ -1276,7 +325,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1276
325
  })
1277
326
  .s("ServiceQuotasV20190624", "ListTagsForResource", {})
1278
327
  .n("ServiceQuotasClient", "ListTagsForResourceCommand")
1279
- .sc(ListTagsForResource$)
328
+ .sc(schemas_0.ListTagsForResource$)
1280
329
  .build() {
1281
330
  }
1282
331
 
@@ -1288,7 +337,7 @@ class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends smithyClient.Com
1288
337
  })
1289
338
  .s("ServiceQuotasV20190624", "PutServiceQuotaIncreaseRequestIntoTemplate", {})
1290
339
  .n("ServiceQuotasClient", "PutServiceQuotaIncreaseRequestIntoTemplateCommand")
1291
- .sc(PutServiceQuotaIncreaseRequestIntoTemplate$)
340
+ .sc(schemas_0.PutServiceQuotaIncreaseRequestIntoTemplate$)
1292
341
  .build() {
1293
342
  }
1294
343
 
@@ -1300,7 +349,7 @@ class RequestServiceQuotaIncreaseCommand extends smithyClient.Command
1300
349
  })
1301
350
  .s("ServiceQuotasV20190624", "RequestServiceQuotaIncrease", {})
1302
351
  .n("ServiceQuotasClient", "RequestServiceQuotaIncreaseCommand")
1303
- .sc(RequestServiceQuotaIncrease$)
352
+ .sc(schemas_0.RequestServiceQuotaIncrease$)
1304
353
  .build() {
1305
354
  }
1306
355
 
@@ -1312,7 +361,7 @@ class StartAutoManagementCommand extends smithyClient.Command
1312
361
  })
1313
362
  .s("ServiceQuotasV20190624", "StartAutoManagement", {})
1314
363
  .n("ServiceQuotasClient", "StartAutoManagementCommand")
1315
- .sc(StartAutoManagement$)
364
+ .sc(schemas_0.StartAutoManagement$)
1316
365
  .build() {
1317
366
  }
1318
367
 
@@ -1324,7 +373,7 @@ class StartQuotaUtilizationReportCommand extends smithyClient.Command
1324
373
  })
1325
374
  .s("ServiceQuotasV20190624", "StartQuotaUtilizationReport", {})
1326
375
  .n("ServiceQuotasClient", "StartQuotaUtilizationReportCommand")
1327
- .sc(StartQuotaUtilizationReport$)
376
+ .sc(schemas_0.StartQuotaUtilizationReport$)
1328
377
  .build() {
1329
378
  }
1330
379
 
@@ -1336,7 +385,7 @@ class StopAutoManagementCommand extends smithyClient.Command
1336
385
  })
1337
386
  .s("ServiceQuotasV20190624", "StopAutoManagement", {})
1338
387
  .n("ServiceQuotasClient", "StopAutoManagementCommand")
1339
- .sc(StopAutoManagement$)
388
+ .sc(schemas_0.StopAutoManagement$)
1340
389
  .build() {
1341
390
  }
1342
391
 
@@ -1348,7 +397,7 @@ class TagResourceCommand extends smithyClient.Command
1348
397
  })
1349
398
  .s("ServiceQuotasV20190624", "TagResource", {})
1350
399
  .n("ServiceQuotasClient", "TagResourceCommand")
1351
- .sc(TagResource$)
400
+ .sc(schemas_0.TagResource$)
1352
401
  .build() {
1353
402
  }
1354
403
 
@@ -1360,7 +409,7 @@ class UntagResourceCommand extends smithyClient.Command
1360
409
  })
1361
410
  .s("ServiceQuotasV20190624", "UntagResource", {})
1362
411
  .n("ServiceQuotasClient", "UntagResourceCommand")
1363
- .sc(UntagResource$)
412
+ .sc(schemas_0.UntagResource$)
1364
413
  .build() {
1365
414
  }
1366
415
 
@@ -1372,7 +421,7 @@ class UpdateAutoManagementCommand extends smithyClient.Command
1372
421
  })
1373
422
  .s("ServiceQuotasV20190624", "UpdateAutoManagement", {})
1374
423
  .n("ServiceQuotasClient", "UpdateAutoManagementCommand")
1375
- .sc(UpdateAutoManagement$)
424
+ .sc(schemas_0.UpdateAutoManagement$)
1376
425
  .build() {
1377
426
  }
1378
427
 
@@ -1494,173 +543,64 @@ Object.defineProperty(exports, "__Client", {
1494
543
  enumerable: true,
1495
544
  get: function () { return smithyClient.Client; }
1496
545
  });
1497
- exports.AWSServiceAccessNotEnabledException = AWSServiceAccessNotEnabledException;
1498
- exports.AWSServiceAccessNotEnabledException$ = AWSServiceAccessNotEnabledException$;
1499
- exports.AccessDeniedException = AccessDeniedException;
1500
- exports.AccessDeniedException$ = AccessDeniedException$;
546
+ Object.defineProperty(exports, "ServiceQuotasServiceException", {
547
+ enumerable: true,
548
+ get: function () { return ServiceQuotasServiceException.ServiceQuotasServiceException; }
549
+ });
1501
550
  exports.AppliedLevelEnum = AppliedLevelEnum;
1502
- exports.AssociateServiceQuotaTemplate$ = AssociateServiceQuotaTemplate$;
1503
551
  exports.AssociateServiceQuotaTemplateCommand = AssociateServiceQuotaTemplateCommand;
1504
- exports.AssociateServiceQuotaTemplateRequest$ = AssociateServiceQuotaTemplateRequest$;
1505
- exports.AssociateServiceQuotaTemplateResponse$ = AssociateServiceQuotaTemplateResponse$;
1506
- exports.CreateSupportCase$ = CreateSupportCase$;
1507
552
  exports.CreateSupportCaseCommand = CreateSupportCaseCommand;
1508
- exports.CreateSupportCaseRequest$ = CreateSupportCaseRequest$;
1509
- exports.CreateSupportCaseResponse$ = CreateSupportCaseResponse$;
1510
- exports.DeleteServiceQuotaIncreaseRequestFromTemplate$ = DeleteServiceQuotaIncreaseRequestFromTemplate$;
1511
553
  exports.DeleteServiceQuotaIncreaseRequestFromTemplateCommand = DeleteServiceQuotaIncreaseRequestFromTemplateCommand;
1512
- exports.DeleteServiceQuotaIncreaseRequestFromTemplateRequest$ = DeleteServiceQuotaIncreaseRequestFromTemplateRequest$;
1513
- exports.DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = DeleteServiceQuotaIncreaseRequestFromTemplateResponse$;
1514
- exports.DependencyAccessDeniedException = DependencyAccessDeniedException;
1515
- exports.DependencyAccessDeniedException$ = DependencyAccessDeniedException$;
1516
- exports.DisassociateServiceQuotaTemplate$ = DisassociateServiceQuotaTemplate$;
1517
554
  exports.DisassociateServiceQuotaTemplateCommand = DisassociateServiceQuotaTemplateCommand;
1518
- exports.DisassociateServiceQuotaTemplateRequest$ = DisassociateServiceQuotaTemplateRequest$;
1519
- exports.DisassociateServiceQuotaTemplateResponse$ = DisassociateServiceQuotaTemplateResponse$;
1520
555
  exports.ErrorCode = ErrorCode;
1521
- exports.ErrorReason$ = ErrorReason$;
1522
- exports.GetAWSDefaultServiceQuota$ = GetAWSDefaultServiceQuota$;
1523
556
  exports.GetAWSDefaultServiceQuotaCommand = GetAWSDefaultServiceQuotaCommand;
1524
- exports.GetAWSDefaultServiceQuotaRequest$ = GetAWSDefaultServiceQuotaRequest$;
1525
- exports.GetAWSDefaultServiceQuotaResponse$ = GetAWSDefaultServiceQuotaResponse$;
1526
- exports.GetAssociationForServiceQuotaTemplate$ = GetAssociationForServiceQuotaTemplate$;
1527
557
  exports.GetAssociationForServiceQuotaTemplateCommand = GetAssociationForServiceQuotaTemplateCommand;
1528
- exports.GetAssociationForServiceQuotaTemplateRequest$ = GetAssociationForServiceQuotaTemplateRequest$;
1529
- exports.GetAssociationForServiceQuotaTemplateResponse$ = GetAssociationForServiceQuotaTemplateResponse$;
1530
- exports.GetAutoManagementConfiguration$ = GetAutoManagementConfiguration$;
1531
558
  exports.GetAutoManagementConfigurationCommand = GetAutoManagementConfigurationCommand;
1532
- exports.GetAutoManagementConfigurationRequest$ = GetAutoManagementConfigurationRequest$;
1533
- exports.GetAutoManagementConfigurationResponse$ = GetAutoManagementConfigurationResponse$;
1534
- exports.GetQuotaUtilizationReport$ = GetQuotaUtilizationReport$;
1535
559
  exports.GetQuotaUtilizationReportCommand = GetQuotaUtilizationReportCommand;
1536
- exports.GetQuotaUtilizationReportRequest$ = GetQuotaUtilizationReportRequest$;
1537
- exports.GetQuotaUtilizationReportResponse$ = GetQuotaUtilizationReportResponse$;
1538
- exports.GetRequestedServiceQuotaChange$ = GetRequestedServiceQuotaChange$;
1539
560
  exports.GetRequestedServiceQuotaChangeCommand = GetRequestedServiceQuotaChangeCommand;
1540
- exports.GetRequestedServiceQuotaChangeRequest$ = GetRequestedServiceQuotaChangeRequest$;
1541
- exports.GetRequestedServiceQuotaChangeResponse$ = GetRequestedServiceQuotaChangeResponse$;
1542
- exports.GetServiceQuota$ = GetServiceQuota$;
1543
561
  exports.GetServiceQuotaCommand = GetServiceQuotaCommand;
1544
- exports.GetServiceQuotaIncreaseRequestFromTemplate$ = GetServiceQuotaIncreaseRequestFromTemplate$;
1545
562
  exports.GetServiceQuotaIncreaseRequestFromTemplateCommand = GetServiceQuotaIncreaseRequestFromTemplateCommand;
1546
- exports.GetServiceQuotaIncreaseRequestFromTemplateRequest$ = GetServiceQuotaIncreaseRequestFromTemplateRequest$;
1547
- exports.GetServiceQuotaIncreaseRequestFromTemplateResponse$ = GetServiceQuotaIncreaseRequestFromTemplateResponse$;
1548
- exports.GetServiceQuotaRequest$ = GetServiceQuotaRequest$;
1549
- exports.GetServiceQuotaResponse$ = GetServiceQuotaResponse$;
1550
- exports.IllegalArgumentException = IllegalArgumentException;
1551
- exports.IllegalArgumentException$ = IllegalArgumentException$;
1552
- exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
1553
- exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
1554
- exports.InvalidResourceStateException = InvalidResourceStateException;
1555
- exports.InvalidResourceStateException$ = InvalidResourceStateException$;
1556
- exports.ListAWSDefaultServiceQuotas$ = ListAWSDefaultServiceQuotas$;
1557
563
  exports.ListAWSDefaultServiceQuotasCommand = ListAWSDefaultServiceQuotasCommand;
1558
- exports.ListAWSDefaultServiceQuotasRequest$ = ListAWSDefaultServiceQuotasRequest$;
1559
- exports.ListAWSDefaultServiceQuotasResponse$ = ListAWSDefaultServiceQuotasResponse$;
1560
- exports.ListRequestedServiceQuotaChangeHistory$ = ListRequestedServiceQuotaChangeHistory$;
1561
- exports.ListRequestedServiceQuotaChangeHistoryByQuota$ = ListRequestedServiceQuotaChangeHistoryByQuota$;
1562
564
  exports.ListRequestedServiceQuotaChangeHistoryByQuotaCommand = ListRequestedServiceQuotaChangeHistoryByQuotaCommand;
1563
- exports.ListRequestedServiceQuotaChangeHistoryByQuotaRequest$ = ListRequestedServiceQuotaChangeHistoryByQuotaRequest$;
1564
- exports.ListRequestedServiceQuotaChangeHistoryByQuotaResponse$ = ListRequestedServiceQuotaChangeHistoryByQuotaResponse$;
1565
565
  exports.ListRequestedServiceQuotaChangeHistoryCommand = ListRequestedServiceQuotaChangeHistoryCommand;
1566
- exports.ListRequestedServiceQuotaChangeHistoryRequest$ = ListRequestedServiceQuotaChangeHistoryRequest$;
1567
- exports.ListRequestedServiceQuotaChangeHistoryResponse$ = ListRequestedServiceQuotaChangeHistoryResponse$;
1568
- exports.ListServiceQuotaIncreaseRequestsInTemplate$ = ListServiceQuotaIncreaseRequestsInTemplate$;
1569
566
  exports.ListServiceQuotaIncreaseRequestsInTemplateCommand = ListServiceQuotaIncreaseRequestsInTemplateCommand;
1570
- exports.ListServiceQuotaIncreaseRequestsInTemplateRequest$ = ListServiceQuotaIncreaseRequestsInTemplateRequest$;
1571
- exports.ListServiceQuotaIncreaseRequestsInTemplateResponse$ = ListServiceQuotaIncreaseRequestsInTemplateResponse$;
1572
- exports.ListServiceQuotas$ = ListServiceQuotas$;
1573
567
  exports.ListServiceQuotasCommand = ListServiceQuotasCommand;
1574
- exports.ListServiceQuotasRequest$ = ListServiceQuotasRequest$;
1575
- exports.ListServiceQuotasResponse$ = ListServiceQuotasResponse$;
1576
- exports.ListServices$ = ListServices$;
1577
568
  exports.ListServicesCommand = ListServicesCommand;
1578
- exports.ListServicesRequest$ = ListServicesRequest$;
1579
- exports.ListServicesResponse$ = ListServicesResponse$;
1580
- exports.ListTagsForResource$ = ListTagsForResource$;
1581
569
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1582
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1583
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1584
- exports.MetricInfo$ = MetricInfo$;
1585
- exports.NoAvailableOrganizationException = NoAvailableOrganizationException;
1586
- exports.NoAvailableOrganizationException$ = NoAvailableOrganizationException$;
1587
- exports.NoSuchResourceException = NoSuchResourceException;
1588
- exports.NoSuchResourceException$ = NoSuchResourceException$;
1589
570
  exports.OptInLevel = OptInLevel;
1590
571
  exports.OptInStatus = OptInStatus;
1591
572
  exports.OptInType = OptInType;
1592
- exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException;
1593
- exports.OrganizationNotInAllFeaturesModeException$ = OrganizationNotInAllFeaturesModeException$;
1594
573
  exports.PeriodUnit = PeriodUnit;
1595
- exports.PutServiceQuotaIncreaseRequestIntoTemplate$ = PutServiceQuotaIncreaseRequestIntoTemplate$;
1596
574
  exports.PutServiceQuotaIncreaseRequestIntoTemplateCommand = PutServiceQuotaIncreaseRequestIntoTemplateCommand;
1597
- exports.PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = PutServiceQuotaIncreaseRequestIntoTemplateRequest$;
1598
- exports.PutServiceQuotaIncreaseRequestIntoTemplateResponse$ = PutServiceQuotaIncreaseRequestIntoTemplateResponse$;
1599
- exports.QuotaContextInfo$ = QuotaContextInfo$;
1600
575
  exports.QuotaContextScope = QuotaContextScope;
1601
- exports.QuotaExceededException = QuotaExceededException;
1602
- exports.QuotaExceededException$ = QuotaExceededException$;
1603
- exports.QuotaInfo$ = QuotaInfo$;
1604
- exports.QuotaPeriod$ = QuotaPeriod$;
1605
- exports.QuotaUtilizationInfo$ = QuotaUtilizationInfo$;
1606
576
  exports.ReportStatus = ReportStatus;
1607
- exports.RequestServiceQuotaIncrease$ = RequestServiceQuotaIncrease$;
1608
577
  exports.RequestServiceQuotaIncreaseCommand = RequestServiceQuotaIncreaseCommand;
1609
- exports.RequestServiceQuotaIncreaseRequest$ = RequestServiceQuotaIncreaseRequest$;
1610
- exports.RequestServiceQuotaIncreaseResponse$ = RequestServiceQuotaIncreaseResponse$;
1611
578
  exports.RequestStatus = RequestStatus;
1612
579
  exports.RequestType = RequestType;
1613
- exports.RequestedServiceQuotaChange$ = RequestedServiceQuotaChange$;
1614
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
1615
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
1616
- exports.ServiceException = ServiceException;
1617
- exports.ServiceException$ = ServiceException$;
1618
- exports.ServiceInfo$ = ServiceInfo$;
1619
- exports.ServiceQuota$ = ServiceQuota$;
1620
- exports.ServiceQuotaIncreaseRequestInTemplate$ = ServiceQuotaIncreaseRequestInTemplate$;
1621
580
  exports.ServiceQuotaTemplateAssociationStatus = ServiceQuotaTemplateAssociationStatus;
1622
- exports.ServiceQuotaTemplateNotInUseException = ServiceQuotaTemplateNotInUseException;
1623
- exports.ServiceQuotaTemplateNotInUseException$ = ServiceQuotaTemplateNotInUseException$;
1624
581
  exports.ServiceQuotas = ServiceQuotas;
1625
582
  exports.ServiceQuotasClient = ServiceQuotasClient;
1626
- exports.ServiceQuotasServiceException = ServiceQuotasServiceException;
1627
- exports.ServiceQuotasServiceException$ = ServiceQuotasServiceException$;
1628
- exports.StartAutoManagement$ = StartAutoManagement$;
1629
583
  exports.StartAutoManagementCommand = StartAutoManagementCommand;
1630
- exports.StartAutoManagementRequest$ = StartAutoManagementRequest$;
1631
- exports.StartAutoManagementResponse$ = StartAutoManagementResponse$;
1632
- exports.StartQuotaUtilizationReport$ = StartQuotaUtilizationReport$;
1633
584
  exports.StartQuotaUtilizationReportCommand = StartQuotaUtilizationReportCommand;
1634
- exports.StartQuotaUtilizationReportRequest$ = StartQuotaUtilizationReportRequest$;
1635
- exports.StartQuotaUtilizationReportResponse$ = StartQuotaUtilizationReportResponse$;
1636
- exports.StopAutoManagement$ = StopAutoManagement$;
1637
585
  exports.StopAutoManagementCommand = StopAutoManagementCommand;
1638
- exports.StopAutoManagementRequest$ = StopAutoManagementRequest$;
1639
- exports.StopAutoManagementResponse$ = StopAutoManagementResponse$;
1640
- exports.Tag$ = Tag$;
1641
- exports.TagPolicyViolationException = TagPolicyViolationException;
1642
- exports.TagPolicyViolationException$ = TagPolicyViolationException$;
1643
- exports.TagResource$ = TagResource$;
1644
586
  exports.TagResourceCommand = TagResourceCommand;
1645
- exports.TagResourceRequest$ = TagResourceRequest$;
1646
- exports.TagResourceResponse$ = TagResourceResponse$;
1647
- exports.TemplatesNotAvailableInRegionException = TemplatesNotAvailableInRegionException;
1648
- exports.TemplatesNotAvailableInRegionException$ = TemplatesNotAvailableInRegionException$;
1649
- exports.TooManyRequestsException = TooManyRequestsException;
1650
- exports.TooManyRequestsException$ = TooManyRequestsException$;
1651
- exports.TooManyTagsException = TooManyTagsException;
1652
- exports.TooManyTagsException$ = TooManyTagsException$;
1653
- exports.UntagResource$ = UntagResource$;
1654
587
  exports.UntagResourceCommand = UntagResourceCommand;
1655
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1656
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1657
- exports.UpdateAutoManagement$ = UpdateAutoManagement$;
1658
588
  exports.UpdateAutoManagementCommand = UpdateAutoManagementCommand;
1659
- exports.UpdateAutoManagementRequest$ = UpdateAutoManagementRequest$;
1660
- exports.UpdateAutoManagementResponse$ = UpdateAutoManagementResponse$;
1661
589
  exports.paginateListAWSDefaultServiceQuotas = paginateListAWSDefaultServiceQuotas;
1662
590
  exports.paginateListRequestedServiceQuotaChangeHistory = paginateListRequestedServiceQuotaChangeHistory;
1663
591
  exports.paginateListRequestedServiceQuotaChangeHistoryByQuota = paginateListRequestedServiceQuotaChangeHistoryByQuota;
1664
592
  exports.paginateListServiceQuotaIncreaseRequestsInTemplate = paginateListServiceQuotaIncreaseRequestsInTemplate;
1665
593
  exports.paginateListServiceQuotas = paginateListServiceQuotas;
1666
594
  exports.paginateListServices = paginateListServices;
595
+ Object.keys(schemas_0).forEach(function (k) {
596
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
597
+ enumerable: true,
598
+ get: function () { return schemas_0[k]; }
599
+ });
600
+ });
601
+ Object.keys(errors).forEach(function (k) {
602
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
603
+ enumerable: true,
604
+ get: function () { return errors[k]; }
605
+ });
606
+ });