@aws-sdk/client-service-quotas 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- 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 +95 -158
- 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 +153 -159
- 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 +6 -6
|
@@ -14,20 +14,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
14
14
|
}
|
|
15
15
|
export interface AssociateServiceQuotaTemplateRequest {
|
|
16
16
|
}
|
|
17
|
-
export declare namespace AssociateServiceQuotaTemplateRequest {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: AssociateServiceQuotaTemplateRequest) => any;
|
|
22
|
-
}
|
|
23
17
|
export interface AssociateServiceQuotaTemplateResponse {
|
|
24
18
|
}
|
|
25
|
-
export declare namespace AssociateServiceQuotaTemplateResponse {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
const filterSensitiveLog: (obj: AssociateServiceQuotaTemplateResponse) => any;
|
|
30
|
-
}
|
|
31
19
|
/**
|
|
32
20
|
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
33
21
|
* enabled in your organization.</p>
|
|
@@ -128,20 +116,8 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
128
116
|
*/
|
|
129
117
|
AwsRegion: string | undefined;
|
|
130
118
|
}
|
|
131
|
-
export declare namespace DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
136
|
-
}
|
|
137
119
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
138
120
|
}
|
|
139
|
-
export declare namespace DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
144
|
-
}
|
|
145
121
|
/**
|
|
146
122
|
* <p>Invalid input was provided.</p>
|
|
147
123
|
*/
|
|
@@ -168,20 +144,8 @@ export declare class NoSuchResourceException extends __BaseException {
|
|
|
168
144
|
}
|
|
169
145
|
export interface DisassociateServiceQuotaTemplateRequest {
|
|
170
146
|
}
|
|
171
|
-
export declare namespace DisassociateServiceQuotaTemplateRequest {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
const filterSensitiveLog: (obj: DisassociateServiceQuotaTemplateRequest) => any;
|
|
176
|
-
}
|
|
177
147
|
export interface DisassociateServiceQuotaTemplateResponse {
|
|
178
148
|
}
|
|
179
|
-
export declare namespace DisassociateServiceQuotaTemplateResponse {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
const filterSensitiveLog: (obj: DisassociateServiceQuotaTemplateResponse) => any;
|
|
184
|
-
}
|
|
185
149
|
/**
|
|
186
150
|
* <p>The quota request template is not associated with your organization.</p>
|
|
187
151
|
*/
|
|
@@ -235,20 +199,8 @@ export interface ErrorReason {
|
|
|
235
199
|
*/
|
|
236
200
|
ErrorMessage?: string;
|
|
237
201
|
}
|
|
238
|
-
export declare namespace ErrorReason {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
const filterSensitiveLog: (obj: ErrorReason) => any;
|
|
243
|
-
}
|
|
244
202
|
export interface GetAssociationForServiceQuotaTemplateRequest {
|
|
245
203
|
}
|
|
246
|
-
export declare namespace GetAssociationForServiceQuotaTemplateRequest {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
const filterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateRequest) => any;
|
|
251
|
-
}
|
|
252
204
|
export declare enum ServiceQuotaTemplateAssociationStatus {
|
|
253
205
|
ASSOCIATED = "ASSOCIATED",
|
|
254
206
|
DISASSOCIATED = "DISASSOCIATED"
|
|
@@ -261,12 +213,6 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
|
261
213
|
*/
|
|
262
214
|
ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus | string;
|
|
263
215
|
}
|
|
264
|
-
export declare namespace GetAssociationForServiceQuotaTemplateResponse {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
|
-
const filterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateResponse) => any;
|
|
269
|
-
}
|
|
270
216
|
export interface GetAWSDefaultServiceQuotaRequest {
|
|
271
217
|
/**
|
|
272
218
|
* <p>The service identifier.</p>
|
|
@@ -277,12 +223,6 @@ export interface GetAWSDefaultServiceQuotaRequest {
|
|
|
277
223
|
*/
|
|
278
224
|
QuotaCode: string | undefined;
|
|
279
225
|
}
|
|
280
|
-
export declare namespace GetAWSDefaultServiceQuotaRequest {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
const filterSensitiveLog: (obj: GetAWSDefaultServiceQuotaRequest) => any;
|
|
285
|
-
}
|
|
286
226
|
export declare enum PeriodUnit {
|
|
287
227
|
DAY = "DAY",
|
|
288
228
|
HOUR = "HOUR",
|
|
@@ -305,12 +245,6 @@ export interface QuotaPeriod {
|
|
|
305
245
|
*/
|
|
306
246
|
PeriodUnit?: PeriodUnit | string;
|
|
307
247
|
}
|
|
308
|
-
export declare namespace QuotaPeriod {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
|
-
const filterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
313
|
-
}
|
|
314
248
|
/**
|
|
315
249
|
* <p>Information about the CloudWatch metric that reflects quota usage.</p>
|
|
316
250
|
*/
|
|
@@ -333,12 +267,6 @@ export interface MetricInfo {
|
|
|
333
267
|
*/
|
|
334
268
|
MetricStatisticRecommendation?: string;
|
|
335
269
|
}
|
|
336
|
-
export declare namespace MetricInfo {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
const filterSensitiveLog: (obj: MetricInfo) => any;
|
|
341
|
-
}
|
|
342
270
|
/**
|
|
343
271
|
* <p>Information about a quota.</p>
|
|
344
272
|
*/
|
|
@@ -392,36 +320,18 @@ export interface ServiceQuota {
|
|
|
392
320
|
*/
|
|
393
321
|
ErrorReason?: ErrorReason;
|
|
394
322
|
}
|
|
395
|
-
export declare namespace ServiceQuota {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
|
-
const filterSensitiveLog: (obj: ServiceQuota) => any;
|
|
400
|
-
}
|
|
401
323
|
export interface GetAWSDefaultServiceQuotaResponse {
|
|
402
324
|
/**
|
|
403
325
|
* <p>Information about the quota.</p>
|
|
404
326
|
*/
|
|
405
327
|
Quota?: ServiceQuota;
|
|
406
328
|
}
|
|
407
|
-
export declare namespace GetAWSDefaultServiceQuotaResponse {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
const filterSensitiveLog: (obj: GetAWSDefaultServiceQuotaResponse) => any;
|
|
412
|
-
}
|
|
413
329
|
export interface GetRequestedServiceQuotaChangeRequest {
|
|
414
330
|
/**
|
|
415
331
|
* <p>The ID of the quota increase request.</p>
|
|
416
332
|
*/
|
|
417
333
|
RequestId: string | undefined;
|
|
418
334
|
}
|
|
419
|
-
export declare namespace GetRequestedServiceQuotaChangeRequest {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
|
-
const filterSensitiveLog: (obj: GetRequestedServiceQuotaChangeRequest) => any;
|
|
424
|
-
}
|
|
425
335
|
export declare enum RequestStatus {
|
|
426
336
|
APPROVED = "APPROVED",
|
|
427
337
|
CASE_CLOSED = "CASE_CLOSED",
|
|
@@ -491,24 +401,12 @@ export interface RequestedServiceQuotaChange {
|
|
|
491
401
|
*/
|
|
492
402
|
Unit?: string;
|
|
493
403
|
}
|
|
494
|
-
export declare namespace RequestedServiceQuotaChange {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: RequestedServiceQuotaChange) => any;
|
|
499
|
-
}
|
|
500
404
|
export interface GetRequestedServiceQuotaChangeResponse {
|
|
501
405
|
/**
|
|
502
406
|
* <p>Information about the quota increase request.</p>
|
|
503
407
|
*/
|
|
504
408
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
505
409
|
}
|
|
506
|
-
export declare namespace GetRequestedServiceQuotaChangeResponse {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
|
-
const filterSensitiveLog: (obj: GetRequestedServiceQuotaChangeResponse) => any;
|
|
511
|
-
}
|
|
512
410
|
export interface GetServiceQuotaRequest {
|
|
513
411
|
/**
|
|
514
412
|
* <p>The service identifier.</p>
|
|
@@ -519,24 +417,12 @@ export interface GetServiceQuotaRequest {
|
|
|
519
417
|
*/
|
|
520
418
|
QuotaCode: string | undefined;
|
|
521
419
|
}
|
|
522
|
-
export declare namespace GetServiceQuotaRequest {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
const filterSensitiveLog: (obj: GetServiceQuotaRequest) => any;
|
|
527
|
-
}
|
|
528
420
|
export interface GetServiceQuotaResponse {
|
|
529
421
|
/**
|
|
530
422
|
* <p>Information about the quota.</p>
|
|
531
423
|
*/
|
|
532
424
|
Quota?: ServiceQuota;
|
|
533
425
|
}
|
|
534
|
-
export declare namespace GetServiceQuotaResponse {
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
|
-
const filterSensitiveLog: (obj: GetServiceQuotaResponse) => any;
|
|
539
|
-
}
|
|
540
426
|
export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
541
427
|
/**
|
|
542
428
|
* <p>The service identifier.</p>
|
|
@@ -551,12 +437,6 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
551
437
|
*/
|
|
552
438
|
AwsRegion: string | undefined;
|
|
553
439
|
}
|
|
554
|
-
export declare namespace GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
const filterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
559
|
-
}
|
|
560
440
|
/**
|
|
561
441
|
* <p>Information about a quota increase request.</p>
|
|
562
442
|
*/
|
|
@@ -594,24 +474,12 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
|
594
474
|
*/
|
|
595
475
|
GlobalQuota?: boolean;
|
|
596
476
|
}
|
|
597
|
-
export declare namespace ServiceQuotaIncreaseRequestInTemplate {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
|
-
const filterSensitiveLog: (obj: ServiceQuotaIncreaseRequestInTemplate) => any;
|
|
602
|
-
}
|
|
603
477
|
export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
604
478
|
/**
|
|
605
479
|
* <p>Information about the quota increase request.</p>
|
|
606
480
|
*/
|
|
607
481
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
608
482
|
}
|
|
609
|
-
export declare namespace GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
const filterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
614
|
-
}
|
|
615
483
|
/**
|
|
616
484
|
* <p>A complex data type that contains a tag key and tag value.</p>
|
|
617
485
|
*/
|
|
@@ -629,12 +497,6 @@ export interface Tag {
|
|
|
629
497
|
*/
|
|
630
498
|
Value: string | undefined;
|
|
631
499
|
}
|
|
632
|
-
export declare namespace Tag {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
637
|
-
}
|
|
638
500
|
/**
|
|
639
501
|
* <p>Invalid input was provided.</p>
|
|
640
502
|
*/
|
|
@@ -674,12 +536,6 @@ export interface ListAWSDefaultServiceQuotasRequest {
|
|
|
674
536
|
*/
|
|
675
537
|
MaxResults?: number;
|
|
676
538
|
}
|
|
677
|
-
export declare namespace ListAWSDefaultServiceQuotasRequest {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
|
-
const filterSensitiveLog: (obj: ListAWSDefaultServiceQuotasRequest) => any;
|
|
682
|
-
}
|
|
683
539
|
export interface ListAWSDefaultServiceQuotasResponse {
|
|
684
540
|
/**
|
|
685
541
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -691,12 +547,6 @@ export interface ListAWSDefaultServiceQuotasResponse {
|
|
|
691
547
|
*/
|
|
692
548
|
Quotas?: ServiceQuota[];
|
|
693
549
|
}
|
|
694
|
-
export declare namespace ListAWSDefaultServiceQuotasResponse {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
const filterSensitiveLog: (obj: ListAWSDefaultServiceQuotasResponse) => any;
|
|
699
|
-
}
|
|
700
550
|
export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
701
551
|
/**
|
|
702
552
|
* <p>The service identifier.</p>
|
|
@@ -716,12 +566,6 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
|
716
566
|
*/
|
|
717
567
|
MaxResults?: number;
|
|
718
568
|
}
|
|
719
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryRequest {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryRequest) => any;
|
|
724
|
-
}
|
|
725
569
|
export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
726
570
|
/**
|
|
727
571
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -733,12 +577,6 @@ export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
|
733
577
|
*/
|
|
734
578
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
735
579
|
}
|
|
736
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryResponse {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryResponse) => any;
|
|
741
|
-
}
|
|
742
580
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
743
581
|
/**
|
|
744
582
|
* <p>The service identifier.</p>
|
|
@@ -762,12 +600,6 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
|
762
600
|
*/
|
|
763
601
|
MaxResults?: number;
|
|
764
602
|
}
|
|
765
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest) => any;
|
|
770
|
-
}
|
|
771
603
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
772
604
|
/**
|
|
773
605
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -779,12 +611,6 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
|
779
611
|
*/
|
|
780
612
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
781
613
|
}
|
|
782
|
-
export declare namespace ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse) => any;
|
|
787
|
-
}
|
|
788
614
|
export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
789
615
|
/**
|
|
790
616
|
* <p>The service identifier.</p>
|
|
@@ -804,12 +630,6 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
|
804
630
|
*/
|
|
805
631
|
MaxResults?: number;
|
|
806
632
|
}
|
|
807
|
-
export declare namespace ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
808
|
-
/**
|
|
809
|
-
* @internal
|
|
810
|
-
*/
|
|
811
|
-
const filterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateRequest) => any;
|
|
812
|
-
}
|
|
813
633
|
export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
814
634
|
/**
|
|
815
635
|
* <p>Information about the quota increase requests.</p>
|
|
@@ -821,12 +641,6 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
|
821
641
|
*/
|
|
822
642
|
NextToken?: string;
|
|
823
643
|
}
|
|
824
|
-
export declare namespace ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
|
-
const filterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateResponse) => any;
|
|
829
|
-
}
|
|
830
644
|
export interface ListServiceQuotasRequest {
|
|
831
645
|
/**
|
|
832
646
|
* <p>The service identifier.</p>
|
|
@@ -842,12 +656,6 @@ export interface ListServiceQuotasRequest {
|
|
|
842
656
|
*/
|
|
843
657
|
MaxResults?: number;
|
|
844
658
|
}
|
|
845
|
-
export declare namespace ListServiceQuotasRequest {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
|
-
const filterSensitiveLog: (obj: ListServiceQuotasRequest) => any;
|
|
850
|
-
}
|
|
851
659
|
export interface ListServiceQuotasResponse {
|
|
852
660
|
/**
|
|
853
661
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -859,12 +667,6 @@ export interface ListServiceQuotasResponse {
|
|
|
859
667
|
*/
|
|
860
668
|
Quotas?: ServiceQuota[];
|
|
861
669
|
}
|
|
862
|
-
export declare namespace ListServiceQuotasResponse {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
|
-
const filterSensitiveLog: (obj: ListServiceQuotasResponse) => any;
|
|
867
|
-
}
|
|
868
670
|
export interface ListServicesRequest {
|
|
869
671
|
/**
|
|
870
672
|
* <p>The token for the next page of results.</p>
|
|
@@ -876,12 +678,6 @@ export interface ListServicesRequest {
|
|
|
876
678
|
*/
|
|
877
679
|
MaxResults?: number;
|
|
878
680
|
}
|
|
879
|
-
export declare namespace ListServicesRequest {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
const filterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
884
|
-
}
|
|
885
681
|
/**
|
|
886
682
|
* <p>Information about a service.</p>
|
|
887
683
|
*/
|
|
@@ -895,12 +691,6 @@ export interface ServiceInfo {
|
|
|
895
691
|
*/
|
|
896
692
|
ServiceName?: string;
|
|
897
693
|
}
|
|
898
|
-
export declare namespace ServiceInfo {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
|
-
const filterSensitiveLog: (obj: ServiceInfo) => any;
|
|
903
|
-
}
|
|
904
694
|
export interface ListServicesResponse {
|
|
905
695
|
/**
|
|
906
696
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -912,12 +702,6 @@ export interface ListServicesResponse {
|
|
|
912
702
|
*/
|
|
913
703
|
Services?: ServiceInfo[];
|
|
914
704
|
}
|
|
915
|
-
export declare namespace ListServicesResponse {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
920
|
-
}
|
|
921
705
|
export interface ListTagsForResourceRequest {
|
|
922
706
|
/**
|
|
923
707
|
* <p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You
|
|
@@ -926,24 +710,12 @@ export interface ListTagsForResourceRequest {
|
|
|
926
710
|
*/
|
|
927
711
|
ResourceARN: string | undefined;
|
|
928
712
|
}
|
|
929
|
-
export declare namespace ListTagsForResourceRequest {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
934
|
-
}
|
|
935
713
|
export interface ListTagsForResourceResponse {
|
|
936
714
|
/**
|
|
937
715
|
* <p>A complex data type that contains zero or more tag elements.</p>
|
|
938
716
|
*/
|
|
939
717
|
Tags?: Tag[];
|
|
940
718
|
}
|
|
941
|
-
export declare namespace ListTagsForResourceResponse {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
946
|
-
}
|
|
947
719
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
948
720
|
/**
|
|
949
721
|
* <p>The quota identifier.</p>
|
|
@@ -962,24 +734,12 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
|
962
734
|
*/
|
|
963
735
|
DesiredValue: number | undefined;
|
|
964
736
|
}
|
|
965
|
-
export declare namespace PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
const filterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest) => any;
|
|
970
|
-
}
|
|
971
737
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
972
738
|
/**
|
|
973
739
|
* <p>Information about the quota increase request.</p>
|
|
974
740
|
*/
|
|
975
741
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
976
742
|
}
|
|
977
|
-
export declare namespace PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse) => any;
|
|
982
|
-
}
|
|
983
743
|
/**
|
|
984
744
|
* <p>You have exceeded your service quota. To perform the requested action, remove some of the
|
|
985
745
|
* relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
@@ -1007,24 +767,12 @@ export interface RequestServiceQuotaIncreaseRequest {
|
|
|
1007
767
|
*/
|
|
1008
768
|
DesiredValue: number | undefined;
|
|
1009
769
|
}
|
|
1010
|
-
export declare namespace RequestServiceQuotaIncreaseRequest {
|
|
1011
|
-
/**
|
|
1012
|
-
* @internal
|
|
1013
|
-
*/
|
|
1014
|
-
const filterSensitiveLog: (obj: RequestServiceQuotaIncreaseRequest) => any;
|
|
1015
|
-
}
|
|
1016
770
|
export interface RequestServiceQuotaIncreaseResponse {
|
|
1017
771
|
/**
|
|
1018
772
|
* <p>Information about the quota increase request.</p>
|
|
1019
773
|
*/
|
|
1020
774
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
1021
775
|
}
|
|
1022
|
-
export declare namespace RequestServiceQuotaIncreaseResponse {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
const filterSensitiveLog: (obj: RequestServiceQuotaIncreaseResponse) => any;
|
|
1027
|
-
}
|
|
1028
776
|
/**
|
|
1029
777
|
* <p>The specified resource already exists.</p>
|
|
1030
778
|
*/
|
|
@@ -1060,20 +808,8 @@ export interface TagResourceRequest {
|
|
|
1060
808
|
*/
|
|
1061
809
|
Tags: Tag[] | undefined;
|
|
1062
810
|
}
|
|
1063
|
-
export declare namespace TagResourceRequest {
|
|
1064
|
-
/**
|
|
1065
|
-
* @internal
|
|
1066
|
-
*/
|
|
1067
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1068
|
-
}
|
|
1069
811
|
export interface TagResourceResponse {
|
|
1070
812
|
}
|
|
1071
|
-
export declare namespace TagResourceResponse {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1076
|
-
}
|
|
1077
813
|
/**
|
|
1078
814
|
* <p>You've exceeded the number of tags allowed for a resource. For more information, see
|
|
1079
815
|
* <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
|
|
@@ -1099,17 +835,189 @@ export interface UntagResourceRequest {
|
|
|
1099
835
|
*/
|
|
1100
836
|
TagKeys: string[] | undefined;
|
|
1101
837
|
}
|
|
1102
|
-
export declare namespace UntagResourceRequest {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1107
|
-
}
|
|
1108
838
|
export interface UntagResourceResponse {
|
|
1109
839
|
}
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
840
|
+
/**
|
|
841
|
+
* @internal
|
|
842
|
+
*/
|
|
843
|
+
export declare const AssociateServiceQuotaTemplateRequestFilterSensitiveLog: (obj: AssociateServiceQuotaTemplateRequest) => any;
|
|
844
|
+
/**
|
|
845
|
+
* @internal
|
|
846
|
+
*/
|
|
847
|
+
export declare const AssociateServiceQuotaTemplateResponseFilterSensitiveLog: (obj: AssociateServiceQuotaTemplateResponse) => any;
|
|
848
|
+
/**
|
|
849
|
+
* @internal
|
|
850
|
+
*/
|
|
851
|
+
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
852
|
+
/**
|
|
853
|
+
* @internal
|
|
854
|
+
*/
|
|
855
|
+
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
856
|
+
/**
|
|
857
|
+
* @internal
|
|
858
|
+
*/
|
|
859
|
+
export declare const DisassociateServiceQuotaTemplateRequestFilterSensitiveLog: (obj: DisassociateServiceQuotaTemplateRequest) => any;
|
|
860
|
+
/**
|
|
861
|
+
* @internal
|
|
862
|
+
*/
|
|
863
|
+
export declare const DisassociateServiceQuotaTemplateResponseFilterSensitiveLog: (obj: DisassociateServiceQuotaTemplateResponse) => any;
|
|
864
|
+
/**
|
|
865
|
+
* @internal
|
|
866
|
+
*/
|
|
867
|
+
export declare const ErrorReasonFilterSensitiveLog: (obj: ErrorReason) => any;
|
|
868
|
+
/**
|
|
869
|
+
* @internal
|
|
870
|
+
*/
|
|
871
|
+
export declare const GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateRequest) => any;
|
|
872
|
+
/**
|
|
873
|
+
* @internal
|
|
874
|
+
*/
|
|
875
|
+
export declare const GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateResponse) => any;
|
|
876
|
+
/**
|
|
877
|
+
* @internal
|
|
878
|
+
*/
|
|
879
|
+
export declare const GetAWSDefaultServiceQuotaRequestFilterSensitiveLog: (obj: GetAWSDefaultServiceQuotaRequest) => any;
|
|
880
|
+
/**
|
|
881
|
+
* @internal
|
|
882
|
+
*/
|
|
883
|
+
export declare const QuotaPeriodFilterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
884
|
+
/**
|
|
885
|
+
* @internal
|
|
886
|
+
*/
|
|
887
|
+
export declare const MetricInfoFilterSensitiveLog: (obj: MetricInfo) => any;
|
|
888
|
+
/**
|
|
889
|
+
* @internal
|
|
890
|
+
*/
|
|
891
|
+
export declare const ServiceQuotaFilterSensitiveLog: (obj: ServiceQuota) => any;
|
|
892
|
+
/**
|
|
893
|
+
* @internal
|
|
894
|
+
*/
|
|
895
|
+
export declare const GetAWSDefaultServiceQuotaResponseFilterSensitiveLog: (obj: GetAWSDefaultServiceQuotaResponse) => any;
|
|
896
|
+
/**
|
|
897
|
+
* @internal
|
|
898
|
+
*/
|
|
899
|
+
export declare const GetRequestedServiceQuotaChangeRequestFilterSensitiveLog: (obj: GetRequestedServiceQuotaChangeRequest) => any;
|
|
900
|
+
/**
|
|
901
|
+
* @internal
|
|
902
|
+
*/
|
|
903
|
+
export declare const RequestedServiceQuotaChangeFilterSensitiveLog: (obj: RequestedServiceQuotaChange) => any;
|
|
904
|
+
/**
|
|
905
|
+
* @internal
|
|
906
|
+
*/
|
|
907
|
+
export declare const GetRequestedServiceQuotaChangeResponseFilterSensitiveLog: (obj: GetRequestedServiceQuotaChangeResponse) => any;
|
|
908
|
+
/**
|
|
909
|
+
* @internal
|
|
910
|
+
*/
|
|
911
|
+
export declare const GetServiceQuotaRequestFilterSensitiveLog: (obj: GetServiceQuotaRequest) => any;
|
|
912
|
+
/**
|
|
913
|
+
* @internal
|
|
914
|
+
*/
|
|
915
|
+
export declare const GetServiceQuotaResponseFilterSensitiveLog: (obj: GetServiceQuotaResponse) => any;
|
|
916
|
+
/**
|
|
917
|
+
* @internal
|
|
918
|
+
*/
|
|
919
|
+
export declare const GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
920
|
+
/**
|
|
921
|
+
* @internal
|
|
922
|
+
*/
|
|
923
|
+
export declare const ServiceQuotaIncreaseRequestInTemplateFilterSensitiveLog: (obj: ServiceQuotaIncreaseRequestInTemplate) => any;
|
|
924
|
+
/**
|
|
925
|
+
* @internal
|
|
926
|
+
*/
|
|
927
|
+
export declare const GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
928
|
+
/**
|
|
929
|
+
* @internal
|
|
930
|
+
*/
|
|
931
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
932
|
+
/**
|
|
933
|
+
* @internal
|
|
934
|
+
*/
|
|
935
|
+
export declare const ListAWSDefaultServiceQuotasRequestFilterSensitiveLog: (obj: ListAWSDefaultServiceQuotasRequest) => any;
|
|
936
|
+
/**
|
|
937
|
+
* @internal
|
|
938
|
+
*/
|
|
939
|
+
export declare const ListAWSDefaultServiceQuotasResponseFilterSensitiveLog: (obj: ListAWSDefaultServiceQuotasResponse) => any;
|
|
940
|
+
/**
|
|
941
|
+
* @internal
|
|
942
|
+
*/
|
|
943
|
+
export declare const ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryRequest) => any;
|
|
944
|
+
/**
|
|
945
|
+
* @internal
|
|
946
|
+
*/
|
|
947
|
+
export declare const ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryResponse) => any;
|
|
948
|
+
/**
|
|
949
|
+
* @internal
|
|
950
|
+
*/
|
|
951
|
+
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest) => any;
|
|
952
|
+
/**
|
|
953
|
+
* @internal
|
|
954
|
+
*/
|
|
955
|
+
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse) => any;
|
|
956
|
+
/**
|
|
957
|
+
* @internal
|
|
958
|
+
*/
|
|
959
|
+
export declare const ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateRequest) => any;
|
|
960
|
+
/**
|
|
961
|
+
* @internal
|
|
962
|
+
*/
|
|
963
|
+
export declare const ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateResponse) => any;
|
|
964
|
+
/**
|
|
965
|
+
* @internal
|
|
966
|
+
*/
|
|
967
|
+
export declare const ListServiceQuotasRequestFilterSensitiveLog: (obj: ListServiceQuotasRequest) => any;
|
|
968
|
+
/**
|
|
969
|
+
* @internal
|
|
970
|
+
*/
|
|
971
|
+
export declare const ListServiceQuotasResponseFilterSensitiveLog: (obj: ListServiceQuotasResponse) => any;
|
|
972
|
+
/**
|
|
973
|
+
* @internal
|
|
974
|
+
*/
|
|
975
|
+
export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
976
|
+
/**
|
|
977
|
+
* @internal
|
|
978
|
+
*/
|
|
979
|
+
export declare const ServiceInfoFilterSensitiveLog: (obj: ServiceInfo) => any;
|
|
980
|
+
/**
|
|
981
|
+
* @internal
|
|
982
|
+
*/
|
|
983
|
+
export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
984
|
+
/**
|
|
985
|
+
* @internal
|
|
986
|
+
*/
|
|
987
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
988
|
+
/**
|
|
989
|
+
* @internal
|
|
990
|
+
*/
|
|
991
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
992
|
+
/**
|
|
993
|
+
* @internal
|
|
994
|
+
*/
|
|
995
|
+
export declare const PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest) => any;
|
|
996
|
+
/**
|
|
997
|
+
* @internal
|
|
998
|
+
*/
|
|
999
|
+
export declare const PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse) => any;
|
|
1000
|
+
/**
|
|
1001
|
+
* @internal
|
|
1002
|
+
*/
|
|
1003
|
+
export declare const RequestServiceQuotaIncreaseRequestFilterSensitiveLog: (obj: RequestServiceQuotaIncreaseRequest) => any;
|
|
1004
|
+
/**
|
|
1005
|
+
* @internal
|
|
1006
|
+
*/
|
|
1007
|
+
export declare const RequestServiceQuotaIncreaseResponseFilterSensitiveLog: (obj: RequestServiceQuotaIncreaseResponse) => any;
|
|
1008
|
+
/**
|
|
1009
|
+
* @internal
|
|
1010
|
+
*/
|
|
1011
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1012
|
+
/**
|
|
1013
|
+
* @internal
|
|
1014
|
+
*/
|
|
1015
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1016
|
+
/**
|
|
1017
|
+
* @internal
|
|
1018
|
+
*/
|
|
1019
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1020
|
+
/**
|
|
1021
|
+
* @internal
|
|
1022
|
+
*/
|
|
1023
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|