@aws-sdk/client-service-quotas 3.170.0 → 3.171.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 +8 -0
- 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 +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-service-quotas
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-service-quotas
|
|
@@ -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
|
}
|
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message?: string;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
12
10
|
}
|
|
13
11
|
export interface AssociateServiceQuotaTemplateRequest {}
|
|
14
12
|
export interface AssociateServiceQuotaTemplateResponse {}
|
|
15
|
-
|
|
16
13
|
export declare class AWSServiceAccessNotEnabledException extends __BaseException {
|
|
17
14
|
readonly name: "AWSServiceAccessNotEnabledException";
|
|
18
15
|
readonly $fault: "client";
|
|
19
16
|
Message?: string;
|
|
20
|
-
|
|
21
17
|
constructor(
|
|
22
18
|
opts: __ExceptionOptionType<
|
|
23
19
|
AWSServiceAccessNotEnabledException,
|
|
@@ -25,12 +21,10 @@ export declare class AWSServiceAccessNotEnabledException extends __BaseException
|
|
|
25
21
|
>
|
|
26
22
|
);
|
|
27
23
|
}
|
|
28
|
-
|
|
29
24
|
export declare class DependencyAccessDeniedException extends __BaseException {
|
|
30
25
|
readonly name: "DependencyAccessDeniedException";
|
|
31
26
|
readonly $fault: "client";
|
|
32
27
|
Message?: string;
|
|
33
|
-
|
|
34
28
|
constructor(
|
|
35
29
|
opts: __ExceptionOptionType<
|
|
36
30
|
DependencyAccessDeniedException,
|
|
@@ -38,12 +32,10 @@ export declare class DependencyAccessDeniedException extends __BaseException {
|
|
|
38
32
|
>
|
|
39
33
|
);
|
|
40
34
|
}
|
|
41
|
-
|
|
42
35
|
export declare class NoAvailableOrganizationException extends __BaseException {
|
|
43
36
|
readonly name: "NoAvailableOrganizationException";
|
|
44
37
|
readonly $fault: "client";
|
|
45
38
|
Message?: string;
|
|
46
|
-
|
|
47
39
|
constructor(
|
|
48
40
|
opts: __ExceptionOptionType<
|
|
49
41
|
NoAvailableOrganizationException,
|
|
@@ -51,12 +43,10 @@ export declare class NoAvailableOrganizationException extends __BaseException {
|
|
|
51
43
|
>
|
|
52
44
|
);
|
|
53
45
|
}
|
|
54
|
-
|
|
55
46
|
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
56
47
|
readonly name: "OrganizationNotInAllFeaturesModeException";
|
|
57
48
|
readonly $fault: "client";
|
|
58
49
|
Message?: string;
|
|
59
|
-
|
|
60
50
|
constructor(
|
|
61
51
|
opts: __ExceptionOptionType<
|
|
62
52
|
OrganizationNotInAllFeaturesModeException,
|
|
@@ -64,20 +54,16 @@ export declare class OrganizationNotInAllFeaturesModeException extends __BaseExc
|
|
|
64
54
|
>
|
|
65
55
|
);
|
|
66
56
|
}
|
|
67
|
-
|
|
68
57
|
export declare class ServiceException extends __BaseException {
|
|
69
58
|
readonly name: "ServiceException";
|
|
70
59
|
readonly $fault: "server";
|
|
71
60
|
Message?: string;
|
|
72
|
-
|
|
73
61
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
74
62
|
}
|
|
75
|
-
|
|
76
63
|
export declare class TemplatesNotAvailableInRegionException extends __BaseException {
|
|
77
64
|
readonly name: "TemplatesNotAvailableInRegionException";
|
|
78
65
|
readonly $fault: "client";
|
|
79
66
|
Message?: string;
|
|
80
|
-
|
|
81
67
|
constructor(
|
|
82
68
|
opts: __ExceptionOptionType<
|
|
83
69
|
TemplatesNotAvailableInRegionException,
|
|
@@ -85,52 +71,42 @@ export declare class TemplatesNotAvailableInRegionException extends __BaseExcept
|
|
|
85
71
|
>
|
|
86
72
|
);
|
|
87
73
|
}
|
|
88
|
-
|
|
89
74
|
export declare class TooManyRequestsException extends __BaseException {
|
|
90
75
|
readonly name: "TooManyRequestsException";
|
|
91
76
|
readonly $fault: "client";
|
|
92
77
|
Message?: string;
|
|
93
|
-
|
|
94
78
|
constructor(
|
|
95
79
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
96
80
|
);
|
|
97
81
|
}
|
|
98
82
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
99
83
|
ServiceCode: string | undefined;
|
|
100
|
-
|
|
101
84
|
QuotaCode: string | undefined;
|
|
102
|
-
|
|
103
85
|
AwsRegion: string | undefined;
|
|
104
86
|
}
|
|
105
87
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {}
|
|
106
|
-
|
|
107
88
|
export declare class IllegalArgumentException extends __BaseException {
|
|
108
89
|
readonly name: "IllegalArgumentException";
|
|
109
90
|
readonly $fault: "client";
|
|
110
91
|
Message?: string;
|
|
111
|
-
|
|
112
92
|
constructor(
|
|
113
93
|
opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>
|
|
114
94
|
);
|
|
115
95
|
}
|
|
116
|
-
|
|
117
96
|
export declare class NoSuchResourceException extends __BaseException {
|
|
118
97
|
readonly name: "NoSuchResourceException";
|
|
119
98
|
readonly $fault: "client";
|
|
120
99
|
Message?: string;
|
|
121
|
-
|
|
122
100
|
constructor(
|
|
123
101
|
opts: __ExceptionOptionType<NoSuchResourceException, __BaseException>
|
|
124
102
|
);
|
|
125
103
|
}
|
|
126
104
|
export interface DisassociateServiceQuotaTemplateRequest {}
|
|
127
105
|
export interface DisassociateServiceQuotaTemplateResponse {}
|
|
128
|
-
|
|
129
106
|
export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
|
|
130
107
|
readonly name: "ServiceQuotaTemplateNotInUseException";
|
|
131
108
|
readonly $fault: "client";
|
|
132
109
|
Message?: string;
|
|
133
|
-
|
|
134
110
|
constructor(
|
|
135
111
|
opts: __ExceptionOptionType<
|
|
136
112
|
ServiceQuotaTemplateNotInUseException,
|
|
@@ -144,10 +120,8 @@ export declare enum ErrorCode {
|
|
|
144
120
|
DEPENDENCY_THROTTLING_ERROR = "DEPENDENCY_THROTTLING_ERROR",
|
|
145
121
|
SERVICE_QUOTA_NOT_AVAILABLE_ERROR = "SERVICE_QUOTA_NOT_AVAILABLE_ERROR",
|
|
146
122
|
}
|
|
147
|
-
|
|
148
123
|
export interface ErrorReason {
|
|
149
124
|
ErrorCode?: ErrorCode | string;
|
|
150
|
-
|
|
151
125
|
ErrorMessage?: string;
|
|
152
126
|
}
|
|
153
127
|
export interface GetAssociationForServiceQuotaTemplateRequest {}
|
|
@@ -162,7 +136,6 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
|
162
136
|
}
|
|
163
137
|
export interface GetAWSDefaultServiceQuotaRequest {
|
|
164
138
|
ServiceCode: string | undefined;
|
|
165
|
-
|
|
166
139
|
QuotaCode: string | undefined;
|
|
167
140
|
}
|
|
168
141
|
export declare enum PeriodUnit {
|
|
@@ -174,46 +147,28 @@ export declare enum PeriodUnit {
|
|
|
174
147
|
SECOND = "SECOND",
|
|
175
148
|
WEEK = "WEEK",
|
|
176
149
|
}
|
|
177
|
-
|
|
178
150
|
export interface QuotaPeriod {
|
|
179
151
|
PeriodValue?: number;
|
|
180
|
-
|
|
181
152
|
PeriodUnit?: PeriodUnit | string;
|
|
182
153
|
}
|
|
183
|
-
|
|
184
154
|
export interface MetricInfo {
|
|
185
155
|
MetricNamespace?: string;
|
|
186
|
-
|
|
187
156
|
MetricName?: string;
|
|
188
|
-
|
|
189
157
|
MetricDimensions?: Record<string, string>;
|
|
190
|
-
|
|
191
158
|
MetricStatisticRecommendation?: string;
|
|
192
159
|
}
|
|
193
|
-
|
|
194
160
|
export interface ServiceQuota {
|
|
195
161
|
ServiceCode?: string;
|
|
196
|
-
|
|
197
162
|
ServiceName?: string;
|
|
198
|
-
|
|
199
163
|
QuotaArn?: string;
|
|
200
|
-
|
|
201
164
|
QuotaCode?: string;
|
|
202
|
-
|
|
203
165
|
QuotaName?: string;
|
|
204
|
-
|
|
205
166
|
Value?: number;
|
|
206
|
-
|
|
207
167
|
Unit?: string;
|
|
208
|
-
|
|
209
168
|
Adjustable?: boolean;
|
|
210
|
-
|
|
211
169
|
GlobalQuota?: boolean;
|
|
212
|
-
|
|
213
170
|
UsageMetric?: MetricInfo;
|
|
214
|
-
|
|
215
171
|
Period?: QuotaPeriod;
|
|
216
|
-
|
|
217
172
|
ErrorReason?: ErrorReason;
|
|
218
173
|
}
|
|
219
174
|
export interface GetAWSDefaultServiceQuotaResponse {
|
|
@@ -229,34 +184,20 @@ export declare enum RequestStatus {
|
|
|
229
184
|
DENIED = "DENIED",
|
|
230
185
|
PENDING = "PENDING",
|
|
231
186
|
}
|
|
232
|
-
|
|
233
187
|
export interface RequestedServiceQuotaChange {
|
|
234
188
|
Id?: string;
|
|
235
|
-
|
|
236
189
|
CaseId?: string;
|
|
237
|
-
|
|
238
190
|
ServiceCode?: string;
|
|
239
|
-
|
|
240
191
|
ServiceName?: string;
|
|
241
|
-
|
|
242
192
|
QuotaCode?: string;
|
|
243
|
-
|
|
244
193
|
QuotaName?: string;
|
|
245
|
-
|
|
246
194
|
DesiredValue?: number;
|
|
247
|
-
|
|
248
195
|
Status?: RequestStatus | string;
|
|
249
|
-
|
|
250
196
|
Created?: Date;
|
|
251
|
-
|
|
252
197
|
LastUpdated?: Date;
|
|
253
|
-
|
|
254
198
|
Requester?: string;
|
|
255
|
-
|
|
256
199
|
QuotaArn?: string;
|
|
257
|
-
|
|
258
200
|
GlobalQuota?: boolean;
|
|
259
|
-
|
|
260
201
|
Unit?: string;
|
|
261
202
|
}
|
|
262
203
|
export interface GetRequestedServiceQuotaChangeResponse {
|
|
@@ -264,7 +205,6 @@ export interface GetRequestedServiceQuotaChangeResponse {
|
|
|
264
205
|
}
|
|
265
206
|
export interface GetServiceQuotaRequest {
|
|
266
207
|
ServiceCode: string | undefined;
|
|
267
|
-
|
|
268
208
|
QuotaCode: string | undefined;
|
|
269
209
|
}
|
|
270
210
|
export interface GetServiceQuotaResponse {
|
|
@@ -272,44 +212,30 @@ export interface GetServiceQuotaResponse {
|
|
|
272
212
|
}
|
|
273
213
|
export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
274
214
|
ServiceCode: string | undefined;
|
|
275
|
-
|
|
276
215
|
QuotaCode: string | undefined;
|
|
277
|
-
|
|
278
216
|
AwsRegion: string | undefined;
|
|
279
217
|
}
|
|
280
|
-
|
|
281
218
|
export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
282
219
|
ServiceCode?: string;
|
|
283
|
-
|
|
284
220
|
ServiceName?: string;
|
|
285
|
-
|
|
286
221
|
QuotaCode?: string;
|
|
287
|
-
|
|
288
222
|
QuotaName?: string;
|
|
289
|
-
|
|
290
223
|
DesiredValue?: number;
|
|
291
|
-
|
|
292
224
|
AwsRegion?: string;
|
|
293
|
-
|
|
294
225
|
Unit?: string;
|
|
295
|
-
|
|
296
226
|
GlobalQuota?: boolean;
|
|
297
227
|
}
|
|
298
228
|
export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
299
229
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
300
230
|
}
|
|
301
|
-
|
|
302
231
|
export interface Tag {
|
|
303
232
|
Key: string | undefined;
|
|
304
|
-
|
|
305
233
|
Value: string | undefined;
|
|
306
234
|
}
|
|
307
|
-
|
|
308
235
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
309
236
|
readonly name: "InvalidPaginationTokenException";
|
|
310
237
|
readonly $fault: "client";
|
|
311
238
|
Message?: string;
|
|
312
|
-
|
|
313
239
|
constructor(
|
|
314
240
|
opts: __ExceptionOptionType<
|
|
315
241
|
InvalidPaginationTokenException,
|
|
@@ -317,98 +243,73 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
317
243
|
>
|
|
318
244
|
);
|
|
319
245
|
}
|
|
320
|
-
|
|
321
246
|
export declare class InvalidResourceStateException extends __BaseException {
|
|
322
247
|
readonly name: "InvalidResourceStateException";
|
|
323
248
|
readonly $fault: "client";
|
|
324
249
|
Message?: string;
|
|
325
|
-
|
|
326
250
|
constructor(
|
|
327
251
|
opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
|
|
328
252
|
);
|
|
329
253
|
}
|
|
330
254
|
export interface ListAWSDefaultServiceQuotasRequest {
|
|
331
255
|
ServiceCode: string | undefined;
|
|
332
|
-
|
|
333
256
|
NextToken?: string;
|
|
334
|
-
|
|
335
257
|
MaxResults?: number;
|
|
336
258
|
}
|
|
337
259
|
export interface ListAWSDefaultServiceQuotasResponse {
|
|
338
260
|
NextToken?: string;
|
|
339
|
-
|
|
340
261
|
Quotas?: ServiceQuota[];
|
|
341
262
|
}
|
|
342
263
|
export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
343
264
|
ServiceCode?: string;
|
|
344
|
-
|
|
345
265
|
Status?: RequestStatus | string;
|
|
346
|
-
|
|
347
266
|
NextToken?: string;
|
|
348
|
-
|
|
349
267
|
MaxResults?: number;
|
|
350
268
|
}
|
|
351
269
|
export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
352
270
|
NextToken?: string;
|
|
353
|
-
|
|
354
271
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
355
272
|
}
|
|
356
273
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
357
274
|
ServiceCode: string | undefined;
|
|
358
|
-
|
|
359
275
|
QuotaCode: string | undefined;
|
|
360
|
-
|
|
361
276
|
Status?: RequestStatus | string;
|
|
362
|
-
|
|
363
277
|
NextToken?: string;
|
|
364
|
-
|
|
365
278
|
MaxResults?: number;
|
|
366
279
|
}
|
|
367
280
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
368
281
|
NextToken?: string;
|
|
369
|
-
|
|
370
282
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
371
283
|
}
|
|
372
284
|
export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
373
285
|
ServiceCode?: string;
|
|
374
|
-
|
|
375
286
|
AwsRegion?: string;
|
|
376
|
-
|
|
377
287
|
NextToken?: string;
|
|
378
|
-
|
|
379
288
|
MaxResults?: number;
|
|
380
289
|
}
|
|
381
290
|
export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
382
291
|
ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
|
|
383
|
-
|
|
384
292
|
NextToken?: string;
|
|
385
293
|
}
|
|
386
294
|
export interface ListServiceQuotasRequest {
|
|
387
295
|
ServiceCode: string | undefined;
|
|
388
|
-
|
|
389
296
|
NextToken?: string;
|
|
390
|
-
|
|
391
297
|
MaxResults?: number;
|
|
392
298
|
}
|
|
393
299
|
export interface ListServiceQuotasResponse {
|
|
394
300
|
NextToken?: string;
|
|
395
|
-
|
|
396
301
|
Quotas?: ServiceQuota[];
|
|
397
302
|
}
|
|
398
303
|
export interface ListServicesRequest {
|
|
399
304
|
NextToken?: string;
|
|
400
|
-
|
|
401
305
|
MaxResults?: number;
|
|
402
306
|
}
|
|
403
|
-
|
|
404
307
|
export interface ServiceInfo {
|
|
405
308
|
ServiceCode?: string;
|
|
406
|
-
|
|
407
309
|
ServiceName?: string;
|
|
408
310
|
}
|
|
409
311
|
export interface ListServicesResponse {
|
|
410
312
|
NextToken?: string;
|
|
411
|
-
|
|
412
313
|
Services?: ServiceInfo[];
|
|
413
314
|
}
|
|
414
315
|
export interface ListTagsForResourceRequest {
|
|
@@ -419,247 +320,186 @@ export interface ListTagsForResourceResponse {
|
|
|
419
320
|
}
|
|
420
321
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
421
322
|
QuotaCode: string | undefined;
|
|
422
|
-
|
|
423
323
|
ServiceCode: string | undefined;
|
|
424
|
-
|
|
425
324
|
AwsRegion: string | undefined;
|
|
426
|
-
|
|
427
325
|
DesiredValue: number | undefined;
|
|
428
326
|
}
|
|
429
327
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
430
328
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
431
329
|
}
|
|
432
|
-
|
|
433
330
|
export declare class QuotaExceededException extends __BaseException {
|
|
434
331
|
readonly name: "QuotaExceededException";
|
|
435
332
|
readonly $fault: "client";
|
|
436
333
|
Message?: string;
|
|
437
|
-
|
|
438
334
|
constructor(
|
|
439
335
|
opts: __ExceptionOptionType<QuotaExceededException, __BaseException>
|
|
440
336
|
);
|
|
441
337
|
}
|
|
442
338
|
export interface RequestServiceQuotaIncreaseRequest {
|
|
443
339
|
ServiceCode: string | undefined;
|
|
444
|
-
|
|
445
340
|
QuotaCode: string | undefined;
|
|
446
|
-
|
|
447
341
|
DesiredValue: number | undefined;
|
|
448
342
|
}
|
|
449
343
|
export interface RequestServiceQuotaIncreaseResponse {
|
|
450
344
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
451
345
|
}
|
|
452
|
-
|
|
453
346
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
454
347
|
readonly name: "ResourceAlreadyExistsException";
|
|
455
348
|
readonly $fault: "client";
|
|
456
349
|
Message?: string;
|
|
457
|
-
|
|
458
350
|
constructor(
|
|
459
351
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
460
352
|
);
|
|
461
353
|
}
|
|
462
|
-
|
|
463
354
|
export declare class TagPolicyViolationException extends __BaseException {
|
|
464
355
|
readonly name: "TagPolicyViolationException";
|
|
465
356
|
readonly $fault: "client";
|
|
466
357
|
Message?: string;
|
|
467
|
-
|
|
468
358
|
constructor(
|
|
469
359
|
opts: __ExceptionOptionType<TagPolicyViolationException, __BaseException>
|
|
470
360
|
);
|
|
471
361
|
}
|
|
472
362
|
export interface TagResourceRequest {
|
|
473
363
|
ResourceARN: string | undefined;
|
|
474
|
-
|
|
475
364
|
Tags: Tag[] | undefined;
|
|
476
365
|
}
|
|
477
366
|
export interface TagResourceResponse {}
|
|
478
|
-
|
|
479
367
|
export declare class TooManyTagsException extends __BaseException {
|
|
480
368
|
readonly name: "TooManyTagsException";
|
|
481
369
|
readonly $fault: "client";
|
|
482
370
|
Message?: string;
|
|
483
|
-
|
|
484
371
|
constructor(
|
|
485
372
|
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
486
373
|
);
|
|
487
374
|
}
|
|
488
375
|
export interface UntagResourceRequest {
|
|
489
376
|
ResourceARN: string | undefined;
|
|
490
|
-
|
|
491
377
|
TagKeys: string[] | undefined;
|
|
492
378
|
}
|
|
493
379
|
export interface UntagResourceResponse {}
|
|
494
|
-
|
|
495
380
|
export declare const AssociateServiceQuotaTemplateRequestFilterSensitiveLog: (
|
|
496
381
|
obj: AssociateServiceQuotaTemplateRequest
|
|
497
382
|
) => any;
|
|
498
|
-
|
|
499
383
|
export declare const AssociateServiceQuotaTemplateResponseFilterSensitiveLog: (
|
|
500
384
|
obj: AssociateServiceQuotaTemplateResponse
|
|
501
385
|
) => any;
|
|
502
|
-
|
|
503
386
|
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (
|
|
504
387
|
obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest
|
|
505
388
|
) => any;
|
|
506
|
-
|
|
507
389
|
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (
|
|
508
390
|
obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse
|
|
509
391
|
) => any;
|
|
510
|
-
|
|
511
392
|
export declare const DisassociateServiceQuotaTemplateRequestFilterSensitiveLog: (
|
|
512
393
|
obj: DisassociateServiceQuotaTemplateRequest
|
|
513
394
|
) => any;
|
|
514
|
-
|
|
515
395
|
export declare const DisassociateServiceQuotaTemplateResponseFilterSensitiveLog: (
|
|
516
396
|
obj: DisassociateServiceQuotaTemplateResponse
|
|
517
397
|
) => any;
|
|
518
|
-
|
|
519
398
|
export declare const ErrorReasonFilterSensitiveLog: (obj: ErrorReason) => any;
|
|
520
|
-
|
|
521
399
|
export declare const GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog: (
|
|
522
400
|
obj: GetAssociationForServiceQuotaTemplateRequest
|
|
523
401
|
) => any;
|
|
524
|
-
|
|
525
402
|
export declare const GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog: (
|
|
526
403
|
obj: GetAssociationForServiceQuotaTemplateResponse
|
|
527
404
|
) => any;
|
|
528
|
-
|
|
529
405
|
export declare const GetAWSDefaultServiceQuotaRequestFilterSensitiveLog: (
|
|
530
406
|
obj: GetAWSDefaultServiceQuotaRequest
|
|
531
407
|
) => any;
|
|
532
|
-
|
|
533
408
|
export declare const QuotaPeriodFilterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
534
|
-
|
|
535
409
|
export declare const MetricInfoFilterSensitiveLog: (obj: MetricInfo) => any;
|
|
536
|
-
|
|
537
410
|
export declare const ServiceQuotaFilterSensitiveLog: (obj: ServiceQuota) => any;
|
|
538
|
-
|
|
539
411
|
export declare const GetAWSDefaultServiceQuotaResponseFilterSensitiveLog: (
|
|
540
412
|
obj: GetAWSDefaultServiceQuotaResponse
|
|
541
413
|
) => any;
|
|
542
|
-
|
|
543
414
|
export declare const GetRequestedServiceQuotaChangeRequestFilterSensitiveLog: (
|
|
544
415
|
obj: GetRequestedServiceQuotaChangeRequest
|
|
545
416
|
) => any;
|
|
546
|
-
|
|
547
417
|
export declare const RequestedServiceQuotaChangeFilterSensitiveLog: (
|
|
548
418
|
obj: RequestedServiceQuotaChange
|
|
549
419
|
) => any;
|
|
550
|
-
|
|
551
420
|
export declare const GetRequestedServiceQuotaChangeResponseFilterSensitiveLog: (
|
|
552
421
|
obj: GetRequestedServiceQuotaChangeResponse
|
|
553
422
|
) => any;
|
|
554
|
-
|
|
555
423
|
export declare const GetServiceQuotaRequestFilterSensitiveLog: (
|
|
556
424
|
obj: GetServiceQuotaRequest
|
|
557
425
|
) => any;
|
|
558
|
-
|
|
559
426
|
export declare const GetServiceQuotaResponseFilterSensitiveLog: (
|
|
560
427
|
obj: GetServiceQuotaResponse
|
|
561
428
|
) => any;
|
|
562
|
-
|
|
563
429
|
export declare const GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (
|
|
564
430
|
obj: GetServiceQuotaIncreaseRequestFromTemplateRequest
|
|
565
431
|
) => any;
|
|
566
|
-
|
|
567
432
|
export declare const ServiceQuotaIncreaseRequestInTemplateFilterSensitiveLog: (
|
|
568
433
|
obj: ServiceQuotaIncreaseRequestInTemplate
|
|
569
434
|
) => any;
|
|
570
|
-
|
|
571
435
|
export declare const GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (
|
|
572
436
|
obj: GetServiceQuotaIncreaseRequestFromTemplateResponse
|
|
573
437
|
) => any;
|
|
574
|
-
|
|
575
438
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
576
|
-
|
|
577
439
|
export declare const ListAWSDefaultServiceQuotasRequestFilterSensitiveLog: (
|
|
578
440
|
obj: ListAWSDefaultServiceQuotasRequest
|
|
579
441
|
) => any;
|
|
580
|
-
|
|
581
442
|
export declare const ListAWSDefaultServiceQuotasResponseFilterSensitiveLog: (
|
|
582
443
|
obj: ListAWSDefaultServiceQuotasResponse
|
|
583
444
|
) => any;
|
|
584
|
-
|
|
585
445
|
export declare const ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog: (
|
|
586
446
|
obj: ListRequestedServiceQuotaChangeHistoryRequest
|
|
587
447
|
) => any;
|
|
588
|
-
|
|
589
448
|
export declare const ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog: (
|
|
590
449
|
obj: ListRequestedServiceQuotaChangeHistoryResponse
|
|
591
450
|
) => any;
|
|
592
|
-
|
|
593
451
|
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog: (
|
|
594
452
|
obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest
|
|
595
453
|
) => any;
|
|
596
|
-
|
|
597
454
|
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog: (
|
|
598
455
|
obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse
|
|
599
456
|
) => any;
|
|
600
|
-
|
|
601
457
|
export declare const ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog: (
|
|
602
458
|
obj: ListServiceQuotaIncreaseRequestsInTemplateRequest
|
|
603
459
|
) => any;
|
|
604
|
-
|
|
605
460
|
export declare const ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog: (
|
|
606
461
|
obj: ListServiceQuotaIncreaseRequestsInTemplateResponse
|
|
607
462
|
) => any;
|
|
608
|
-
|
|
609
463
|
export declare const ListServiceQuotasRequestFilterSensitiveLog: (
|
|
610
464
|
obj: ListServiceQuotasRequest
|
|
611
465
|
) => any;
|
|
612
|
-
|
|
613
466
|
export declare const ListServiceQuotasResponseFilterSensitiveLog: (
|
|
614
467
|
obj: ListServiceQuotasResponse
|
|
615
468
|
) => any;
|
|
616
|
-
|
|
617
469
|
export declare const ListServicesRequestFilterSensitiveLog: (
|
|
618
470
|
obj: ListServicesRequest
|
|
619
471
|
) => any;
|
|
620
|
-
|
|
621
472
|
export declare const ServiceInfoFilterSensitiveLog: (obj: ServiceInfo) => any;
|
|
622
|
-
|
|
623
473
|
export declare const ListServicesResponseFilterSensitiveLog: (
|
|
624
474
|
obj: ListServicesResponse
|
|
625
475
|
) => any;
|
|
626
|
-
|
|
627
476
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
628
477
|
obj: ListTagsForResourceRequest
|
|
629
478
|
) => any;
|
|
630
|
-
|
|
631
479
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
632
480
|
obj: ListTagsForResourceResponse
|
|
633
481
|
) => any;
|
|
634
|
-
|
|
635
482
|
export declare const PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog: (
|
|
636
483
|
obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest
|
|
637
484
|
) => any;
|
|
638
|
-
|
|
639
485
|
export declare const PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog: (
|
|
640
486
|
obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse
|
|
641
487
|
) => any;
|
|
642
|
-
|
|
643
488
|
export declare const RequestServiceQuotaIncreaseRequestFilterSensitiveLog: (
|
|
644
489
|
obj: RequestServiceQuotaIncreaseRequest
|
|
645
490
|
) => any;
|
|
646
|
-
|
|
647
491
|
export declare const RequestServiceQuotaIncreaseResponseFilterSensitiveLog: (
|
|
648
492
|
obj: RequestServiceQuotaIncreaseResponse
|
|
649
493
|
) => any;
|
|
650
|
-
|
|
651
494
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
652
495
|
obj: TagResourceRequest
|
|
653
496
|
) => any;
|
|
654
|
-
|
|
655
497
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
656
498
|
obj: TagResourceResponse
|
|
657
499
|
) => any;
|
|
658
|
-
|
|
659
500
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
660
501
|
obj: UntagResourceRequest
|
|
661
502
|
) => any;
|
|
662
|
-
|
|
663
503
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
664
504
|
obj: UntagResourceResponse
|
|
665
505
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-quotas",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|