@aws-sdk/client-service-quotas 3.477.0 → 3.481.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 (105) hide show
  1. package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  3. package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +18 -41
  4. package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +18 -41
  5. package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +18 -41
  7. package/dist-cjs/commands/GetServiceQuotaCommand.js +18 -41
  8. package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +18 -41
  10. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +18 -41
  11. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +18 -41
  12. package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +18 -41
  13. package/dist-cjs/commands/ListServiceQuotasCommand.js +18 -41
  14. package/dist-cjs/commands/ListServicesCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  16. package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +18 -41
  17. package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-cjs/pagination/ListAWSDefaultServiceQuotasPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.js +2 -24
  25. package/dist-cjs/pagination/ListServiceQuotasPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListServicesPaginator.js +2 -24
  27. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +18 -41
  28. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  29. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +18 -41
  30. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +18 -41
  31. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +18 -41
  32. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +18 -41
  33. package/dist-es/commands/GetServiceQuotaCommand.js +18 -41
  34. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  35. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +18 -41
  36. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +18 -41
  37. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +18 -41
  38. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +18 -41
  39. package/dist-es/commands/ListServiceQuotasCommand.js +18 -41
  40. package/dist-es/commands/ListServicesCommand.js +18 -41
  41. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +18 -41
  43. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +18 -41
  44. package/dist-es/commands/TagResourceCommand.js +18 -41
  45. package/dist-es/commands/UntagResourceCommand.js +18 -41
  46. package/dist-es/endpoint/EndpointParameters.js +6 -0
  47. package/dist-es/pagination/ListAWSDefaultServiceQuotasPaginator.js +2 -23
  48. package/dist-es/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.js +2 -23
  49. package/dist-es/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.js +2 -23
  50. package/dist-es/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.js +2 -23
  51. package/dist-es/pagination/ListServiceQuotasPaginator.js +2 -23
  52. package/dist-es/pagination/ListServicesPaginator.js +2 -23
  53. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -21
  55. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +6 -21
  56. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +6 -21
  57. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +6 -21
  58. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +6 -21
  59. package/dist-types/commands/GetServiceQuotaCommand.d.ts +6 -21
  60. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -21
  61. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +6 -21
  62. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +6 -21
  63. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +6 -21
  64. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +6 -21
  65. package/dist-types/commands/ListServiceQuotasCommand.d.ts +6 -21
  66. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +6 -21
  69. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +6 -21
  70. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListServiceQuotasPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  99. package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +3 -3
  100. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +3 -3
  101. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +3 -3
  102. package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +3 -3
  103. package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +3 -3
  104. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +3 -3
  105. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateServiceQuotaTemplateRequest, DisassociateServiceQuotaTemplateResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateServiceQuotaTemplateCommandInput extends Disassocia
21
20
  */
22
21
  export interface DisassociateServiceQuotaTemplateCommandOutput extends DisassociateServiceQuotaTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateServiceQuotaTemplateCommand_base: {
24
+ new (input: DisassociateServiceQuotaTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables your quota request template. After a template is disabled, the quota increase
@@ -75,23 +78,5 @@ export interface DisassociateServiceQuotaTemplateCommandOutput extends Disassoci
75
78
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
76
79
  *
77
80
  */
78
- export declare class DisassociateServiceQuotaTemplateCommand extends $Command<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
79
- readonly input: DisassociateServiceQuotaTemplateCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DisassociateServiceQuotaTemplateCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAWSDefaultServiceQuotaRequest, GetAWSDefaultServiceQuotaResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAWSDefaultServiceQuotaCommandInput extends GetAWSDefaultServ
21
20
  */
22
21
  export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultServiceQuotaResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAWSDefaultServiceQuotaCommand_base: {
24
+ new (input: GetAWSDefaultServiceQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the default value for the specified quota. The default value does not
@@ -101,23 +104,5 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer
101
104
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
102
105
  *
103
106
  */
104
- export declare class GetAWSDefaultServiceQuotaCommand extends $Command<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
105
- readonly input: GetAWSDefaultServiceQuotaCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: GetAWSDefaultServiceQuotaCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAssociationForServiceQuotaTemplateRequest, GetAssociationForServiceQuotaTemplateResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAssociationForServiceQuotaTemplateCommandInput extends GetAs
21
20
  */
22
21
  export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetAssociationForServiceQuotaTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
24
+ new (input: GetAssociationForServiceQuotaTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the status of the association for the quota request template.</p>
@@ -75,23 +78,5 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetA
75
78
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
76
79
  *
77
80
  */
78
- export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
79
- readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetRequestedServiceQuotaChangeRequest, GetRequestedServiceQuotaChangeResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRequestedServiceQuotaChangeCommandInput extends GetRequested
21
20
  */
22
21
  export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequestedServiceQuotaChangeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRequestedServiceQuotaChangeCommand_base: {
24
+ new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/smithy-client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the specified quota increase request.</p>
@@ -88,23 +91,5 @@ export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequeste
88
91
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
89
92
  *
90
93
  */
91
- export declare class GetRequestedServiceQuotaChangeCommand extends $Command<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig> {
92
- readonly input: GetRequestedServiceQuotaChangeCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GetRequestedServiceQuotaChangeCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetServiceQuotaRequest, GetServiceQuotaResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {
21
20
  */
22
21
  export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetServiceQuotaCommand_base: {
24
+ new (input: GetServiceQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the applied quota value for the specified quota. For some quotas, only the
@@ -103,23 +106,5 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _
103
106
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
104
107
  *
105
108
  */
106
- export declare class GetServiceQuotaCommand extends $Command<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
107
- readonly input: GetServiceQuotaCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetServiceQuotaCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetServiceQuotaIncreaseRequestFromTemplateRequest, GetServiceQuotaIncreaseRequestFromTemplateResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput extends
21
20
  */
22
21
  export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends GetServiceQuotaIncreaseRequestFromTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
24
+ new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the specified quota increase request in your quota request
@@ -92,23 +95,5 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends
92
95
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
93
96
  *
94
97
  */
95
- export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
96
- readonly input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAWSDefaultServiceQuotasRequest, ListAWSDefaultServiceQuotasResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAWSDefaultServiceQuotasCommandInput extends ListAWSDefaultS
21
20
  */
22
21
  export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefaultServiceQuotasResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAWSDefaultServiceQuotasCommand_base: {
24
+ new (input: ListAWSDefaultServiceQuotasCommandInput): import("@smithy/smithy-client").CommandImpl<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the default values for the quotas for the specified Amazon Web Service. A default
@@ -108,23 +111,5 @@ export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefault
108
111
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
109
112
  *
110
113
  */
111
- export declare class ListAWSDefaultServiceQuotasCommand extends $Command<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
112
- readonly input: ListAWSDefaultServiceQuotasCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: ListAWSDefaultServiceQuotasCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListRequestedServiceQuotaChangeHistoryByQuotaRequest, ListRequestedServiceQuotaChangeHistoryByQuotaResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput exten
21
20
  */
22
21
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput extends ListRequestedServiceQuotaChangeHistoryByQuotaResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
24
+ new (input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the quota increase requests for the specified quota.</p>
@@ -99,23 +102,5 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput exte
99
102
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
100
103
  *
101
104
  */
102
- export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
103
- readonly input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListRequestedServiceQuotaChangeHistoryRequest, ListRequestedServiceQuotaChangeHistoryResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandInput extends List
21
20
  */
22
21
  export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends ListRequestedServiceQuotaChangeHistoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
24
+ new (input: ListRequestedServiceQuotaChangeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the quota increase requests for the specified Amazon Web Service.</p>
@@ -98,23 +101,5 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends Lis
98
101
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
99
102
  *
100
103
  */
101
- export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Command<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig> {
102
- readonly input: ListRequestedServiceQuotaChangeHistoryCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListRequestedServiceQuotaChangeHistoryCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListRequestedServiceQuotaChangeHistoryCommand extends ListRequestedServiceQuotaChangeHistoryCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListServiceQuotaIncreaseRequestsInTemplateRequest, ListServiceQuotaIncreaseRequestsInTemplateResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandInput extends
21
20
  */
22
21
  export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends ListServiceQuotaIncreaseRequestsInTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServiceQuotaIncreaseRequestsInTemplateCommand_base: {
24
+ new (input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the quota increase requests in the specified quota request template.</p>
@@ -92,23 +95,5 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends
92
95
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
93
96
  *
94
97
  */
95
- export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
96
- readonly input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends ListServiceQuotaIncreaseRequestsInTemplateCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListServiceQuotasRequest, ListServiceQuotasResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServiceQuotasCommandInput extends ListServiceQuotasRequest
21
20
  */
22
21
  export interface ListServiceQuotasCommandOutput extends ListServiceQuotasResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServiceQuotasCommand_base: {
24
+ new (input: ListServiceQuotasCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the applied quota values for the specified Amazon Web Service. For some quotas, only
@@ -111,23 +114,5 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons
111
114
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
112
115
  *
113
116
  */
114
- export declare class ListServiceQuotasCommand extends $Command<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
115
- readonly input: ListServiceQuotasCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: ListServiceQuotasCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class ListServiceQuotasCommand extends ListServiceQuotasCommand_base {
133
118
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServicesCommandInput extends ListServicesRequest {
21
20
  */
22
21
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServicesCommand_base: {
24
+ new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the names and codes for the Amazon Web Services integrated with Service Quotas.</p>
@@ -74,23 +77,5 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
74
77
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
75
78
  *
76
79
  */
77
- export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig> {
78
- readonly input: ListServicesCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListServicesCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListServicesCommand extends ListServicesCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the tags assigned to the specified applied quota.</p>
@@ -72,23 +75,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
72
75
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
73
76
  *
74
77
  */
75
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
76
- readonly input: ListTagsForResourceCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListTagsForResourceCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PutServiceQuotaIncreaseRequestIntoTemplateRequest, PutServiceQuotaIncreaseRequestIntoTemplateResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandInput extends
21
20
  */
22
21
  export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends PutServiceQuotaIncreaseRequestIntoTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutServiceQuotaIncreaseRequestIntoTemplateCommand_base: {
24
+ new (input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a quota increase request to your quota request template.</p>
@@ -96,23 +99,5 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends
96
99
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
97
100
  *
98
101
  */
99
- export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
100
- readonly input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends PutServiceQuotaIncreaseRequestIntoTemplateCommand_base {
118
103
  }