@aws-sdk/client-service-quotas 3.398.0 → 3.405.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.
Files changed (32) hide show
  1. package/README.md +3 -3
  2. package/dist-cjs/endpoint/ruleset.js +2 -2
  3. package/dist-cjs/models/models_0.js +12 -1
  4. package/dist-cjs/protocols/Aws_json1_1.js +5 -0
  5. package/dist-es/endpoint/ruleset.js +2 -2
  6. package/dist-es/models/models_0.js +11 -0
  7. package/dist-es/protocols/Aws_json1_1.js +5 -0
  8. package/dist-types/ServiceQuotas.d.ts +3 -3
  9. package/dist-types/ServiceQuotasClient.d.ts +3 -3
  10. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +12 -11
  11. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -7
  12. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +8 -8
  13. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +12 -6
  14. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +7 -7
  15. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +9 -3
  16. package/dist-types/commands/GetServiceQuotaCommand.d.ts +13 -6
  17. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -7
  18. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +12 -6
  19. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +11 -4
  20. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +12 -5
  21. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +6 -6
  22. package/dist-types/commands/ListServiceQuotasCommand.d.ts +15 -7
  23. package/dist-types/commands/ListServicesCommand.d.ts +3 -3
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  25. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +8 -8
  26. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +12 -5
  27. package/dist-types/commands/TagResourceCommand.d.ts +6 -6
  28. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  29. package/dist-types/index.d.ts +3 -3
  30. package/dist-types/models/models_0.d.ts +342 -109
  31. package/dist-types/ts3.4/models/models_0.d.ts +30 -0
  32. package/package.json +7 -7
@@ -13,6 +13,19 @@ export declare class AccessDeniedException extends __BaseException {
13
13
  */
14
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
15
  }
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const AppliedLevelEnum: {
21
+ readonly ACCOUNT: "ACCOUNT";
22
+ readonly ALL: "ALL";
23
+ readonly RESOURCE: "RESOURCE";
24
+ };
25
+ /**
26
+ * @public
27
+ */
28
+ export type AppliedLevelEnum = (typeof AppliedLevelEnum)[keyof typeof AppliedLevelEnum];
16
29
  /**
17
30
  * @public
18
31
  */
@@ -25,8 +38,8 @@ export interface AssociateServiceQuotaTemplateResponse {
25
38
  }
26
39
  /**
27
40
  * @public
28
- * <p>The action you attempted is not allowed unless Service Access with Service Quotas is
29
- * enabled in your organization.</p>
41
+ * <p>The action you attempted is not allowed unless Service Access with Service Quotas is enabled in
42
+ * your organization.</p>
30
43
  */
31
44
  export declare class AWSServiceAccessNotEnabledException extends __BaseException {
32
45
  readonly name: "AWSServiceAccessNotEnabledException";
@@ -52,7 +65,7 @@ export declare class DependencyAccessDeniedException extends __BaseException {
52
65
  }
53
66
  /**
54
67
  * @public
55
- * <p>The account making this call is not a member of an organization.</p>
68
+ * <p>The Amazon Web Services account making this call is not a member of an organization.</p>
56
69
  */
57
70
  export declare class NoAvailableOrganizationException extends __BaseException {
58
71
  readonly name: "NoAvailableOrganizationException";
@@ -65,7 +78,8 @@ export declare class NoAvailableOrganizationException extends __BaseException {
65
78
  }
66
79
  /**
67
80
  * @public
68
- * <p>The organization that your account belongs to is not in All Features mode.</p>
81
+ * <p>The organization that your Amazon Web Services account belongs to is not in All Features
82
+ * mode.</p>
69
83
  */
70
84
  export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
71
85
  readonly name: "OrganizationNotInAllFeaturesModeException";
@@ -91,7 +105,7 @@ export declare class ServiceException extends __BaseException {
91
105
  }
92
106
  /**
93
107
  * @public
94
- * <p>The Service Quotas template is not available in this AWS Region.</p>
108
+ * <p>The Service Quotas template is not available in this Amazon Web Services Region.</p>
95
109
  */
96
110
  export declare class TemplatesNotAvailableInRegionException extends __BaseException {
97
111
  readonly name: "TemplatesNotAvailableInRegionException";
@@ -104,8 +118,8 @@ export declare class TemplatesNotAvailableInRegionException extends __BaseExcept
104
118
  }
105
119
  /**
106
120
  * @public
107
- * <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
108
- * an increase for this quota.</p>
121
+ * <p>Due to throttling, the request was denied. Slow down the rate of request calls, or
122
+ * request an increase for this quota.</p>
109
123
  */
110
124
  export declare class TooManyRequestsException extends __BaseException {
111
125
  readonly name: "TooManyRequestsException";
@@ -122,17 +136,20 @@ export declare class TooManyRequestsException extends __BaseException {
122
136
  export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
123
137
  /**
124
138
  * @public
125
- * <p>The service identifier.</p>
139
+ * <p>Specifies the service identifier. To find the service code value
140
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
126
141
  */
127
142
  ServiceCode: string | undefined;
128
143
  /**
129
144
  * @public
130
- * <p>The quota identifier.</p>
145
+ * <p>Specifies the quota identifier. To find the quota code for a specific
146
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
147
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
131
148
  */
132
149
  QuotaCode: string | undefined;
133
150
  /**
134
151
  * @public
135
- * <p>The AWS Region.</p>
152
+ * <p>Specifies the Amazon Web Services Region for which the request was made.</p>
136
153
  */
137
154
  AwsRegion: string | undefined;
138
155
  }
@@ -215,23 +232,24 @@ export interface ErrorReason {
215
232
  * <ul>
216
233
  * <li>
217
234
  * <p>
218
- * <code>DEPENDENCY_ACCESS_DENIED_ERROR</code> - The caller does not have the required
219
- * permissions to complete the action. To resolve the error, you must have permission to
220
- * access the service or quota.</p>
235
+ * <code>DEPENDENCY_ACCESS_DENIED_ERROR</code> - The caller does not have the
236
+ * required permissions to complete the action. To resolve the error, you must have
237
+ * permission to access the Amazon Web Service or quota.</p>
221
238
  * </li>
222
239
  * <li>
223
240
  * <p>
224
- * <code>DEPENDENCY_THROTTLING_ERROR</code> - The service is throttling Service
225
- * Quotas.</p>
241
+ * <code>DEPENDENCY_THROTTLING_ERROR</code> - The Amazon Web Service is throttling
242
+ * Service Quotas. </p>
226
243
  * </li>
227
244
  * <li>
228
245
  * <p>
229
- * <code>DEPENDENCY_SERVICE_ERROR</code> - The service is not available.</p>
246
+ * <code>DEPENDENCY_SERVICE_ERROR</code> - The Amazon Web Service is not
247
+ * available.</p>
230
248
  * </li>
231
249
  * <li>
232
250
  * <p>
233
- * <code>SERVICE_QUOTA_NOT_AVAILABLE_ERROR</code> - There was an error in Service
234
- * Quotas.</p>
251
+ * <code>SERVICE_QUOTA_NOT_AVAILABLE_ERROR</code> - There was an error in
252
+ * Service Quotas.</p>
235
253
  * </li>
236
254
  * </ul>
237
255
  */
@@ -266,8 +284,8 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
266
284
  /**
267
285
  * @public
268
286
  * <p>The association status. If the status is <code>ASSOCIATED</code>, the quota increase
269
- * requests in the template are automatically applied to new accounts in your
270
- * organization.</p>
287
+ * requests in the template are automatically applied to new Amazon Web Services accounts in your
288
+ * organization.</p>
271
289
  */
272
290
  ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus | string;
273
291
  }
@@ -277,12 +295,15 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
277
295
  export interface GetAWSDefaultServiceQuotaRequest {
278
296
  /**
279
297
  * @public
280
- * <p>The service identifier.</p>
298
+ * <p>Specifies the service identifier. To find the service code value
299
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
281
300
  */
282
301
  ServiceCode: string | undefined;
283
302
  /**
284
303
  * @public
285
- * <p>The quota identifier.</p>
304
+ * <p>Specifies the quota identifier. To find the quota code for a specific
305
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
306
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
286
307
  */
287
308
  QuotaCode: string | undefined;
288
309
  }
@@ -310,7 +331,7 @@ export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
310
331
  export interface QuotaPeriod {
311
332
  /**
312
333
  * @public
313
- * <p>The value.</p>
334
+ * <p>The value associated with the reported <code>PeriodUnit</code>.</p>
314
335
  */
315
336
  PeriodValue?: number;
316
337
  /**
@@ -319,6 +340,40 @@ export interface QuotaPeriod {
319
340
  */
320
341
  PeriodUnit?: PeriodUnit | string;
321
342
  }
343
+ /**
344
+ * @public
345
+ * @enum
346
+ */
347
+ export declare const QuotaContextScope: {
348
+ readonly ACCOUNT: "ACCOUNT";
349
+ readonly RESOURCE: "RESOURCE";
350
+ };
351
+ /**
352
+ * @public
353
+ */
354
+ export type QuotaContextScope = (typeof QuotaContextScope)[keyof typeof QuotaContextScope];
355
+ /**
356
+ * @public
357
+ * <p>A structure that describes the context for a service quota. The context identifies what the quota applies to.</p>
358
+ */
359
+ export interface QuotaContextInfo {
360
+ /**
361
+ * @public
362
+ * <p>Specifies whether the quota applies to an Amazon Web Services account, or to a resource.</p>
363
+ */
364
+ ContextScope?: QuotaContextScope | string;
365
+ /**
366
+ * @public
367
+ * <p>When the <code>ContextScope</code> is <code>RESOURCE</code>, then this specifies the resource type of the specified resource.</p>
368
+ */
369
+ ContextScopeType?: string;
370
+ /**
371
+ * @public
372
+ * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
373
+ * depends on the context scope associated with the specified service quota.</p>
374
+ */
375
+ ContextId?: string;
376
+ }
322
377
  /**
323
378
  * @public
324
379
  * <p>Information about the CloudWatch metric that reflects quota usage.</p>
@@ -337,7 +392,7 @@ export interface MetricInfo {
337
392
  /**
338
393
  * @public
339
394
  * <p>The metric dimension. This is a name/value pair that is part of the identity of a
340
- * metric.</p>
395
+ * metric.</p>
341
396
  */
342
397
  MetricDimensions?: Record<string, string>;
343
398
  /**
@@ -353,12 +408,13 @@ export interface MetricInfo {
353
408
  export interface ServiceQuota {
354
409
  /**
355
410
  * @public
356
- * <p>The service identifier.</p>
411
+ * <p>Specifies the service identifier. To find the service code value
412
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
357
413
  */
358
414
  ServiceCode?: string;
359
415
  /**
360
416
  * @public
361
- * <p>The service name.</p>
417
+ * <p>Specifies the service name.</p>
362
418
  */
363
419
  ServiceName?: string;
364
420
  /**
@@ -368,12 +424,14 @@ export interface ServiceQuota {
368
424
  QuotaArn?: string;
369
425
  /**
370
426
  * @public
371
- * <p>The quota identifier.</p>
427
+ * <p>Specifies the quota identifier. To find the quota code for a specific
428
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
429
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
372
430
  */
373
431
  QuotaCode?: string;
374
432
  /**
375
433
  * @public
376
- * <p>The quota name.</p>
434
+ * <p>Specifies the quota name.</p>
377
435
  */
378
436
  QuotaName?: string;
379
437
  /**
@@ -411,6 +469,16 @@ export interface ServiceQuota {
411
469
  * <p>The error code and error reason.</p>
412
470
  */
413
471
  ErrorReason?: ErrorReason;
472
+ /**
473
+ * @public
474
+ * <p>Specifies at which level of granularity that the quota value is applied.</p>
475
+ */
476
+ QuotaAppliedAtLevel?: AppliedLevelEnum | string;
477
+ /**
478
+ * @public
479
+ * <p>The context for this service quota.</p>
480
+ */
481
+ QuotaContext?: QuotaContextInfo;
414
482
  }
415
483
  /**
416
484
  * @public
@@ -428,7 +496,7 @@ export interface GetAWSDefaultServiceQuotaResponse {
428
496
  export interface GetRequestedServiceQuotaChangeRequest {
429
497
  /**
430
498
  * @public
431
- * <p>The ID of the quota increase request.</p>
499
+ * <p>Specifies the ID of the quota increase request.</p>
432
500
  */
433
501
  RequestId: string | undefined;
434
502
  }
@@ -441,6 +509,8 @@ export declare const RequestStatus: {
441
509
  readonly CASE_CLOSED: "CASE_CLOSED";
442
510
  readonly CASE_OPENED: "CASE_OPENED";
443
511
  readonly DENIED: "DENIED";
512
+ readonly INVALID_REQUEST: "INVALID_REQUEST";
513
+ readonly NOT_APPROVED: "NOT_APPROVED";
444
514
  readonly PENDING: "PENDING";
445
515
  };
446
516
  /**
@@ -464,22 +534,25 @@ export interface RequestedServiceQuotaChange {
464
534
  CaseId?: string;
465
535
  /**
466
536
  * @public
467
- * <p>The service identifier.</p>
537
+ * <p>Specifies the service identifier. To find the service code value
538
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
468
539
  */
469
540
  ServiceCode?: string;
470
541
  /**
471
542
  * @public
472
- * <p>The service name.</p>
543
+ * <p>Specifies the service name.</p>
473
544
  */
474
545
  ServiceName?: string;
475
546
  /**
476
547
  * @public
477
- * <p>The quota identifier.</p>
548
+ * <p>Specifies the quota identifier. To find the quota code for a specific
549
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
550
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
478
551
  */
479
552
  QuotaCode?: string;
480
553
  /**
481
554
  * @public
482
- * <p>The quota name.</p>
555
+ * <p>Specifies the quota name.</p>
483
556
  */
484
557
  QuotaName?: string;
485
558
  /**
@@ -495,7 +568,7 @@ export interface RequestedServiceQuotaChange {
495
568
  /**
496
569
  * @public
497
570
  * <p>The date and time when the quota increase request was received and the case ID was
498
- * created.</p>
571
+ * created.</p>
499
572
  */
500
573
  Created?: Date;
501
574
  /**
@@ -523,6 +596,16 @@ export interface RequestedServiceQuotaChange {
523
596
  * <p>The unit of measurement.</p>
524
597
  */
525
598
  Unit?: string;
599
+ /**
600
+ * @public
601
+ * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
602
+ */
603
+ QuotaRequestedAtLevel?: AppliedLevelEnum | string;
604
+ /**
605
+ * @public
606
+ * <p>The context for this service quota.</p>
607
+ */
608
+ QuotaContext?: QuotaContextInfo;
526
609
  }
527
610
  /**
528
611
  * @public
@@ -540,14 +623,23 @@ export interface GetRequestedServiceQuotaChangeResponse {
540
623
  export interface GetServiceQuotaRequest {
541
624
  /**
542
625
  * @public
543
- * <p>The service identifier.</p>
626
+ * <p>Specifies the service identifier. To find the service code value
627
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
544
628
  */
545
629
  ServiceCode: string | undefined;
546
630
  /**
547
631
  * @public
548
- * <p>The quota identifier.</p>
632
+ * <p>Specifies the quota identifier. To find the quota code for a specific
633
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
634
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
549
635
  */
550
636
  QuotaCode: string | undefined;
637
+ /**
638
+ * @public
639
+ * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
640
+ * depends on the context scope associated with the specified service quota.</p>
641
+ */
642
+ ContextId?: string;
551
643
  }
552
644
  /**
553
645
  * @public
@@ -565,17 +657,20 @@ export interface GetServiceQuotaResponse {
565
657
  export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
566
658
  /**
567
659
  * @public
568
- * <p>The service identifier.</p>
660
+ * <p>Specifies the service identifier. To find the service code value
661
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
569
662
  */
570
663
  ServiceCode: string | undefined;
571
664
  /**
572
665
  * @public
573
- * <p>The quota identifier.</p>
666
+ * <p>Specifies the quota identifier. To find the quota code for a specific
667
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
668
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
574
669
  */
575
670
  QuotaCode: string | undefined;
576
671
  /**
577
672
  * @public
578
- * <p>The AWS Region.</p>
673
+ * <p>Specifies the Amazon Web Services Region for which you made the request.</p>
579
674
  */
580
675
  AwsRegion: string | undefined;
581
676
  }
@@ -586,22 +681,25 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
586
681
  export interface ServiceQuotaIncreaseRequestInTemplate {
587
682
  /**
588
683
  * @public
589
- * <p>The service identifier.</p>
684
+ * <p>Specifies the service identifier. To find the service code value
685
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
590
686
  */
591
687
  ServiceCode?: string;
592
688
  /**
593
689
  * @public
594
- * <p>The service name.</p>
690
+ * <p>Specifies the service name.</p>
595
691
  */
596
692
  ServiceName?: string;
597
693
  /**
598
694
  * @public
599
- * <p>The quota identifier.</p>
695
+ * <p>Specifies the quota identifier. To find the quota code for a specific
696
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
697
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
600
698
  */
601
699
  QuotaCode?: string;
602
700
  /**
603
701
  * @public
604
- * <p>The quota name.</p>
702
+ * <p>Specifies the quota name.</p>
605
703
  */
606
704
  QuotaName?: string;
607
705
  /**
@@ -611,7 +709,7 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
611
709
  DesiredValue?: number;
612
710
  /**
613
711
  * @public
614
- * <p>The AWS Region.</p>
712
+ * <p>The Amazon Web Services Region.</p>
615
713
  */
616
714
  AwsRegion?: string;
617
715
  /**
@@ -643,15 +741,15 @@ export interface Tag {
643
741
  /**
644
742
  * @public
645
743
  * <p>A string that contains a tag key. The string length should be between 1 and 128
646
- * characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . :
647
- * / = + @.</p>
744
+ * characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _
745
+ * - . : / = + @.</p>
648
746
  */
649
747
  Key: string | undefined;
650
748
  /**
651
749
  * @public
652
- * <p>A string that contains an optional tag value. The string length should be between 0 and
653
- * 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ -
654
- * . : / = + @.</p>
750
+ * <p>A string that contains an optional tag value. The string length should be between 0
751
+ * and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special
752
+ * characters _ - . : / = + @.</p>
655
753
  */
656
754
  Value: string | undefined;
657
755
  }
@@ -687,18 +785,32 @@ export declare class InvalidResourceStateException extends __BaseException {
687
785
  export interface ListAWSDefaultServiceQuotasRequest {
688
786
  /**
689
787
  * @public
690
- * <p>The service identifier.</p>
788
+ * <p>Specifies the service identifier. To find the service code value
789
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
691
790
  */
692
791
  ServiceCode: string | undefined;
693
792
  /**
694
793
  * @public
695
- * <p>The token for the next page of results.</p>
794
+ * <p>Specifies a value for receiving additional results after you
795
+ * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
796
+ * response indicates that more output is available. Set this parameter to the value of the previous
797
+ * call's <code>NextToken</code> response to indicate where the output should continue
798
+ * from.</p>
696
799
  */
697
800
  NextToken?: string;
698
801
  /**
699
802
  * @public
700
- * <p>The maximum number of results to return with a single call. To retrieve the remaining
701
- * results, if any, make another call with the token returned from this call.</p>
803
+ * <p>Specifies the maximum number of results that you want included on each
804
+ * page of the response. If you do not include this parameter, it defaults to a value appropriate
805
+ * to the operation. If additional items exist beyond those included in the current response, the
806
+ * <code>NextToken</code> response element is present and has a value (is not null). Include that
807
+ * value as the <code>NextToken</code> request parameter in the next call to the operation to get
808
+ * the next part of the results.</p>
809
+ * <note>
810
+ * <p>An API operation can return fewer results than the maximum even when there are
811
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
812
+ * that you receive all of the results.</p>
813
+ * </note>
702
814
  */
703
815
  MaxResults?: number;
704
816
  }
@@ -708,8 +820,10 @@ export interface ListAWSDefaultServiceQuotasRequest {
708
820
  export interface ListAWSDefaultServiceQuotasResponse {
709
821
  /**
710
822
  * @public
711
- * <p>The token to use to retrieve the next page of results. This value is null when there are
712
- * no more results to return.</p>
823
+ * <p>If present, indicates that more output is available than is
824
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
825
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
826
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
713
827
  */
714
828
  NextToken?: string;
715
829
  /**
@@ -724,25 +838,45 @@ export interface ListAWSDefaultServiceQuotasResponse {
724
838
  export interface ListRequestedServiceQuotaChangeHistoryRequest {
725
839
  /**
726
840
  * @public
727
- * <p>The service identifier.</p>
841
+ * <p>Specifies the service identifier. To find the service code value
842
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
728
843
  */
729
844
  ServiceCode?: string;
730
845
  /**
731
846
  * @public
732
- * <p>The status of the quota increase request.</p>
847
+ * <p>Specifies that you want to filter the results to only the requests with the matching
848
+ * status.</p>
733
849
  */
734
850
  Status?: RequestStatus | string;
735
851
  /**
736
852
  * @public
737
- * <p>The token for the next page of results.</p>
853
+ * <p>Specifies a value for receiving additional results after you
854
+ * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
855
+ * response indicates that more output is available. Set this parameter to the value of the previous
856
+ * call's <code>NextToken</code> response to indicate where the output should continue
857
+ * from.</p>
738
858
  */
739
859
  NextToken?: string;
740
860
  /**
741
861
  * @public
742
- * <p>The maximum number of results to return with a single call. To retrieve the remaining
743
- * results, if any, make another call with the token returned from this call.</p>
862
+ * <p>Specifies the maximum number of results that you want included on each
863
+ * page of the response. If you do not include this parameter, it defaults to a value appropriate
864
+ * to the operation. If additional items exist beyond those included in the current response, the
865
+ * <code>NextToken</code> response element is present and has a value (is not null). Include that
866
+ * value as the <code>NextToken</code> request parameter in the next call to the operation to get
867
+ * the next part of the results.</p>
868
+ * <note>
869
+ * <p>An API operation can return fewer results than the maximum even when there are
870
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
871
+ * that you receive all of the results.</p>
872
+ * </note>
744
873
  */
745
874
  MaxResults?: number;
875
+ /**
876
+ * @public
877
+ * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
878
+ */
879
+ QuotaRequestedAtLevel?: AppliedLevelEnum | string;
746
880
  }
747
881
  /**
748
882
  * @public
@@ -750,8 +884,10 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
750
884
  export interface ListRequestedServiceQuotaChangeHistoryResponse {
751
885
  /**
752
886
  * @public
753
- * <p>The token to use to retrieve the next page of results. This value is null when there are
754
- * no more results to return.</p>
887
+ * <p>If present, indicates that more output is available than is
888
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
889
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
890
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
755
891
  */
756
892
  NextToken?: string;
757
893
  /**
@@ -766,30 +902,52 @@ export interface ListRequestedServiceQuotaChangeHistoryResponse {
766
902
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
767
903
  /**
768
904
  * @public
769
- * <p>The service identifier.</p>
905
+ * <p>Specifies the service identifier. To find the service code value
906
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
770
907
  */
771
908
  ServiceCode: string | undefined;
772
909
  /**
773
910
  * @public
774
- * <p>The quota identifier.</p>
911
+ * <p>Specifies the quota identifier. To find the quota code for a specific
912
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
913
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
775
914
  */
776
915
  QuotaCode: string | undefined;
777
916
  /**
778
917
  * @public
779
- * <p>The status value of the quota increase request.</p>
918
+ * <p>Specifies that you want to filter the results to only the requests with the matching
919
+ * status.</p>
780
920
  */
781
921
  Status?: RequestStatus | string;
782
922
  /**
783
923
  * @public
784
- * <p>The token for the next page of results.</p>
924
+ * <p>Specifies a value for receiving additional results after you
925
+ * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
926
+ * response indicates that more output is available. Set this parameter to the value of the previous
927
+ * call's <code>NextToken</code> response to indicate where the output should continue
928
+ * from.</p>
785
929
  */
786
930
  NextToken?: string;
787
931
  /**
788
932
  * @public
789
- * <p>The maximum number of results to return with a single call. To retrieve the remaining
790
- * results, if any, make another call with the token returned from this call.</p>
933
+ * <p>Specifies the maximum number of results that you want included on each
934
+ * page of the response. If you do not include this parameter, it defaults to a value appropriate
935
+ * to the operation. If additional items exist beyond those included in the current response, the
936
+ * <code>NextToken</code> response element is present and has a value (is not null). Include that
937
+ * value as the <code>NextToken</code> request parameter in the next call to the operation to get
938
+ * the next part of the results.</p>
939
+ * <note>
940
+ * <p>An API operation can return fewer results than the maximum even when there are
941
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
942
+ * that you receive all of the results.</p>
943
+ * </note>
791
944
  */
792
945
  MaxResults?: number;
946
+ /**
947
+ * @public
948
+ * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
949
+ */
950
+ QuotaRequestedAtLevel?: AppliedLevelEnum | string;
793
951
  }
794
952
  /**
795
953
  * @public
@@ -797,8 +955,10 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
797
955
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
798
956
  /**
799
957
  * @public
800
- * <p>The token to use to retrieve the next page of results. This value is null when there are
801
- * no more results to return.</p>
958
+ * <p>If present, indicates that more output is available than is
959
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
960
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
961
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
802
962
  */
803
963
  NextToken?: string;
804
964
  /**
@@ -813,23 +973,37 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
813
973
  export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
814
974
  /**
815
975
  * @public
816
- * <p>The service identifier.</p>
976
+ * <p>Specifies the service identifier. To find the service code value
977
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
817
978
  */
818
979
  ServiceCode?: string;
819
980
  /**
820
981
  * @public
821
- * <p>The AWS Region.</p>
982
+ * <p>Specifies the Amazon Web Services Region for which you made the request.</p>
822
983
  */
823
984
  AwsRegion?: string;
824
985
  /**
825
986
  * @public
826
- * <p>The token for the next page of results.</p>
987
+ * <p>Specifies a value for receiving additional results after you
988
+ * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
989
+ * response indicates that more output is available. Set this parameter to the value of the previous
990
+ * call's <code>NextToken</code> response to indicate where the output should continue
991
+ * from.</p>
827
992
  */
828
993
  NextToken?: string;
829
994
  /**
830
995
  * @public
831
- * <p>The maximum number of results to return with a single call. To retrieve the remaining
832
- * results, if any, make another call with the token returned from this call.</p>
996
+ * <p>Specifies the maximum number of results that you want included on each
997
+ * page of the response. If you do not include this parameter, it defaults to a value appropriate
998
+ * to the operation. If additional items exist beyond those included in the current response, the
999
+ * <code>NextToken</code> response element is present and has a value (is not null). Include that
1000
+ * value as the <code>NextToken</code> request parameter in the next call to the operation to get
1001
+ * the next part of the results.</p>
1002
+ * <note>
1003
+ * <p>An API operation can return fewer results than the maximum even when there are
1004
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
1005
+ * that you receive all of the results.</p>
1006
+ * </note>
833
1007
  */
834
1008
  MaxResults?: number;
835
1009
  }
@@ -844,8 +1018,10 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
844
1018
  ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
845
1019
  /**
846
1020
  * @public
847
- * <p>The token to use to retrieve the next page of results. This value is null when there are
848
- * no more results to return.</p>
1021
+ * <p>If present, indicates that more output is available than is
1022
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
1023
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
1024
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
849
1025
  */
850
1026
  NextToken?: string;
851
1027
  }
@@ -855,20 +1031,46 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
855
1031
  export interface ListServiceQuotasRequest {
856
1032
  /**
857
1033
  * @public
858
- * <p>The service identifier.</p>
1034
+ * <p>Specifies the service identifier. To find the service code value
1035
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
859
1036
  */
860
1037
  ServiceCode: string | undefined;
861
1038
  /**
862
1039
  * @public
863
- * <p>The token for the next page of results.</p>
1040
+ * <p>Specifies a value for receiving additional results after you
1041
+ * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
1042
+ * response indicates that more output is available. Set this parameter to the value of the previous
1043
+ * call's <code>NextToken</code> response to indicate where the output should continue
1044
+ * from.</p>
864
1045
  */
865
1046
  NextToken?: string;
866
1047
  /**
867
1048
  * @public
868
- * <p>The maximum number of results to return with a single call. To retrieve the remaining
869
- * results, if any, make another call with the token returned from this call.</p>
1049
+ * <p>Specifies the maximum number of results that you want included on each
1050
+ * page of the response. If you do not include this parameter, it defaults to a value appropriate
1051
+ * to the operation. If additional items exist beyond those included in the current response, the
1052
+ * <code>NextToken</code> response element is present and has a value (is not null). Include that
1053
+ * value as the <code>NextToken</code> request parameter in the next call to the operation to get
1054
+ * the next part of the results.</p>
1055
+ * <note>
1056
+ * <p>An API operation can return fewer results than the maximum even when there are
1057
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
1058
+ * that you receive all of the results.</p>
1059
+ * </note>
870
1060
  */
871
1061
  MaxResults?: number;
1062
+ /**
1063
+ * @public
1064
+ * <p>Specifies the quota identifier. To find the quota code for a specific
1065
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1066
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
1067
+ */
1068
+ QuotaCode?: string;
1069
+ /**
1070
+ * @public
1071
+ * <p>Specifies at which level of granularity that the quota value is applied.</p>
1072
+ */
1073
+ QuotaAppliedAtLevel?: AppliedLevelEnum | string;
872
1074
  }
873
1075
  /**
874
1076
  * @public
@@ -876,8 +1078,10 @@ export interface ListServiceQuotasRequest {
876
1078
  export interface ListServiceQuotasResponse {
877
1079
  /**
878
1080
  * @public
879
- * <p>The token to use to retrieve the next page of results. This value is null when there are
880
- * no more results to return.</p>
1081
+ * <p>If present, indicates that more output is available than is
1082
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
1083
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
1084
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
881
1085
  */
882
1086
  NextToken?: string;
883
1087
  /**
@@ -892,29 +1096,43 @@ export interface ListServiceQuotasResponse {
892
1096
  export interface ListServicesRequest {
893
1097
  /**
894
1098
  * @public
895
- * <p>The token for the next page of results.</p>
1099
+ * <p>Specifies a value for receiving additional results after you
1100
+ * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
1101
+ * response indicates that more output is available. Set this parameter to the value of the previous
1102
+ * call's <code>NextToken</code> response to indicate where the output should continue
1103
+ * from.</p>
896
1104
  */
897
1105
  NextToken?: string;
898
1106
  /**
899
1107
  * @public
900
- * <p>The maximum number of results to return with a single call. To retrieve the remaining
901
- * results, if any, make another call with the token returned from this call.</p>
1108
+ * <p>Specifies the maximum number of results that you want included on each
1109
+ * page of the response. If you do not include this parameter, it defaults to a value appropriate
1110
+ * to the operation. If additional items exist beyond those included in the current response, the
1111
+ * <code>NextToken</code> response element is present and has a value (is not null). Include that
1112
+ * value as the <code>NextToken</code> request parameter in the next call to the operation to get
1113
+ * the next part of the results.</p>
1114
+ * <note>
1115
+ * <p>An API operation can return fewer results than the maximum even when there are
1116
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
1117
+ * that you receive all of the results.</p>
1118
+ * </note>
902
1119
  */
903
1120
  MaxResults?: number;
904
1121
  }
905
1122
  /**
906
1123
  * @public
907
- * <p>Information about a service.</p>
1124
+ * <p>Information about an Amazon Web Service.</p>
908
1125
  */
909
1126
  export interface ServiceInfo {
910
1127
  /**
911
1128
  * @public
912
- * <p>The service identifier.</p>
1129
+ * <p>Specifies the service identifier. To find the service code value
1130
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
913
1131
  */
914
1132
  ServiceCode?: string;
915
1133
  /**
916
1134
  * @public
917
- * <p>The service name.</p>
1135
+ * <p>Specifies the service name.</p>
918
1136
  */
919
1137
  ServiceName?: string;
920
1138
  }
@@ -924,13 +1142,15 @@ export interface ServiceInfo {
924
1142
  export interface ListServicesResponse {
925
1143
  /**
926
1144
  * @public
927
- * <p>The token to use to retrieve the next page of results. This value is null when there are
928
- * no more results to return.</p>
1145
+ * <p>If present, indicates that more output is available than is
1146
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
1147
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
1148
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
929
1149
  */
930
1150
  NextToken?: string;
931
1151
  /**
932
1152
  * @public
933
- * <p>Information about the services.</p>
1153
+ * <p>The list of the Amazon Web Service names and service codes.</p>
934
1154
  */
935
1155
  Services?: ServiceInfo[];
936
1156
  }
@@ -940,9 +1160,9 @@ export interface ListServicesResponse {
940
1160
  export interface ListTagsForResourceRequest {
941
1161
  /**
942
1162
  * @public
943
- * <p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You
944
- * can get this information by using the Service Quotas console, or by listing the quotas using the
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>
1163
+ * <p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags.
1164
+ * You can get this information by using the Service Quotas console, or by listing the quotas
1165
+ * using the <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a> CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a> Amazon Web Services API operation.</p>
946
1166
  */
947
1167
  ResourceARN: string | undefined;
948
1168
  }
@@ -962,22 +1182,25 @@ export interface ListTagsForResourceResponse {
962
1182
  export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
963
1183
  /**
964
1184
  * @public
965
- * <p>The quota identifier.</p>
1185
+ * <p>Specifies the quota identifier. To find the quota code for a specific
1186
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1187
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
966
1188
  */
967
1189
  QuotaCode: string | undefined;
968
1190
  /**
969
1191
  * @public
970
- * <p>The service identifier.</p>
1192
+ * <p>Specifies the service identifier. To find the service code value
1193
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
971
1194
  */
972
1195
  ServiceCode: string | undefined;
973
1196
  /**
974
1197
  * @public
975
- * <p>The AWS Region.</p>
1198
+ * <p>Specifies the Amazon Web Services Region to which the template applies.</p>
976
1199
  */
977
1200
  AwsRegion: string | undefined;
978
1201
  /**
979
1202
  * @public
980
- * <p>The new, increased value for the quota.</p>
1203
+ * <p>Specifies the new, increased value for the quota.</p>
981
1204
  */
982
1205
  DesiredValue: number | undefined;
983
1206
  }
@@ -993,8 +1216,8 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
993
1216
  }
994
1217
  /**
995
1218
  * @public
996
- * <p>You have exceeded your service quota. To perform the requested action, remove some of the
997
- * relevant resources, or use Service Quotas to request a service quota increase.</p>
1219
+ * <p>You have exceeded your service quota. To perform the requested action, remove some of
1220
+ * the relevant resources, or use Service Quotas to request a service quota increase.</p>
998
1221
  */
999
1222
  export declare class QuotaExceededException extends __BaseException {
1000
1223
  readonly name: "QuotaExceededException";
@@ -1011,19 +1234,28 @@ export declare class QuotaExceededException extends __BaseException {
1011
1234
  export interface RequestServiceQuotaIncreaseRequest {
1012
1235
  /**
1013
1236
  * @public
1014
- * <p>The service identifier.</p>
1237
+ * <p>Specifies the service identifier. To find the service code value
1238
+ * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
1015
1239
  */
1016
1240
  ServiceCode: string | undefined;
1017
1241
  /**
1018
1242
  * @public
1019
- * <p>The quota identifier.</p>
1243
+ * <p>Specifies the quota identifier. To find the quota code for a specific
1244
+ * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1245
+ * <code>QuotaCode</code> response in the output for the quota you want.</p>
1020
1246
  */
1021
1247
  QuotaCode: string | undefined;
1022
1248
  /**
1023
1249
  * @public
1024
- * <p>The new, increased value for the quota.</p>
1250
+ * <p>Specifies the new, increased value for the quota.</p>
1025
1251
  */
1026
1252
  DesiredValue: number | undefined;
1253
+ /**
1254
+ * @public
1255
+ * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
1256
+ * depends on the context scope associated with the specified service quota.</p>
1257
+ */
1258
+ ContextId?: string;
1027
1259
  }
1028
1260
  /**
1029
1261
  * @public
@@ -1068,7 +1300,7 @@ export interface TagResourceRequest {
1068
1300
  /**
1069
1301
  * @public
1070
1302
  * <p>The Amazon Resource Name (ARN) for the applied quota. You can get this information by
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>
1303
+ * 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> CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a> Amazon Web Services API operation.</p>
1072
1304
  */
1073
1305
  ResourceARN: string | undefined;
1074
1306
  /**
@@ -1085,8 +1317,8 @@ export interface TagResourceResponse {
1085
1317
  /**
1086
1318
  * @public
1087
1319
  * <p>You've exceeded the number of tags allowed for a resource. For more information, see
1088
- * <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
1089
- * restrictions</a> in the <i>Service Quotas User Guide</i>.</p>
1320
+ * <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
1321
+ * restrictions</a> in the <i>Service Quotas User Guide</i>.</p>
1090
1322
  */
1091
1323
  export declare class TooManyTagsException extends __BaseException {
1092
1324
  readonly name: "TooManyTagsException";
@@ -1103,8 +1335,9 @@ export declare class TooManyTagsException extends __BaseException {
1103
1335
  export interface UntagResourceRequest {
1104
1336
  /**
1105
1337
  * @public
1106
- * <p>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get
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>
1338
+ * <p>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can
1339
+ * get this information by using the Service Quotas console, or by listing the quotas using the
1340
+ * <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a> CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a> Amazon Web Services API operation.</p>
1108
1341
  */
1109
1342
  ResourceARN: string | undefined;
1110
1343
  /**