@aws-sdk/client-service-quotas 3.169.0 → 3.170.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 (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ServiceQuotas.d.ts +388 -100
  3. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +244 -92
  4. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/index.d.ts +19 -19
  24. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +6 -6
  26. package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +8 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +665 -576
  29. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  30. package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  37. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  42. package/package.json +34 -34
@@ -1,92 +1,244 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput } from "./commands/AssociateServiceQuotaTemplateCommand";
10
- import { DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
11
- import { DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput } from "./commands/DisassociateServiceQuotaTemplateCommand";
12
- import { GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput } from "./commands/GetAssociationForServiceQuotaTemplateCommand";
13
- import { GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput } from "./commands/GetAWSDefaultServiceQuotaCommand";
14
- import { GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput } from "./commands/GetRequestedServiceQuotaChangeCommand";
15
- import { GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput } from "./commands/GetServiceQuotaCommand";
16
- import { GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
17
- import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput } from "./commands/ListAWSDefaultServiceQuotasCommand";
18
- import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput } from "./commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
19
- import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput } from "./commands/ListRequestedServiceQuotaChangeHistoryCommand";
20
- import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput } from "./commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
21
- import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput } from "./commands/ListServiceQuotasCommand";
22
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
25
- import { RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput } from "./commands/RequestServiceQuotaIncreaseCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
28
- export declare type ServiceInputTypes = AssociateServiceQuotaTemplateCommandInput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput | DisassociateServiceQuotaTemplateCommandInput | GetAWSDefaultServiceQuotaCommandInput | GetAssociationForServiceQuotaTemplateCommandInput | GetRequestedServiceQuotaChangeCommandInput | GetServiceQuotaCommandInput | GetServiceQuotaIncreaseRequestFromTemplateCommandInput | ListAWSDefaultServiceQuotasCommandInput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput | ListRequestedServiceQuotaChangeHistoryCommandInput | ListServiceQuotaIncreaseRequestsInTemplateCommandInput | ListServiceQuotasCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutServiceQuotaIncreaseRequestIntoTemplateCommandInput | RequestServiceQuotaIncreaseCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
29
- export declare type ServiceOutputTypes = AssociateServiceQuotaTemplateCommandOutput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput | DisassociateServiceQuotaTemplateCommandOutput | GetAWSDefaultServiceQuotaCommandOutput | GetAssociationForServiceQuotaTemplateCommandOutput | GetRequestedServiceQuotaChangeCommandOutput | GetServiceQuotaCommandOutput | GetServiceQuotaIncreaseRequestFromTemplateCommandOutput | ListAWSDefaultServiceQuotasCommandOutput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput | ListRequestedServiceQuotaChangeHistoryCommandOutput | ListServiceQuotaIncreaseRequestsInTemplateCommandOutput | ListServiceQuotasCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput | RequestServiceQuotaIncreaseCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
30
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
31
-
32
- requestHandler?: __HttpHandler;
33
-
34
- sha256?: __HashConstructor;
35
-
36
- urlParser?: __UrlParser;
37
-
38
- bodyLengthChecker?: __BodyLengthCalculator;
39
-
40
- streamCollector?: __StreamCollector;
41
-
42
- base64Decoder?: __Decoder;
43
-
44
- base64Encoder?: __Encoder;
45
-
46
- utf8Decoder?: __Decoder;
47
-
48
- utf8Encoder?: __Encoder;
49
-
50
- runtime?: string;
51
-
52
- disableHostPrefix?: boolean;
53
-
54
- maxAttempts?: number | __Provider<number>;
55
-
56
- retryMode?: string | __Provider<string>;
57
-
58
- logger?: __Logger;
59
-
60
- useDualstackEndpoint?: boolean | __Provider<boolean>;
61
-
62
- useFipsEndpoint?: boolean | __Provider<boolean>;
63
-
64
- serviceId?: string;
65
-
66
- region?: string | __Provider<string>;
67
-
68
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
69
-
70
- regionInfoProvider?: RegionInfoProvider;
71
-
72
- defaultUserAgentProvider?: Provider<__UserAgent>;
73
-
74
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
75
- }
76
- declare type ServiceQuotasClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
77
-
78
- export interface ServiceQuotasClientConfig extends ServiceQuotasClientConfigType {
79
- }
80
- declare type ServiceQuotasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
81
-
82
- export interface ServiceQuotasClientResolvedConfig extends ServiceQuotasClientResolvedConfigType {
83
- }
84
-
85
- export declare class ServiceQuotasClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig> {
86
-
87
- readonly config: ServiceQuotasClientResolvedConfig;
88
- constructor(configuration: ServiceQuotasClientConfig);
89
-
90
- destroy(): void;
91
- }
92
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateServiceQuotaTemplateCommandInput,
47
+ AssociateServiceQuotaTemplateCommandOutput,
48
+ } from "./commands/AssociateServiceQuotaTemplateCommand";
49
+ import {
50
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
51
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
52
+ } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
53
+ import {
54
+ DisassociateServiceQuotaTemplateCommandInput,
55
+ DisassociateServiceQuotaTemplateCommandOutput,
56
+ } from "./commands/DisassociateServiceQuotaTemplateCommand";
57
+ import {
58
+ GetAssociationForServiceQuotaTemplateCommandInput,
59
+ GetAssociationForServiceQuotaTemplateCommandOutput,
60
+ } from "./commands/GetAssociationForServiceQuotaTemplateCommand";
61
+ import {
62
+ GetAWSDefaultServiceQuotaCommandInput,
63
+ GetAWSDefaultServiceQuotaCommandOutput,
64
+ } from "./commands/GetAWSDefaultServiceQuotaCommand";
65
+ import {
66
+ GetRequestedServiceQuotaChangeCommandInput,
67
+ GetRequestedServiceQuotaChangeCommandOutput,
68
+ } from "./commands/GetRequestedServiceQuotaChangeCommand";
69
+ import {
70
+ GetServiceQuotaCommandInput,
71
+ GetServiceQuotaCommandOutput,
72
+ } from "./commands/GetServiceQuotaCommand";
73
+ import {
74
+ GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
75
+ GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
76
+ } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
77
+ import {
78
+ ListAWSDefaultServiceQuotasCommandInput,
79
+ ListAWSDefaultServiceQuotasCommandOutput,
80
+ } from "./commands/ListAWSDefaultServiceQuotasCommand";
81
+ import {
82
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
83
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
84
+ } from "./commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
85
+ import {
86
+ ListRequestedServiceQuotaChangeHistoryCommandInput,
87
+ ListRequestedServiceQuotaChangeHistoryCommandOutput,
88
+ } from "./commands/ListRequestedServiceQuotaChangeHistoryCommand";
89
+ import {
90
+ ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
91
+ ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
92
+ } from "./commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
93
+ import {
94
+ ListServiceQuotasCommandInput,
95
+ ListServiceQuotasCommandOutput,
96
+ } from "./commands/ListServiceQuotasCommand";
97
+ import {
98
+ ListServicesCommandInput,
99
+ ListServicesCommandOutput,
100
+ } from "./commands/ListServicesCommand";
101
+ import {
102
+ ListTagsForResourceCommandInput,
103
+ ListTagsForResourceCommandOutput,
104
+ } from "./commands/ListTagsForResourceCommand";
105
+ import {
106
+ PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
107
+ PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
108
+ } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
109
+ import {
110
+ RequestServiceQuotaIncreaseCommandInput,
111
+ RequestServiceQuotaIncreaseCommandOutput,
112
+ } from "./commands/RequestServiceQuotaIncreaseCommand";
113
+ import {
114
+ TagResourceCommandInput,
115
+ TagResourceCommandOutput,
116
+ } from "./commands/TagResourceCommand";
117
+ import {
118
+ UntagResourceCommandInput,
119
+ UntagResourceCommandOutput,
120
+ } from "./commands/UntagResourceCommand";
121
+ export declare type ServiceInputTypes =
122
+ | AssociateServiceQuotaTemplateCommandInput
123
+ | DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
124
+ | DisassociateServiceQuotaTemplateCommandInput
125
+ | GetAWSDefaultServiceQuotaCommandInput
126
+ | GetAssociationForServiceQuotaTemplateCommandInput
127
+ | GetRequestedServiceQuotaChangeCommandInput
128
+ | GetServiceQuotaCommandInput
129
+ | GetServiceQuotaIncreaseRequestFromTemplateCommandInput
130
+ | ListAWSDefaultServiceQuotasCommandInput
131
+ | ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
132
+ | ListRequestedServiceQuotaChangeHistoryCommandInput
133
+ | ListServiceQuotaIncreaseRequestsInTemplateCommandInput
134
+ | ListServiceQuotasCommandInput
135
+ | ListServicesCommandInput
136
+ | ListTagsForResourceCommandInput
137
+ | PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
138
+ | RequestServiceQuotaIncreaseCommandInput
139
+ | TagResourceCommandInput
140
+ | UntagResourceCommandInput;
141
+ export declare type ServiceOutputTypes =
142
+ | AssociateServiceQuotaTemplateCommandOutput
143
+ | DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
144
+ | DisassociateServiceQuotaTemplateCommandOutput
145
+ | GetAWSDefaultServiceQuotaCommandOutput
146
+ | GetAssociationForServiceQuotaTemplateCommandOutput
147
+ | GetRequestedServiceQuotaChangeCommandOutput
148
+ | GetServiceQuotaCommandOutput
149
+ | GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
150
+ | ListAWSDefaultServiceQuotasCommandOutput
151
+ | ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
152
+ | ListRequestedServiceQuotaChangeHistoryCommandOutput
153
+ | ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
154
+ | ListServiceQuotasCommandOutput
155
+ | ListServicesCommandOutput
156
+ | ListTagsForResourceCommandOutput
157
+ | PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
158
+ | RequestServiceQuotaIncreaseCommandOutput
159
+ | TagResourceCommandOutput
160
+ | UntagResourceCommandOutput;
161
+ export interface ClientDefaults
162
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
163
+ requestHandler?: __HttpHandler;
164
+
165
+ sha256?: __HashConstructor;
166
+
167
+ urlParser?: __UrlParser;
168
+
169
+ bodyLengthChecker?: __BodyLengthCalculator;
170
+
171
+ streamCollector?: __StreamCollector;
172
+
173
+ base64Decoder?: __Decoder;
174
+
175
+ base64Encoder?: __Encoder;
176
+
177
+ utf8Decoder?: __Decoder;
178
+
179
+ utf8Encoder?: __Encoder;
180
+
181
+ runtime?: string;
182
+
183
+ disableHostPrefix?: boolean;
184
+
185
+ maxAttempts?: number | __Provider<number>;
186
+
187
+ retryMode?: string | __Provider<string>;
188
+
189
+ logger?: __Logger;
190
+
191
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
192
+
193
+ useFipsEndpoint?: boolean | __Provider<boolean>;
194
+
195
+ serviceId?: string;
196
+
197
+ region?: string | __Provider<string>;
198
+
199
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
200
+
201
+ regionInfoProvider?: RegionInfoProvider;
202
+
203
+ defaultUserAgentProvider?: Provider<__UserAgent>;
204
+
205
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
206
+ }
207
+ declare type ServiceQuotasClientConfigType = Partial<
208
+ __SmithyConfiguration<__HttpHandlerOptions>
209
+ > &
210
+ ClientDefaults &
211
+ RegionInputConfig &
212
+ EndpointsInputConfig &
213
+ RetryInputConfig &
214
+ HostHeaderInputConfig &
215
+ AwsAuthInputConfig &
216
+ UserAgentInputConfig;
217
+
218
+ export interface ServiceQuotasClientConfig
219
+ extends ServiceQuotasClientConfigType {}
220
+ declare type ServiceQuotasClientResolvedConfigType =
221
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
222
+ Required<ClientDefaults> &
223
+ RegionResolvedConfig &
224
+ EndpointsResolvedConfig &
225
+ RetryResolvedConfig &
226
+ HostHeaderResolvedConfig &
227
+ AwsAuthResolvedConfig &
228
+ UserAgentResolvedConfig;
229
+
230
+ export interface ServiceQuotasClientResolvedConfig
231
+ extends ServiceQuotasClientResolvedConfigType {}
232
+
233
+ export declare class ServiceQuotasClient extends __Client<
234
+ __HttpHandlerOptions,
235
+ ServiceInputTypes,
236
+ ServiceOutputTypes,
237
+ ServiceQuotasClientResolvedConfig
238
+ > {
239
+ readonly config: ServiceQuotasClientResolvedConfig;
240
+ constructor(configuration: ServiceQuotasClientConfig);
241
+
242
+ destroy(): void;
243
+ }
244
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateServiceQuotaTemplateRequest, AssociateServiceQuotaTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
- export interface AssociateServiceQuotaTemplateCommandInput extends AssociateServiceQuotaTemplateRequest {
6
- }
7
- export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateServiceQuotaTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateServiceQuotaTemplateCommand extends $Command<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
11
- readonly input: AssociateServiceQuotaTemplateCommandInput;
12
- constructor(input: AssociateServiceQuotaTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AssociateServiceQuotaTemplateRequest,
10
+ AssociateServiceQuotaTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ServiceQuotasClientResolvedConfig,
16
+ } from "../ServiceQuotasClient";
17
+ export interface AssociateServiceQuotaTemplateCommandInput
18
+ extends AssociateServiceQuotaTemplateRequest {}
19
+ export interface AssociateServiceQuotaTemplateCommandOutput
20
+ extends AssociateServiceQuotaTemplateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateServiceQuotaTemplateCommand extends $Command<
24
+ AssociateServiceQuotaTemplateCommandInput,
25
+ AssociateServiceQuotaTemplateCommandOutput,
26
+ ServiceQuotasClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateServiceQuotaTemplateCommandInput;
29
+ constructor(input: AssociateServiceQuotaTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceQuotasClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateServiceQuotaTemplateCommandInput,
37
+ AssociateServiceQuotaTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteServiceQuotaIncreaseRequestFromTemplateRequest, DeleteServiceQuotaIncreaseRequestFromTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
- export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput extends DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
6
- }
7
- export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
11
- readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
12
- constructor(input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteServiceQuotaIncreaseRequestFromTemplateRequest,
10
+ DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ServiceQuotasClientResolvedConfig,
16
+ } from "../ServiceQuotasClient";
17
+ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
18
+ extends DeleteServiceQuotaIncreaseRequestFromTemplateRequest {}
19
+ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
20
+ extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
24
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
25
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
26
+ ServiceQuotasClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
29
+ constructor(input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceQuotasClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
37
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateServiceQuotaTemplateRequest, DisassociateServiceQuotaTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
- export interface DisassociateServiceQuotaTemplateCommandInput extends DisassociateServiceQuotaTemplateRequest {
6
- }
7
- export interface DisassociateServiceQuotaTemplateCommandOutput extends DisassociateServiceQuotaTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateServiceQuotaTemplateCommand extends $Command<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
11
- readonly input: DisassociateServiceQuotaTemplateCommandInput;
12
- constructor(input: DisassociateServiceQuotaTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateServiceQuotaTemplateRequest,
10
+ DisassociateServiceQuotaTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ServiceQuotasClientResolvedConfig,
16
+ } from "../ServiceQuotasClient";
17
+ export interface DisassociateServiceQuotaTemplateCommandInput
18
+ extends DisassociateServiceQuotaTemplateRequest {}
19
+ export interface DisassociateServiceQuotaTemplateCommandOutput
20
+ extends DisassociateServiceQuotaTemplateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateServiceQuotaTemplateCommand extends $Command<
24
+ DisassociateServiceQuotaTemplateCommandInput,
25
+ DisassociateServiceQuotaTemplateCommandOutput,
26
+ ServiceQuotasClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateServiceQuotaTemplateCommandInput;
29
+ constructor(input: DisassociateServiceQuotaTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceQuotasClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateServiceQuotaTemplateCommandInput,
37
+ DisassociateServiceQuotaTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetAWSDefaultServiceQuotaRequest, GetAWSDefaultServiceQuotaResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
- export interface GetAWSDefaultServiceQuotaCommandInput extends GetAWSDefaultServiceQuotaRequest {
6
- }
7
- export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultServiceQuotaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAWSDefaultServiceQuotaCommand extends $Command<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
11
- readonly input: GetAWSDefaultServiceQuotaCommandInput;
12
- constructor(input: GetAWSDefaultServiceQuotaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetAWSDefaultServiceQuotaRequest,
10
+ GetAWSDefaultServiceQuotaResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ServiceQuotasClientResolvedConfig,
16
+ } from "../ServiceQuotasClient";
17
+ export interface GetAWSDefaultServiceQuotaCommandInput
18
+ extends GetAWSDefaultServiceQuotaRequest {}
19
+ export interface GetAWSDefaultServiceQuotaCommandOutput
20
+ extends GetAWSDefaultServiceQuotaResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAWSDefaultServiceQuotaCommand extends $Command<
24
+ GetAWSDefaultServiceQuotaCommandInput,
25
+ GetAWSDefaultServiceQuotaCommandOutput,
26
+ ServiceQuotasClientResolvedConfig
27
+ > {
28
+ readonly input: GetAWSDefaultServiceQuotaCommandInput;
29
+ constructor(input: GetAWSDefaultServiceQuotaCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceQuotasClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAWSDefaultServiceQuotaCommandInput,
37
+ GetAWSDefaultServiceQuotaCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetAssociationForServiceQuotaTemplateRequest, GetAssociationForServiceQuotaTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
- export interface GetAssociationForServiceQuotaTemplateCommandInput extends GetAssociationForServiceQuotaTemplateRequest {
6
- }
7
- export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetAssociationForServiceQuotaTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
11
- readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
12
- constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetAssociationForServiceQuotaTemplateRequest,
10
+ GetAssociationForServiceQuotaTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ServiceQuotasClientResolvedConfig,
16
+ } from "../ServiceQuotasClient";
17
+ export interface GetAssociationForServiceQuotaTemplateCommandInput
18
+ extends GetAssociationForServiceQuotaTemplateRequest {}
19
+ export interface GetAssociationForServiceQuotaTemplateCommandOutput
20
+ extends GetAssociationForServiceQuotaTemplateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<
24
+ GetAssociationForServiceQuotaTemplateCommandInput,
25
+ GetAssociationForServiceQuotaTemplateCommandOutput,
26
+ ServiceQuotasClientResolvedConfig
27
+ > {
28
+ readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
29
+ constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceQuotasClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAssociationForServiceQuotaTemplateCommandInput,
37
+ GetAssociationForServiceQuotaTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }