@aws-sdk/client-service-quotas 3.529.1 → 3.535.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 (51) hide show
  1. package/dist-types/ServiceQuotas.d.ts +7 -1
  2. package/dist-types/ServiceQuotasClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +2 -1
  5. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +2 -1
  6. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +2 -1
  7. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +2 -1
  8. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +2 -1
  9. package/dist-types/commands/GetServiceQuotaCommand.d.ts +2 -1
  10. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +2 -1
  12. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +2 -1
  13. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +2 -1
  14. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +2 -1
  15. package/dist-types/commands/ListServiceQuotasCommand.d.ts +2 -1
  16. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +2 -1
  19. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +2 -1
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  22. package/dist-types/models/models_0.d.ts +149 -149
  23. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  24. package/dist-types/runtimeConfig.d.ts +2 -2
  25. package/dist-types/runtimeConfig.native.d.ts +2 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  27. package/dist-types/ts3.4/ServiceQuotas.d.ts +6 -0
  28. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  51. package/package.json +40 -40
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>You do not have sufficient permission to perform this action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -37,9 +37,9 @@ export interface AssociateServiceQuotaTemplateRequest {
37
37
  export interface AssociateServiceQuotaTemplateResponse {
38
38
  }
39
39
  /**
40
- * @public
41
40
  * <p>The action you attempted is not allowed unless Service Access with Service Quotas is enabled in
42
41
  * your organization.</p>
42
+ * @public
43
43
  */
44
44
  export declare class AWSServiceAccessNotEnabledException extends __BaseException {
45
45
  readonly name: "AWSServiceAccessNotEnabledException";
@@ -51,8 +51,8 @@ export declare class AWSServiceAccessNotEnabledException extends __BaseException
51
51
  constructor(opts: __ExceptionOptionType<AWSServiceAccessNotEnabledException, __BaseException>);
52
52
  }
53
53
  /**
54
- * @public
55
54
  * <p>You can't perform this action because a dependency does not have access.</p>
55
+ * @public
56
56
  */
57
57
  export declare class DependencyAccessDeniedException extends __BaseException {
58
58
  readonly name: "DependencyAccessDeniedException";
@@ -64,8 +64,8 @@ export declare class DependencyAccessDeniedException extends __BaseException {
64
64
  constructor(opts: __ExceptionOptionType<DependencyAccessDeniedException, __BaseException>);
65
65
  }
66
66
  /**
67
- * @public
68
67
  * <p>The Amazon Web Services account making this call is not a member of an organization.</p>
68
+ * @public
69
69
  */
70
70
  export declare class NoAvailableOrganizationException extends __BaseException {
71
71
  readonly name: "NoAvailableOrganizationException";
@@ -77,9 +77,9 @@ export declare class NoAvailableOrganizationException extends __BaseException {
77
77
  constructor(opts: __ExceptionOptionType<NoAvailableOrganizationException, __BaseException>);
78
78
  }
79
79
  /**
80
- * @public
81
80
  * <p>The organization that your Amazon Web Services account belongs to is not in All Features
82
81
  * mode.</p>
82
+ * @public
83
83
  */
84
84
  export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
85
85
  readonly name: "OrganizationNotInAllFeaturesModeException";
@@ -91,8 +91,8 @@ export declare class OrganizationNotInAllFeaturesModeException extends __BaseExc
91
91
  constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
92
92
  }
93
93
  /**
94
- * @public
95
94
  * <p>Something went wrong.</p>
95
+ * @public
96
96
  */
97
97
  export declare class ServiceException extends __BaseException {
98
98
  readonly name: "ServiceException";
@@ -104,8 +104,8 @@ export declare class ServiceException extends __BaseException {
104
104
  constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
105
105
  }
106
106
  /**
107
- * @public
108
107
  * <p>The Service Quotas template is not available in this Amazon Web Services Region.</p>
108
+ * @public
109
109
  */
110
110
  export declare class TemplatesNotAvailableInRegionException extends __BaseException {
111
111
  readonly name: "TemplatesNotAvailableInRegionException";
@@ -117,9 +117,9 @@ export declare class TemplatesNotAvailableInRegionException extends __BaseExcept
117
117
  constructor(opts: __ExceptionOptionType<TemplatesNotAvailableInRegionException, __BaseException>);
118
118
  }
119
119
  /**
120
- * @public
121
120
  * <p>Due to throttling, the request was denied. Slow down the rate of request calls, or
122
121
  * request an increase for this quota.</p>
122
+ * @public
123
123
  */
124
124
  export declare class TooManyRequestsException extends __BaseException {
125
125
  readonly name: "TooManyRequestsException";
@@ -135,21 +135,21 @@ export declare class TooManyRequestsException extends __BaseException {
135
135
  */
136
136
  export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
137
137
  /**
138
- * @public
139
138
  * <p>Specifies the service identifier. To find the service code value
140
139
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
140
+ * @public
141
141
  */
142
142
  ServiceCode: string | undefined;
143
143
  /**
144
- * @public
145
144
  * <p>Specifies the quota identifier. To find the quota code for a specific
146
145
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
147
146
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
147
+ * @public
148
148
  */
149
149
  QuotaCode: string | undefined;
150
150
  /**
151
- * @public
152
151
  * <p>Specifies the Amazon Web Services Region for which the request was made.</p>
152
+ * @public
153
153
  */
154
154
  AwsRegion: string | undefined;
155
155
  }
@@ -159,8 +159,8 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
159
159
  export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
160
160
  }
161
161
  /**
162
- * @public
163
162
  * <p>Invalid input was provided.</p>
163
+ * @public
164
164
  */
165
165
  export declare class IllegalArgumentException extends __BaseException {
166
166
  readonly name: "IllegalArgumentException";
@@ -172,8 +172,8 @@ export declare class IllegalArgumentException extends __BaseException {
172
172
  constructor(opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>);
173
173
  }
174
174
  /**
175
- * @public
176
175
  * <p>The specified resource does not exist.</p>
176
+ * @public
177
177
  */
178
178
  export declare class NoSuchResourceException extends __BaseException {
179
179
  readonly name: "NoSuchResourceException";
@@ -195,8 +195,8 @@ export interface DisassociateServiceQuotaTemplateRequest {
195
195
  export interface DisassociateServiceQuotaTemplateResponse {
196
196
  }
197
197
  /**
198
- * @public
199
198
  * <p>The quota request template is not associated with your organization.</p>
199
+ * @public
200
200
  */
201
201
  export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
202
202
  readonly name: "ServiceQuotaTemplateNotInUseException";
@@ -222,12 +222,11 @@ export declare const ErrorCode: {
222
222
  */
223
223
  export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
224
224
  /**
225
- * @public
226
225
  * <p>An error that explains why an action did not succeed.</p>
226
+ * @public
227
227
  */
228
228
  export interface ErrorReason {
229
229
  /**
230
- * @public
231
230
  * <p>Service Quotas returns the following error values:</p>
232
231
  * <ul>
233
232
  * <li>
@@ -252,11 +251,12 @@ export interface ErrorReason {
252
251
  * Service Quotas.</p>
253
252
  * </li>
254
253
  * </ul>
254
+ * @public
255
255
  */
256
256
  ErrorCode?: ErrorCode;
257
257
  /**
258
- * @public
259
258
  * <p>The error message.</p>
259
+ * @public
260
260
  */
261
261
  ErrorMessage?: string;
262
262
  }
@@ -282,10 +282,10 @@ export type ServiceQuotaTemplateAssociationStatus = (typeof ServiceQuotaTemplate
282
282
  */
283
283
  export interface GetAssociationForServiceQuotaTemplateResponse {
284
284
  /**
285
- * @public
286
285
  * <p>The association status. If the status is <code>ASSOCIATED</code>, the quota increase
287
286
  * requests in the template are automatically applied to new Amazon Web Services accounts in your
288
287
  * organization.</p>
288
+ * @public
289
289
  */
290
290
  ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus;
291
291
  }
@@ -294,16 +294,16 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
294
294
  */
295
295
  export interface GetAWSDefaultServiceQuotaRequest {
296
296
  /**
297
- * @public
298
297
  * <p>Specifies the service identifier. To find the service code value
299
298
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
299
+ * @public
300
300
  */
301
301
  ServiceCode: string | undefined;
302
302
  /**
303
- * @public
304
303
  * <p>Specifies the quota identifier. To find the quota code for a specific
305
304
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
306
305
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
306
+ * @public
307
307
  */
308
308
  QuotaCode: string | undefined;
309
309
  }
@@ -325,18 +325,18 @@ export declare const PeriodUnit: {
325
325
  */
326
326
  export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
327
327
  /**
328
- * @public
329
328
  * <p>Information about the quota period.</p>
329
+ * @public
330
330
  */
331
331
  export interface QuotaPeriod {
332
332
  /**
333
- * @public
334
333
  * <p>The value associated with the reported <code>PeriodUnit</code>.</p>
334
+ * @public
335
335
  */
336
336
  PeriodValue?: number;
337
337
  /**
338
- * @public
339
338
  * <p>The time unit.</p>
339
+ * @public
340
340
  */
341
341
  PeriodUnit?: PeriodUnit;
342
342
  }
@@ -353,130 +353,130 @@ export declare const QuotaContextScope: {
353
353
  */
354
354
  export type QuotaContextScope = (typeof QuotaContextScope)[keyof typeof QuotaContextScope];
355
355
  /**
356
- * @public
357
356
  * <p>A structure that describes the context for a service quota. The context identifies what the quota applies to.</p>
357
+ * @public
358
358
  */
359
359
  export interface QuotaContextInfo {
360
360
  /**
361
- * @public
362
361
  * <p>Specifies whether the quota applies to an Amazon Web Services account, or to a resource.</p>
362
+ * @public
363
363
  */
364
364
  ContextScope?: QuotaContextScope;
365
365
  /**
366
- * @public
367
366
  * <p>When the <code>ContextScope</code> is <code>RESOURCE</code>, then this specifies the resource type of the specified resource.</p>
367
+ * @public
368
368
  */
369
369
  ContextScopeType?: string;
370
370
  /**
371
- * @public
372
371
  * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
373
372
  * depends on the context scope associated with the specified service quota.</p>
373
+ * @public
374
374
  */
375
375
  ContextId?: string;
376
376
  }
377
377
  /**
378
- * @public
379
378
  * <p>Information about the CloudWatch metric that reflects quota usage.</p>
379
+ * @public
380
380
  */
381
381
  export interface MetricInfo {
382
382
  /**
383
- * @public
384
383
  * <p>The namespace of the metric.</p>
384
+ * @public
385
385
  */
386
386
  MetricNamespace?: string;
387
387
  /**
388
- * @public
389
388
  * <p>The name of the metric.</p>
389
+ * @public
390
390
  */
391
391
  MetricName?: string;
392
392
  /**
393
- * @public
394
393
  * <p>The metric dimension. This is a name/value pair that is part of the identity of a
395
394
  * metric.</p>
395
+ * @public
396
396
  */
397
397
  MetricDimensions?: Record<string, string>;
398
398
  /**
399
- * @public
400
399
  * <p>The metric statistic that we recommend you use when determining quota usage.</p>
400
+ * @public
401
401
  */
402
402
  MetricStatisticRecommendation?: string;
403
403
  }
404
404
  /**
405
- * @public
406
405
  * <p>Information about a quota.</p>
406
+ * @public
407
407
  */
408
408
  export interface ServiceQuota {
409
409
  /**
410
- * @public
411
410
  * <p>Specifies the service identifier. To find the service code value
412
411
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
412
+ * @public
413
413
  */
414
414
  ServiceCode?: string;
415
415
  /**
416
- * @public
417
416
  * <p>Specifies the service name.</p>
417
+ * @public
418
418
  */
419
419
  ServiceName?: string;
420
420
  /**
421
- * @public
422
421
  * <p>The Amazon Resource Name (ARN) of the quota.</p>
422
+ * @public
423
423
  */
424
424
  QuotaArn?: string;
425
425
  /**
426
- * @public
427
426
  * <p>Specifies the quota identifier. To find the quota code for a specific
428
427
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
429
428
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
429
+ * @public
430
430
  */
431
431
  QuotaCode?: string;
432
432
  /**
433
- * @public
434
433
  * <p>Specifies the quota name.</p>
434
+ * @public
435
435
  */
436
436
  QuotaName?: string;
437
437
  /**
438
- * @public
439
438
  * <p>The quota value.</p>
439
+ * @public
440
440
  */
441
441
  Value?: number;
442
442
  /**
443
- * @public
444
443
  * <p>The unit of measurement.</p>
444
+ * @public
445
445
  */
446
446
  Unit?: string;
447
447
  /**
448
- * @public
449
448
  * <p>Indicates whether the quota value can be increased.</p>
449
+ * @public
450
450
  */
451
451
  Adjustable?: boolean;
452
452
  /**
453
- * @public
454
453
  * <p>Indicates whether the quota is global.</p>
454
+ * @public
455
455
  */
456
456
  GlobalQuota?: boolean;
457
457
  /**
458
- * @public
459
458
  * <p>Information about the measurement.</p>
459
+ * @public
460
460
  */
461
461
  UsageMetric?: MetricInfo;
462
462
  /**
463
- * @public
464
463
  * <p>The period of time.</p>
464
+ * @public
465
465
  */
466
466
  Period?: QuotaPeriod;
467
467
  /**
468
- * @public
469
468
  * <p>The error code and error reason.</p>
469
+ * @public
470
470
  */
471
471
  ErrorReason?: ErrorReason;
472
472
  /**
473
- * @public
474
473
  * <p>Specifies at which level of granularity that the quota value is applied.</p>
474
+ * @public
475
475
  */
476
476
  QuotaAppliedAtLevel?: AppliedLevelEnum;
477
477
  /**
478
- * @public
479
478
  * <p>The context for this service quota.</p>
479
+ * @public
480
480
  */
481
481
  QuotaContext?: QuotaContextInfo;
482
482
  }
@@ -485,8 +485,8 @@ export interface ServiceQuota {
485
485
  */
486
486
  export interface GetAWSDefaultServiceQuotaResponse {
487
487
  /**
488
- * @public
489
488
  * <p>Information about the quota.</p>
489
+ * @public
490
490
  */
491
491
  Quota?: ServiceQuota;
492
492
  }
@@ -495,8 +495,8 @@ export interface GetAWSDefaultServiceQuotaResponse {
495
495
  */
496
496
  export interface GetRequestedServiceQuotaChangeRequest {
497
497
  /**
498
- * @public
499
498
  * <p>Specifies the ID of the quota increase request.</p>
499
+ * @public
500
500
  */
501
501
  RequestId: string | undefined;
502
502
  }
@@ -518,92 +518,92 @@ export declare const RequestStatus: {
518
518
  */
519
519
  export type RequestStatus = (typeof RequestStatus)[keyof typeof RequestStatus];
520
520
  /**
521
- * @public
522
521
  * <p>Information about a quota increase request.</p>
522
+ * @public
523
523
  */
524
524
  export interface RequestedServiceQuotaChange {
525
525
  /**
526
- * @public
527
526
  * <p>The unique identifier.</p>
527
+ * @public
528
528
  */
529
529
  Id?: string;
530
530
  /**
531
- * @public
532
531
  * <p>The case ID.</p>
532
+ * @public
533
533
  */
534
534
  CaseId?: string;
535
535
  /**
536
- * @public
537
536
  * <p>Specifies the service identifier. To find the service code value
538
537
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
538
+ * @public
539
539
  */
540
540
  ServiceCode?: string;
541
541
  /**
542
- * @public
543
542
  * <p>Specifies the service name.</p>
543
+ * @public
544
544
  */
545
545
  ServiceName?: string;
546
546
  /**
547
- * @public
548
547
  * <p>Specifies the quota identifier. To find the quota code for a specific
549
548
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
550
549
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
550
+ * @public
551
551
  */
552
552
  QuotaCode?: string;
553
553
  /**
554
- * @public
555
554
  * <p>Specifies the quota name.</p>
555
+ * @public
556
556
  */
557
557
  QuotaName?: string;
558
558
  /**
559
- * @public
560
559
  * <p>The new, increased value for the quota.</p>
560
+ * @public
561
561
  */
562
562
  DesiredValue?: number;
563
563
  /**
564
- * @public
565
564
  * <p>The state of the quota increase request.</p>
565
+ * @public
566
566
  */
567
567
  Status?: RequestStatus;
568
568
  /**
569
- * @public
570
569
  * <p>The date and time when the quota increase request was received and the case ID was
571
570
  * created.</p>
571
+ * @public
572
572
  */
573
573
  Created?: Date;
574
574
  /**
575
- * @public
576
575
  * <p>The date and time of the most recent change.</p>
576
+ * @public
577
577
  */
578
578
  LastUpdated?: Date;
579
579
  /**
580
- * @public
581
580
  * <p>The IAM identity of the requester.</p>
581
+ * @public
582
582
  */
583
583
  Requester?: string;
584
584
  /**
585
- * @public
586
585
  * <p>The Amazon Resource Name (ARN) of the quota.</p>
586
+ * @public
587
587
  */
588
588
  QuotaArn?: string;
589
589
  /**
590
- * @public
591
590
  * <p>Indicates whether the quota is global.</p>
591
+ * @public
592
592
  */
593
593
  GlobalQuota?: boolean;
594
594
  /**
595
- * @public
596
595
  * <p>The unit of measurement.</p>
596
+ * @public
597
597
  */
598
598
  Unit?: string;
599
599
  /**
600
- * @public
601
600
  * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
601
+ * @public
602
602
  */
603
603
  QuotaRequestedAtLevel?: AppliedLevelEnum;
604
604
  /**
605
- * @public
606
605
  * <p>The context for this service quota.</p>
606
+ * @public
607
607
  */
608
608
  QuotaContext?: QuotaContextInfo;
609
609
  }
@@ -612,8 +612,8 @@ export interface RequestedServiceQuotaChange {
612
612
  */
613
613
  export interface GetRequestedServiceQuotaChangeResponse {
614
614
  /**
615
- * @public
616
615
  * <p>Information about the quota increase request.</p>
616
+ * @public
617
617
  */
618
618
  RequestedQuota?: RequestedServiceQuotaChange;
619
619
  }
@@ -622,22 +622,22 @@ export interface GetRequestedServiceQuotaChangeResponse {
622
622
  */
623
623
  export interface GetServiceQuotaRequest {
624
624
  /**
625
- * @public
626
625
  * <p>Specifies the service identifier. To find the service code value
627
626
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
627
+ * @public
628
628
  */
629
629
  ServiceCode: string | undefined;
630
630
  /**
631
- * @public
632
631
  * <p>Specifies the quota identifier. To find the quota code for a specific
633
632
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
634
633
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
634
+ * @public
635
635
  */
636
636
  QuotaCode: string | undefined;
637
637
  /**
638
- * @public
639
638
  * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
640
639
  * depends on the context scope associated with the specified service quota.</p>
640
+ * @public
641
641
  */
642
642
  ContextId?: string;
643
643
  }
@@ -646,8 +646,8 @@ export interface GetServiceQuotaRequest {
646
646
  */
647
647
  export interface GetServiceQuotaResponse {
648
648
  /**
649
- * @public
650
649
  * <p>Information about the quota.</p>
650
+ * @public
651
651
  */
652
652
  Quota?: ServiceQuota;
653
653
  }
@@ -656,70 +656,70 @@ export interface GetServiceQuotaResponse {
656
656
  */
657
657
  export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
658
658
  /**
659
- * @public
660
659
  * <p>Specifies the service identifier. To find the service code value
661
660
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
661
+ * @public
662
662
  */
663
663
  ServiceCode: string | undefined;
664
664
  /**
665
- * @public
666
665
  * <p>Specifies the quota identifier. To find the quota code for a specific
667
666
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
668
667
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
668
+ * @public
669
669
  */
670
670
  QuotaCode: string | undefined;
671
671
  /**
672
- * @public
673
672
  * <p>Specifies the Amazon Web Services Region for which you made the request.</p>
673
+ * @public
674
674
  */
675
675
  AwsRegion: string | undefined;
676
676
  }
677
677
  /**
678
- * @public
679
678
  * <p>Information about a quota increase request.</p>
679
+ * @public
680
680
  */
681
681
  export interface ServiceQuotaIncreaseRequestInTemplate {
682
682
  /**
683
- * @public
684
683
  * <p>Specifies the service identifier. To find the service code value
685
684
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
685
+ * @public
686
686
  */
687
687
  ServiceCode?: string;
688
688
  /**
689
- * @public
690
689
  * <p>Specifies the service name.</p>
690
+ * @public
691
691
  */
692
692
  ServiceName?: string;
693
693
  /**
694
- * @public
695
694
  * <p>Specifies the quota identifier. To find the quota code for a specific
696
695
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
697
696
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
697
+ * @public
698
698
  */
699
699
  QuotaCode?: string;
700
700
  /**
701
- * @public
702
701
  * <p>Specifies the quota name.</p>
702
+ * @public
703
703
  */
704
704
  QuotaName?: string;
705
705
  /**
706
- * @public
707
706
  * <p>The new, increased value of the quota.</p>
707
+ * @public
708
708
  */
709
709
  DesiredValue?: number;
710
710
  /**
711
- * @public
712
711
  * <p>The Amazon Web Services Region.</p>
712
+ * @public
713
713
  */
714
714
  AwsRegion?: string;
715
715
  /**
716
- * @public
717
716
  * <p>The unit of measurement.</p>
717
+ * @public
718
718
  */
719
719
  Unit?: string;
720
720
  /**
721
- * @public
722
721
  * <p>Indicates whether the quota is global.</p>
722
+ * @public
723
723
  */
724
724
  GlobalQuota?: boolean;
725
725
  }
@@ -728,34 +728,34 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
728
728
  */
729
729
  export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
730
730
  /**
731
- * @public
732
731
  * <p>Information about the quota increase request.</p>
732
+ * @public
733
733
  */
734
734
  ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
735
735
  }
736
736
  /**
737
- * @public
738
737
  * <p>A complex data type that contains a tag key and tag value.</p>
738
+ * @public
739
739
  */
740
740
  export interface Tag {
741
741
  /**
742
- * @public
743
742
  * <p>A string that contains a tag key. The string length should be between 1 and 128
744
743
  * characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _
745
744
  * - . : / = + @.</p>
745
+ * @public
746
746
  */
747
747
  Key: string | undefined;
748
748
  /**
749
- * @public
750
749
  * <p>A string that contains an optional tag value. The string length should be between 0
751
750
  * and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special
752
751
  * characters _ - . : / = + @.</p>
752
+ * @public
753
753
  */
754
754
  Value: string | undefined;
755
755
  }
756
756
  /**
757
- * @public
758
757
  * <p>Invalid input was provided.</p>
758
+ * @public
759
759
  */
760
760
  export declare class InvalidPaginationTokenException extends __BaseException {
761
761
  readonly name: "InvalidPaginationTokenException";
@@ -767,8 +767,8 @@ export declare class InvalidPaginationTokenException extends __BaseException {
767
767
  constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
768
768
  }
769
769
  /**
770
- * @public
771
770
  * <p>The resource is in an invalid state.</p>
771
+ * @public
772
772
  */
773
773
  export declare class InvalidResourceStateException extends __BaseException {
774
774
  readonly name: "InvalidResourceStateException";
@@ -784,22 +784,21 @@ export declare class InvalidResourceStateException extends __BaseException {
784
784
  */
785
785
  export interface ListAWSDefaultServiceQuotasRequest {
786
786
  /**
787
- * @public
788
787
  * <p>Specifies the service identifier. To find the service code value
789
788
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
789
+ * @public
790
790
  */
791
791
  ServiceCode: string | undefined;
792
792
  /**
793
- * @public
794
793
  * <p>Specifies a value for receiving additional results after you
795
794
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
796
795
  * response indicates that more output is available. Set this parameter to the value of the previous
797
796
  * call's <code>NextToken</code> response to indicate where the output should continue
798
797
  * from.</p>
798
+ * @public
799
799
  */
800
800
  NextToken?: string;
801
801
  /**
802
- * @public
803
802
  * <p>Specifies the maximum number of results that you want included on each
804
803
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
805
804
  * to the operation. If additional items exist beyond those included in the current response, the
@@ -811,6 +810,7 @@ export interface ListAWSDefaultServiceQuotasRequest {
811
810
  * more results available. You should check <code>NextToken</code> after every operation to ensure
812
811
  * that you receive all of the results.</p>
813
812
  * </note>
813
+ * @public
814
814
  */
815
815
  MaxResults?: number;
816
816
  }
@@ -819,16 +819,16 @@ export interface ListAWSDefaultServiceQuotasRequest {
819
819
  */
820
820
  export interface ListAWSDefaultServiceQuotasResponse {
821
821
  /**
822
- * @public
823
822
  * <p>If present, indicates that more output is available than is
824
823
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
825
824
  * in a subsequent call to the operation to get the next part of the output. You should repeat this
826
825
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
826
+ * @public
827
827
  */
828
828
  NextToken?: string;
829
829
  /**
830
- * @public
831
830
  * <p>Information about the quotas.</p>
831
+ * @public
832
832
  */
833
833
  Quotas?: ServiceQuota[];
834
834
  }
@@ -837,28 +837,27 @@ export interface ListAWSDefaultServiceQuotasResponse {
837
837
  */
838
838
  export interface ListRequestedServiceQuotaChangeHistoryRequest {
839
839
  /**
840
- * @public
841
840
  * <p>Specifies the service identifier. To find the service code value
842
841
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
842
+ * @public
843
843
  */
844
844
  ServiceCode?: string;
845
845
  /**
846
- * @public
847
846
  * <p>Specifies that you want to filter the results to only the requests with the matching
848
847
  * status.</p>
848
+ * @public
849
849
  */
850
850
  Status?: RequestStatus;
851
851
  /**
852
- * @public
853
852
  * <p>Specifies a value for receiving additional results after you
854
853
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
855
854
  * response indicates that more output is available. Set this parameter to the value of the previous
856
855
  * call's <code>NextToken</code> response to indicate where the output should continue
857
856
  * from.</p>
857
+ * @public
858
858
  */
859
859
  NextToken?: string;
860
860
  /**
861
- * @public
862
861
  * <p>Specifies the maximum number of results that you want included on each
863
862
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
864
863
  * to the operation. If additional items exist beyond those included in the current response, the
@@ -870,11 +869,12 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
870
869
  * more results available. You should check <code>NextToken</code> after every operation to ensure
871
870
  * that you receive all of the results.</p>
872
871
  * </note>
872
+ * @public
873
873
  */
874
874
  MaxResults?: number;
875
875
  /**
876
- * @public
877
876
  * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
877
+ * @public
878
878
  */
879
879
  QuotaRequestedAtLevel?: AppliedLevelEnum;
880
880
  }
@@ -883,16 +883,16 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
883
883
  */
884
884
  export interface ListRequestedServiceQuotaChangeHistoryResponse {
885
885
  /**
886
- * @public
887
886
  * <p>If present, indicates that more output is available than is
888
887
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
889
888
  * in a subsequent call to the operation to get the next part of the output. You should repeat this
890
889
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
890
+ * @public
891
891
  */
892
892
  NextToken?: string;
893
893
  /**
894
- * @public
895
894
  * <p>Information about the quota increase requests.</p>
895
+ * @public
896
896
  */
897
897
  RequestedQuotas?: RequestedServiceQuotaChange[];
898
898
  }
@@ -901,35 +901,34 @@ export interface ListRequestedServiceQuotaChangeHistoryResponse {
901
901
  */
902
902
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
903
903
  /**
904
- * @public
905
904
  * <p>Specifies the service identifier. To find the service code value
906
905
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
906
+ * @public
907
907
  */
908
908
  ServiceCode: string | undefined;
909
909
  /**
910
- * @public
911
910
  * <p>Specifies the quota identifier. To find the quota code for a specific
912
911
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
913
912
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
913
+ * @public
914
914
  */
915
915
  QuotaCode: string | undefined;
916
916
  /**
917
- * @public
918
917
  * <p>Specifies that you want to filter the results to only the requests with the matching
919
918
  * status.</p>
919
+ * @public
920
920
  */
921
921
  Status?: RequestStatus;
922
922
  /**
923
- * @public
924
923
  * <p>Specifies a value for receiving additional results after you
925
924
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
926
925
  * response indicates that more output is available. Set this parameter to the value of the previous
927
926
  * call's <code>NextToken</code> response to indicate where the output should continue
928
927
  * from.</p>
928
+ * @public
929
929
  */
930
930
  NextToken?: string;
931
931
  /**
932
- * @public
933
932
  * <p>Specifies the maximum number of results that you want included on each
934
933
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
935
934
  * to the operation. If additional items exist beyond those included in the current response, the
@@ -941,11 +940,12 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
941
940
  * more results available. You should check <code>NextToken</code> after every operation to ensure
942
941
  * that you receive all of the results.</p>
943
942
  * </note>
943
+ * @public
944
944
  */
945
945
  MaxResults?: number;
946
946
  /**
947
- * @public
948
947
  * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
948
+ * @public
949
949
  */
950
950
  QuotaRequestedAtLevel?: AppliedLevelEnum;
951
951
  }
@@ -954,16 +954,16 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
954
954
  */
955
955
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
956
956
  /**
957
- * @public
958
957
  * <p>If present, indicates that more output is available than is
959
958
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
960
959
  * in a subsequent call to the operation to get the next part of the output. You should repeat this
961
960
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
961
+ * @public
962
962
  */
963
963
  NextToken?: string;
964
964
  /**
965
- * @public
966
965
  * <p>Information about the quota increase requests.</p>
966
+ * @public
967
967
  */
968
968
  RequestedQuotas?: RequestedServiceQuotaChange[];
969
969
  }
@@ -972,27 +972,26 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
972
972
  */
973
973
  export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
974
974
  /**
975
- * @public
976
975
  * <p>Specifies the service identifier. To find the service code value
977
976
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
977
+ * @public
978
978
  */
979
979
  ServiceCode?: string;
980
980
  /**
981
- * @public
982
981
  * <p>Specifies the Amazon Web Services Region for which you made the request.</p>
982
+ * @public
983
983
  */
984
984
  AwsRegion?: string;
985
985
  /**
986
- * @public
987
986
  * <p>Specifies a value for receiving additional results after you
988
987
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
989
988
  * response indicates that more output is available. Set this parameter to the value of the previous
990
989
  * call's <code>NextToken</code> response to indicate where the output should continue
991
990
  * from.</p>
991
+ * @public
992
992
  */
993
993
  NextToken?: string;
994
994
  /**
995
- * @public
996
995
  * <p>Specifies the maximum number of results that you want included on each
997
996
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
998
997
  * to the operation. If additional items exist beyond those included in the current response, the
@@ -1004,6 +1003,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
1004
1003
  * more results available. You should check <code>NextToken</code> after every operation to ensure
1005
1004
  * that you receive all of the results.</p>
1006
1005
  * </note>
1006
+ * @public
1007
1007
  */
1008
1008
  MaxResults?: number;
1009
1009
  }
@@ -1012,16 +1012,16 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
1012
1012
  */
1013
1013
  export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
1014
1014
  /**
1015
- * @public
1016
1015
  * <p>Information about the quota increase requests.</p>
1016
+ * @public
1017
1017
  */
1018
1018
  ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
1019
1019
  /**
1020
- * @public
1021
1020
  * <p>If present, indicates that more output is available than is
1022
1021
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
1023
1022
  * in a subsequent call to the operation to get the next part of the output. You should repeat this
1024
1023
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
1024
+ * @public
1025
1025
  */
1026
1026
  NextToken?: string;
1027
1027
  }
@@ -1030,22 +1030,21 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
1030
1030
  */
1031
1031
  export interface ListServiceQuotasRequest {
1032
1032
  /**
1033
- * @public
1034
1033
  * <p>Specifies the service identifier. To find the service code value
1035
1034
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
1035
+ * @public
1036
1036
  */
1037
1037
  ServiceCode: string | undefined;
1038
1038
  /**
1039
- * @public
1040
1039
  * <p>Specifies a value for receiving additional results after you
1041
1040
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
1042
1041
  * response indicates that more output is available. Set this parameter to the value of the previous
1043
1042
  * call's <code>NextToken</code> response to indicate where the output should continue
1044
1043
  * from.</p>
1044
+ * @public
1045
1045
  */
1046
1046
  NextToken?: string;
1047
1047
  /**
1048
- * @public
1049
1048
  * <p>Specifies the maximum number of results that you want included on each
1050
1049
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
1051
1050
  * to the operation. If additional items exist beyond those included in the current response, the
@@ -1057,18 +1056,19 @@ export interface ListServiceQuotasRequest {
1057
1056
  * more results available. You should check <code>NextToken</code> after every operation to ensure
1058
1057
  * that you receive all of the results.</p>
1059
1058
  * </note>
1059
+ * @public
1060
1060
  */
1061
1061
  MaxResults?: number;
1062
1062
  /**
1063
- * @public
1064
1063
  * <p>Specifies the quota identifier. To find the quota code for a specific
1065
1064
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1066
1065
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
1066
+ * @public
1067
1067
  */
1068
1068
  QuotaCode?: string;
1069
1069
  /**
1070
- * @public
1071
1070
  * <p>Specifies at which level of granularity that the quota value is applied.</p>
1071
+ * @public
1072
1072
  */
1073
1073
  QuotaAppliedAtLevel?: AppliedLevelEnum;
1074
1074
  }
@@ -1077,16 +1077,16 @@ export interface ListServiceQuotasRequest {
1077
1077
  */
1078
1078
  export interface ListServiceQuotasResponse {
1079
1079
  /**
1080
- * @public
1081
1080
  * <p>If present, indicates that more output is available than is
1082
1081
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
1083
1082
  * in a subsequent call to the operation to get the next part of the output. You should repeat this
1084
1083
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
1084
+ * @public
1085
1085
  */
1086
1086
  NextToken?: string;
1087
1087
  /**
1088
- * @public
1089
1088
  * <p>Information about the quotas.</p>
1089
+ * @public
1090
1090
  */
1091
1091
  Quotas?: ServiceQuota[];
1092
1092
  }
@@ -1095,16 +1095,15 @@ export interface ListServiceQuotasResponse {
1095
1095
  */
1096
1096
  export interface ListServicesRequest {
1097
1097
  /**
1098
- * @public
1099
1098
  * <p>Specifies a value for receiving additional results after you
1100
1099
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
1101
1100
  * response indicates that more output is available. Set this parameter to the value of the previous
1102
1101
  * call's <code>NextToken</code> response to indicate where the output should continue
1103
1102
  * from.</p>
1103
+ * @public
1104
1104
  */
1105
1105
  NextToken?: string;
1106
1106
  /**
1107
- * @public
1108
1107
  * <p>Specifies the maximum number of results that you want included on each
1109
1108
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
1110
1109
  * to the operation. If additional items exist beyond those included in the current response, the
@@ -1116,23 +1115,24 @@ export interface ListServicesRequest {
1116
1115
  * more results available. You should check <code>NextToken</code> after every operation to ensure
1117
1116
  * that you receive all of the results.</p>
1118
1117
  * </note>
1118
+ * @public
1119
1119
  */
1120
1120
  MaxResults?: number;
1121
1121
  }
1122
1122
  /**
1123
- * @public
1124
1123
  * <p>Information about an Amazon Web Service.</p>
1124
+ * @public
1125
1125
  */
1126
1126
  export interface ServiceInfo {
1127
1127
  /**
1128
- * @public
1129
1128
  * <p>Specifies the service identifier. To find the service code value
1130
1129
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
1130
+ * @public
1131
1131
  */
1132
1132
  ServiceCode?: string;
1133
1133
  /**
1134
- * @public
1135
1134
  * <p>Specifies the service name.</p>
1135
+ * @public
1136
1136
  */
1137
1137
  ServiceName?: string;
1138
1138
  }
@@ -1141,16 +1141,16 @@ export interface ServiceInfo {
1141
1141
  */
1142
1142
  export interface ListServicesResponse {
1143
1143
  /**
1144
- * @public
1145
1144
  * <p>If present, indicates that more output is available than is
1146
1145
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
1147
1146
  * in a subsequent call to the operation to get the next part of the output. You should repeat this
1148
1147
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  NextToken?: string;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The list of the Amazon Web Service names and service codes.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  Services?: ServiceInfo[];
1156
1156
  }
@@ -1159,10 +1159,10 @@ export interface ListServicesResponse {
1159
1159
  */
1160
1160
  export interface ListTagsForResourceRequest {
1161
1161
  /**
1162
- * @public
1163
1162
  * <p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags.
1164
1163
  * You can get this information by using the Service Quotas console, or by listing the quotas
1165
1164
  * 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>
1165
+ * @public
1166
1166
  */
1167
1167
  ResourceARN: string | undefined;
1168
1168
  }
@@ -1171,8 +1171,8 @@ export interface ListTagsForResourceRequest {
1171
1171
  */
1172
1172
  export interface ListTagsForResourceResponse {
1173
1173
  /**
1174
- * @public
1175
1174
  * <p>A complex data type that contains zero or more tag elements.</p>
1175
+ * @public
1176
1176
  */
1177
1177
  Tags?: Tag[];
1178
1178
  }
@@ -1181,26 +1181,26 @@ export interface ListTagsForResourceResponse {
1181
1181
  */
1182
1182
  export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
1183
1183
  /**
1184
- * @public
1185
1184
  * <p>Specifies the quota identifier. To find the quota code for a specific
1186
1185
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1187
1186
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
1187
+ * @public
1188
1188
  */
1189
1189
  QuotaCode: string | undefined;
1190
1190
  /**
1191
- * @public
1192
1191
  * <p>Specifies the service identifier. To find the service code value
1193
1192
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
1193
+ * @public
1194
1194
  */
1195
1195
  ServiceCode: string | undefined;
1196
1196
  /**
1197
- * @public
1198
1197
  * <p>Specifies the Amazon Web Services Region to which the template applies.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  AwsRegion: string | undefined;
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>Specifies the new, increased value for the quota.</p>
1203
+ * @public
1204
1204
  */
1205
1205
  DesiredValue: number | undefined;
1206
1206
  }
@@ -1209,15 +1209,15 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
1209
1209
  */
1210
1210
  export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
1211
1211
  /**
1212
- * @public
1213
1212
  * <p>Information about the quota increase request.</p>
1213
+ * @public
1214
1214
  */
1215
1215
  ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
1216
1216
  }
1217
1217
  /**
1218
- * @public
1219
1218
  * <p>You have exceeded your service quota. To perform the requested action, remove some of
1220
1219
  * the relevant resources, or use Service Quotas to request a service quota increase.</p>
1220
+ * @public
1221
1221
  */
1222
1222
  export declare class QuotaExceededException extends __BaseException {
1223
1223
  readonly name: "QuotaExceededException";
@@ -1233,27 +1233,27 @@ export declare class QuotaExceededException extends __BaseException {
1233
1233
  */
1234
1234
  export interface RequestServiceQuotaIncreaseRequest {
1235
1235
  /**
1236
- * @public
1237
1236
  * <p>Specifies the service identifier. To find the service code value
1238
1237
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
1238
+ * @public
1239
1239
  */
1240
1240
  ServiceCode: string | undefined;
1241
1241
  /**
1242
- * @public
1243
1242
  * <p>Specifies the quota identifier. To find the quota code for a specific
1244
1243
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1245
1244
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
1245
+ * @public
1246
1246
  */
1247
1247
  QuotaCode: string | undefined;
1248
1248
  /**
1249
- * @public
1250
1249
  * <p>Specifies the new, increased value for the quota.</p>
1250
+ * @public
1251
1251
  */
1252
1252
  DesiredValue: number | undefined;
1253
1253
  /**
1254
- * @public
1255
1254
  * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
1256
1255
  * depends on the context scope associated with the specified service quota.</p>
1256
+ * @public
1257
1257
  */
1258
1258
  ContextId?: string;
1259
1259
  }
@@ -1262,14 +1262,14 @@ export interface RequestServiceQuotaIncreaseRequest {
1262
1262
  */
1263
1263
  export interface RequestServiceQuotaIncreaseResponse {
1264
1264
  /**
1265
- * @public
1266
1265
  * <p>Information about the quota increase request.</p>
1266
+ * @public
1267
1267
  */
1268
1268
  RequestedQuota?: RequestedServiceQuotaChange;
1269
1269
  }
1270
1270
  /**
1271
- * @public
1272
1271
  * <p>The specified resource already exists.</p>
1272
+ * @public
1273
1273
  */
1274
1274
  export declare class ResourceAlreadyExistsException extends __BaseException {
1275
1275
  readonly name: "ResourceAlreadyExistsException";
@@ -1281,8 +1281,8 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
1281
1281
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
1282
1282
  }
1283
1283
  /**
1284
- * @public
1285
1284
  * <p>The specified tag is a reserved word and cannot be used.</p>
1285
+ * @public
1286
1286
  */
1287
1287
  export declare class TagPolicyViolationException extends __BaseException {
1288
1288
  readonly name: "TagPolicyViolationException";
@@ -1298,14 +1298,14 @@ export declare class TagPolicyViolationException extends __BaseException {
1298
1298
  */
1299
1299
  export interface TagResourceRequest {
1300
1300
  /**
1301
- * @public
1302
1301
  * <p>The Amazon Resource Name (ARN) for the applied quota. You can get this information by
1303
1302
  * 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>
1303
+ * @public
1304
1304
  */
1305
1305
  ResourceARN: string | undefined;
1306
1306
  /**
1307
- * @public
1308
1307
  * <p>The tags that you want to add to the resource.</p>
1308
+ * @public
1309
1309
  */
1310
1310
  Tags: Tag[] | undefined;
1311
1311
  }
@@ -1315,10 +1315,10 @@ export interface TagResourceRequest {
1315
1315
  export interface TagResourceResponse {
1316
1316
  }
1317
1317
  /**
1318
- * @public
1319
1318
  * <p>You've exceeded the number of tags allowed for a resource. For more information, see
1320
1319
  * <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
1321
1320
  * restrictions</a> in the <i>Service Quotas User Guide</i>.</p>
1321
+ * @public
1322
1322
  */
1323
1323
  export declare class TooManyTagsException extends __BaseException {
1324
1324
  readonly name: "TooManyTagsException";
@@ -1334,15 +1334,15 @@ export declare class TooManyTagsException extends __BaseException {
1334
1334
  */
1335
1335
  export interface UntagResourceRequest {
1336
1336
  /**
1337
- * @public
1338
1337
  * <p>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can
1339
1338
  * get this information by using the Service Quotas console, or by listing the quotas using the
1340
1339
  * <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>
1340
+ * @public
1341
1341
  */
1342
1342
  ResourceARN: string | undefined;
1343
1343
  /**
1344
- * @public
1345
1344
  * <p>The keys of the tags that you want to remove from the resource.</p>
1345
+ * @public
1346
1346
  */
1347
1347
  TagKeys: string[] | undefined;
1348
1348
  }