@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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultServiceQuotasHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2019-06-24",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.servicequotas",
30
+ errorTypeRegistries,
29
31
  version: "2019-06-24",
30
32
  serviceTarget: "ServiceQuotasV20190624",
31
33
  },
@@ -178,18 +178,122 @@ const _V = "Value";
178
178
  const _c = "client";
179
179
  const _e = "error";
180
180
  const _hE = "httpError";
181
- const _s = "server";
182
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
181
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
182
+ const _se = "server";
183
183
  const n0 = "com.amazonaws.servicequotas";
184
184
  import { TypeRegistry } from "@smithy/core/schema";
185
185
  import { AccessDeniedException, AWSServiceAccessNotEnabledException, DependencyAccessDeniedException, IllegalArgumentException, InvalidPaginationTokenException, InvalidResourceStateException, NoAvailableOrganizationException, NoSuchResourceException, OrganizationNotInAllFeaturesModeException, QuotaExceededException, ResourceAlreadyExistsException, ServiceException, ServiceQuotaTemplateNotInUseException, TagPolicyViolationException, TemplatesNotAvailableInRegionException, TooManyRequestsException, TooManyTagsException, } from "../models/errors";
186
186
  import { ServiceQuotasServiceException } from "../models/ServiceQuotasServiceException";
187
+ const _s_registry = TypeRegistry.for(_s);
188
+ export var ServiceQuotasServiceException$ = [-3, _s, "ServiceQuotasServiceException", 0, [], []];
189
+ _s_registry.registerError(ServiceQuotasServiceException$, ServiceQuotasServiceException);
190
+ const n0_registry = TypeRegistry.for(n0);
187
191
  export var AccessDeniedException$ = [-3, n0, _ADE,
188
192
  { [_e]: _c, [_hE]: 403 },
189
193
  [_M],
190
194
  [0]
191
195
  ];
192
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
196
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
197
+ export var AWSServiceAccessNotEnabledException$ = [-3, n0, _AWSSANEE,
198
+ { [_e]: _c, [_hE]: 403 },
199
+ [_M],
200
+ [0]
201
+ ];
202
+ n0_registry.registerError(AWSServiceAccessNotEnabledException$, AWSServiceAccessNotEnabledException);
203
+ export var DependencyAccessDeniedException$ = [-3, n0, _DADE,
204
+ { [_e]: _c, [_hE]: 403 },
205
+ [_M],
206
+ [0]
207
+ ];
208
+ n0_registry.registerError(DependencyAccessDeniedException$, DependencyAccessDeniedException);
209
+ export var IllegalArgumentException$ = [-3, n0, _IAE,
210
+ { [_e]: _c, [_hE]: 400 },
211
+ [_M],
212
+ [0]
213
+ ];
214
+ n0_registry.registerError(IllegalArgumentException$, IllegalArgumentException);
215
+ export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
216
+ { [_e]: _c, [_hE]: 400 },
217
+ [_M],
218
+ [0]
219
+ ];
220
+ n0_registry.registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
221
+ export var InvalidResourceStateException$ = [-3, n0, _IRSE,
222
+ { [_e]: _c, [_hE]: 405 },
223
+ [_M],
224
+ [0]
225
+ ];
226
+ n0_registry.registerError(InvalidResourceStateException$, InvalidResourceStateException);
227
+ export var NoAvailableOrganizationException$ = [-3, n0, _NAOE,
228
+ { [_e]: _c, [_hE]: 403 },
229
+ [_M],
230
+ [0]
231
+ ];
232
+ n0_registry.registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
233
+ export var NoSuchResourceException$ = [-3, n0, _NSRE,
234
+ { [_e]: _c, [_hE]: 404 },
235
+ [_M],
236
+ [0]
237
+ ];
238
+ n0_registry.registerError(NoSuchResourceException$, NoSuchResourceException);
239
+ export var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
240
+ { [_e]: _c, [_hE]: 400 },
241
+ [_M],
242
+ [0]
243
+ ];
244
+ n0_registry.registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
245
+ export var QuotaExceededException$ = [-3, n0, _QEE,
246
+ { [_e]: _c, [_hE]: 409 },
247
+ [_M],
248
+ [0]
249
+ ];
250
+ n0_registry.registerError(QuotaExceededException$, QuotaExceededException);
251
+ export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
252
+ { [_e]: _c, [_hE]: 400 },
253
+ [_M],
254
+ [0]
255
+ ];
256
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
257
+ export var ServiceException$ = [-3, n0, _SE,
258
+ { [_e]: _se, [_hE]: 500 },
259
+ [_M],
260
+ [0]
261
+ ];
262
+ n0_registry.registerError(ServiceException$, ServiceException);
263
+ export var ServiceQuotaTemplateNotInUseException$ = [-3, n0, _SQTNIUE,
264
+ { [_e]: _c, [_hE]: 400 },
265
+ [_M],
266
+ [0]
267
+ ];
268
+ n0_registry.registerError(ServiceQuotaTemplateNotInUseException$, ServiceQuotaTemplateNotInUseException);
269
+ export var TagPolicyViolationException$ = [-3, n0, _TPVE,
270
+ { [_e]: _c, [_hE]: 401 },
271
+ [_M],
272
+ [0]
273
+ ];
274
+ n0_registry.registerError(TagPolicyViolationException$, TagPolicyViolationException);
275
+ export var TemplatesNotAvailableInRegionException$ = [-3, n0, _TNAIRE,
276
+ { [_e]: _c, [_hE]: 404 },
277
+ [_M],
278
+ [0]
279
+ ];
280
+ n0_registry.registerError(TemplatesNotAvailableInRegionException$, TemplatesNotAvailableInRegionException);
281
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
282
+ { [_e]: _c, [_hE]: 429 },
283
+ [_M],
284
+ [0]
285
+ ];
286
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
287
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
288
+ { [_e]: _c, [_hE]: 400 },
289
+ [_M],
290
+ [0]
291
+ ];
292
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
293
+ export const errorTypeRegistries = [
294
+ _s_registry,
295
+ n0_registry,
296
+ ];
193
297
  export var AssociateServiceQuotaTemplateRequest$ = [3, n0, _ASQTR,
194
298
  0,
195
299
  [],
@@ -200,12 +304,6 @@ export var AssociateServiceQuotaTemplateResponse$ = [3, n0, _ASQTRs,
200
304
  [],
201
305
  []
202
306
  ];
203
- export var AWSServiceAccessNotEnabledException$ = [-3, n0, _AWSSANEE,
204
- { [_e]: _c, [_hE]: 403 },
205
- [_M],
206
- [0]
207
- ];
208
- TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException$, AWSServiceAccessNotEnabledException);
209
307
  export var CreateSupportCaseRequest$ = [3, n0, _CSCR,
210
308
  0,
211
309
  [_RI],
@@ -226,12 +324,6 @@ export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = [3, n0, _DSQ
226
324
  [],
227
325
  []
228
326
  ];
229
- export var DependencyAccessDeniedException$ = [-3, n0, _DADE,
230
- { [_e]: _c, [_hE]: 403 },
231
- [_M],
232
- [0]
233
- ];
234
- TypeRegistry.for(n0).registerError(DependencyAccessDeniedException$, DependencyAccessDeniedException);
235
327
  export var DisassociateServiceQuotaTemplateRequest$ = [3, n0, _DSQTR,
236
328
  0,
237
329
  [],
@@ -317,24 +409,6 @@ export var GetServiceQuotaResponse$ = [3, n0, _GSQRe,
317
409
  [_Q],
318
410
  [() => ServiceQuota$]
319
411
  ];
320
- export var IllegalArgumentException$ = [-3, n0, _IAE,
321
- { [_e]: _c, [_hE]: 400 },
322
- [_M],
323
- [0]
324
- ];
325
- TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
326
- export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
327
- { [_e]: _c, [_hE]: 400 },
328
- [_M],
329
- [0]
330
- ];
331
- TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
332
- export var InvalidResourceStateException$ = [-3, n0, _IRSE,
333
- { [_e]: _c, [_hE]: 405 },
334
- [_M],
335
- [0]
336
- ];
337
- TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
338
412
  export var ListAWSDefaultServiceQuotasRequest$ = [3, n0, _LAWSDSQR,
339
413
  0,
340
414
  [_SC, _NT, _MR],
@@ -410,24 +484,6 @@ export var MetricInfo$ = [3, n0, _MI,
410
484
  [_MN, _MNe, _MD, _MSR],
411
485
  [0, 0, 128 | 0, 0]
412
486
  ];
413
- export var NoAvailableOrganizationException$ = [-3, n0, _NAOE,
414
- { [_e]: _c, [_hE]: 403 },
415
- [_M],
416
- [0]
417
- ];
418
- TypeRegistry.for(n0).registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
419
- export var NoSuchResourceException$ = [-3, n0, _NSRE,
420
- { [_e]: _c, [_hE]: 404 },
421
- [_M],
422
- [0]
423
- ];
424
- TypeRegistry.for(n0).registerError(NoSuchResourceException$, NoSuchResourceException);
425
- export var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
426
- { [_e]: _c, [_hE]: 400 },
427
- [_M],
428
- [0]
429
- ];
430
- TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
431
487
  export var PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = [3, n0, _PSQIRITR,
432
488
  0,
433
489
  [_QC, _SC, _AR, _DV],
@@ -443,12 +499,6 @@ export var QuotaContextInfo$ = [3, n0, _QCI,
443
499
  [_CS, _CST, _CI],
444
500
  [0, 0, 0]
445
501
  ];
446
- export var QuotaExceededException$ = [-3, n0, _QEE,
447
- { [_e]: _c, [_hE]: 409 },
448
- [_M],
449
- [0]
450
- ];
451
- TypeRegistry.for(n0).registerError(QuotaExceededException$, QuotaExceededException);
452
502
  export var QuotaInfo$ = [3, n0, _QI,
453
503
  0,
454
504
  [_QC, _QN],
@@ -479,18 +529,6 @@ export var RequestServiceQuotaIncreaseResponse$ = [3, n0, _RSQIRe,
479
529
  [_RQ],
480
530
  [() => RequestedServiceQuotaChange$]
481
531
  ];
482
- export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
483
- { [_e]: _c, [_hE]: 400 },
484
- [_M],
485
- [0]
486
- ];
487
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
488
- export var ServiceException$ = [-3, n0, _SE,
489
- { [_e]: _s, [_hE]: 500 },
490
- [_M],
491
- [0]
492
- ];
493
- TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
494
532
  export var ServiceInfo$ = [3, n0, _SI,
495
533
  0,
496
534
  [_SC, _SN],
@@ -506,12 +544,6 @@ export var ServiceQuotaIncreaseRequestInTemplate$ = [3, n0, _SQIRIT,
506
544
  [_SC, _SN, _QC, _QN, _DV, _AR, _Un, _GQ],
507
545
  [0, 0, 0, 0, 1, 0, 0, 2]
508
546
  ];
509
- export var ServiceQuotaTemplateNotInUseException$ = [-3, n0, _SQTNIUE,
510
- { [_e]: _c, [_hE]: 400 },
511
- [_M],
512
- [0]
513
- ];
514
- TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException$, ServiceQuotaTemplateNotInUseException);
515
547
  export var StartAutoManagementRequest$ = [3, n0, _SAMR,
516
548
  0,
517
549
  [_OIL, _OIT, _NA, _EL],
@@ -547,12 +579,6 @@ export var Tag$ = [3, n0, _Ta,
547
579
  [_K, _V],
548
580
  [0, 0], 2
549
581
  ];
550
- export var TagPolicyViolationException$ = [-3, n0, _TPVE,
551
- { [_e]: _c, [_hE]: 401 },
552
- [_M],
553
- [0]
554
- ];
555
- TypeRegistry.for(n0).registerError(TagPolicyViolationException$, TagPolicyViolationException);
556
582
  export var TagResourceRequest$ = [3, n0, _TRR,
557
583
  0,
558
584
  [_RARN, _T],
@@ -563,24 +589,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
563
589
  [],
564
590
  []
565
591
  ];
566
- export var TemplatesNotAvailableInRegionException$ = [-3, n0, _TNAIRE,
567
- { [_e]: _c, [_hE]: 404 },
568
- [_M],
569
- [0]
570
- ];
571
- TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException$, TemplatesNotAvailableInRegionException);
572
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
573
- { [_e]: _c, [_hE]: 429 },
574
- [_M],
575
- [0]
576
- ];
577
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
578
- export var TooManyTagsException$ = [-3, n0, _TMTE,
579
- { [_e]: _c, [_hE]: 400 },
580
- [_M],
581
- [0]
582
- ];
583
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
584
592
  export var UntagResourceRequest$ = [3, n0, _URR,
585
593
  0,
586
594
  [_RARN, _TK],
@@ -601,8 +609,6 @@ export var UpdateAutoManagementResponse$ = [3, n0, _UAMRp,
601
609
  [],
602
610
  []
603
611
  ];
604
- export var ServiceQuotasServiceException$ = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
605
- TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException$, ServiceQuotasServiceException);
606
612
  var ExcludedQuotaList = 64 | 0;
607
613
  var InputTagKeys = 64 | 0;
608
614
  var InputTags = [1, n0, _IT,
@@ -1,13 +1,35 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var ServiceQuotasServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var AWSServiceAccessNotEnabledException$: StaticErrorSchema;
6
+ export declare var DependencyAccessDeniedException$: StaticErrorSchema;
7
+ export declare var IllegalArgumentException$: StaticErrorSchema;
8
+ export declare var InvalidPaginationTokenException$: StaticErrorSchema;
9
+ export declare var InvalidResourceStateException$: StaticErrorSchema;
10
+ export declare var NoAvailableOrganizationException$: StaticErrorSchema;
11
+ export declare var NoSuchResourceException$: StaticErrorSchema;
12
+ export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
13
+ export declare var QuotaExceededException$: StaticErrorSchema;
14
+ export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
15
+ export declare var ServiceException$: StaticErrorSchema;
16
+ export declare var ServiceQuotaTemplateNotInUseException$: StaticErrorSchema;
17
+ export declare var TagPolicyViolationException$: StaticErrorSchema;
18
+ export declare var TemplatesNotAvailableInRegionException$: StaticErrorSchema;
19
+ export declare var TooManyRequestsException$: StaticErrorSchema;
20
+ export declare var TooManyTagsException$: StaticErrorSchema;
21
+ /**
22
+ * TypeRegistry instances containing modeled errors.
23
+ * @internal
24
+ *
25
+ */
26
+ export declare const errorTypeRegistries: TypeRegistry[];
3
27
  export declare var AssociateServiceQuotaTemplateRequest$: StaticStructureSchema;
4
28
  export declare var AssociateServiceQuotaTemplateResponse$: StaticStructureSchema;
5
- export declare var AWSServiceAccessNotEnabledException$: StaticErrorSchema;
6
29
  export declare var CreateSupportCaseRequest$: StaticStructureSchema;
7
30
  export declare var CreateSupportCaseResponse$: StaticStructureSchema;
8
31
  export declare var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$: StaticStructureSchema;
9
32
  export declare var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$: StaticStructureSchema;
10
- export declare var DependencyAccessDeniedException$: StaticErrorSchema;
11
33
  export declare var DisassociateServiceQuotaTemplateRequest$: StaticStructureSchema;
12
34
  export declare var DisassociateServiceQuotaTemplateResponse$: StaticStructureSchema;
13
35
  export declare var ErrorReason$: StaticStructureSchema;
@@ -25,9 +47,6 @@ export declare var GetServiceQuotaIncreaseRequestFromTemplateRequest$: StaticStr
25
47
  export declare var GetServiceQuotaIncreaseRequestFromTemplateResponse$: StaticStructureSchema;
26
48
  export declare var GetServiceQuotaRequest$: StaticStructureSchema;
27
49
  export declare var GetServiceQuotaResponse$: StaticStructureSchema;
28
- export declare var IllegalArgumentException$: StaticErrorSchema;
29
- export declare var InvalidPaginationTokenException$: StaticErrorSchema;
30
- export declare var InvalidResourceStateException$: StaticErrorSchema;
31
50
  export declare var ListAWSDefaultServiceQuotasRequest$: StaticStructureSchema;
32
51
  export declare var ListAWSDefaultServiceQuotasResponse$: StaticStructureSchema;
33
52
  export declare var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$: StaticStructureSchema;
@@ -43,25 +62,18 @@ export declare var ListServicesResponse$: StaticStructureSchema;
43
62
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
44
63
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
45
64
  export declare var MetricInfo$: StaticStructureSchema;
46
- export declare var NoAvailableOrganizationException$: StaticErrorSchema;
47
- export declare var NoSuchResourceException$: StaticErrorSchema;
48
- export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
49
65
  export declare var PutServiceQuotaIncreaseRequestIntoTemplateRequest$: StaticStructureSchema;
50
66
  export declare var PutServiceQuotaIncreaseRequestIntoTemplateResponse$: StaticStructureSchema;
51
67
  export declare var QuotaContextInfo$: StaticStructureSchema;
52
- export declare var QuotaExceededException$: StaticErrorSchema;
53
68
  export declare var QuotaInfo$: StaticStructureSchema;
54
69
  export declare var QuotaPeriod$: StaticStructureSchema;
55
70
  export declare var QuotaUtilizationInfo$: StaticStructureSchema;
56
71
  export declare var RequestedServiceQuotaChange$: StaticStructureSchema;
57
72
  export declare var RequestServiceQuotaIncreaseRequest$: StaticStructureSchema;
58
73
  export declare var RequestServiceQuotaIncreaseResponse$: StaticStructureSchema;
59
- export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
60
- export declare var ServiceException$: StaticErrorSchema;
61
74
  export declare var ServiceInfo$: StaticStructureSchema;
62
75
  export declare var ServiceQuota$: StaticStructureSchema;
63
76
  export declare var ServiceQuotaIncreaseRequestInTemplate$: StaticStructureSchema;
64
- export declare var ServiceQuotaTemplateNotInUseException$: StaticErrorSchema;
65
77
  export declare var StartAutoManagementRequest$: StaticStructureSchema;
66
78
  export declare var StartAutoManagementResponse$: StaticStructureSchema;
67
79
  export declare var StartQuotaUtilizationReportRequest$: StaticStructureSchema;
@@ -69,17 +81,12 @@ export declare var StartQuotaUtilizationReportResponse$: StaticStructureSchema;
69
81
  export declare var StopAutoManagementRequest$: StaticStructureSchema;
70
82
  export declare var StopAutoManagementResponse$: StaticStructureSchema;
71
83
  export declare var Tag$: StaticStructureSchema;
72
- export declare var TagPolicyViolationException$: StaticErrorSchema;
73
84
  export declare var TagResourceRequest$: StaticStructureSchema;
74
85
  export declare var TagResourceResponse$: StaticStructureSchema;
75
- export declare var TemplatesNotAvailableInRegionException$: StaticErrorSchema;
76
- export declare var TooManyRequestsException$: StaticErrorSchema;
77
- export declare var TooManyTagsException$: StaticErrorSchema;
78
86
  export declare var UntagResourceRequest$: StaticStructureSchema;
79
87
  export declare var UntagResourceResponse$: StaticStructureSchema;
80
88
  export declare var UpdateAutoManagementRequest$: StaticStructureSchema;
81
89
  export declare var UpdateAutoManagementResponse$: StaticStructureSchema;
82
- export declare var ServiceQuotasServiceException$: StaticErrorSchema;
83
90
  export declare var AssociateServiceQuotaTemplate$: StaticOperationSchema;
84
91
  export declare var CreateSupportCase$: StaticOperationSchema;
85
92
  export declare var DeleteServiceQuotaIncreaseRequestFromTemplate$: StaticOperationSchema;
@@ -1,17 +1,34 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var ServiceQuotasServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var AWSServiceAccessNotEnabledException$: StaticErrorSchema;
10
+ export declare var DependencyAccessDeniedException$: StaticErrorSchema;
11
+ export declare var IllegalArgumentException$: StaticErrorSchema;
12
+ export declare var InvalidPaginationTokenException$: StaticErrorSchema;
13
+ export declare var InvalidResourceStateException$: StaticErrorSchema;
14
+ export declare var NoAvailableOrganizationException$: StaticErrorSchema;
15
+ export declare var NoSuchResourceException$: StaticErrorSchema;
16
+ export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
17
+ export declare var QuotaExceededException$: StaticErrorSchema;
18
+ export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
19
+ export declare var ServiceException$: StaticErrorSchema;
20
+ export declare var ServiceQuotaTemplateNotInUseException$: StaticErrorSchema;
21
+ export declare var TagPolicyViolationException$: StaticErrorSchema;
22
+ export declare var TemplatesNotAvailableInRegionException$: StaticErrorSchema;
23
+ export declare var TooManyRequestsException$: StaticErrorSchema;
24
+ export declare var TooManyTagsException$: StaticErrorSchema;
25
+ export declare const errorTypeRegistries: TypeRegistry[];
7
26
  export declare var AssociateServiceQuotaTemplateRequest$: StaticStructureSchema;
8
27
  export declare var AssociateServiceQuotaTemplateResponse$: StaticStructureSchema;
9
- export declare var AWSServiceAccessNotEnabledException$: StaticErrorSchema;
10
28
  export declare var CreateSupportCaseRequest$: StaticStructureSchema;
11
29
  export declare var CreateSupportCaseResponse$: StaticStructureSchema;
12
30
  export declare var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$: StaticStructureSchema;
13
31
  export declare var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$: StaticStructureSchema;
14
- export declare var DependencyAccessDeniedException$: StaticErrorSchema;
15
32
  export declare var DisassociateServiceQuotaTemplateRequest$: StaticStructureSchema;
16
33
  export declare var DisassociateServiceQuotaTemplateResponse$: StaticStructureSchema;
17
34
  export declare var ErrorReason$: StaticStructureSchema;
@@ -29,9 +46,6 @@ export declare var GetServiceQuotaIncreaseRequestFromTemplateRequest$: StaticStr
29
46
  export declare var GetServiceQuotaIncreaseRequestFromTemplateResponse$: StaticStructureSchema;
30
47
  export declare var GetServiceQuotaRequest$: StaticStructureSchema;
31
48
  export declare var GetServiceQuotaResponse$: StaticStructureSchema;
32
- export declare var IllegalArgumentException$: StaticErrorSchema;
33
- export declare var InvalidPaginationTokenException$: StaticErrorSchema;
34
- export declare var InvalidResourceStateException$: StaticErrorSchema;
35
49
  export declare var ListAWSDefaultServiceQuotasRequest$: StaticStructureSchema;
36
50
  export declare var ListAWSDefaultServiceQuotasResponse$: StaticStructureSchema;
37
51
  export declare var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$: StaticStructureSchema;
@@ -47,25 +61,18 @@ export declare var ListServicesResponse$: StaticStructureSchema;
47
61
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
48
62
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
49
63
  export declare var MetricInfo$: StaticStructureSchema;
50
- export declare var NoAvailableOrganizationException$: StaticErrorSchema;
51
- export declare var NoSuchResourceException$: StaticErrorSchema;
52
- export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
53
64
  export declare var PutServiceQuotaIncreaseRequestIntoTemplateRequest$: StaticStructureSchema;
54
65
  export declare var PutServiceQuotaIncreaseRequestIntoTemplateResponse$: StaticStructureSchema;
55
66
  export declare var QuotaContextInfo$: StaticStructureSchema;
56
- export declare var QuotaExceededException$: StaticErrorSchema;
57
67
  export declare var QuotaInfo$: StaticStructureSchema;
58
68
  export declare var QuotaPeriod$: StaticStructureSchema;
59
69
  export declare var QuotaUtilizationInfo$: StaticStructureSchema;
60
70
  export declare var RequestedServiceQuotaChange$: StaticStructureSchema;
61
71
  export declare var RequestServiceQuotaIncreaseRequest$: StaticStructureSchema;
62
72
  export declare var RequestServiceQuotaIncreaseResponse$: StaticStructureSchema;
63
- export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
64
- export declare var ServiceException$: StaticErrorSchema;
65
73
  export declare var ServiceInfo$: StaticStructureSchema;
66
74
  export declare var ServiceQuota$: StaticStructureSchema;
67
75
  export declare var ServiceQuotaIncreaseRequestInTemplate$: StaticStructureSchema;
68
- export declare var ServiceQuotaTemplateNotInUseException$: StaticErrorSchema;
69
76
  export declare var StartAutoManagementRequest$: StaticStructureSchema;
70
77
  export declare var StartAutoManagementResponse$: StaticStructureSchema;
71
78
  export declare var StartQuotaUtilizationReportRequest$: StaticStructureSchema;
@@ -73,17 +80,12 @@ export declare var StartQuotaUtilizationReportResponse$: StaticStructureSchema;
73
80
  export declare var StopAutoManagementRequest$: StaticStructureSchema;
74
81
  export declare var StopAutoManagementResponse$: StaticStructureSchema;
75
82
  export declare var Tag$: StaticStructureSchema;
76
- export declare var TagPolicyViolationException$: StaticErrorSchema;
77
83
  export declare var TagResourceRequest$: StaticStructureSchema;
78
84
  export declare var TagResourceResponse$: StaticStructureSchema;
79
- export declare var TemplatesNotAvailableInRegionException$: StaticErrorSchema;
80
- export declare var TooManyRequestsException$: StaticErrorSchema;
81
- export declare var TooManyTagsException$: StaticErrorSchema;
82
85
  export declare var UntagResourceRequest$: StaticStructureSchema;
83
86
  export declare var UntagResourceResponse$: StaticStructureSchema;
84
87
  export declare var UpdateAutoManagementRequest$: StaticStructureSchema;
85
88
  export declare var UpdateAutoManagementResponse$: StaticStructureSchema;
86
- export declare var ServiceQuotasServiceException$: StaticErrorSchema;
87
89
  export declare var AssociateServiceQuotaTemplate$: StaticOperationSchema;
88
90
  export declare var CreateSupportCase$: StaticOperationSchema;
89
91
  export declare var DeleteServiceQuotaIncreaseRequestFromTemplate$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-quotas",
3
3
  "description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-service-quotas",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",