@aws-sdk/client-service-quotas 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ServiceQuotas.d.ts +0 -19
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -160
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-service-quotas
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-service-quotas
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-service-quotas
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -76,7 +76,6 @@ import {
|
|
|
76
76
|
UntagResourceCommandOutput,
|
|
77
77
|
} from "./commands/UntagResourceCommand";
|
|
78
78
|
import { ServiceQuotasClient } from "./ServiceQuotasClient";
|
|
79
|
-
|
|
80
79
|
export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
81
80
|
associateServiceQuotaTemplate(
|
|
82
81
|
args: AssociateServiceQuotaTemplateCommandInput,
|
|
@@ -91,7 +90,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
91
90
|
options: __HttpHandlerOptions,
|
|
92
91
|
cb: (err: any, data?: AssociateServiceQuotaTemplateCommandOutput) => void
|
|
93
92
|
): void;
|
|
94
|
-
|
|
95
93
|
deleteServiceQuotaIncreaseRequestFromTemplate(
|
|
96
94
|
args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
97
95
|
options?: __HttpHandlerOptions
|
|
@@ -111,7 +109,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
111
109
|
data?: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
112
110
|
) => void
|
|
113
111
|
): void;
|
|
114
|
-
|
|
115
112
|
disassociateServiceQuotaTemplate(
|
|
116
113
|
args: DisassociateServiceQuotaTemplateCommandInput,
|
|
117
114
|
options?: __HttpHandlerOptions
|
|
@@ -125,7 +122,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
125
122
|
options: __HttpHandlerOptions,
|
|
126
123
|
cb: (err: any, data?: DisassociateServiceQuotaTemplateCommandOutput) => void
|
|
127
124
|
): void;
|
|
128
|
-
|
|
129
125
|
getAssociationForServiceQuotaTemplate(
|
|
130
126
|
args: GetAssociationForServiceQuotaTemplateCommandInput,
|
|
131
127
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +141,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
145
141
|
data?: GetAssociationForServiceQuotaTemplateCommandOutput
|
|
146
142
|
) => void
|
|
147
143
|
): void;
|
|
148
|
-
|
|
149
144
|
getAWSDefaultServiceQuota(
|
|
150
145
|
args: GetAWSDefaultServiceQuotaCommandInput,
|
|
151
146
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +154,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
159
154
|
options: __HttpHandlerOptions,
|
|
160
155
|
cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void
|
|
161
156
|
): void;
|
|
162
|
-
|
|
163
157
|
getRequestedServiceQuotaChange(
|
|
164
158
|
args: GetRequestedServiceQuotaChangeCommandInput,
|
|
165
159
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +167,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
173
167
|
options: __HttpHandlerOptions,
|
|
174
168
|
cb: (err: any, data?: GetRequestedServiceQuotaChangeCommandOutput) => void
|
|
175
169
|
): void;
|
|
176
|
-
|
|
177
170
|
getServiceQuota(
|
|
178
171
|
args: GetServiceQuotaCommandInput,
|
|
179
172
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +180,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
187
180
|
options: __HttpHandlerOptions,
|
|
188
181
|
cb: (err: any, data?: GetServiceQuotaCommandOutput) => void
|
|
189
182
|
): void;
|
|
190
|
-
|
|
191
183
|
getServiceQuotaIncreaseRequestFromTemplate(
|
|
192
184
|
args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
193
185
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +199,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
207
199
|
data?: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
208
200
|
) => void
|
|
209
201
|
): void;
|
|
210
|
-
|
|
211
202
|
listAWSDefaultServiceQuotas(
|
|
212
203
|
args: ListAWSDefaultServiceQuotasCommandInput,
|
|
213
204
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +212,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
221
212
|
options: __HttpHandlerOptions,
|
|
222
213
|
cb: (err: any, data?: ListAWSDefaultServiceQuotasCommandOutput) => void
|
|
223
214
|
): void;
|
|
224
|
-
|
|
225
215
|
listRequestedServiceQuotaChangeHistory(
|
|
226
216
|
args: ListRequestedServiceQuotaChangeHistoryCommandInput,
|
|
227
217
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +231,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
241
231
|
data?: ListRequestedServiceQuotaChangeHistoryCommandOutput
|
|
242
232
|
) => void
|
|
243
233
|
): void;
|
|
244
|
-
|
|
245
234
|
listRequestedServiceQuotaChangeHistoryByQuota(
|
|
246
235
|
args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
247
236
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +250,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
261
250
|
data?: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
262
251
|
) => void
|
|
263
252
|
): void;
|
|
264
|
-
|
|
265
253
|
listServiceQuotaIncreaseRequestsInTemplate(
|
|
266
254
|
args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
|
|
267
255
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +269,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
281
269
|
data?: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
|
|
282
270
|
) => void
|
|
283
271
|
): void;
|
|
284
|
-
|
|
285
272
|
listServiceQuotas(
|
|
286
273
|
args: ListServiceQuotasCommandInput,
|
|
287
274
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +282,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
295
282
|
options: __HttpHandlerOptions,
|
|
296
283
|
cb: (err: any, data?: ListServiceQuotasCommandOutput) => void
|
|
297
284
|
): void;
|
|
298
|
-
|
|
299
285
|
listServices(
|
|
300
286
|
args: ListServicesCommandInput,
|
|
301
287
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +295,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
309
295
|
options: __HttpHandlerOptions,
|
|
310
296
|
cb: (err: any, data?: ListServicesCommandOutput) => void
|
|
311
297
|
): void;
|
|
312
|
-
|
|
313
298
|
listTagsForResource(
|
|
314
299
|
args: ListTagsForResourceCommandInput,
|
|
315
300
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +308,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
323
308
|
options: __HttpHandlerOptions,
|
|
324
309
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
325
310
|
): void;
|
|
326
|
-
|
|
327
311
|
putServiceQuotaIncreaseRequestIntoTemplate(
|
|
328
312
|
args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
|
|
329
313
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +327,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
343
327
|
data?: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
344
328
|
) => void
|
|
345
329
|
): void;
|
|
346
|
-
|
|
347
330
|
requestServiceQuotaIncrease(
|
|
348
331
|
args: RequestServiceQuotaIncreaseCommandInput,
|
|
349
332
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +340,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
357
340
|
options: __HttpHandlerOptions,
|
|
358
341
|
cb: (err: any, data?: RequestServiceQuotaIncreaseCommandOutput) => void
|
|
359
342
|
): void;
|
|
360
|
-
|
|
361
343
|
tagResource(
|
|
362
344
|
args: TagResourceCommandInput,
|
|
363
345
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +353,6 @@ export declare class ServiceQuotas extends ServiceQuotasClient {
|
|
|
371
353
|
options: __HttpHandlerOptions,
|
|
372
354
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
373
355
|
): void;
|
|
374
|
-
|
|
375
356
|
untagResource(
|
|
376
357
|
args: UntagResourceCommandInput,
|
|
377
358
|
options?: __HttpHandlerOptions
|
|
@@ -161,47 +161,26 @@ export declare type ServiceOutputTypes =
|
|
|
161
161
|
export interface ClientDefaults
|
|
162
162
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
163
163
|
requestHandler?: __HttpHandler;
|
|
164
|
-
|
|
165
164
|
sha256?: __HashConstructor;
|
|
166
|
-
|
|
167
165
|
urlParser?: __UrlParser;
|
|
168
|
-
|
|
169
166
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
170
|
-
|
|
171
167
|
streamCollector?: __StreamCollector;
|
|
172
|
-
|
|
173
168
|
base64Decoder?: __Decoder;
|
|
174
|
-
|
|
175
169
|
base64Encoder?: __Encoder;
|
|
176
|
-
|
|
177
170
|
utf8Decoder?: __Decoder;
|
|
178
|
-
|
|
179
171
|
utf8Encoder?: __Encoder;
|
|
180
|
-
|
|
181
172
|
runtime?: string;
|
|
182
|
-
|
|
183
173
|
disableHostPrefix?: boolean;
|
|
184
|
-
|
|
185
174
|
maxAttempts?: number | __Provider<number>;
|
|
186
|
-
|
|
187
175
|
retryMode?: string | __Provider<string>;
|
|
188
|
-
|
|
189
176
|
logger?: __Logger;
|
|
190
|
-
|
|
191
177
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
192
|
-
|
|
193
178
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
194
|
-
|
|
195
179
|
serviceId?: string;
|
|
196
|
-
|
|
197
180
|
region?: string | __Provider<string>;
|
|
198
|
-
|
|
199
181
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
200
|
-
|
|
201
182
|
regionInfoProvider?: RegionInfoProvider;
|
|
202
|
-
|
|
203
183
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
204
|
-
|
|
205
184
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
206
185
|
}
|
|
207
186
|
declare type ServiceQuotasClientConfigType = Partial<
|
|
@@ -214,7 +193,6 @@ declare type ServiceQuotasClientConfigType = Partial<
|
|
|
214
193
|
HostHeaderInputConfig &
|
|
215
194
|
AwsAuthInputConfig &
|
|
216
195
|
UserAgentInputConfig;
|
|
217
|
-
|
|
218
196
|
export interface ServiceQuotasClientConfig
|
|
219
197
|
extends ServiceQuotasClientConfigType {}
|
|
220
198
|
declare type ServiceQuotasClientResolvedConfigType =
|
|
@@ -226,10 +204,8 @@ declare type ServiceQuotasClientResolvedConfigType =
|
|
|
226
204
|
HostHeaderResolvedConfig &
|
|
227
205
|
AwsAuthResolvedConfig &
|
|
228
206
|
UserAgentResolvedConfig;
|
|
229
|
-
|
|
230
207
|
export interface ServiceQuotasClientResolvedConfig
|
|
231
208
|
extends ServiceQuotasClientResolvedConfigType {}
|
|
232
|
-
|
|
233
209
|
export declare class ServiceQuotasClient extends __Client<
|
|
234
210
|
__HttpHandlerOptions,
|
|
235
211
|
ServiceInputTypes,
|
|
@@ -238,7 +214,6 @@ export declare class ServiceQuotasClient extends __Client<
|
|
|
238
214
|
> {
|
|
239
215
|
readonly config: ServiceQuotasClientResolvedConfig;
|
|
240
216
|
constructor(configuration: ServiceQuotasClientConfig);
|
|
241
|
-
|
|
242
217
|
destroy(): void;
|
|
243
218
|
}
|
|
244
219
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateServiceQuotaTemplateCommandInput
|
|
|
19
19
|
export interface AssociateServiceQuotaTemplateCommandOutput
|
|
20
20
|
extends AssociateServiceQuotaTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateServiceQuotaTemplateCommand extends $Command<
|
|
24
23
|
AssociateServiceQuotaTemplateCommandInput,
|
|
25
24
|
AssociateServiceQuotaTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateServiceQuotaTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateServiceQuotaTemplateCommandInput;
|
|
29
28
|
constructor(input: AssociateServiceQuotaTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
|
19
19
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
20
20
|
extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
|
|
24
23
|
DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
25
24
|
DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extend
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
|
|
29
28
|
constructor(input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateServiceQuotaTemplateCommandInput
|
|
|
19
19
|
export interface DisassociateServiceQuotaTemplateCommandOutput
|
|
20
20
|
extends DisassociateServiceQuotaTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateServiceQuotaTemplateCommand extends $Command<
|
|
24
23
|
DisassociateServiceQuotaTemplateCommandInput,
|
|
25
24
|
DisassociateServiceQuotaTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateServiceQuotaTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateServiceQuotaTemplateCommandInput;
|
|
29
28
|
constructor(input: DisassociateServiceQuotaTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAWSDefaultServiceQuotaCommandInput
|
|
|
19
19
|
export interface GetAWSDefaultServiceQuotaCommandOutput
|
|
20
20
|
extends GetAWSDefaultServiceQuotaResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAWSDefaultServiceQuotaCommand extends $Command<
|
|
24
23
|
GetAWSDefaultServiceQuotaCommandInput,
|
|
25
24
|
GetAWSDefaultServiceQuotaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAWSDefaultServiceQuotaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAWSDefaultServiceQuotaCommandInput;
|
|
29
28
|
constructor(input: GetAWSDefaultServiceQuotaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAssociationForServiceQuotaTemplateCommandInput
|
|
|
19
19
|
export interface GetAssociationForServiceQuotaTemplateCommandOutput
|
|
20
20
|
extends GetAssociationForServiceQuotaTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<
|
|
24
23
|
GetAssociationForServiceQuotaTemplateCommandInput,
|
|
25
24
|
GetAssociationForServiceQuotaTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAssociationForServiceQuotaTemplateCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
|
|
29
28
|
constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRequestedServiceQuotaChangeCommandInput
|
|
|
19
19
|
export interface GetRequestedServiceQuotaChangeCommandOutput
|
|
20
20
|
extends GetRequestedServiceQuotaChangeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRequestedServiceQuotaChangeCommand extends $Command<
|
|
24
23
|
GetRequestedServiceQuotaChangeCommandInput,
|
|
25
24
|
GetRequestedServiceQuotaChangeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRequestedServiceQuotaChangeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRequestedServiceQuotaChangeCommandInput;
|
|
29
28
|
constructor(input: GetRequestedServiceQuotaChangeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {}
|
|
|
18
18
|
export interface GetServiceQuotaCommandOutput
|
|
19
19
|
extends GetServiceQuotaResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetServiceQuotaCommand extends $Command<
|
|
23
22
|
GetServiceQuotaCommandInput,
|
|
24
23
|
GetServiceQuotaCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetServiceQuotaCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetServiceQuotaCommandInput;
|
|
28
27
|
constructor(input: GetServiceQuotaCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
|
19
19
|
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
20
20
|
extends GetServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
|
|
24
23
|
GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
25
24
|
GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
|
|
29
28
|
constructor(input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAWSDefaultServiceQuotasCommandInput
|
|
|
19
19
|
export interface ListAWSDefaultServiceQuotasCommandOutput
|
|
20
20
|
extends ListAWSDefaultServiceQuotasResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAWSDefaultServiceQuotasCommand extends $Command<
|
|
24
23
|
ListAWSDefaultServiceQuotasCommandInput,
|
|
25
24
|
ListAWSDefaultServiceQuotasCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAWSDefaultServiceQuotasCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAWSDefaultServiceQuotasCommandInput;
|
|
29
28
|
constructor(input: ListAWSDefaultServiceQuotasCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
|
|
|
19
19
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
20
20
|
extends ListRequestedServiceQuotaChangeHistoryByQuotaResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command<
|
|
24
23
|
ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
25
24
|
ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extend
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput;
|
|
29
28
|
constructor(input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandInput
|
|
|
19
19
|
export interface ListRequestedServiceQuotaChangeHistoryCommandOutput
|
|
20
20
|
extends ListRequestedServiceQuotaChangeHistoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Command<
|
|
24
23
|
ListRequestedServiceQuotaChangeHistoryCommandInput,
|
|
25
24
|
ListRequestedServiceQuotaChangeHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRequestedServiceQuotaChangeHistoryCommandInput;
|
|
29
28
|
constructor(input: ListRequestedServiceQuotaChangeHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandInput
|
|
|
19
19
|
export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
|
|
20
20
|
extends ListServiceQuotaIncreaseRequestsInTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command<
|
|
24
23
|
ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
|
|
25
24
|
ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput;
|
|
29
28
|
constructor(input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListServiceQuotasCommandInput
|
|
|
19
19
|
export interface ListServiceQuotasCommandOutput
|
|
20
20
|
extends ListServiceQuotasResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListServiceQuotasCommand extends $Command<
|
|
24
23
|
ListServiceQuotasCommandInput,
|
|
25
24
|
ListServiceQuotasCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListServiceQuotasCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListServiceQuotasCommandInput;
|
|
29
28
|
constructor(input: ListServiceQuotasCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
|
15
15
|
export interface ListServicesCommandOutput
|
|
16
16
|
extends ListServicesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListServicesCommand extends $Command<
|
|
20
19
|
ListServicesCommandInput,
|
|
21
20
|
ListServicesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListServicesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListServicesCommandInput;
|
|
25
24
|
constructor(input: ListServicesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
|
|
|
19
19
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
20
20
|
extends PutServiceQuotaIncreaseRequestIntoTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command<
|
|
24
23
|
PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
|
|
25
24
|
PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput;
|
|
29
28
|
constructor(input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RequestServiceQuotaIncreaseCommandInput
|
|
|
19
19
|
export interface RequestServiceQuotaIncreaseCommandOutput
|
|
20
20
|
extends RequestServiceQuotaIncreaseResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RequestServiceQuotaIncreaseCommand extends $Command<
|
|
24
23
|
RequestServiceQuotaIncreaseCommandInput,
|
|
25
24
|
RequestServiceQuotaIncreaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RequestServiceQuotaIncreaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RequestServiceQuotaIncreaseCommandInput;
|
|
29
28
|
constructor(input: RequestServiceQuotaIncreaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServiceQuotasClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ServiceQuotasServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|