@aws-sdk/client-service-quotas 3.478.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 (81) 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-es/commands/AssociateServiceQuotaTemplateCommand.js +18 -41
  22. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  23. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +18 -41
  24. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +18 -41
  25. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +18 -41
  26. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +18 -41
  27. package/dist-es/commands/GetServiceQuotaCommand.js +18 -41
  28. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  29. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +18 -41
  30. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +18 -41
  31. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +18 -41
  32. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +18 -41
  33. package/dist-es/commands/ListServiceQuotasCommand.js +18 -41
  34. package/dist-es/commands/ListServicesCommand.js +18 -41
  35. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  36. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +18 -41
  37. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +18 -41
  38. package/dist-es/commands/TagResourceCommand.js +18 -41
  39. package/dist-es/commands/UntagResourceCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -21
  43. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +6 -21
  44. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +6 -21
  45. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +6 -21
  46. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +6 -21
  47. package/dist-types/commands/GetServiceQuotaCommand.d.ts +6 -21
  48. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -21
  49. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +6 -21
  50. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +6 -21
  51. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +6 -21
  52. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +6 -21
  53. package/dist-types/commands/ListServiceQuotasCommand.d.ts +6 -21
  54. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  56. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +6 -21
  57. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +6 -21
  58. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +12 -24
  64. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +9 -9
@@ -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
  }
@@ -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 { RequestServiceQuotaIncreaseRequest, RequestServiceQuotaIncreaseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RequestServiceQuotaIncreaseCommandInput extends RequestServiceQ
21
20
  */
22
21
  export interface RequestServiceQuotaIncreaseCommandOutput extends RequestServiceQuotaIncreaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const RequestServiceQuotaIncreaseCommand_base: {
24
+ new (input: RequestServiceQuotaIncreaseCommandInput): import("@smithy/smithy-client").CommandImpl<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Submits a quota increase request for the specified quota.</p>
@@ -104,23 +107,5 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
104
107
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
105
108
  *
106
109
  */
107
- export declare class RequestServiceQuotaIncreaseCommand extends $Command<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig> {
108
- readonly input: RequestServiceQuotaIncreaseCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: RequestServiceQuotaIncreaseCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class RequestServiceQuotaIncreaseCommand extends RequestServiceQuotaIncreaseCommand_base {
126
111
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds tags to the specified applied quota. You can include one or more tags to add to
@@ -80,23 +83,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
80
83
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
81
84
  *
82
85
  */
83
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
84
- readonly input: TagResourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: TagResourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class TagResourceCommand extends TagResourceCommand_base {
102
87
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the specified applied quota. You can specify one or more tags to
@@ -69,23 +72,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
69
72
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
70
73
  *
71
74
  */
72
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
73
- readonly input: UntagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UntagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
76
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateServiceQuotaTemplateRequest,
11
5
  AssociateServiceQuotaTemplateResponse,
@@ -21,22 +15,16 @@ export interface AssociateServiceQuotaTemplateCommandInput
21
15
  export interface AssociateServiceQuotaTemplateCommandOutput
22
16
  extends AssociateServiceQuotaTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateServiceQuotaTemplateCommand extends $Command<
25
- AssociateServiceQuotaTemplateCommandInput,
26
- AssociateServiceQuotaTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: AssociateServiceQuotaTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateServiceQuotaTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateServiceQuotaTemplateCommand_base: {
19
+ new (
20
+ input: AssociateServiceQuotaTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateServiceQuotaTemplateCommandInput,
38
- AssociateServiceQuotaTemplateCommandOutput
23
+ AssociateServiceQuotaTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteServiceQuotaIncreaseRequestFromTemplateRequest,
11
5
  DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
@@ -21,22 +15,16 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
21
15
  export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
22
16
  extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
25
- DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
26
- DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
19
+ new (
20
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
38
- DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
23
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateServiceQuotaTemplateRequest,
11
5
  DisassociateServiceQuotaTemplateResponse,
@@ -21,22 +15,16 @@ export interface DisassociateServiceQuotaTemplateCommandInput
21
15
  export interface DisassociateServiceQuotaTemplateCommandOutput
22
16
  extends DisassociateServiceQuotaTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateServiceQuotaTemplateCommand extends $Command<
25
- DisassociateServiceQuotaTemplateCommandInput,
26
- DisassociateServiceQuotaTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: DisassociateServiceQuotaTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateServiceQuotaTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateServiceQuotaTemplateCommand_base: {
19
+ new (
20
+ input: DisassociateServiceQuotaTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateServiceQuotaTemplateCommandInput,
38
- DisassociateServiceQuotaTemplateCommandOutput
23
+ DisassociateServiceQuotaTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAWSDefaultServiceQuotaRequest,
11
5
  GetAWSDefaultServiceQuotaResponse,
@@ -21,22 +15,16 @@ export interface GetAWSDefaultServiceQuotaCommandInput
21
15
  export interface GetAWSDefaultServiceQuotaCommandOutput
22
16
  extends GetAWSDefaultServiceQuotaResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAWSDefaultServiceQuotaCommand extends $Command<
25
- GetAWSDefaultServiceQuotaCommandInput,
26
- GetAWSDefaultServiceQuotaCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: GetAWSDefaultServiceQuotaCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAWSDefaultServiceQuotaCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAWSDefaultServiceQuotaCommand_base: {
19
+ new (
20
+ input: GetAWSDefaultServiceQuotaCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAWSDefaultServiceQuotaCommandInput,
38
- GetAWSDefaultServiceQuotaCommandOutput
23
+ GetAWSDefaultServiceQuotaCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAssociationForServiceQuotaTemplateRequest,
11
5
  GetAssociationForServiceQuotaTemplateResponse,
@@ -21,22 +15,16 @@ export interface GetAssociationForServiceQuotaTemplateCommandInput
21
15
  export interface GetAssociationForServiceQuotaTemplateCommandOutput
22
16
  extends GetAssociationForServiceQuotaTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<
25
- GetAssociationForServiceQuotaTemplateCommandInput,
26
- GetAssociationForServiceQuotaTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
19
+ new (
20
+ input: GetAssociationForServiceQuotaTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAssociationForServiceQuotaTemplateCommandInput,
38
- GetAssociationForServiceQuotaTemplateCommandOutput
23
+ GetAssociationForServiceQuotaTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {}