@aws-sdk/client-service-quotas 3.1045.0 → 3.1046.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 (113) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +68 -69
  5. package/dist-cjs/models/ServiceQuotasServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ServiceQuotas.js +1 -1
  10. package/dist-es/ServiceQuotasClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
  13. package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
  14. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  15. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
  16. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
  17. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
  18. package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
  19. package/dist-es/commands/GetQuotaUtilizationReportCommand.js +2 -2
  20. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
  21. package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
  22. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  23. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
  24. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
  25. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
  26. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
  27. package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
  28. package/dist-es/commands/ListServicesCommand.js +2 -2
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
  31. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
  32. package/dist-es/commands/StartAutoManagementCommand.js +2 -2
  33. package/dist-es/commands/StartQuotaUtilizationReportCommand.js +2 -2
  34. package/dist-es/commands/StopAutoManagementCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/UntagResourceCommand.js +2 -2
  37. package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
  38. package/dist-es/endpoint/bdd.js +1 -1
  39. package/dist-es/endpoint/endpointResolver.js +1 -1
  40. package/dist-es/models/ServiceQuotasServiceException.js +1 -1
  41. package/dist-es/runtimeConfig.browser.js +4 -6
  42. package/dist-es/runtimeConfig.js +4 -8
  43. package/dist-es/runtimeConfig.shared.js +3 -4
  44. package/dist-es/runtimeExtensions.js +2 -2
  45. package/dist-types/ServiceQuotasClient.d.ts +5 -5
  46. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +6 -4
  47. package/dist-types/commands/CreateSupportCaseCommand.d.ts +6 -4
  48. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -4
  49. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +6 -4
  50. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +6 -4
  51. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +6 -4
  52. package/dist-types/commands/GetAutoManagementConfigurationCommand.d.ts +6 -4
  53. package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +6 -4
  54. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +6 -4
  55. package/dist-types/commands/GetServiceQuotaCommand.d.ts +6 -4
  56. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -4
  57. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +6 -4
  58. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +6 -4
  59. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +6 -4
  60. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +6 -4
  61. package/dist-types/commands/ListServiceQuotasCommand.d.ts +6 -4
  62. package/dist-types/commands/ListServicesCommand.d.ts +6 -4
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  64. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +6 -4
  65. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +6 -4
  66. package/dist-types/commands/StartAutoManagementCommand.d.ts +6 -4
  67. package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +6 -4
  68. package/dist-types/commands/StopAutoManagementCommand.d.ts +6 -4
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  71. package/dist-types/commands/UpdateAutoManagementCommand.d.ts +6 -4
  72. package/dist-types/endpoint/bdd.d.ts +1 -1
  73. package/dist-types/extensionConfiguration.d.ts +1 -1
  74. package/dist-types/models/ServiceQuotasServiceException.d.ts +1 -1
  75. package/dist-types/models/errors.d.ts +1 -1
  76. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  77. package/dist-types/runtimeConfig.d.ts +2 -2
  78. package/dist-types/runtimeConfig.native.d.ts +2 -2
  79. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +8 -14
  80. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/CreateSupportCaseCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/GetAutoManagementConfigurationCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/StartAutoManagementCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/StopAutoManagementCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/UpdateAutoManagementCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  107. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  108. package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +1 -1
  109. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  113. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AssociateServiceQuotaTemplateRequest,
@@ -19,7 +19,7 @@ export interface AssociateServiceQuotaTemplateCommandOutput
19
19
  declare const AssociateServiceQuotaTemplateCommand_base: {
20
20
  new (
21
21
  input: AssociateServiceQuotaTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  AssociateServiceQuotaTemplateCommandInput,
24
24
  AssociateServiceQuotaTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const AssociateServiceQuotaTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [AssociateServiceQuotaTemplateCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  AssociateServiceQuotaTemplateCommandInput,
33
33
  AssociateServiceQuotaTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateSupportCaseRequest,
@@ -19,7 +19,7 @@ export interface CreateSupportCaseCommandOutput
19
19
  declare const CreateSupportCaseCommand_base: {
20
20
  new (
21
21
  input: CreateSupportCaseCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateSupportCaseCommandInput,
24
24
  CreateSupportCaseCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateSupportCaseCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateSupportCaseCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateSupportCaseCommandInput,
33
33
  CreateSupportCaseCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateSupportCaseCommand extends CreateSupportCaseCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteServiceQuotaIncreaseRequestFromTemplateRequest,
@@ -19,7 +19,7 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
19
19
  declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
20
20
  new (
21
21
  input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
24
24
  DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
33
33
  DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateServiceQuotaTemplateRequest,
@@ -19,7 +19,7 @@ export interface DisassociateServiceQuotaTemplateCommandOutput
19
19
  declare const DisassociateServiceQuotaTemplateCommand_base: {
20
20
  new (
21
21
  input: DisassociateServiceQuotaTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateServiceQuotaTemplateCommandInput,
24
24
  DisassociateServiceQuotaTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateServiceQuotaTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DisassociateServiceQuotaTemplateCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateServiceQuotaTemplateCommandInput,
33
33
  DisassociateServiceQuotaTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetAWSDefaultServiceQuotaRequest,
@@ -19,7 +19,7 @@ export interface GetAWSDefaultServiceQuotaCommandOutput
19
19
  declare const GetAWSDefaultServiceQuotaCommand_base: {
20
20
  new (
21
21
  input: GetAWSDefaultServiceQuotaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetAWSDefaultServiceQuotaCommandInput,
24
24
  GetAWSDefaultServiceQuotaCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetAWSDefaultServiceQuotaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetAWSDefaultServiceQuotaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetAWSDefaultServiceQuotaCommandInput,
33
33
  GetAWSDefaultServiceQuotaCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetAssociationForServiceQuotaTemplateRequest,
@@ -19,7 +19,7 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput
19
19
  declare const GetAssociationForServiceQuotaTemplateCommand_base: {
20
20
  new (
21
21
  input: GetAssociationForServiceQuotaTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetAssociationForServiceQuotaTemplateCommandInput,
24
24
  GetAssociationForServiceQuotaTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [GetAssociationForServiceQuotaTemplateCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetAssociationForServiceQuotaTemplateCommandInput,
33
33
  GetAssociationForServiceQuotaTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetAutoManagementConfigurationRequest,
@@ -19,7 +19,7 @@ export interface GetAutoManagementConfigurationCommandOutput
19
19
  declare const GetAutoManagementConfigurationCommand_base: {
20
20
  new (
21
21
  input: GetAutoManagementConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetAutoManagementConfigurationCommandInput,
24
24
  GetAutoManagementConfigurationCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetAutoManagementConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [GetAutoManagementConfigurationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetAutoManagementConfigurationCommandInput,
33
33
  GetAutoManagementConfigurationCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetAutoManagementConfigurationCommand extends GetAutoManagementConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetQuotaUtilizationReportRequest,
@@ -19,7 +19,7 @@ export interface GetQuotaUtilizationReportCommandOutput
19
19
  declare const GetQuotaUtilizationReportCommand_base: {
20
20
  new (
21
21
  input: GetQuotaUtilizationReportCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetQuotaUtilizationReportCommandInput,
24
24
  GetQuotaUtilizationReportCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetQuotaUtilizationReportCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetQuotaUtilizationReportCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetQuotaUtilizationReportCommandInput,
33
33
  GetQuotaUtilizationReportCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetQuotaUtilizationReportCommand extends GetQuotaUtilizationReportCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetRequestedServiceQuotaChangeRequest,
@@ -19,7 +19,7 @@ export interface GetRequestedServiceQuotaChangeCommandOutput
19
19
  declare const GetRequestedServiceQuotaChangeCommand_base: {
20
20
  new (
21
21
  input: GetRequestedServiceQuotaChangeCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetRequestedServiceQuotaChangeCommandInput,
24
24
  GetRequestedServiceQuotaChangeCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetRequestedServiceQuotaChangeCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetRequestedServiceQuotaChangeCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetRequestedServiceQuotaChangeCommandInput,
33
33
  GetRequestedServiceQuotaChangeCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetServiceQuotaRequest,
@@ -18,7 +18,7 @@ export interface GetServiceQuotaCommandOutput
18
18
  declare const GetServiceQuotaCommand_base: {
19
19
  new (
20
20
  input: GetServiceQuotaCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetServiceQuotaCommandInput,
23
23
  GetServiceQuotaCommandOutput,
24
24
  ServiceQuotasClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetServiceQuotaCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetServiceQuotaCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetServiceQuotaCommandInput,
32
32
  GetServiceQuotaCommandOutput,
33
33
  ServiceQuotasClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetServiceQuotaIncreaseRequestFromTemplateRequest,
@@ -19,7 +19,7 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
19
19
  declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
20
20
  new (
21
21
  input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
24
24
  GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
33
33
  GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListAWSDefaultServiceQuotasRequest,
@@ -19,7 +19,7 @@ export interface ListAWSDefaultServiceQuotasCommandOutput
19
19
  declare const ListAWSDefaultServiceQuotasCommand_base: {
20
20
  new (
21
21
  input: ListAWSDefaultServiceQuotasCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListAWSDefaultServiceQuotasCommandInput,
24
24
  ListAWSDefaultServiceQuotasCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListAWSDefaultServiceQuotasCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListAWSDefaultServiceQuotasCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListAWSDefaultServiceQuotasCommandInput,
33
33
  ListAWSDefaultServiceQuotasCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListRequestedServiceQuotaChangeHistoryByQuotaRequest,
@@ -19,7 +19,7 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
19
19
  declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
20
20
  new (
21
21
  input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
24
24
  ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
33
33
  ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListRequestedServiceQuotaChangeHistoryRequest,
@@ -19,7 +19,7 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput
19
19
  declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
20
20
  new (
21
21
  input: ListRequestedServiceQuotaChangeHistoryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRequestedServiceQuotaChangeHistoryCommandInput,
24
24
  ListRequestedServiceQuotaChangeHistoryCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListRequestedServiceQuotaChangeHistoryCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRequestedServiceQuotaChangeHistoryCommandInput,
33
33
  ListRequestedServiceQuotaChangeHistoryCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRequestedServiceQuotaChangeHistoryCommand extends ListRequestedServiceQuotaChangeHistoryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListServiceQuotaIncreaseRequestsInTemplateRequest,
@@ -19,7 +19,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
19
19
  declare const ListServiceQuotaIncreaseRequestsInTemplateCommand_base: {
20
20
  new (
21
21
  input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
24
24
  ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListServiceQuotaIncreaseRequestsInTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListServiceQuotaIncreaseRequestsInTemplateCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
33
33
  ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends ListServiceQuotaIncreaseRequestsInTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListServiceQuotasRequest,
@@ -19,7 +19,7 @@ export interface ListServiceQuotasCommandOutput
19
19
  declare const ListServiceQuotasCommand_base: {
20
20
  new (
21
21
  input: ListServiceQuotasCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListServiceQuotasCommandInput,
24
24
  ListServiceQuotasCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListServiceQuotasCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListServiceQuotasCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListServiceQuotasCommandInput,
33
33
  ListServiceQuotasCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListServiceQuotasCommand extends ListServiceQuotasCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListServicesCommandOutput
15
15
  declare const ListServicesCommand_base: {
16
16
  new (
17
17
  input: ListServicesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListServicesCommandInput,
20
20
  ListServicesCommandOutput,
21
21
  ServiceQuotasClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListServicesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListServicesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListServicesCommandInput,
29
29
  ListServicesCommandOutput,
30
30
  ServiceQuotasClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListServicesCommand extends ListServicesCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceRequest,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutServiceQuotaIncreaseRequestIntoTemplateRequest,
@@ -19,7 +19,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
19
19
  declare const PutServiceQuotaIncreaseRequestIntoTemplateCommand_base: {
20
20
  new (
21
21
  input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
24
24
  PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
25
25
  ServiceQuotasClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PutServiceQuotaIncreaseRequestIntoTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
33
33
  PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
34
34
  ServiceQuotasClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends PutServiceQuotaIncreaseRequestIntoTemplateCommand_base {
41
43
  protected static __types: {