@aws-sdk/client-service-quotas 3.1044.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAutoManagementConfigurationRequest, GetAutoManagementConfigurationResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface GetAutoManagementConfigurationCommandInput extends GetAutoManag
22
22
  export interface GetAutoManagementConfigurationCommandOutput extends GetAutoManagementConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAutoManagementConfigurationCommand_base: {
25
- new (input: GetAutoManagementConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAutoManagementConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAutoManagementConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAutoManagementConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about your <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html">Service Quotas Automatic Management</a> configuration. Automatic Management monitors your Service Quotas utilization and notifies you before you
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQuotaUtilizationReportRequest, GetQuotaUtilizationReportResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface GetQuotaUtilizationReportCommandInput extends GetQuotaUtilizati
22
22
  export interface GetQuotaUtilizationReportCommandOutput extends GetQuotaUtilizationReportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetQuotaUtilizationReportCommand_base: {
25
- new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the quota utilization report for your Amazon Web Services account. This operation returns
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetRequestedServiceQuotaChangeRequest, GetRequestedServiceQuotaChangeResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface GetRequestedServiceQuotaChangeCommandInput extends GetRequested
22
22
  export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequestedServiceQuotaChangeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetRequestedServiceQuotaChangeCommand_base: {
25
- new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/smithy-client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/smithy-client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/core/client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/core/client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about the specified quota increase request.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetServiceQuotaRequest, GetServiceQuotaResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {
22
22
  export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetServiceQuotaCommand_base: {
25
- new (input: GetServiceQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetServiceQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the applied quota value for the specified account-level or resource-level
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetServiceQuotaIncreaseRequestFromTemplateRequest, GetServiceQuotaIncreaseRequestFromTemplateResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput extends
22
22
  export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends GetServiceQuotaIncreaseRequestFromTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
25
- new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about the specified quota increase request in your quota request
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListAWSDefaultServiceQuotasRequest, ListAWSDefaultServiceQuotasResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListAWSDefaultServiceQuotasCommandInput extends ListAWSDefaultS
22
22
  export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefaultServiceQuotasResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAWSDefaultServiceQuotasCommand_base: {
25
- new (input: ListAWSDefaultServiceQuotasCommandInput): import("@smithy/smithy-client").CommandImpl<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAWSDefaultServiceQuotasCommandInput): import("@smithy/smithy-client").CommandImpl<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAWSDefaultServiceQuotasCommandInput): import("@smithy/core/client").CommandImpl<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAWSDefaultServiceQuotasCommandInput): import("@smithy/core/client").CommandImpl<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the default values for the quotas for the specified Amazon Web Services service. A default
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListRequestedServiceQuotaChangeHistoryByQuotaRequest, ListRequestedServiceQuotaChangeHistoryByQuotaResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput exten
22
22
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput extends ListRequestedServiceQuotaChangeHistoryByQuotaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
25
- new (input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput): import("@smithy/core/client").CommandImpl<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput): import("@smithy/core/client").CommandImpl<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the quota increase requests for the specified quota. Filter responses to
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListRequestedServiceQuotaChangeHistoryRequest, ListRequestedServiceQuotaChangeHistoryResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandInput extends List
22
22
  export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends ListRequestedServiceQuotaChangeHistoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
25
- new (input: ListRequestedServiceQuotaChangeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRequestedServiceQuotaChangeHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRequestedServiceQuotaChangeHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListRequestedServiceQuotaChangeHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the quota increase requests for the specified Amazon Web Services service. Filter
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListServiceQuotaIncreaseRequestsInTemplateRequest, ListServiceQuotaIncreaseRequestsInTemplateResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandInput extends
22
22
  export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends ListServiceQuotaIncreaseRequestsInTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceQuotaIncreaseRequestsInTemplateCommand_base: {
25
- new (input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServiceQuotaIncreaseRequestsInTemplateCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput): import("@smithy/core/client").CommandImpl<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListServiceQuotaIncreaseRequestsInTemplateCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the quota increase requests in the specified quota request template.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListServiceQuotasRequest, ListServiceQuotasResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListServiceQuotasCommandInput extends ListServiceQuotasRequest
22
22
  export interface ListServiceQuotasCommandOutput extends ListServiceQuotasResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceQuotasCommand_base: {
25
- new (input: ListServiceQuotasCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListServiceQuotasCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServiceQuotasCommandInput): import("@smithy/core/client").CommandImpl<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListServiceQuotasCommandInput): import("@smithy/core/client").CommandImpl<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the applied quota values for the specified Amazon Web Services service. For some quotas, only
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListServicesRequest, ListServicesResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListServicesCommandInput extends ListServicesRequest {
22
22
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListServicesCommand_base: {
25
- new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the names and codes for the Amazon Web Services services integrated with Service Quotas.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of the tags assigned to the specified applied quota.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutServiceQuotaIncreaseRequestIntoTemplateRequest, PutServiceQuotaIncreaseRequestIntoTemplateResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandInput extends
22
22
  export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends PutServiceQuotaIncreaseRequestIntoTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutServiceQuotaIncreaseRequestIntoTemplateCommand_base: {
25
- new (input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput): import("@smithy/core/client").CommandImpl<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput): import("@smithy/core/client").CommandImpl<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds a quota increase request to your quota request template.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RequestServiceQuotaIncreaseRequest, RequestServiceQuotaIncreaseResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface RequestServiceQuotaIncreaseCommandInput extends RequestServiceQ
22
22
  export interface RequestServiceQuotaIncreaseCommandOutput extends RequestServiceQuotaIncreaseResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RequestServiceQuotaIncreaseCommand_base: {
25
- new (input: RequestServiceQuotaIncreaseCommandInput): import("@smithy/smithy-client").CommandImpl<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RequestServiceQuotaIncreaseCommandInput): import("@smithy/smithy-client").CommandImpl<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RequestServiceQuotaIncreaseCommandInput): import("@smithy/core/client").CommandImpl<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RequestServiceQuotaIncreaseCommandInput): import("@smithy/core/client").CommandImpl<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Submits a quota increase request for the specified quota at the account or resource
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartAutoManagementRequest, StartAutoManagementResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface StartAutoManagementCommandInput extends StartAutoManagementRequ
22
22
  export interface StartAutoManagementCommandOutput extends StartAutoManagementResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartAutoManagementCommand_base: {
25
- new (input: StartAutoManagementCommandInput): import("@smithy/smithy-client").CommandImpl<StartAutoManagementCommandInput, StartAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartAutoManagementCommandInput): import("@smithy/smithy-client").CommandImpl<StartAutoManagementCommandInput, StartAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartAutoManagementCommandInput): import("@smithy/core/client").CommandImpl<StartAutoManagementCommandInput, StartAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartAutoManagementCommandInput): import("@smithy/core/client").CommandImpl<StartAutoManagementCommandInput, StartAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html">Service Quotas Automatic Management</a> for an Amazon Web Services account, including notification preferences
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartQuotaUtilizationReportRequest, StartQuotaUtilizationReportResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface StartQuotaUtilizationReportCommandInput extends StartQuotaUtili
22
22
  export interface StartQuotaUtilizationReportCommandOutput extends StartQuotaUtilizationReportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartQuotaUtilizationReportCommand_base: {
25
- new (input: StartQuotaUtilizationReportCommandInput): import("@smithy/smithy-client").CommandImpl<StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartQuotaUtilizationReportCommandInput]): import("@smithy/smithy-client").CommandImpl<StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartQuotaUtilizationReportCommandInput]): import("@smithy/core/client").CommandImpl<StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Initiates the generation of a quota utilization report for your Amazon Web Services account. This
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StopAutoManagementRequest, StopAutoManagementResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface StopAutoManagementCommandInput extends StopAutoManagementReques
22
22
  export interface StopAutoManagementCommandOutput extends StopAutoManagementResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopAutoManagementCommand_base: {
25
- new (input: StopAutoManagementCommandInput): import("@smithy/smithy-client").CommandImpl<StopAutoManagementCommandInput, StopAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StopAutoManagementCommandInput]): import("@smithy/smithy-client").CommandImpl<StopAutoManagementCommandInput, StopAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopAutoManagementCommandInput): import("@smithy/core/client").CommandImpl<StopAutoManagementCommandInput, StopAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StopAutoManagementCommandInput]): import("@smithy/core/client").CommandImpl<StopAutoManagementCommandInput, StopAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html">Service Quotas Automatic Management</a> for an Amazon Web Services account and removes all associated
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds tags to the specified applied quota. You can include one or more tags to add to
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from the specified applied quota. You can specify one or more tags to
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateAutoManagementRequest, UpdateAutoManagementResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
@@ -22,9 +22,11 @@ export interface UpdateAutoManagementCommandInput extends UpdateAutoManagementRe
22
22
  export interface UpdateAutoManagementCommandOutput extends UpdateAutoManagementResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAutoManagementCommand_base: {
25
- new (input: UpdateAutoManagementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateAutoManagementCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAutoManagementCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [UpdateAutoManagementCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates your <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html">Service Quotas Automatic Management</a> configuration, including notification preferences and
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException";
3
3
  /**
4
4
  * <p>You do not have sufficient permission to perform this action.</p>
@@ -5,13 +5,13 @@ import type { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
5
5
  export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,