@aws-sdk/client-service-quotas 3.379.1 → 3.382.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/dist-types/models/models_0.d.ts +110 -0
- package/package.json +5 -5
|
@@ -121,14 +121,17 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
121
121
|
*/
|
|
122
122
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
123
123
|
/**
|
|
124
|
+
* @public
|
|
124
125
|
* <p>The service identifier.</p>
|
|
125
126
|
*/
|
|
126
127
|
ServiceCode: string | undefined;
|
|
127
128
|
/**
|
|
129
|
+
* @public
|
|
128
130
|
* <p>The quota identifier.</p>
|
|
129
131
|
*/
|
|
130
132
|
QuotaCode: string | undefined;
|
|
131
133
|
/**
|
|
134
|
+
* @public
|
|
132
135
|
* <p>The AWS Region.</p>
|
|
133
136
|
*/
|
|
134
137
|
AwsRegion: string | undefined;
|
|
@@ -207,6 +210,7 @@ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
|
207
210
|
*/
|
|
208
211
|
export interface ErrorReason {
|
|
209
212
|
/**
|
|
213
|
+
* @public
|
|
210
214
|
* <p>Service Quotas returns the following error values:</p>
|
|
211
215
|
* <ul>
|
|
212
216
|
* <li>
|
|
@@ -233,6 +237,7 @@ export interface ErrorReason {
|
|
|
233
237
|
*/
|
|
234
238
|
ErrorCode?: ErrorCode | string;
|
|
235
239
|
/**
|
|
240
|
+
* @public
|
|
236
241
|
* <p>The error message.</p>
|
|
237
242
|
*/
|
|
238
243
|
ErrorMessage?: string;
|
|
@@ -259,6 +264,7 @@ export type ServiceQuotaTemplateAssociationStatus = (typeof ServiceQuotaTemplate
|
|
|
259
264
|
*/
|
|
260
265
|
export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
261
266
|
/**
|
|
267
|
+
* @public
|
|
262
268
|
* <p>The association status. If the status is <code>ASSOCIATED</code>, the quota increase
|
|
263
269
|
* requests in the template are automatically applied to new accounts in your
|
|
264
270
|
* organization.</p>
|
|
@@ -270,10 +276,12 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
|
270
276
|
*/
|
|
271
277
|
export interface GetAWSDefaultServiceQuotaRequest {
|
|
272
278
|
/**
|
|
279
|
+
* @public
|
|
273
280
|
* <p>The service identifier.</p>
|
|
274
281
|
*/
|
|
275
282
|
ServiceCode: string | undefined;
|
|
276
283
|
/**
|
|
284
|
+
* @public
|
|
277
285
|
* <p>The quota identifier.</p>
|
|
278
286
|
*/
|
|
279
287
|
QuotaCode: string | undefined;
|
|
@@ -301,10 +309,12 @@ export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
|
|
|
301
309
|
*/
|
|
302
310
|
export interface QuotaPeriod {
|
|
303
311
|
/**
|
|
312
|
+
* @public
|
|
304
313
|
* <p>The value.</p>
|
|
305
314
|
*/
|
|
306
315
|
PeriodValue?: number;
|
|
307
316
|
/**
|
|
317
|
+
* @public
|
|
308
318
|
* <p>The time unit.</p>
|
|
309
319
|
*/
|
|
310
320
|
PeriodUnit?: PeriodUnit | string;
|
|
@@ -315,19 +325,23 @@ export interface QuotaPeriod {
|
|
|
315
325
|
*/
|
|
316
326
|
export interface MetricInfo {
|
|
317
327
|
/**
|
|
328
|
+
* @public
|
|
318
329
|
* <p>The namespace of the metric.</p>
|
|
319
330
|
*/
|
|
320
331
|
MetricNamespace?: string;
|
|
321
332
|
/**
|
|
333
|
+
* @public
|
|
322
334
|
* <p>The name of the metric.</p>
|
|
323
335
|
*/
|
|
324
336
|
MetricName?: string;
|
|
325
337
|
/**
|
|
338
|
+
* @public
|
|
326
339
|
* <p>The metric dimension. This is a name/value pair that is part of the identity of a
|
|
327
340
|
* metric.</p>
|
|
328
341
|
*/
|
|
329
342
|
MetricDimensions?: Record<string, string>;
|
|
330
343
|
/**
|
|
344
|
+
* @public
|
|
331
345
|
* <p>The metric statistic that we recommend you use when determining quota usage.</p>
|
|
332
346
|
*/
|
|
333
347
|
MetricStatisticRecommendation?: string;
|
|
@@ -338,50 +352,62 @@ export interface MetricInfo {
|
|
|
338
352
|
*/
|
|
339
353
|
export interface ServiceQuota {
|
|
340
354
|
/**
|
|
355
|
+
* @public
|
|
341
356
|
* <p>The service identifier.</p>
|
|
342
357
|
*/
|
|
343
358
|
ServiceCode?: string;
|
|
344
359
|
/**
|
|
360
|
+
* @public
|
|
345
361
|
* <p>The service name.</p>
|
|
346
362
|
*/
|
|
347
363
|
ServiceName?: string;
|
|
348
364
|
/**
|
|
365
|
+
* @public
|
|
349
366
|
* <p>The Amazon Resource Name (ARN) of the quota.</p>
|
|
350
367
|
*/
|
|
351
368
|
QuotaArn?: string;
|
|
352
369
|
/**
|
|
370
|
+
* @public
|
|
353
371
|
* <p>The quota identifier.</p>
|
|
354
372
|
*/
|
|
355
373
|
QuotaCode?: string;
|
|
356
374
|
/**
|
|
375
|
+
* @public
|
|
357
376
|
* <p>The quota name.</p>
|
|
358
377
|
*/
|
|
359
378
|
QuotaName?: string;
|
|
360
379
|
/**
|
|
380
|
+
* @public
|
|
361
381
|
* <p>The quota value.</p>
|
|
362
382
|
*/
|
|
363
383
|
Value?: number;
|
|
364
384
|
/**
|
|
385
|
+
* @public
|
|
365
386
|
* <p>The unit of measurement.</p>
|
|
366
387
|
*/
|
|
367
388
|
Unit?: string;
|
|
368
389
|
/**
|
|
390
|
+
* @public
|
|
369
391
|
* <p>Indicates whether the quota value can be increased.</p>
|
|
370
392
|
*/
|
|
371
393
|
Adjustable?: boolean;
|
|
372
394
|
/**
|
|
395
|
+
* @public
|
|
373
396
|
* <p>Indicates whether the quota is global.</p>
|
|
374
397
|
*/
|
|
375
398
|
GlobalQuota?: boolean;
|
|
376
399
|
/**
|
|
400
|
+
* @public
|
|
377
401
|
* <p>Information about the measurement.</p>
|
|
378
402
|
*/
|
|
379
403
|
UsageMetric?: MetricInfo;
|
|
380
404
|
/**
|
|
405
|
+
* @public
|
|
381
406
|
* <p>The period of time.</p>
|
|
382
407
|
*/
|
|
383
408
|
Period?: QuotaPeriod;
|
|
384
409
|
/**
|
|
410
|
+
* @public
|
|
385
411
|
* <p>The error code and error reason.</p>
|
|
386
412
|
*/
|
|
387
413
|
ErrorReason?: ErrorReason;
|
|
@@ -391,6 +417,7 @@ export interface ServiceQuota {
|
|
|
391
417
|
*/
|
|
392
418
|
export interface GetAWSDefaultServiceQuotaResponse {
|
|
393
419
|
/**
|
|
420
|
+
* @public
|
|
394
421
|
* <p>Information about the quota.</p>
|
|
395
422
|
*/
|
|
396
423
|
Quota?: ServiceQuota;
|
|
@@ -400,6 +427,7 @@ export interface GetAWSDefaultServiceQuotaResponse {
|
|
|
400
427
|
*/
|
|
401
428
|
export interface GetRequestedServiceQuotaChangeRequest {
|
|
402
429
|
/**
|
|
430
|
+
* @public
|
|
403
431
|
* <p>The ID of the quota increase request.</p>
|
|
404
432
|
*/
|
|
405
433
|
RequestId: string | undefined;
|
|
@@ -425,59 +453,73 @@ export type RequestStatus = (typeof RequestStatus)[keyof typeof RequestStatus];
|
|
|
425
453
|
*/
|
|
426
454
|
export interface RequestedServiceQuotaChange {
|
|
427
455
|
/**
|
|
456
|
+
* @public
|
|
428
457
|
* <p>The unique identifier.</p>
|
|
429
458
|
*/
|
|
430
459
|
Id?: string;
|
|
431
460
|
/**
|
|
461
|
+
* @public
|
|
432
462
|
* <p>The case ID.</p>
|
|
433
463
|
*/
|
|
434
464
|
CaseId?: string;
|
|
435
465
|
/**
|
|
466
|
+
* @public
|
|
436
467
|
* <p>The service identifier.</p>
|
|
437
468
|
*/
|
|
438
469
|
ServiceCode?: string;
|
|
439
470
|
/**
|
|
471
|
+
* @public
|
|
440
472
|
* <p>The service name.</p>
|
|
441
473
|
*/
|
|
442
474
|
ServiceName?: string;
|
|
443
475
|
/**
|
|
476
|
+
* @public
|
|
444
477
|
* <p>The quota identifier.</p>
|
|
445
478
|
*/
|
|
446
479
|
QuotaCode?: string;
|
|
447
480
|
/**
|
|
481
|
+
* @public
|
|
448
482
|
* <p>The quota name.</p>
|
|
449
483
|
*/
|
|
450
484
|
QuotaName?: string;
|
|
451
485
|
/**
|
|
486
|
+
* @public
|
|
452
487
|
* <p>The new, increased value for the quota.</p>
|
|
453
488
|
*/
|
|
454
489
|
DesiredValue?: number;
|
|
455
490
|
/**
|
|
491
|
+
* @public
|
|
456
492
|
* <p>The state of the quota increase request.</p>
|
|
457
493
|
*/
|
|
458
494
|
Status?: RequestStatus | string;
|
|
459
495
|
/**
|
|
496
|
+
* @public
|
|
460
497
|
* <p>The date and time when the quota increase request was received and the case ID was
|
|
461
498
|
* created.</p>
|
|
462
499
|
*/
|
|
463
500
|
Created?: Date;
|
|
464
501
|
/**
|
|
502
|
+
* @public
|
|
465
503
|
* <p>The date and time of the most recent change.</p>
|
|
466
504
|
*/
|
|
467
505
|
LastUpdated?: Date;
|
|
468
506
|
/**
|
|
507
|
+
* @public
|
|
469
508
|
* <p>The IAM identity of the requester.</p>
|
|
470
509
|
*/
|
|
471
510
|
Requester?: string;
|
|
472
511
|
/**
|
|
512
|
+
* @public
|
|
473
513
|
* <p>The Amazon Resource Name (ARN) of the quota.</p>
|
|
474
514
|
*/
|
|
475
515
|
QuotaArn?: string;
|
|
476
516
|
/**
|
|
517
|
+
* @public
|
|
477
518
|
* <p>Indicates whether the quota is global.</p>
|
|
478
519
|
*/
|
|
479
520
|
GlobalQuota?: boolean;
|
|
480
521
|
/**
|
|
522
|
+
* @public
|
|
481
523
|
* <p>The unit of measurement.</p>
|
|
482
524
|
*/
|
|
483
525
|
Unit?: string;
|
|
@@ -487,6 +529,7 @@ export interface RequestedServiceQuotaChange {
|
|
|
487
529
|
*/
|
|
488
530
|
export interface GetRequestedServiceQuotaChangeResponse {
|
|
489
531
|
/**
|
|
532
|
+
* @public
|
|
490
533
|
* <p>Information about the quota increase request.</p>
|
|
491
534
|
*/
|
|
492
535
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
@@ -496,10 +539,12 @@ export interface GetRequestedServiceQuotaChangeResponse {
|
|
|
496
539
|
*/
|
|
497
540
|
export interface GetServiceQuotaRequest {
|
|
498
541
|
/**
|
|
542
|
+
* @public
|
|
499
543
|
* <p>The service identifier.</p>
|
|
500
544
|
*/
|
|
501
545
|
ServiceCode: string | undefined;
|
|
502
546
|
/**
|
|
547
|
+
* @public
|
|
503
548
|
* <p>The quota identifier.</p>
|
|
504
549
|
*/
|
|
505
550
|
QuotaCode: string | undefined;
|
|
@@ -509,6 +554,7 @@ export interface GetServiceQuotaRequest {
|
|
|
509
554
|
*/
|
|
510
555
|
export interface GetServiceQuotaResponse {
|
|
511
556
|
/**
|
|
557
|
+
* @public
|
|
512
558
|
* <p>Information about the quota.</p>
|
|
513
559
|
*/
|
|
514
560
|
Quota?: ServiceQuota;
|
|
@@ -518,14 +564,17 @@ export interface GetServiceQuotaResponse {
|
|
|
518
564
|
*/
|
|
519
565
|
export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
520
566
|
/**
|
|
567
|
+
* @public
|
|
521
568
|
* <p>The service identifier.</p>
|
|
522
569
|
*/
|
|
523
570
|
ServiceCode: string | undefined;
|
|
524
571
|
/**
|
|
572
|
+
* @public
|
|
525
573
|
* <p>The quota identifier.</p>
|
|
526
574
|
*/
|
|
527
575
|
QuotaCode: string | undefined;
|
|
528
576
|
/**
|
|
577
|
+
* @public
|
|
529
578
|
* <p>The AWS Region.</p>
|
|
530
579
|
*/
|
|
531
580
|
AwsRegion: string | undefined;
|
|
@@ -536,34 +585,42 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
536
585
|
*/
|
|
537
586
|
export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
538
587
|
/**
|
|
588
|
+
* @public
|
|
539
589
|
* <p>The service identifier.</p>
|
|
540
590
|
*/
|
|
541
591
|
ServiceCode?: string;
|
|
542
592
|
/**
|
|
593
|
+
* @public
|
|
543
594
|
* <p>The service name.</p>
|
|
544
595
|
*/
|
|
545
596
|
ServiceName?: string;
|
|
546
597
|
/**
|
|
598
|
+
* @public
|
|
547
599
|
* <p>The quota identifier.</p>
|
|
548
600
|
*/
|
|
549
601
|
QuotaCode?: string;
|
|
550
602
|
/**
|
|
603
|
+
* @public
|
|
551
604
|
* <p>The quota name.</p>
|
|
552
605
|
*/
|
|
553
606
|
QuotaName?: string;
|
|
554
607
|
/**
|
|
608
|
+
* @public
|
|
555
609
|
* <p>The new, increased value of the quota.</p>
|
|
556
610
|
*/
|
|
557
611
|
DesiredValue?: number;
|
|
558
612
|
/**
|
|
613
|
+
* @public
|
|
559
614
|
* <p>The AWS Region.</p>
|
|
560
615
|
*/
|
|
561
616
|
AwsRegion?: string;
|
|
562
617
|
/**
|
|
618
|
+
* @public
|
|
563
619
|
* <p>The unit of measurement.</p>
|
|
564
620
|
*/
|
|
565
621
|
Unit?: string;
|
|
566
622
|
/**
|
|
623
|
+
* @public
|
|
567
624
|
* <p>Indicates whether the quota is global.</p>
|
|
568
625
|
*/
|
|
569
626
|
GlobalQuota?: boolean;
|
|
@@ -573,6 +630,7 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
|
573
630
|
*/
|
|
574
631
|
export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
575
632
|
/**
|
|
633
|
+
* @public
|
|
576
634
|
* <p>Information about the quota increase request.</p>
|
|
577
635
|
*/
|
|
578
636
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
@@ -583,12 +641,14 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
|
583
641
|
*/
|
|
584
642
|
export interface Tag {
|
|
585
643
|
/**
|
|
644
|
+
* @public
|
|
586
645
|
* <p>A string that contains a tag key. The string length should be between 1 and 128
|
|
587
646
|
* characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . :
|
|
588
647
|
* / = + @.</p>
|
|
589
648
|
*/
|
|
590
649
|
Key: string | undefined;
|
|
591
650
|
/**
|
|
651
|
+
* @public
|
|
592
652
|
* <p>A string that contains an optional tag value. The string length should be between 0 and
|
|
593
653
|
* 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ -
|
|
594
654
|
* . : / = + @.</p>
|
|
@@ -626,14 +686,17 @@ export declare class InvalidResourceStateException extends __BaseException {
|
|
|
626
686
|
*/
|
|
627
687
|
export interface ListAWSDefaultServiceQuotasRequest {
|
|
628
688
|
/**
|
|
689
|
+
* @public
|
|
629
690
|
* <p>The service identifier.</p>
|
|
630
691
|
*/
|
|
631
692
|
ServiceCode: string | undefined;
|
|
632
693
|
/**
|
|
694
|
+
* @public
|
|
633
695
|
* <p>The token for the next page of results.</p>
|
|
634
696
|
*/
|
|
635
697
|
NextToken?: string;
|
|
636
698
|
/**
|
|
699
|
+
* @public
|
|
637
700
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
638
701
|
* results, if any, make another call with the token returned from this call.</p>
|
|
639
702
|
*/
|
|
@@ -644,11 +707,13 @@ export interface ListAWSDefaultServiceQuotasRequest {
|
|
|
644
707
|
*/
|
|
645
708
|
export interface ListAWSDefaultServiceQuotasResponse {
|
|
646
709
|
/**
|
|
710
|
+
* @public
|
|
647
711
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
648
712
|
* no more results to return.</p>
|
|
649
713
|
*/
|
|
650
714
|
NextToken?: string;
|
|
651
715
|
/**
|
|
716
|
+
* @public
|
|
652
717
|
* <p>Information about the quotas.</p>
|
|
653
718
|
*/
|
|
654
719
|
Quotas?: ServiceQuota[];
|
|
@@ -658,18 +723,22 @@ export interface ListAWSDefaultServiceQuotasResponse {
|
|
|
658
723
|
*/
|
|
659
724
|
export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
660
725
|
/**
|
|
726
|
+
* @public
|
|
661
727
|
* <p>The service identifier.</p>
|
|
662
728
|
*/
|
|
663
729
|
ServiceCode?: string;
|
|
664
730
|
/**
|
|
731
|
+
* @public
|
|
665
732
|
* <p>The status of the quota increase request.</p>
|
|
666
733
|
*/
|
|
667
734
|
Status?: RequestStatus | string;
|
|
668
735
|
/**
|
|
736
|
+
* @public
|
|
669
737
|
* <p>The token for the next page of results.</p>
|
|
670
738
|
*/
|
|
671
739
|
NextToken?: string;
|
|
672
740
|
/**
|
|
741
|
+
* @public
|
|
673
742
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
674
743
|
* results, if any, make another call with the token returned from this call.</p>
|
|
675
744
|
*/
|
|
@@ -680,11 +749,13 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
|
680
749
|
*/
|
|
681
750
|
export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
682
751
|
/**
|
|
752
|
+
* @public
|
|
683
753
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
684
754
|
* no more results to return.</p>
|
|
685
755
|
*/
|
|
686
756
|
NextToken?: string;
|
|
687
757
|
/**
|
|
758
|
+
* @public
|
|
688
759
|
* <p>Information about the quota increase requests.</p>
|
|
689
760
|
*/
|
|
690
761
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
@@ -694,22 +765,27 @@ export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
|
694
765
|
*/
|
|
695
766
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
696
767
|
/**
|
|
768
|
+
* @public
|
|
697
769
|
* <p>The service identifier.</p>
|
|
698
770
|
*/
|
|
699
771
|
ServiceCode: string | undefined;
|
|
700
772
|
/**
|
|
773
|
+
* @public
|
|
701
774
|
* <p>The quota identifier.</p>
|
|
702
775
|
*/
|
|
703
776
|
QuotaCode: string | undefined;
|
|
704
777
|
/**
|
|
778
|
+
* @public
|
|
705
779
|
* <p>The status value of the quota increase request.</p>
|
|
706
780
|
*/
|
|
707
781
|
Status?: RequestStatus | string;
|
|
708
782
|
/**
|
|
783
|
+
* @public
|
|
709
784
|
* <p>The token for the next page of results.</p>
|
|
710
785
|
*/
|
|
711
786
|
NextToken?: string;
|
|
712
787
|
/**
|
|
788
|
+
* @public
|
|
713
789
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
714
790
|
* results, if any, make another call with the token returned from this call.</p>
|
|
715
791
|
*/
|
|
@@ -720,11 +796,13 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
|
720
796
|
*/
|
|
721
797
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
722
798
|
/**
|
|
799
|
+
* @public
|
|
723
800
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
724
801
|
* no more results to return.</p>
|
|
725
802
|
*/
|
|
726
803
|
NextToken?: string;
|
|
727
804
|
/**
|
|
805
|
+
* @public
|
|
728
806
|
* <p>Information about the quota increase requests.</p>
|
|
729
807
|
*/
|
|
730
808
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
@@ -734,18 +812,22 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
|
734
812
|
*/
|
|
735
813
|
export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
736
814
|
/**
|
|
815
|
+
* @public
|
|
737
816
|
* <p>The service identifier.</p>
|
|
738
817
|
*/
|
|
739
818
|
ServiceCode?: string;
|
|
740
819
|
/**
|
|
820
|
+
* @public
|
|
741
821
|
* <p>The AWS Region.</p>
|
|
742
822
|
*/
|
|
743
823
|
AwsRegion?: string;
|
|
744
824
|
/**
|
|
825
|
+
* @public
|
|
745
826
|
* <p>The token for the next page of results.</p>
|
|
746
827
|
*/
|
|
747
828
|
NextToken?: string;
|
|
748
829
|
/**
|
|
830
|
+
* @public
|
|
749
831
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
750
832
|
* results, if any, make another call with the token returned from this call.</p>
|
|
751
833
|
*/
|
|
@@ -756,10 +838,12 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
|
756
838
|
*/
|
|
757
839
|
export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
758
840
|
/**
|
|
841
|
+
* @public
|
|
759
842
|
* <p>Information about the quota increase requests.</p>
|
|
760
843
|
*/
|
|
761
844
|
ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
|
|
762
845
|
/**
|
|
846
|
+
* @public
|
|
763
847
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
764
848
|
* no more results to return.</p>
|
|
765
849
|
*/
|
|
@@ -770,14 +854,17 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
|
770
854
|
*/
|
|
771
855
|
export interface ListServiceQuotasRequest {
|
|
772
856
|
/**
|
|
857
|
+
* @public
|
|
773
858
|
* <p>The service identifier.</p>
|
|
774
859
|
*/
|
|
775
860
|
ServiceCode: string | undefined;
|
|
776
861
|
/**
|
|
862
|
+
* @public
|
|
777
863
|
* <p>The token for the next page of results.</p>
|
|
778
864
|
*/
|
|
779
865
|
NextToken?: string;
|
|
780
866
|
/**
|
|
867
|
+
* @public
|
|
781
868
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
782
869
|
* results, if any, make another call with the token returned from this call.</p>
|
|
783
870
|
*/
|
|
@@ -788,11 +875,13 @@ export interface ListServiceQuotasRequest {
|
|
|
788
875
|
*/
|
|
789
876
|
export interface ListServiceQuotasResponse {
|
|
790
877
|
/**
|
|
878
|
+
* @public
|
|
791
879
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
792
880
|
* no more results to return.</p>
|
|
793
881
|
*/
|
|
794
882
|
NextToken?: string;
|
|
795
883
|
/**
|
|
884
|
+
* @public
|
|
796
885
|
* <p>Information about the quotas.</p>
|
|
797
886
|
*/
|
|
798
887
|
Quotas?: ServiceQuota[];
|
|
@@ -802,10 +891,12 @@ export interface ListServiceQuotasResponse {
|
|
|
802
891
|
*/
|
|
803
892
|
export interface ListServicesRequest {
|
|
804
893
|
/**
|
|
894
|
+
* @public
|
|
805
895
|
* <p>The token for the next page of results.</p>
|
|
806
896
|
*/
|
|
807
897
|
NextToken?: string;
|
|
808
898
|
/**
|
|
899
|
+
* @public
|
|
809
900
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
810
901
|
* results, if any, make another call with the token returned from this call.</p>
|
|
811
902
|
*/
|
|
@@ -817,10 +908,12 @@ export interface ListServicesRequest {
|
|
|
817
908
|
*/
|
|
818
909
|
export interface ServiceInfo {
|
|
819
910
|
/**
|
|
911
|
+
* @public
|
|
820
912
|
* <p>The service identifier.</p>
|
|
821
913
|
*/
|
|
822
914
|
ServiceCode?: string;
|
|
823
915
|
/**
|
|
916
|
+
* @public
|
|
824
917
|
* <p>The service name.</p>
|
|
825
918
|
*/
|
|
826
919
|
ServiceName?: string;
|
|
@@ -830,11 +923,13 @@ export interface ServiceInfo {
|
|
|
830
923
|
*/
|
|
831
924
|
export interface ListServicesResponse {
|
|
832
925
|
/**
|
|
926
|
+
* @public
|
|
833
927
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
834
928
|
* no more results to return.</p>
|
|
835
929
|
*/
|
|
836
930
|
NextToken?: string;
|
|
837
931
|
/**
|
|
932
|
+
* @public
|
|
838
933
|
* <p>Information about the services.</p>
|
|
839
934
|
*/
|
|
840
935
|
Services?: ServiceInfo[];
|
|
@@ -844,6 +939,7 @@ export interface ListServicesResponse {
|
|
|
844
939
|
*/
|
|
845
940
|
export interface ListTagsForResourceRequest {
|
|
846
941
|
/**
|
|
942
|
+
* @public
|
|
847
943
|
* <p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You
|
|
848
944
|
* can get this information by using the Service Quotas console, or by listing the quotas using the
|
|
849
945
|
* <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a> AWS CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a> AWS API operation.</p>
|
|
@@ -855,6 +951,7 @@ export interface ListTagsForResourceRequest {
|
|
|
855
951
|
*/
|
|
856
952
|
export interface ListTagsForResourceResponse {
|
|
857
953
|
/**
|
|
954
|
+
* @public
|
|
858
955
|
* <p>A complex data type that contains zero or more tag elements.</p>
|
|
859
956
|
*/
|
|
860
957
|
Tags?: Tag[];
|
|
@@ -864,18 +961,22 @@ export interface ListTagsForResourceResponse {
|
|
|
864
961
|
*/
|
|
865
962
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
866
963
|
/**
|
|
964
|
+
* @public
|
|
867
965
|
* <p>The quota identifier.</p>
|
|
868
966
|
*/
|
|
869
967
|
QuotaCode: string | undefined;
|
|
870
968
|
/**
|
|
969
|
+
* @public
|
|
871
970
|
* <p>The service identifier.</p>
|
|
872
971
|
*/
|
|
873
972
|
ServiceCode: string | undefined;
|
|
874
973
|
/**
|
|
974
|
+
* @public
|
|
875
975
|
* <p>The AWS Region.</p>
|
|
876
976
|
*/
|
|
877
977
|
AwsRegion: string | undefined;
|
|
878
978
|
/**
|
|
979
|
+
* @public
|
|
879
980
|
* <p>The new, increased value for the quota.</p>
|
|
880
981
|
*/
|
|
881
982
|
DesiredValue: number | undefined;
|
|
@@ -885,6 +986,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
|
885
986
|
*/
|
|
886
987
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
887
988
|
/**
|
|
989
|
+
* @public
|
|
888
990
|
* <p>Information about the quota increase request.</p>
|
|
889
991
|
*/
|
|
890
992
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
@@ -908,14 +1010,17 @@ export declare class QuotaExceededException extends __BaseException {
|
|
|
908
1010
|
*/
|
|
909
1011
|
export interface RequestServiceQuotaIncreaseRequest {
|
|
910
1012
|
/**
|
|
1013
|
+
* @public
|
|
911
1014
|
* <p>The service identifier.</p>
|
|
912
1015
|
*/
|
|
913
1016
|
ServiceCode: string | undefined;
|
|
914
1017
|
/**
|
|
1018
|
+
* @public
|
|
915
1019
|
* <p>The quota identifier.</p>
|
|
916
1020
|
*/
|
|
917
1021
|
QuotaCode: string | undefined;
|
|
918
1022
|
/**
|
|
1023
|
+
* @public
|
|
919
1024
|
* <p>The new, increased value for the quota.</p>
|
|
920
1025
|
*/
|
|
921
1026
|
DesiredValue: number | undefined;
|
|
@@ -925,6 +1030,7 @@ export interface RequestServiceQuotaIncreaseRequest {
|
|
|
925
1030
|
*/
|
|
926
1031
|
export interface RequestServiceQuotaIncreaseResponse {
|
|
927
1032
|
/**
|
|
1033
|
+
* @public
|
|
928
1034
|
* <p>Information about the quota increase request.</p>
|
|
929
1035
|
*/
|
|
930
1036
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
@@ -960,11 +1066,13 @@ export declare class TagPolicyViolationException extends __BaseException {
|
|
|
960
1066
|
*/
|
|
961
1067
|
export interface TagResourceRequest {
|
|
962
1068
|
/**
|
|
1069
|
+
* @public
|
|
963
1070
|
* <p>The Amazon Resource Name (ARN) for the applied quota. You can get this information by
|
|
964
1071
|
* using the Service Quotas console, or by listing the quotas using the <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a> AWS CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a> AWS API operation.</p>
|
|
965
1072
|
*/
|
|
966
1073
|
ResourceARN: string | undefined;
|
|
967
1074
|
/**
|
|
1075
|
+
* @public
|
|
968
1076
|
* <p>The tags that you want to add to the resource.</p>
|
|
969
1077
|
*/
|
|
970
1078
|
Tags: Tag[] | undefined;
|
|
@@ -994,11 +1102,13 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
994
1102
|
*/
|
|
995
1103
|
export interface UntagResourceRequest {
|
|
996
1104
|
/**
|
|
1105
|
+
* @public
|
|
997
1106
|
* <p>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get
|
|
998
1107
|
* this information by using the Service Quotas console, or by listing the quotas using the <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a> AWS CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a> AWS API operation.</p>
|
|
999
1108
|
*/
|
|
1000
1109
|
ResourceARN: string | undefined;
|
|
1001
1110
|
/**
|
|
1111
|
+
* @public
|
|
1002
1112
|
* <p>The keys of the tags that you want to remove from the resource.</p>
|
|
1003
1113
|
*/
|
|
1004
1114
|
TagKeys: string[] | undefined;
|
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.382.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",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|