@aws-sdk/client-service-quotas 3.943.0 → 3.946.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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +17 -159
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ServiceQuotasClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +17 -159
  8. package/dist-types/ServiceQuotas.d.ts +1 -1
  9. package/dist-types/ServiceQuotasClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateSupportCaseCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -3
  15. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +3 -3
  16. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +3 -3
  17. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +3 -3
  18. package/dist-types/commands/GetAutoManagementConfigurationCommand.d.ts +3 -3
  19. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +3 -3
  20. package/dist-types/commands/GetServiceQuotaCommand.d.ts +3 -3
  21. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -3
  22. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +3 -3
  23. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +3 -3
  24. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +3 -3
  25. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +3 -3
  26. package/dist-types/commands/ListServiceQuotasCommand.d.ts +3 -3
  27. package/dist-types/commands/ListServicesCommand.d.ts +3 -3
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  29. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +3 -3
  30. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +3 -3
  31. package/dist-types/commands/StartAutoManagementCommand.d.ts +3 -3
  32. package/dist-types/commands/StopAutoManagementCommand.d.ts +3 -3
  33. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateAutoManagementCommand.d.ts +3 -3
  36. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  37. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  38. package/dist-types/extensionConfiguration.d.ts +4 -4
  39. package/dist-types/models/ServiceQuotasServiceException.d.ts +1 -1
  40. package/dist-types/models/errors.d.ts +1 -1
  41. package/dist-types/pagination/Interfaces.d.ts +1 -1
  42. package/dist-types/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListServiceQuotasPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  52. package/dist-types/runtimeExtensions.d.ts +1 -1
  53. package/dist-types/schemas/schemas_0.d.ts +1 -1
  54. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +3 -3
  55. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  56. package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +1 -1
  57. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -523,17 +523,7 @@ const _hE = "httpError";
523
523
  const _s = "server";
524
524
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
525
525
  const n0 = "com.amazonaws.servicequotas";
526
- var AccessDeniedException = [
527
- -3,
528
- n0,
529
- _ADE,
530
- {
531
- [_e]: _c,
532
- [_hE]: 403,
533
- },
534
- [_M],
535
- [0],
536
- ];
526
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
537
527
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
538
528
  var AssociateServiceQuotaTemplateRequest = [3, n0, _ASQTR, 0, [], []];
539
529
  var AssociateServiceQuotaTemplateResponse = [3, n0, _ASQTRs, 0, [], []];
@@ -541,10 +531,7 @@ var AWSServiceAccessNotEnabledException = [
541
531
  -3,
542
532
  n0,
543
533
  _AWSSANEE,
544
- {
545
- [_e]: _c,
546
- [_hE]: 403,
547
- },
534
+ { [_e]: _c, [_hE]: 403 },
548
535
  [_M],
549
536
  [0],
550
537
  ];
@@ -567,17 +554,7 @@ var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
567
554
  [],
568
555
  [],
569
556
  ];
570
- var DependencyAccessDeniedException = [
571
- -3,
572
- n0,
573
- _DADE,
574
- {
575
- [_e]: _c,
576
- [_hE]: 403,
577
- },
578
- [_M],
579
- [0],
580
- ];
557
+ var DependencyAccessDeniedException = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
581
558
  schema.TypeRegistry.for(n0).registerError(DependencyAccessDeniedException, DependencyAccessDeniedException$1);
582
559
  var DisassociateServiceQuotaTemplateRequest = [3, n0, _DSQTR, 0, [], []];
583
560
  var DisassociateServiceQuotaTemplateResponse = [3, n0, _DSQTRi, 0, [], []];
@@ -629,41 +606,11 @@ var GetServiceQuotaIncreaseRequestFromTemplateResponse = [
629
606
  ];
630
607
  var GetServiceQuotaRequest = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
631
608
  var GetServiceQuotaResponse = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota]];
632
- var IllegalArgumentException = [
633
- -3,
634
- n0,
635
- _IAE,
636
- {
637
- [_e]: _c,
638
- [_hE]: 400,
639
- },
640
- [_M],
641
- [0],
642
- ];
609
+ var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
643
610
  schema.TypeRegistry.for(n0).registerError(IllegalArgumentException, IllegalArgumentException$1);
644
- var InvalidPaginationTokenException = [
645
- -3,
646
- n0,
647
- _IPTE,
648
- {
649
- [_e]: _c,
650
- [_hE]: 400,
651
- },
652
- [_M],
653
- [0],
654
- ];
611
+ var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
655
612
  schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException, InvalidPaginationTokenException$1);
656
- var InvalidResourceStateException = [
657
- -3,
658
- n0,
659
- _IRSE,
660
- {
661
- [_e]: _c,
662
- [_hE]: 405,
663
- },
664
- [_M],
665
- [0],
666
- ];
613
+ var InvalidResourceStateException = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
667
614
  schema.TypeRegistry.for(n0).registerError(InvalidResourceStateException, InvalidResourceStateException$1);
668
615
  var ListAWSDefaultServiceQuotasRequest = [
669
616
  3,
@@ -757,38 +704,15 @@ var ListServicesResponse = [
757
704
  var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
758
705
  var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
759
706
  var MetricInfo = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
760
- var NoAvailableOrganizationException = [
761
- -3,
762
- n0,
763
- _NAOE,
764
- {
765
- [_e]: _c,
766
- [_hE]: 403,
767
- },
768
- [_M],
769
- [0],
770
- ];
707
+ var NoAvailableOrganizationException = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
771
708
  schema.TypeRegistry.for(n0).registerError(NoAvailableOrganizationException, NoAvailableOrganizationException$1);
772
- var NoSuchResourceException = [
773
- -3,
774
- n0,
775
- _NSRE,
776
- {
777
- [_e]: _c,
778
- [_hE]: 404,
779
- },
780
- [_M],
781
- [0],
782
- ];
709
+ var NoSuchResourceException = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
783
710
  schema.TypeRegistry.for(n0).registerError(NoSuchResourceException, NoSuchResourceException$1);
784
711
  var OrganizationNotInAllFeaturesModeException = [
785
712
  -3,
786
713
  n0,
787
714
  _ONIAFME,
788
- {
789
- [_e]: _c,
790
- [_hE]: 400,
791
- },
715
+ { [_e]: _c, [_hE]: 400 },
792
716
  [_M],
793
717
  [0],
794
718
  ];
@@ -810,17 +734,7 @@ var PutServiceQuotaIncreaseRequestIntoTemplateResponse = [
810
734
  [() => ServiceQuotaIncreaseRequestInTemplate],
811
735
  ];
812
736
  var QuotaContextInfo = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
813
- var QuotaExceededException = [
814
- -3,
815
- n0,
816
- _QEE,
817
- {
818
- [_e]: _c,
819
- [_hE]: 409,
820
- },
821
- [_M],
822
- [0],
823
- ];
737
+ var QuotaExceededException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
824
738
  schema.TypeRegistry.for(n0).registerError(QuotaExceededException, QuotaExceededException$1);
825
739
  var QuotaInfo = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
826
740
  var QuotaPeriod = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
@@ -848,29 +762,9 @@ var RequestServiceQuotaIncreaseResponse = [
848
762
  [_RQ],
849
763
  [() => RequestedServiceQuotaChange],
850
764
  ];
851
- var ResourceAlreadyExistsException = [
852
- -3,
853
- n0,
854
- _RAEE,
855
- {
856
- [_e]: _c,
857
- [_hE]: 400,
858
- },
859
- [_M],
860
- [0],
861
- ];
765
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
862
766
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
863
- var ServiceException = [
864
- -3,
865
- n0,
866
- _SE,
867
- {
868
- [_e]: _s,
869
- [_hE]: 500,
870
- },
871
- [_M],
872
- [0],
873
- ];
767
+ var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
874
768
  schema.TypeRegistry.for(n0).registerError(ServiceException, ServiceException$1);
875
769
  var ServiceInfo = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
876
770
  var ServiceQuota = [
@@ -893,10 +787,7 @@ var ServiceQuotaTemplateNotInUseException = [
893
787
  -3,
894
788
  n0,
895
789
  _SQTNIUE,
896
- {
897
- [_e]: _c,
898
- [_hE]: 400,
899
- },
790
+ { [_e]: _c, [_hE]: 400 },
900
791
  [_M],
901
792
  [0],
902
793
  ];
@@ -913,17 +804,7 @@ var StartAutoManagementResponse = [3, n0, _SAMRt, 0, [], []];
913
804
  var StopAutoManagementRequest = [3, n0, _SAMRto, 0, [], []];
914
805
  var StopAutoManagementResponse = [3, n0, _SAMRtop, 0, [], []];
915
806
  var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
916
- var TagPolicyViolationException = [
917
- -3,
918
- n0,
919
- _TPVE,
920
- {
921
- [_e]: _c,
922
- [_hE]: 401,
923
- },
924
- [_M],
925
- [0],
926
- ];
807
+ var TagPolicyViolationException = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
927
808
  schema.TypeRegistry.for(n0).registerError(TagPolicyViolationException, TagPolicyViolationException$1);
928
809
  var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
929
810
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -931,37 +812,14 @@ var TemplatesNotAvailableInRegionException = [
931
812
  -3,
932
813
  n0,
933
814
  _TNAIRE,
934
- {
935
- [_e]: _c,
936
- [_hE]: 404,
937
- },
815
+ { [_e]: _c, [_hE]: 404 },
938
816
  [_M],
939
817
  [0],
940
818
  ];
941
819
  schema.TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException, TemplatesNotAvailableInRegionException$1);
942
- var TooManyRequestsException = [
943
- -3,
944
- n0,
945
- _TMRE,
946
- {
947
- [_e]: _c,
948
- [_hE]: 429,
949
- },
950
- [_M],
951
- [0],
952
- ];
820
+ var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
953
821
  schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
954
- var TooManyTagsException = [
955
- -3,
956
- n0,
957
- _TMTE,
958
- {
959
- [_e]: _c,
960
- [_hE]: 400,
961
- },
962
- [_M],
963
- [0],
964
- ];
822
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
965
823
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
966
824
  var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
967
825
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultServiceQuotasHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -168,17 +168,7 @@ const n0 = "com.amazonaws.servicequotas";
168
168
  import { TypeRegistry } from "@smithy/core/schema";
169
169
  import { AccessDeniedException as __AccessDeniedException, AWSServiceAccessNotEnabledException as __AWSServiceAccessNotEnabledException, DependencyAccessDeniedException as __DependencyAccessDeniedException, IllegalArgumentException as __IllegalArgumentException, InvalidPaginationTokenException as __InvalidPaginationTokenException, InvalidResourceStateException as __InvalidResourceStateException, NoAvailableOrganizationException as __NoAvailableOrganizationException, NoSuchResourceException as __NoSuchResourceException, OrganizationNotInAllFeaturesModeException as __OrganizationNotInAllFeaturesModeException, QuotaExceededException as __QuotaExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ServiceException as __ServiceException, ServiceQuotaTemplateNotInUseException as __ServiceQuotaTemplateNotInUseException, TagPolicyViolationException as __TagPolicyViolationException, TemplatesNotAvailableInRegionException as __TemplatesNotAvailableInRegionException, TooManyRequestsException as __TooManyRequestsException, TooManyTagsException as __TooManyTagsException, } from "../models/errors";
170
170
  import { ServiceQuotasServiceException as __ServiceQuotasServiceException } from "../models/ServiceQuotasServiceException";
171
- export var AccessDeniedException = [
172
- -3,
173
- n0,
174
- _ADE,
175
- {
176
- [_e]: _c,
177
- [_hE]: 403,
178
- },
179
- [_M],
180
- [0],
181
- ];
171
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
182
172
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
183
173
  export var AssociateServiceQuotaTemplateRequest = [3, n0, _ASQTR, 0, [], []];
184
174
  export var AssociateServiceQuotaTemplateResponse = [3, n0, _ASQTRs, 0, [], []];
@@ -186,10 +176,7 @@ export var AWSServiceAccessNotEnabledException = [
186
176
  -3,
187
177
  n0,
188
178
  _AWSSANEE,
189
- {
190
- [_e]: _c,
191
- [_hE]: 403,
192
- },
179
+ { [_e]: _c, [_hE]: 403 },
193
180
  [_M],
194
181
  [0],
195
182
  ];
@@ -212,17 +199,7 @@ export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
212
199
  [],
213
200
  [],
214
201
  ];
215
- export var DependencyAccessDeniedException = [
216
- -3,
217
- n0,
218
- _DADE,
219
- {
220
- [_e]: _c,
221
- [_hE]: 403,
222
- },
223
- [_M],
224
- [0],
225
- ];
202
+ export var DependencyAccessDeniedException = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
226
203
  TypeRegistry.for(n0).registerError(DependencyAccessDeniedException, __DependencyAccessDeniedException);
227
204
  export var DisassociateServiceQuotaTemplateRequest = [3, n0, _DSQTR, 0, [], []];
228
205
  export var DisassociateServiceQuotaTemplateResponse = [3, n0, _DSQTRi, 0, [], []];
@@ -274,41 +251,11 @@ export var GetServiceQuotaIncreaseRequestFromTemplateResponse = [
274
251
  ];
275
252
  export var GetServiceQuotaRequest = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
276
253
  export var GetServiceQuotaResponse = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota]];
277
- export var IllegalArgumentException = [
278
- -3,
279
- n0,
280
- _IAE,
281
- {
282
- [_e]: _c,
283
- [_hE]: 400,
284
- },
285
- [_M],
286
- [0],
287
- ];
254
+ export var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
288
255
  TypeRegistry.for(n0).registerError(IllegalArgumentException, __IllegalArgumentException);
289
- export var InvalidPaginationTokenException = [
290
- -3,
291
- n0,
292
- _IPTE,
293
- {
294
- [_e]: _c,
295
- [_hE]: 400,
296
- },
297
- [_M],
298
- [0],
299
- ];
256
+ export var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
300
257
  TypeRegistry.for(n0).registerError(InvalidPaginationTokenException, __InvalidPaginationTokenException);
301
- export var InvalidResourceStateException = [
302
- -3,
303
- n0,
304
- _IRSE,
305
- {
306
- [_e]: _c,
307
- [_hE]: 405,
308
- },
309
- [_M],
310
- [0],
311
- ];
258
+ export var InvalidResourceStateException = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
312
259
  TypeRegistry.for(n0).registerError(InvalidResourceStateException, __InvalidResourceStateException);
313
260
  export var ListAWSDefaultServiceQuotasRequest = [
314
261
  3,
@@ -402,38 +349,15 @@ export var ListServicesResponse = [
402
349
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
403
350
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
404
351
  export var MetricInfo = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
405
- export var NoAvailableOrganizationException = [
406
- -3,
407
- n0,
408
- _NAOE,
409
- {
410
- [_e]: _c,
411
- [_hE]: 403,
412
- },
413
- [_M],
414
- [0],
415
- ];
352
+ export var NoAvailableOrganizationException = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
416
353
  TypeRegistry.for(n0).registerError(NoAvailableOrganizationException, __NoAvailableOrganizationException);
417
- export var NoSuchResourceException = [
418
- -3,
419
- n0,
420
- _NSRE,
421
- {
422
- [_e]: _c,
423
- [_hE]: 404,
424
- },
425
- [_M],
426
- [0],
427
- ];
354
+ export var NoSuchResourceException = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
428
355
  TypeRegistry.for(n0).registerError(NoSuchResourceException, __NoSuchResourceException);
429
356
  export var OrganizationNotInAllFeaturesModeException = [
430
357
  -3,
431
358
  n0,
432
359
  _ONIAFME,
433
- {
434
- [_e]: _c,
435
- [_hE]: 400,
436
- },
360
+ { [_e]: _c, [_hE]: 400 },
437
361
  [_M],
438
362
  [0],
439
363
  ];
@@ -455,17 +379,7 @@ export var PutServiceQuotaIncreaseRequestIntoTemplateResponse = [
455
379
  [() => ServiceQuotaIncreaseRequestInTemplate],
456
380
  ];
457
381
  export var QuotaContextInfo = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
458
- export var QuotaExceededException = [
459
- -3,
460
- n0,
461
- _QEE,
462
- {
463
- [_e]: _c,
464
- [_hE]: 409,
465
- },
466
- [_M],
467
- [0],
468
- ];
382
+ export var QuotaExceededException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
469
383
  TypeRegistry.for(n0).registerError(QuotaExceededException, __QuotaExceededException);
470
384
  export var QuotaInfo = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
471
385
  export var QuotaPeriod = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
@@ -493,29 +407,9 @@ export var RequestServiceQuotaIncreaseResponse = [
493
407
  [_RQ],
494
408
  [() => RequestedServiceQuotaChange],
495
409
  ];
496
- export var ResourceAlreadyExistsException = [
497
- -3,
498
- n0,
499
- _RAEE,
500
- {
501
- [_e]: _c,
502
- [_hE]: 400,
503
- },
504
- [_M],
505
- [0],
506
- ];
410
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
507
411
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
508
- export var ServiceException = [
509
- -3,
510
- n0,
511
- _SE,
512
- {
513
- [_e]: _s,
514
- [_hE]: 500,
515
- },
516
- [_M],
517
- [0],
518
- ];
412
+ export var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
519
413
  TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
520
414
  export var ServiceInfo = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
521
415
  export var ServiceQuota = [
@@ -538,10 +432,7 @@ export var ServiceQuotaTemplateNotInUseException = [
538
432
  -3,
539
433
  n0,
540
434
  _SQTNIUE,
541
- {
542
- [_e]: _c,
543
- [_hE]: 400,
544
- },
435
+ { [_e]: _c, [_hE]: 400 },
545
436
  [_M],
546
437
  [0],
547
438
  ];
@@ -558,17 +449,7 @@ export var StartAutoManagementResponse = [3, n0, _SAMRt, 0, [], []];
558
449
  export var StopAutoManagementRequest = [3, n0, _SAMRto, 0, [], []];
559
450
  export var StopAutoManagementResponse = [3, n0, _SAMRtop, 0, [], []];
560
451
  export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
561
- export var TagPolicyViolationException = [
562
- -3,
563
- n0,
564
- _TPVE,
565
- {
566
- [_e]: _c,
567
- [_hE]: 401,
568
- },
569
- [_M],
570
- [0],
571
- ];
452
+ export var TagPolicyViolationException = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
572
453
  TypeRegistry.for(n0).registerError(TagPolicyViolationException, __TagPolicyViolationException);
573
454
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
574
455
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -576,37 +457,14 @@ export var TemplatesNotAvailableInRegionException = [
576
457
  -3,
577
458
  n0,
578
459
  _TNAIRE,
579
- {
580
- [_e]: _c,
581
- [_hE]: 404,
582
- },
460
+ { [_e]: _c, [_hE]: 404 },
583
461
  [_M],
584
462
  [0],
585
463
  ];
586
464
  TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException, __TemplatesNotAvailableInRegionException);
587
- export var TooManyRequestsException = [
588
- -3,
589
- n0,
590
- _TMRE,
591
- {
592
- [_e]: _c,
593
- [_hE]: 429,
594
- },
595
- [_M],
596
- [0],
597
- ];
465
+ export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
598
466
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
599
- export var TooManyTagsException = [
600
- -3,
601
- n0,
602
- _TMTE,
603
- {
604
- [_e]: _c,
605
- [_hE]: 400,
606
- },
607
- [_M],
608
- [0],
609
- ];
467
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
610
468
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
611
469
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
612
470
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput } from "./commands/AssociateServiceQuotaTemplateCommand";
3
3
  import { CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput } from "./commands/CreateSupportCaseCommand";
4
4
  import { DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput } from "./commands/AssociateServiceQuotaTemplateCommand";
11
11
  import { CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput } from "./commands/CreateSupportCaseCommand";
12
12
  import { DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
@@ -32,7 +32,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
32
32
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
33
33
  import { UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput } from "./commands/UpdateAutoManagementCommand";
34
34
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
35
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
35
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
36
36
  export { __Client };
37
37
  /**
38
38
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ServiceQuotasHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ServiceQuotasHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AssociateServiceQuotaTemplateRequest, AssociateServiceQuotaTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AssociateServiceQuotaTemplateRequest, AssociateServiceQuotaTemplateResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateSupportCaseRequest, CreateSupportCaseResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSupportCaseRequest, CreateSupportCaseResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
5
  /**
6
6
  * @public
7
7
  */