@aws-sdk/client-service-quotas 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
- package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
- package/dist-cjs/commands/GetServiceQuotaCommand.js +2 -2
- package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListServiceQuotasCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
- package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +186 -278
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +3 -3
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +3 -3
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +3 -3
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +3 -3
- package/dist-es/commands/GetServiceQuotaCommand.js +3 -3
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +3 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +3 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +3 -3
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +3 -3
- package/dist-es/commands/ListServiceQuotasCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +3 -3
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +46 -184
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +184 -276
- package/dist-types/ts3.4/models/models_0.d.ts +92 -184
- package/package.json +9 -9
|
@@ -10,16 +10,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
10
10
|
}
|
|
11
11
|
export interface AssociateServiceQuotaTemplateRequest {
|
|
12
12
|
}
|
|
13
|
-
export declare namespace AssociateServiceQuotaTemplateRequest {
|
|
14
|
-
|
|
15
|
-
const filterSensitiveLog: (obj: AssociateServiceQuotaTemplateRequest) => any;
|
|
16
|
-
}
|
|
17
13
|
export interface AssociateServiceQuotaTemplateResponse {
|
|
18
14
|
}
|
|
19
|
-
export declare namespace AssociateServiceQuotaTemplateResponse {
|
|
20
|
-
|
|
21
|
-
const filterSensitiveLog: (obj: AssociateServiceQuotaTemplateResponse) => any;
|
|
22
|
-
}
|
|
23
15
|
|
|
24
16
|
export declare class AWSServiceAccessNotEnabledException extends __BaseException {
|
|
25
17
|
readonly name: "AWSServiceAccessNotEnabledException";
|
|
@@ -84,16 +76,8 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
84
76
|
|
|
85
77
|
AwsRegion: string | undefined;
|
|
86
78
|
}
|
|
87
|
-
export declare namespace DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
90
|
-
}
|
|
91
79
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
92
80
|
}
|
|
93
|
-
export declare namespace DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
96
|
-
}
|
|
97
81
|
|
|
98
82
|
export declare class IllegalArgumentException extends __BaseException {
|
|
99
83
|
readonly name: "IllegalArgumentException";
|
|
@@ -112,16 +96,8 @@ export declare class NoSuchResourceException extends __BaseException {
|
|
|
112
96
|
}
|
|
113
97
|
export interface DisassociateServiceQuotaTemplateRequest {
|
|
114
98
|
}
|
|
115
|
-
export declare namespace DisassociateServiceQuotaTemplateRequest {
|
|
116
|
-
|
|
117
|
-
const filterSensitiveLog: (obj: DisassociateServiceQuotaTemplateRequest) => any;
|
|
118
|
-
}
|
|
119
99
|
export interface DisassociateServiceQuotaTemplateResponse {
|
|
120
100
|
}
|
|
121
|
-
export declare namespace DisassociateServiceQuotaTemplateResponse {
|
|
122
|
-
|
|
123
|
-
const filterSensitiveLog: (obj: DisassociateServiceQuotaTemplateResponse) => any;
|
|
124
|
-
}
|
|
125
101
|
|
|
126
102
|
export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
|
|
127
103
|
readonly name: "ServiceQuotaTemplateNotInUseException";
|
|
@@ -143,16 +119,8 @@ export interface ErrorReason {
|
|
|
143
119
|
|
|
144
120
|
ErrorMessage?: string;
|
|
145
121
|
}
|
|
146
|
-
export declare namespace ErrorReason {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: ErrorReason) => any;
|
|
149
|
-
}
|
|
150
122
|
export interface GetAssociationForServiceQuotaTemplateRequest {
|
|
151
123
|
}
|
|
152
|
-
export declare namespace GetAssociationForServiceQuotaTemplateRequest {
|
|
153
|
-
|
|
154
|
-
const filterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateRequest) => any;
|
|
155
|
-
}
|
|
156
124
|
export declare enum ServiceQuotaTemplateAssociationStatus {
|
|
157
125
|
ASSOCIATED = "ASSOCIATED",
|
|
158
126
|
DISASSOCIATED = "DISASSOCIATED"
|
|
@@ -161,20 +129,12 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
|
161
129
|
|
|
162
130
|
ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus | string;
|
|
163
131
|
}
|
|
164
|
-
export declare namespace GetAssociationForServiceQuotaTemplateResponse {
|
|
165
|
-
|
|
166
|
-
const filterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateResponse) => any;
|
|
167
|
-
}
|
|
168
132
|
export interface GetAWSDefaultServiceQuotaRequest {
|
|
169
133
|
|
|
170
134
|
ServiceCode: string | undefined;
|
|
171
135
|
|
|
172
136
|
QuotaCode: string | undefined;
|
|
173
137
|
}
|
|
174
|
-
export declare namespace GetAWSDefaultServiceQuotaRequest {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: GetAWSDefaultServiceQuotaRequest) => any;
|
|
177
|
-
}
|
|
178
138
|
export declare enum PeriodUnit {
|
|
179
139
|
DAY = "DAY",
|
|
180
140
|
HOUR = "HOUR",
|
|
@@ -191,10 +151,6 @@ export interface QuotaPeriod {
|
|
|
191
151
|
|
|
192
152
|
PeriodUnit?: PeriodUnit | string;
|
|
193
153
|
}
|
|
194
|
-
export declare namespace QuotaPeriod {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
197
|
-
}
|
|
198
154
|
|
|
199
155
|
export interface MetricInfo {
|
|
200
156
|
|
|
@@ -206,10 +162,6 @@ export interface MetricInfo {
|
|
|
206
162
|
|
|
207
163
|
MetricStatisticRecommendation?: string;
|
|
208
164
|
}
|
|
209
|
-
export declare namespace MetricInfo {
|
|
210
|
-
|
|
211
|
-
const filterSensitiveLog: (obj: MetricInfo) => any;
|
|
212
|
-
}
|
|
213
165
|
|
|
214
166
|
export interface ServiceQuota {
|
|
215
167
|
|
|
@@ -237,26 +189,14 @@ export interface ServiceQuota {
|
|
|
237
189
|
|
|
238
190
|
ErrorReason?: ErrorReason;
|
|
239
191
|
}
|
|
240
|
-
export declare namespace ServiceQuota {
|
|
241
|
-
|
|
242
|
-
const filterSensitiveLog: (obj: ServiceQuota) => any;
|
|
243
|
-
}
|
|
244
192
|
export interface GetAWSDefaultServiceQuotaResponse {
|
|
245
193
|
|
|
246
194
|
Quota?: ServiceQuota;
|
|
247
195
|
}
|
|
248
|
-
export declare namespace GetAWSDefaultServiceQuotaResponse {
|
|
249
|
-
|
|
250
|
-
const filterSensitiveLog: (obj: GetAWSDefaultServiceQuotaResponse) => any;
|
|
251
|
-
}
|
|
252
196
|
export interface GetRequestedServiceQuotaChangeRequest {
|
|
253
197
|
|
|
254
198
|
RequestId: string | undefined;
|
|
255
199
|
}
|
|
256
|
-
export declare namespace GetRequestedServiceQuotaChangeRequest {
|
|
257
|
-
|
|
258
|
-
const filterSensitiveLog: (obj: GetRequestedServiceQuotaChangeRequest) => any;
|
|
259
|
-
}
|
|
260
200
|
export declare enum RequestStatus {
|
|
261
201
|
APPROVED = "APPROVED",
|
|
262
202
|
CASE_CLOSED = "CASE_CLOSED",
|
|
@@ -295,36 +235,20 @@ export interface RequestedServiceQuotaChange {
|
|
|
295
235
|
|
|
296
236
|
Unit?: string;
|
|
297
237
|
}
|
|
298
|
-
export declare namespace RequestedServiceQuotaChange {
|
|
299
|
-
|
|
300
|
-
const filterSensitiveLog: (obj: RequestedServiceQuotaChange) => any;
|
|
301
|
-
}
|
|
302
238
|
export interface GetRequestedServiceQuotaChangeResponse {
|
|
303
239
|
|
|
304
240
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
305
241
|
}
|
|
306
|
-
export declare namespace GetRequestedServiceQuotaChangeResponse {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: GetRequestedServiceQuotaChangeResponse) => any;
|
|
309
|
-
}
|
|
310
242
|
export interface GetServiceQuotaRequest {
|
|
311
243
|
|
|
312
244
|
ServiceCode: string | undefined;
|
|
313
245
|
|
|
314
246
|
QuotaCode: string | undefined;
|
|
315
247
|
}
|
|
316
|
-
export declare namespace GetServiceQuotaRequest {
|
|
317
|
-
|
|
318
|
-
const filterSensitiveLog: (obj: GetServiceQuotaRequest) => any;
|
|
319
|
-
}
|
|
320
248
|
export interface GetServiceQuotaResponse {
|
|
321
249
|
|
|
322
250
|
Quota?: ServiceQuota;
|
|
323
251
|
}
|
|
324
|
-
export declare namespace GetServiceQuotaResponse {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: GetServiceQuotaResponse) => any;
|
|
327
|
-
}
|
|
328
252
|
export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
329
253
|
|
|
330
254
|
ServiceCode: string | undefined;
|
|
@@ -333,10 +257,6 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
333
257
|
|
|
334
258
|
AwsRegion: string | undefined;
|
|
335
259
|
}
|
|
336
|
-
export declare namespace GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
339
|
-
}
|
|
340
260
|
|
|
341
261
|
export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
342
262
|
|
|
@@ -356,18 +276,10 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
|
356
276
|
|
|
357
277
|
GlobalQuota?: boolean;
|
|
358
278
|
}
|
|
359
|
-
export declare namespace ServiceQuotaIncreaseRequestInTemplate {
|
|
360
|
-
|
|
361
|
-
const filterSensitiveLog: (obj: ServiceQuotaIncreaseRequestInTemplate) => any;
|
|
362
|
-
}
|
|
363
279
|
export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
364
280
|
|
|
365
281
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
366
282
|
}
|
|
367
|
-
export declare namespace GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
368
|
-
|
|
369
|
-
const filterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
370
|
-
}
|
|
371
283
|
|
|
372
284
|
export interface Tag {
|
|
373
285
|
|
|
@@ -375,10 +287,6 @@ export interface Tag {
|
|
|
375
287
|
|
|
376
288
|
Value: string | undefined;
|
|
377
289
|
}
|
|
378
|
-
export declare namespace Tag {
|
|
379
|
-
|
|
380
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
381
|
-
}
|
|
382
290
|
|
|
383
291
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
384
292
|
readonly name: "InvalidPaginationTokenException";
|
|
@@ -403,20 +311,12 @@ export interface ListAWSDefaultServiceQuotasRequest {
|
|
|
403
311
|
|
|
404
312
|
MaxResults?: number;
|
|
405
313
|
}
|
|
406
|
-
export declare namespace ListAWSDefaultServiceQuotasRequest {
|
|
407
|
-
|
|
408
|
-
const filterSensitiveLog: (obj: ListAWSDefaultServiceQuotasRequest) => any;
|
|
409
|
-
}
|
|
410
314
|
export interface ListAWSDefaultServiceQuotasResponse {
|
|
411
315
|
|
|
412
316
|
NextToken?: string;
|
|
413
317
|
|
|
414
318
|
Quotas?: ServiceQuota[];
|
|
415
319
|
}
|
|
416
|
-
export declare namespace ListAWSDefaultServiceQuotasResponse {
|
|
417
|
-
|
|
418
|
-
const filterSensitiveLog: (obj: ListAWSDefaultServiceQuotasResponse) => any;
|
|
419
|
-
}
|
|
420
320
|
export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
421
321
|
|
|
422
322
|
ServiceCode?: string;
|
|
@@ -427,20 +327,12 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
|
427
327
|
|
|
428
328
|
MaxResults?: number;
|
|
429
329
|
}
|
|
430
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryRequest {
|
|
431
|
-
|
|
432
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryRequest) => any;
|
|
433
|
-
}
|
|
434
330
|
export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
435
331
|
|
|
436
332
|
NextToken?: string;
|
|
437
333
|
|
|
438
334
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
439
335
|
}
|
|
440
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryResponse {
|
|
441
|
-
|
|
442
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryResponse) => any;
|
|
443
|
-
}
|
|
444
336
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
445
337
|
|
|
446
338
|
ServiceCode: string | undefined;
|
|
@@ -453,20 +345,12 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
|
453
345
|
|
|
454
346
|
MaxResults?: number;
|
|
455
347
|
}
|
|
456
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
457
|
-
|
|
458
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest) => any;
|
|
459
|
-
}
|
|
460
348
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
461
349
|
|
|
462
350
|
NextToken?: string;
|
|
463
351
|
|
|
464
352
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
465
353
|
}
|
|
466
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
467
|
-
|
|
468
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse) => any;
|
|
469
|
-
}
|
|
470
354
|
export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
471
355
|
|
|
472
356
|
ServiceCode?: string;
|
|
@@ -477,20 +361,12 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
|
477
361
|
|
|
478
362
|
MaxResults?: number;
|
|
479
363
|
}
|
|
480
|
-
export declare namespace ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
481
|
-
|
|
482
|
-
const filterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateRequest) => any;
|
|
483
|
-
}
|
|
484
364
|
export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
485
365
|
|
|
486
366
|
ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
|
|
487
367
|
|
|
488
368
|
NextToken?: string;
|
|
489
369
|
}
|
|
490
|
-
export declare namespace ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateResponse) => any;
|
|
493
|
-
}
|
|
494
370
|
export interface ListServiceQuotasRequest {
|
|
495
371
|
|
|
496
372
|
ServiceCode: string | undefined;
|
|
@@ -499,30 +375,18 @@ export interface ListServiceQuotasRequest {
|
|
|
499
375
|
|
|
500
376
|
MaxResults?: number;
|
|
501
377
|
}
|
|
502
|
-
export declare namespace ListServiceQuotasRequest {
|
|
503
|
-
|
|
504
|
-
const filterSensitiveLog: (obj: ListServiceQuotasRequest) => any;
|
|
505
|
-
}
|
|
506
378
|
export interface ListServiceQuotasResponse {
|
|
507
379
|
|
|
508
380
|
NextToken?: string;
|
|
509
381
|
|
|
510
382
|
Quotas?: ServiceQuota[];
|
|
511
383
|
}
|
|
512
|
-
export declare namespace ListServiceQuotasResponse {
|
|
513
|
-
|
|
514
|
-
const filterSensitiveLog: (obj: ListServiceQuotasResponse) => any;
|
|
515
|
-
}
|
|
516
384
|
export interface ListServicesRequest {
|
|
517
385
|
|
|
518
386
|
NextToken?: string;
|
|
519
387
|
|
|
520
388
|
MaxResults?: number;
|
|
521
389
|
}
|
|
522
|
-
export declare namespace ListServicesRequest {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
525
|
-
}
|
|
526
390
|
|
|
527
391
|
export interface ServiceInfo {
|
|
528
392
|
|
|
@@ -530,36 +394,20 @@ export interface ServiceInfo {
|
|
|
530
394
|
|
|
531
395
|
ServiceName?: string;
|
|
532
396
|
}
|
|
533
|
-
export declare namespace ServiceInfo {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: ServiceInfo) => any;
|
|
536
|
-
}
|
|
537
397
|
export interface ListServicesResponse {
|
|
538
398
|
|
|
539
399
|
NextToken?: string;
|
|
540
400
|
|
|
541
401
|
Services?: ServiceInfo[];
|
|
542
402
|
}
|
|
543
|
-
export declare namespace ListServicesResponse {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
546
|
-
}
|
|
547
403
|
export interface ListTagsForResourceRequest {
|
|
548
404
|
|
|
549
405
|
ResourceARN: string | undefined;
|
|
550
406
|
}
|
|
551
|
-
export declare namespace ListTagsForResourceRequest {
|
|
552
|
-
|
|
553
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
554
|
-
}
|
|
555
407
|
export interface ListTagsForResourceResponse {
|
|
556
408
|
|
|
557
409
|
Tags?: Tag[];
|
|
558
410
|
}
|
|
559
|
-
export declare namespace ListTagsForResourceResponse {
|
|
560
|
-
|
|
561
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
562
|
-
}
|
|
563
411
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
564
412
|
|
|
565
413
|
QuotaCode: string | undefined;
|
|
@@ -570,18 +418,10 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
|
570
418
|
|
|
571
419
|
DesiredValue: number | undefined;
|
|
572
420
|
}
|
|
573
|
-
export declare namespace PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
574
|
-
|
|
575
|
-
const filterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest) => any;
|
|
576
|
-
}
|
|
577
421
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
578
422
|
|
|
579
423
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
580
424
|
}
|
|
581
|
-
export declare namespace PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
582
|
-
|
|
583
|
-
const filterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse) => any;
|
|
584
|
-
}
|
|
585
425
|
|
|
586
426
|
export declare class QuotaExceededException extends __BaseException {
|
|
587
427
|
readonly name: "QuotaExceededException";
|
|
@@ -598,18 +438,10 @@ export interface RequestServiceQuotaIncreaseRequest {
|
|
|
598
438
|
|
|
599
439
|
DesiredValue: number | undefined;
|
|
600
440
|
}
|
|
601
|
-
export declare namespace RequestServiceQuotaIncreaseRequest {
|
|
602
|
-
|
|
603
|
-
const filterSensitiveLog: (obj: RequestServiceQuotaIncreaseRequest) => any;
|
|
604
|
-
}
|
|
605
441
|
export interface RequestServiceQuotaIncreaseResponse {
|
|
606
442
|
|
|
607
443
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
608
444
|
}
|
|
609
|
-
export declare namespace RequestServiceQuotaIncreaseResponse {
|
|
610
|
-
|
|
611
|
-
const filterSensitiveLog: (obj: RequestServiceQuotaIncreaseResponse) => any;
|
|
612
|
-
}
|
|
613
445
|
|
|
614
446
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
615
447
|
readonly name: "ResourceAlreadyExistsException";
|
|
@@ -632,16 +464,8 @@ export interface TagResourceRequest {
|
|
|
632
464
|
|
|
633
465
|
Tags: Tag[] | undefined;
|
|
634
466
|
}
|
|
635
|
-
export declare namespace TagResourceRequest {
|
|
636
|
-
|
|
637
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
638
|
-
}
|
|
639
467
|
export interface TagResourceResponse {
|
|
640
468
|
}
|
|
641
|
-
export declare namespace TagResourceResponse {
|
|
642
|
-
|
|
643
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
644
|
-
}
|
|
645
469
|
|
|
646
470
|
export declare class TooManyTagsException extends __BaseException {
|
|
647
471
|
readonly name: "TooManyTagsException";
|
|
@@ -656,13 +480,97 @@ export interface UntagResourceRequest {
|
|
|
656
480
|
|
|
657
481
|
TagKeys: string[] | undefined;
|
|
658
482
|
}
|
|
659
|
-
export declare namespace UntagResourceRequest {
|
|
660
|
-
|
|
661
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
662
|
-
}
|
|
663
483
|
export interface UntagResourceResponse {
|
|
664
484
|
}
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
485
|
+
|
|
486
|
+
export declare const AssociateServiceQuotaTemplateRequestFilterSensitiveLog: (obj: AssociateServiceQuotaTemplateRequest) => any;
|
|
487
|
+
|
|
488
|
+
export declare const AssociateServiceQuotaTemplateResponseFilterSensitiveLog: (obj: AssociateServiceQuotaTemplateResponse) => any;
|
|
489
|
+
|
|
490
|
+
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
491
|
+
|
|
492
|
+
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
493
|
+
|
|
494
|
+
export declare const DisassociateServiceQuotaTemplateRequestFilterSensitiveLog: (obj: DisassociateServiceQuotaTemplateRequest) => any;
|
|
495
|
+
|
|
496
|
+
export declare const DisassociateServiceQuotaTemplateResponseFilterSensitiveLog: (obj: DisassociateServiceQuotaTemplateResponse) => any;
|
|
497
|
+
|
|
498
|
+
export declare const ErrorReasonFilterSensitiveLog: (obj: ErrorReason) => any;
|
|
499
|
+
|
|
500
|
+
export declare const GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateRequest) => any;
|
|
501
|
+
|
|
502
|
+
export declare const GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateResponse) => any;
|
|
503
|
+
|
|
504
|
+
export declare const GetAWSDefaultServiceQuotaRequestFilterSensitiveLog: (obj: GetAWSDefaultServiceQuotaRequest) => any;
|
|
505
|
+
|
|
506
|
+
export declare const QuotaPeriodFilterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
507
|
+
|
|
508
|
+
export declare const MetricInfoFilterSensitiveLog: (obj: MetricInfo) => any;
|
|
509
|
+
|
|
510
|
+
export declare const ServiceQuotaFilterSensitiveLog: (obj: ServiceQuota) => any;
|
|
511
|
+
|
|
512
|
+
export declare const GetAWSDefaultServiceQuotaResponseFilterSensitiveLog: (obj: GetAWSDefaultServiceQuotaResponse) => any;
|
|
513
|
+
|
|
514
|
+
export declare const GetRequestedServiceQuotaChangeRequestFilterSensitiveLog: (obj: GetRequestedServiceQuotaChangeRequest) => any;
|
|
515
|
+
|
|
516
|
+
export declare const RequestedServiceQuotaChangeFilterSensitiveLog: (obj: RequestedServiceQuotaChange) => any;
|
|
517
|
+
|
|
518
|
+
export declare const GetRequestedServiceQuotaChangeResponseFilterSensitiveLog: (obj: GetRequestedServiceQuotaChangeResponse) => any;
|
|
519
|
+
|
|
520
|
+
export declare const GetServiceQuotaRequestFilterSensitiveLog: (obj: GetServiceQuotaRequest) => any;
|
|
521
|
+
|
|
522
|
+
export declare const GetServiceQuotaResponseFilterSensitiveLog: (obj: GetServiceQuotaResponse) => any;
|
|
523
|
+
|
|
524
|
+
export declare const GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
525
|
+
|
|
526
|
+
export declare const ServiceQuotaIncreaseRequestInTemplateFilterSensitiveLog: (obj: ServiceQuotaIncreaseRequestInTemplate) => any;
|
|
527
|
+
|
|
528
|
+
export declare const GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
529
|
+
|
|
530
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
531
|
+
|
|
532
|
+
export declare const ListAWSDefaultServiceQuotasRequestFilterSensitiveLog: (obj: ListAWSDefaultServiceQuotasRequest) => any;
|
|
533
|
+
|
|
534
|
+
export declare const ListAWSDefaultServiceQuotasResponseFilterSensitiveLog: (obj: ListAWSDefaultServiceQuotasResponse) => any;
|
|
535
|
+
|
|
536
|
+
export declare const ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryRequest) => any;
|
|
537
|
+
|
|
538
|
+
export declare const ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryResponse) => any;
|
|
539
|
+
|
|
540
|
+
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest) => any;
|
|
541
|
+
|
|
542
|
+
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse) => any;
|
|
543
|
+
|
|
544
|
+
export declare const ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateRequest) => any;
|
|
545
|
+
|
|
546
|
+
export declare const ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateResponse) => any;
|
|
547
|
+
|
|
548
|
+
export declare const ListServiceQuotasRequestFilterSensitiveLog: (obj: ListServiceQuotasRequest) => any;
|
|
549
|
+
|
|
550
|
+
export declare const ListServiceQuotasResponseFilterSensitiveLog: (obj: ListServiceQuotasResponse) => any;
|
|
551
|
+
|
|
552
|
+
export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
553
|
+
|
|
554
|
+
export declare const ServiceInfoFilterSensitiveLog: (obj: ServiceInfo) => any;
|
|
555
|
+
|
|
556
|
+
export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
557
|
+
|
|
558
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
559
|
+
|
|
560
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
561
|
+
|
|
562
|
+
export declare const PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest) => any;
|
|
563
|
+
|
|
564
|
+
export declare const PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse) => any;
|
|
565
|
+
|
|
566
|
+
export declare const RequestServiceQuotaIncreaseRequestFilterSensitiveLog: (obj: RequestServiceQuotaIncreaseRequest) => any;
|
|
567
|
+
|
|
568
|
+
export declare const RequestServiceQuotaIncreaseResponseFilterSensitiveLog: (obj: RequestServiceQuotaIncreaseResponse) => any;
|
|
569
|
+
|
|
570
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
571
|
+
|
|
572
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
573
|
+
|
|
574
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
575
|
+
|
|
576
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
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.137.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",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.137.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.137.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
31
|
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
32
|
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.130.0",
|
|
34
34
|
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
35
|
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|