@aws-sdk/client-service-quotas 3.686.0 → 3.691.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.
@@ -7,7 +7,7 @@ import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuota
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
9
9
  readonly $fault: "client";
10
- Message?: string;
10
+ Message?: string | undefined;
11
11
  /**
12
12
  * @internal
13
13
  */
@@ -44,7 +44,7 @@ export interface AssociateServiceQuotaTemplateResponse {
44
44
  export declare class AWSServiceAccessNotEnabledException extends __BaseException {
45
45
  readonly name: "AWSServiceAccessNotEnabledException";
46
46
  readonly $fault: "client";
47
- Message?: string;
47
+ Message?: string | undefined;
48
48
  /**
49
49
  * @internal
50
50
  */
@@ -57,7 +57,7 @@ export declare class AWSServiceAccessNotEnabledException extends __BaseException
57
57
  export declare class DependencyAccessDeniedException extends __BaseException {
58
58
  readonly name: "DependencyAccessDeniedException";
59
59
  readonly $fault: "client";
60
- Message?: string;
60
+ Message?: string | undefined;
61
61
  /**
62
62
  * @internal
63
63
  */
@@ -70,7 +70,7 @@ export declare class DependencyAccessDeniedException extends __BaseException {
70
70
  export declare class NoAvailableOrganizationException extends __BaseException {
71
71
  readonly name: "NoAvailableOrganizationException";
72
72
  readonly $fault: "client";
73
- Message?: string;
73
+ Message?: string | undefined;
74
74
  /**
75
75
  * @internal
76
76
  */
@@ -84,7 +84,7 @@ export declare class NoAvailableOrganizationException extends __BaseException {
84
84
  export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
85
85
  readonly name: "OrganizationNotInAllFeaturesModeException";
86
86
  readonly $fault: "client";
87
- Message?: string;
87
+ Message?: string | undefined;
88
88
  /**
89
89
  * @internal
90
90
  */
@@ -97,7 +97,7 @@ export declare class OrganizationNotInAllFeaturesModeException extends __BaseExc
97
97
  export declare class ServiceException extends __BaseException {
98
98
  readonly name: "ServiceException";
99
99
  readonly $fault: "server";
100
- Message?: string;
100
+ Message?: string | undefined;
101
101
  /**
102
102
  * @internal
103
103
  */
@@ -110,7 +110,7 @@ export declare class ServiceException extends __BaseException {
110
110
  export declare class TemplatesNotAvailableInRegionException extends __BaseException {
111
111
  readonly name: "TemplatesNotAvailableInRegionException";
112
112
  readonly $fault: "client";
113
- Message?: string;
113
+ Message?: string | undefined;
114
114
  /**
115
115
  * @internal
116
116
  */
@@ -124,7 +124,7 @@ export declare class TemplatesNotAvailableInRegionException extends __BaseExcept
124
124
  export declare class TooManyRequestsException extends __BaseException {
125
125
  readonly name: "TooManyRequestsException";
126
126
  readonly $fault: "client";
127
- Message?: string;
127
+ Message?: string | undefined;
128
128
  /**
129
129
  * @internal
130
130
  */
@@ -165,7 +165,7 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
165
165
  export declare class IllegalArgumentException extends __BaseException {
166
166
  readonly name: "IllegalArgumentException";
167
167
  readonly $fault: "client";
168
- Message?: string;
168
+ Message?: string | undefined;
169
169
  /**
170
170
  * @internal
171
171
  */
@@ -178,7 +178,7 @@ export declare class IllegalArgumentException extends __BaseException {
178
178
  export declare class NoSuchResourceException extends __BaseException {
179
179
  readonly name: "NoSuchResourceException";
180
180
  readonly $fault: "client";
181
- Message?: string;
181
+ Message?: string | undefined;
182
182
  /**
183
183
  * @internal
184
184
  */
@@ -201,7 +201,7 @@ export interface DisassociateServiceQuotaTemplateResponse {
201
201
  export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
202
202
  readonly name: "ServiceQuotaTemplateNotInUseException";
203
203
  readonly $fault: "client";
204
- Message?: string;
204
+ Message?: string | undefined;
205
205
  /**
206
206
  * @internal
207
207
  */
@@ -253,12 +253,12 @@ export interface ErrorReason {
253
253
  * </ul>
254
254
  * @public
255
255
  */
256
- ErrorCode?: ErrorCode;
256
+ ErrorCode?: ErrorCode | undefined;
257
257
  /**
258
258
  * <p>The error message.</p>
259
259
  * @public
260
260
  */
261
- ErrorMessage?: string;
261
+ ErrorMessage?: string | undefined;
262
262
  }
263
263
  /**
264
264
  * @public
@@ -287,7 +287,7 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
287
287
  * organization.</p>
288
288
  * @public
289
289
  */
290
- ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus;
290
+ ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus | undefined;
291
291
  }
292
292
  /**
293
293
  * @public
@@ -333,12 +333,12 @@ export interface QuotaPeriod {
333
333
  * <p>The value associated with the reported <code>PeriodUnit</code>.</p>
334
334
  * @public
335
335
  */
336
- PeriodValue?: number;
336
+ PeriodValue?: number | undefined;
337
337
  /**
338
338
  * <p>The time unit.</p>
339
339
  * @public
340
340
  */
341
- PeriodUnit?: PeriodUnit;
341
+ PeriodUnit?: PeriodUnit | undefined;
342
342
  }
343
343
  /**
344
344
  * @public
@@ -361,18 +361,18 @@ export interface QuotaContextInfo {
361
361
  * <p>Specifies whether the quota applies to an Amazon Web Services account, or to a resource.</p>
362
362
  * @public
363
363
  */
364
- ContextScope?: QuotaContextScope;
364
+ ContextScope?: QuotaContextScope | undefined;
365
365
  /**
366
366
  * <p>When the <code>ContextScope</code> is <code>RESOURCE</code>, then this specifies the resource type of the specified resource.</p>
367
367
  * @public
368
368
  */
369
- ContextScopeType?: string;
369
+ ContextScopeType?: string | undefined;
370
370
  /**
371
371
  * <p>Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field
372
372
  * depends on the context scope associated with the specified service quota.</p>
373
373
  * @public
374
374
  */
375
- ContextId?: string;
375
+ ContextId?: string | undefined;
376
376
  }
377
377
  /**
378
378
  * <p>Information about the CloudWatch metric that reflects quota usage.</p>
@@ -383,23 +383,23 @@ export interface MetricInfo {
383
383
  * <p>The namespace of the metric.</p>
384
384
  * @public
385
385
  */
386
- MetricNamespace?: string;
386
+ MetricNamespace?: string | undefined;
387
387
  /**
388
388
  * <p>The name of the metric.</p>
389
389
  * @public
390
390
  */
391
- MetricName?: string;
391
+ MetricName?: string | undefined;
392
392
  /**
393
393
  * <p>The metric dimension. This is a name/value pair that is part of the identity of a
394
394
  * metric.</p>
395
395
  * @public
396
396
  */
397
- MetricDimensions?: Record<string, string>;
397
+ MetricDimensions?: Record<string, string> | undefined;
398
398
  /**
399
399
  * <p>The metric statistic that we recommend you use when determining quota usage.</p>
400
400
  * @public
401
401
  */
402
- MetricStatisticRecommendation?: string;
402
+ MetricStatisticRecommendation?: string | undefined;
403
403
  }
404
404
  /**
405
405
  * <p>Information about a quota.</p>
@@ -411,74 +411,74 @@ export interface ServiceQuota {
411
411
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
412
412
  * @public
413
413
  */
414
- ServiceCode?: string;
414
+ ServiceCode?: string | undefined;
415
415
  /**
416
416
  * <p>Specifies the service name.</p>
417
417
  * @public
418
418
  */
419
- ServiceName?: string;
419
+ ServiceName?: string | undefined;
420
420
  /**
421
421
  * <p>The Amazon Resource Name (ARN) of the quota.</p>
422
422
  * @public
423
423
  */
424
- QuotaArn?: string;
424
+ QuotaArn?: string | undefined;
425
425
  /**
426
426
  * <p>Specifies the quota identifier. To find the quota code for a specific
427
427
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
428
428
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
429
429
  * @public
430
430
  */
431
- QuotaCode?: string;
431
+ QuotaCode?: string | undefined;
432
432
  /**
433
433
  * <p>Specifies the quota name.</p>
434
434
  * @public
435
435
  */
436
- QuotaName?: string;
436
+ QuotaName?: string | undefined;
437
437
  /**
438
438
  * <p>The quota value.</p>
439
439
  * @public
440
440
  */
441
- Value?: number;
441
+ Value?: number | undefined;
442
442
  /**
443
443
  * <p>The unit of measurement.</p>
444
444
  * @public
445
445
  */
446
- Unit?: string;
446
+ Unit?: string | undefined;
447
447
  /**
448
448
  * <p>Indicates whether the quota value can be increased.</p>
449
449
  * @public
450
450
  */
451
- Adjustable?: boolean;
451
+ Adjustable?: boolean | undefined;
452
452
  /**
453
453
  * <p>Indicates whether the quota is global.</p>
454
454
  * @public
455
455
  */
456
- GlobalQuota?: boolean;
456
+ GlobalQuota?: boolean | undefined;
457
457
  /**
458
458
  * <p>Information about the measurement.</p>
459
459
  * @public
460
460
  */
461
- UsageMetric?: MetricInfo;
461
+ UsageMetric?: MetricInfo | undefined;
462
462
  /**
463
463
  * <p>The period of time.</p>
464
464
  * @public
465
465
  */
466
- Period?: QuotaPeriod;
466
+ Period?: QuotaPeriod | undefined;
467
467
  /**
468
468
  * <p>The error code and error reason.</p>
469
469
  * @public
470
470
  */
471
- ErrorReason?: ErrorReason;
471
+ ErrorReason?: ErrorReason | undefined;
472
472
  /**
473
473
  * <p>Specifies at which level of granularity that the quota value is applied.</p>
474
474
  * @public
475
475
  */
476
- QuotaAppliedAtLevel?: AppliedLevelEnum;
476
+ QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
477
477
  /**
478
478
  * <p>The context for this service quota.</p>
479
479
  * @public
480
480
  */
481
- QuotaContext?: QuotaContextInfo;
481
+ QuotaContext?: QuotaContextInfo | undefined;
482
482
  }
483
483
  /**
484
484
  * @public
@@ -488,7 +488,7 @@ export interface GetAWSDefaultServiceQuotaResponse {
488
488
  * <p>Information about the quota.</p>
489
489
  * @public
490
490
  */
491
- Quota?: ServiceQuota;
491
+ Quota?: ServiceQuota | undefined;
492
492
  }
493
493
  /**
494
494
  * @public
@@ -526,86 +526,86 @@ export interface RequestedServiceQuotaChange {
526
526
  * <p>The unique identifier.</p>
527
527
  * @public
528
528
  */
529
- Id?: string;
529
+ Id?: string | undefined;
530
530
  /**
531
531
  * <p>The case ID.</p>
532
532
  * @public
533
533
  */
534
- CaseId?: string;
534
+ CaseId?: string | undefined;
535
535
  /**
536
536
  * <p>Specifies the service identifier. To find the service code value
537
537
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
538
538
  * @public
539
539
  */
540
- ServiceCode?: string;
540
+ ServiceCode?: string | undefined;
541
541
  /**
542
542
  * <p>Specifies the service name.</p>
543
543
  * @public
544
544
  */
545
- ServiceName?: string;
545
+ ServiceName?: string | undefined;
546
546
  /**
547
547
  * <p>Specifies the quota identifier. To find the quota code for a specific
548
548
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
549
549
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
550
550
  * @public
551
551
  */
552
- QuotaCode?: string;
552
+ QuotaCode?: string | undefined;
553
553
  /**
554
554
  * <p>Specifies the quota name.</p>
555
555
  * @public
556
556
  */
557
- QuotaName?: string;
557
+ QuotaName?: string | undefined;
558
558
  /**
559
559
  * <p>The new, increased value for the quota.</p>
560
560
  * @public
561
561
  */
562
- DesiredValue?: number;
562
+ DesiredValue?: number | undefined;
563
563
  /**
564
564
  * <p>The state of the quota increase request.</p>
565
565
  * @public
566
566
  */
567
- Status?: RequestStatus;
567
+ Status?: RequestStatus | undefined;
568
568
  /**
569
569
  * <p>The date and time when the quota increase request was received and the case ID was
570
570
  * created.</p>
571
571
  * @public
572
572
  */
573
- Created?: Date;
573
+ Created?: Date | undefined;
574
574
  /**
575
575
  * <p>The date and time of the most recent change.</p>
576
576
  * @public
577
577
  */
578
- LastUpdated?: Date;
578
+ LastUpdated?: Date | undefined;
579
579
  /**
580
580
  * <p>The IAM identity of the requester.</p>
581
581
  * @public
582
582
  */
583
- Requester?: string;
583
+ Requester?: string | undefined;
584
584
  /**
585
585
  * <p>The Amazon Resource Name (ARN) of the quota.</p>
586
586
  * @public
587
587
  */
588
- QuotaArn?: string;
588
+ QuotaArn?: string | undefined;
589
589
  /**
590
590
  * <p>Indicates whether the quota is global.</p>
591
591
  * @public
592
592
  */
593
- GlobalQuota?: boolean;
593
+ GlobalQuota?: boolean | undefined;
594
594
  /**
595
595
  * <p>The unit of measurement.</p>
596
596
  * @public
597
597
  */
598
- Unit?: string;
598
+ Unit?: string | undefined;
599
599
  /**
600
600
  * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
601
601
  * @public
602
602
  */
603
- QuotaRequestedAtLevel?: AppliedLevelEnum;
603
+ QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
604
604
  /**
605
605
  * <p>The context for this service quota.</p>
606
606
  * @public
607
607
  */
608
- QuotaContext?: QuotaContextInfo;
608
+ QuotaContext?: QuotaContextInfo | undefined;
609
609
  }
610
610
  /**
611
611
  * @public
@@ -615,7 +615,7 @@ export interface GetRequestedServiceQuotaChangeResponse {
615
615
  * <p>Information about the quota increase request.</p>
616
616
  * @public
617
617
  */
618
- RequestedQuota?: RequestedServiceQuotaChange;
618
+ RequestedQuota?: RequestedServiceQuotaChange | undefined;
619
619
  }
620
620
  /**
621
621
  * @public
@@ -639,7 +639,7 @@ export interface GetServiceQuotaRequest {
639
639
  * depends on the context scope associated with the specified service quota.</p>
640
640
  * @public
641
641
  */
642
- ContextId?: string;
642
+ ContextId?: string | undefined;
643
643
  }
644
644
  /**
645
645
  * @public
@@ -649,7 +649,7 @@ export interface GetServiceQuotaResponse {
649
649
  * <p>Information about the quota.</p>
650
650
  * @public
651
651
  */
652
- Quota?: ServiceQuota;
652
+ Quota?: ServiceQuota | undefined;
653
653
  }
654
654
  /**
655
655
  * @public
@@ -684,44 +684,44 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
684
684
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
685
685
  * @public
686
686
  */
687
- ServiceCode?: string;
687
+ ServiceCode?: string | undefined;
688
688
  /**
689
689
  * <p>Specifies the service name.</p>
690
690
  * @public
691
691
  */
692
- ServiceName?: string;
692
+ ServiceName?: string | undefined;
693
693
  /**
694
694
  * <p>Specifies the quota identifier. To find the quota code for a specific
695
695
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
696
696
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
697
697
  * @public
698
698
  */
699
- QuotaCode?: string;
699
+ QuotaCode?: string | undefined;
700
700
  /**
701
701
  * <p>Specifies the quota name.</p>
702
702
  * @public
703
703
  */
704
- QuotaName?: string;
704
+ QuotaName?: string | undefined;
705
705
  /**
706
706
  * <p>The new, increased value of the quota.</p>
707
707
  * @public
708
708
  */
709
- DesiredValue?: number;
709
+ DesiredValue?: number | undefined;
710
710
  /**
711
711
  * <p>The Amazon Web Services Region.</p>
712
712
  * @public
713
713
  */
714
- AwsRegion?: string;
714
+ AwsRegion?: string | undefined;
715
715
  /**
716
716
  * <p>The unit of measurement.</p>
717
717
  * @public
718
718
  */
719
- Unit?: string;
719
+ Unit?: string | undefined;
720
720
  /**
721
721
  * <p>Indicates whether the quota is global.</p>
722
722
  * @public
723
723
  */
724
- GlobalQuota?: boolean;
724
+ GlobalQuota?: boolean | undefined;
725
725
  }
726
726
  /**
727
727
  * @public
@@ -731,7 +731,7 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
731
731
  * <p>Information about the quota increase request.</p>
732
732
  * @public
733
733
  */
734
- ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
734
+ ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate | undefined;
735
735
  }
736
736
  /**
737
737
  * <p>A complex data type that contains a tag key and tag value.</p>
@@ -760,7 +760,7 @@ export interface Tag {
760
760
  export declare class InvalidPaginationTokenException extends __BaseException {
761
761
  readonly name: "InvalidPaginationTokenException";
762
762
  readonly $fault: "client";
763
- Message?: string;
763
+ Message?: string | undefined;
764
764
  /**
765
765
  * @internal
766
766
  */
@@ -773,7 +773,7 @@ export declare class InvalidPaginationTokenException extends __BaseException {
773
773
  export declare class InvalidResourceStateException extends __BaseException {
774
774
  readonly name: "InvalidResourceStateException";
775
775
  readonly $fault: "client";
776
- Message?: string;
776
+ Message?: string | undefined;
777
777
  /**
778
778
  * @internal
779
779
  */
@@ -797,7 +797,7 @@ export interface ListAWSDefaultServiceQuotasRequest {
797
797
  * from.</p>
798
798
  * @public
799
799
  */
800
- NextToken?: string;
800
+ NextToken?: string | undefined;
801
801
  /**
802
802
  * <p>Specifies the maximum number of results that you want included on each
803
803
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
@@ -812,7 +812,7 @@ export interface ListAWSDefaultServiceQuotasRequest {
812
812
  * </note>
813
813
  * @public
814
814
  */
815
- MaxResults?: number;
815
+ MaxResults?: number | undefined;
816
816
  }
817
817
  /**
818
818
  * @public
@@ -825,12 +825,12 @@ export interface ListAWSDefaultServiceQuotasResponse {
825
825
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
826
826
  * @public
827
827
  */
828
- NextToken?: string;
828
+ NextToken?: string | undefined;
829
829
  /**
830
830
  * <p>Information about the quotas.</p>
831
831
  * @public
832
832
  */
833
- Quotas?: ServiceQuota[];
833
+ Quotas?: ServiceQuota[] | undefined;
834
834
  }
835
835
  /**
836
836
  * @public
@@ -841,13 +841,13 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
841
841
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
842
842
  * @public
843
843
  */
844
- ServiceCode?: string;
844
+ ServiceCode?: string | undefined;
845
845
  /**
846
846
  * <p>Specifies that you want to filter the results to only the requests with the matching
847
847
  * status.</p>
848
848
  * @public
849
849
  */
850
- Status?: RequestStatus;
850
+ Status?: RequestStatus | undefined;
851
851
  /**
852
852
  * <p>Specifies a value for receiving additional results after you
853
853
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
@@ -856,7 +856,7 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
856
856
  * from.</p>
857
857
  * @public
858
858
  */
859
- NextToken?: string;
859
+ NextToken?: string | undefined;
860
860
  /**
861
861
  * <p>Specifies the maximum number of results that you want included on each
862
862
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
@@ -871,12 +871,12 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
871
871
  * </note>
872
872
  * @public
873
873
  */
874
- MaxResults?: number;
874
+ MaxResults?: number | undefined;
875
875
  /**
876
876
  * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
877
877
  * @public
878
878
  */
879
- QuotaRequestedAtLevel?: AppliedLevelEnum;
879
+ QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
880
880
  }
881
881
  /**
882
882
  * @public
@@ -889,12 +889,12 @@ export interface ListRequestedServiceQuotaChangeHistoryResponse {
889
889
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
890
890
  * @public
891
891
  */
892
- NextToken?: string;
892
+ NextToken?: string | undefined;
893
893
  /**
894
894
  * <p>Information about the quota increase requests.</p>
895
895
  * @public
896
896
  */
897
- RequestedQuotas?: RequestedServiceQuotaChange[];
897
+ RequestedQuotas?: RequestedServiceQuotaChange[] | undefined;
898
898
  }
899
899
  /**
900
900
  * @public
@@ -918,7 +918,7 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
918
918
  * status.</p>
919
919
  * @public
920
920
  */
921
- Status?: RequestStatus;
921
+ Status?: RequestStatus | undefined;
922
922
  /**
923
923
  * <p>Specifies a value for receiving additional results after you
924
924
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
@@ -927,7 +927,7 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
927
927
  * from.</p>
928
928
  * @public
929
929
  */
930
- NextToken?: string;
930
+ NextToken?: string | undefined;
931
931
  /**
932
932
  * <p>Specifies the maximum number of results that you want included on each
933
933
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
@@ -942,12 +942,12 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
942
942
  * </note>
943
943
  * @public
944
944
  */
945
- MaxResults?: number;
945
+ MaxResults?: number | undefined;
946
946
  /**
947
947
  * <p>Specifies at which level within the Amazon Web Services account the quota request applies to.</p>
948
948
  * @public
949
949
  */
950
- QuotaRequestedAtLevel?: AppliedLevelEnum;
950
+ QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
951
951
  }
952
952
  /**
953
953
  * @public
@@ -960,12 +960,12 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
960
960
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
961
961
  * @public
962
962
  */
963
- NextToken?: string;
963
+ NextToken?: string | undefined;
964
964
  /**
965
965
  * <p>Information about the quota increase requests.</p>
966
966
  * @public
967
967
  */
968
- RequestedQuotas?: RequestedServiceQuotaChange[];
968
+ RequestedQuotas?: RequestedServiceQuotaChange[] | undefined;
969
969
  }
970
970
  /**
971
971
  * @public
@@ -976,12 +976,12 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
976
976
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
977
977
  * @public
978
978
  */
979
- ServiceCode?: string;
979
+ ServiceCode?: string | undefined;
980
980
  /**
981
981
  * <p>Specifies the Amazon Web Services Region for which you made the request.</p>
982
982
  * @public
983
983
  */
984
- AwsRegion?: string;
984
+ AwsRegion?: string | undefined;
985
985
  /**
986
986
  * <p>Specifies a value for receiving additional results after you
987
987
  * receive a <code>NextToken</code> response in a previous request. A <code>NextToken</code>
@@ -990,7 +990,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
990
990
  * from.</p>
991
991
  * @public
992
992
  */
993
- NextToken?: string;
993
+ NextToken?: string | undefined;
994
994
  /**
995
995
  * <p>Specifies the maximum number of results that you want included on each
996
996
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
@@ -1005,7 +1005,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
1005
1005
  * </note>
1006
1006
  * @public
1007
1007
  */
1008
- MaxResults?: number;
1008
+ MaxResults?: number | undefined;
1009
1009
  }
1010
1010
  /**
1011
1011
  * @public
@@ -1015,7 +1015,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
1015
1015
  * <p>Information about the quota increase requests.</p>
1016
1016
  * @public
1017
1017
  */
1018
- ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
1018
+ ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[] | undefined;
1019
1019
  /**
1020
1020
  * <p>If present, indicates that more output is available than is
1021
1021
  * included in the current response. Use this value in the <code>NextToken</code> request parameter
@@ -1023,7 +1023,7 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
1023
1023
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
1024
1024
  * @public
1025
1025
  */
1026
- NextToken?: string;
1026
+ NextToken?: string | undefined;
1027
1027
  }
1028
1028
  /**
1029
1029
  * @public
@@ -1043,7 +1043,7 @@ export interface ListServiceQuotasRequest {
1043
1043
  * from.</p>
1044
1044
  * @public
1045
1045
  */
1046
- NextToken?: string;
1046
+ NextToken?: string | undefined;
1047
1047
  /**
1048
1048
  * <p>Specifies the maximum number of results that you want included on each
1049
1049
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
@@ -1058,19 +1058,19 @@ export interface ListServiceQuotasRequest {
1058
1058
  * </note>
1059
1059
  * @public
1060
1060
  */
1061
- MaxResults?: number;
1061
+ MaxResults?: number | undefined;
1062
1062
  /**
1063
1063
  * <p>Specifies the quota identifier. To find the quota code for a specific
1064
1064
  * quota, use the <a>ListServiceQuotas</a> operation, and look for the
1065
1065
  * <code>QuotaCode</code> response in the output for the quota you want.</p>
1066
1066
  * @public
1067
1067
  */
1068
- QuotaCode?: string;
1068
+ QuotaCode?: string | undefined;
1069
1069
  /**
1070
1070
  * <p>Specifies at which level of granularity that the quota value is applied.</p>
1071
1071
  * @public
1072
1072
  */
1073
- QuotaAppliedAtLevel?: AppliedLevelEnum;
1073
+ QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
1074
1074
  }
1075
1075
  /**
1076
1076
  * @public
@@ -1083,12 +1083,12 @@ export interface ListServiceQuotasResponse {
1083
1083
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
1084
1084
  * @public
1085
1085
  */
1086
- NextToken?: string;
1086
+ NextToken?: string | undefined;
1087
1087
  /**
1088
1088
  * <p>Information about the quotas.</p>
1089
1089
  * @public
1090
1090
  */
1091
- Quotas?: ServiceQuota[];
1091
+ Quotas?: ServiceQuota[] | undefined;
1092
1092
  }
1093
1093
  /**
1094
1094
  * @public
@@ -1102,7 +1102,7 @@ export interface ListServicesRequest {
1102
1102
  * from.</p>
1103
1103
  * @public
1104
1104
  */
1105
- NextToken?: string;
1105
+ NextToken?: string | undefined;
1106
1106
  /**
1107
1107
  * <p>Specifies the maximum number of results that you want included on each
1108
1108
  * page of the response. If you do not include this parameter, it defaults to a value appropriate
@@ -1117,7 +1117,7 @@ export interface ListServicesRequest {
1117
1117
  * </note>
1118
1118
  * @public
1119
1119
  */
1120
- MaxResults?: number;
1120
+ MaxResults?: number | undefined;
1121
1121
  }
1122
1122
  /**
1123
1123
  * <p>Information about an Amazon Web Service.</p>
@@ -1129,12 +1129,12 @@ export interface ServiceInfo {
1129
1129
  * for an Amazon Web Services service, use the <a>ListServices</a> operation.</p>
1130
1130
  * @public
1131
1131
  */
1132
- ServiceCode?: string;
1132
+ ServiceCode?: string | undefined;
1133
1133
  /**
1134
1134
  * <p>Specifies the service name.</p>
1135
1135
  * @public
1136
1136
  */
1137
- ServiceName?: string;
1137
+ ServiceName?: string | undefined;
1138
1138
  }
1139
1139
  /**
1140
1140
  * @public
@@ -1147,12 +1147,12 @@ export interface ListServicesResponse {
1147
1147
  * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
1148
1148
  * @public
1149
1149
  */
1150
- NextToken?: string;
1150
+ NextToken?: string | undefined;
1151
1151
  /**
1152
1152
  * <p>The list of the Amazon Web Service names and service codes.</p>
1153
1153
  * @public
1154
1154
  */
1155
- Services?: ServiceInfo[];
1155
+ Services?: ServiceInfo[] | undefined;
1156
1156
  }
1157
1157
  /**
1158
1158
  * @public
@@ -1174,7 +1174,7 @@ export interface ListTagsForResourceResponse {
1174
1174
  * <p>A complex data type that contains zero or more tag elements.</p>
1175
1175
  * @public
1176
1176
  */
1177
- Tags?: Tag[];
1177
+ Tags?: Tag[] | undefined;
1178
1178
  }
1179
1179
  /**
1180
1180
  * @public
@@ -1212,7 +1212,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
1212
1212
  * <p>Information about the quota increase request.</p>
1213
1213
  * @public
1214
1214
  */
1215
- ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
1215
+ ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate | undefined;
1216
1216
  }
1217
1217
  /**
1218
1218
  * <p>You have exceeded your service quota. To perform the requested action, remove some of
@@ -1222,7 +1222,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
1222
1222
  export declare class QuotaExceededException extends __BaseException {
1223
1223
  readonly name: "QuotaExceededException";
1224
1224
  readonly $fault: "client";
1225
- Message?: string;
1225
+ Message?: string | undefined;
1226
1226
  /**
1227
1227
  * @internal
1228
1228
  */
@@ -1255,7 +1255,7 @@ export interface RequestServiceQuotaIncreaseRequest {
1255
1255
  * depends on the context scope associated with the specified service quota.</p>
1256
1256
  * @public
1257
1257
  */
1258
- ContextId?: string;
1258
+ ContextId?: string | undefined;
1259
1259
  }
1260
1260
  /**
1261
1261
  * @public
@@ -1265,7 +1265,7 @@ export interface RequestServiceQuotaIncreaseResponse {
1265
1265
  * <p>Information about the quota increase request.</p>
1266
1266
  * @public
1267
1267
  */
1268
- RequestedQuota?: RequestedServiceQuotaChange;
1268
+ RequestedQuota?: RequestedServiceQuotaChange | undefined;
1269
1269
  }
1270
1270
  /**
1271
1271
  * <p>The specified resource already exists.</p>
@@ -1274,7 +1274,7 @@ export interface RequestServiceQuotaIncreaseResponse {
1274
1274
  export declare class ResourceAlreadyExistsException extends __BaseException {
1275
1275
  readonly name: "ResourceAlreadyExistsException";
1276
1276
  readonly $fault: "client";
1277
- Message?: string;
1277
+ Message?: string | undefined;
1278
1278
  /**
1279
1279
  * @internal
1280
1280
  */
@@ -1287,7 +1287,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
1287
1287
  export declare class TagPolicyViolationException extends __BaseException {
1288
1288
  readonly name: "TagPolicyViolationException";
1289
1289
  readonly $fault: "client";
1290
- Message?: string;
1290
+ Message?: string | undefined;
1291
1291
  /**
1292
1292
  * @internal
1293
1293
  */
@@ -1323,7 +1323,7 @@ export interface TagResourceResponse {
1323
1323
  export declare class TooManyTagsException extends __BaseException {
1324
1324
  readonly name: "TooManyTagsException";
1325
1325
  readonly $fault: "client";
1326
- Message?: string;
1326
+ Message?: string | undefined;
1327
1327
  /**
1328
1328
  * @internal
1329
1329
  */
@@ -3,7 +3,7 @@ import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuota
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- Message?: string;
6
+ Message?: string | undefined;
7
7
  constructor(
8
8
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
9
  );
@@ -20,7 +20,7 @@ export interface AssociateServiceQuotaTemplateResponse {}
20
20
  export declare class AWSServiceAccessNotEnabledException extends __BaseException {
21
21
  readonly name: "AWSServiceAccessNotEnabledException";
22
22
  readonly $fault: "client";
23
- Message?: string;
23
+ Message?: string | undefined;
24
24
  constructor(
25
25
  opts: __ExceptionOptionType<
26
26
  AWSServiceAccessNotEnabledException,
@@ -31,7 +31,7 @@ export declare class AWSServiceAccessNotEnabledException extends __BaseException
31
31
  export declare class DependencyAccessDeniedException extends __BaseException {
32
32
  readonly name: "DependencyAccessDeniedException";
33
33
  readonly $fault: "client";
34
- Message?: string;
34
+ Message?: string | undefined;
35
35
  constructor(
36
36
  opts: __ExceptionOptionType<
37
37
  DependencyAccessDeniedException,
@@ -42,7 +42,7 @@ export declare class DependencyAccessDeniedException extends __BaseException {
42
42
  export declare class NoAvailableOrganizationException extends __BaseException {
43
43
  readonly name: "NoAvailableOrganizationException";
44
44
  readonly $fault: "client";
45
- Message?: string;
45
+ Message?: string | undefined;
46
46
  constructor(
47
47
  opts: __ExceptionOptionType<
48
48
  NoAvailableOrganizationException,
@@ -53,7 +53,7 @@ export declare class NoAvailableOrganizationException extends __BaseException {
53
53
  export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
54
54
  readonly name: "OrganizationNotInAllFeaturesModeException";
55
55
  readonly $fault: "client";
56
- Message?: string;
56
+ Message?: string | undefined;
57
57
  constructor(
58
58
  opts: __ExceptionOptionType<
59
59
  OrganizationNotInAllFeaturesModeException,
@@ -64,13 +64,13 @@ export declare class OrganizationNotInAllFeaturesModeException extends __BaseExc
64
64
  export declare class ServiceException extends __BaseException {
65
65
  readonly name: "ServiceException";
66
66
  readonly $fault: "server";
67
- Message?: string;
67
+ Message?: string | undefined;
68
68
  constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
69
69
  }
70
70
  export declare class TemplatesNotAvailableInRegionException extends __BaseException {
71
71
  readonly name: "TemplatesNotAvailableInRegionException";
72
72
  readonly $fault: "client";
73
- Message?: string;
73
+ Message?: string | undefined;
74
74
  constructor(
75
75
  opts: __ExceptionOptionType<
76
76
  TemplatesNotAvailableInRegionException,
@@ -81,7 +81,7 @@ export declare class TemplatesNotAvailableInRegionException extends __BaseExcept
81
81
  export declare class TooManyRequestsException extends __BaseException {
82
82
  readonly name: "TooManyRequestsException";
83
83
  readonly $fault: "client";
84
- Message?: string;
84
+ Message?: string | undefined;
85
85
  constructor(
86
86
  opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
87
87
  );
@@ -95,7 +95,7 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {}
95
95
  export declare class IllegalArgumentException extends __BaseException {
96
96
  readonly name: "IllegalArgumentException";
97
97
  readonly $fault: "client";
98
- Message?: string;
98
+ Message?: string | undefined;
99
99
  constructor(
100
100
  opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>
101
101
  );
@@ -103,7 +103,7 @@ export declare class IllegalArgumentException extends __BaseException {
103
103
  export declare class NoSuchResourceException extends __BaseException {
104
104
  readonly name: "NoSuchResourceException";
105
105
  readonly $fault: "client";
106
- Message?: string;
106
+ Message?: string | undefined;
107
107
  constructor(
108
108
  opts: __ExceptionOptionType<NoSuchResourceException, __BaseException>
109
109
  );
@@ -113,7 +113,7 @@ export interface DisassociateServiceQuotaTemplateResponse {}
113
113
  export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
114
114
  readonly name: "ServiceQuotaTemplateNotInUseException";
115
115
  readonly $fault: "client";
116
- Message?: string;
116
+ Message?: string | undefined;
117
117
  constructor(
118
118
  opts: __ExceptionOptionType<
119
119
  ServiceQuotaTemplateNotInUseException,
@@ -129,8 +129,8 @@ export declare const ErrorCode: {
129
129
  };
130
130
  export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
131
131
  export interface ErrorReason {
132
- ErrorCode?: ErrorCode;
133
- ErrorMessage?: string;
132
+ ErrorCode?: ErrorCode | undefined;
133
+ ErrorMessage?: string | undefined;
134
134
  }
135
135
  export interface GetAssociationForServiceQuotaTemplateRequest {}
136
136
  export declare const ServiceQuotaTemplateAssociationStatus: {
@@ -140,7 +140,9 @@ export declare const ServiceQuotaTemplateAssociationStatus: {
140
140
  export type ServiceQuotaTemplateAssociationStatus =
141
141
  (typeof ServiceQuotaTemplateAssociationStatus)[keyof typeof ServiceQuotaTemplateAssociationStatus];
142
142
  export interface GetAssociationForServiceQuotaTemplateResponse {
143
- ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus;
143
+ ServiceQuotaTemplateAssociationStatus?:
144
+ | ServiceQuotaTemplateAssociationStatus
145
+ | undefined;
144
146
  }
145
147
  export interface GetAWSDefaultServiceQuotaRequest {
146
148
  ServiceCode: string | undefined;
@@ -157,8 +159,8 @@ export declare const PeriodUnit: {
157
159
  };
158
160
  export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
159
161
  export interface QuotaPeriod {
160
- PeriodValue?: number;
161
- PeriodUnit?: PeriodUnit;
162
+ PeriodValue?: number | undefined;
163
+ PeriodUnit?: PeriodUnit | undefined;
162
164
  }
163
165
  export declare const QuotaContextScope: {
164
166
  readonly ACCOUNT: "ACCOUNT";
@@ -167,34 +169,34 @@ export declare const QuotaContextScope: {
167
169
  export type QuotaContextScope =
168
170
  (typeof QuotaContextScope)[keyof typeof QuotaContextScope];
169
171
  export interface QuotaContextInfo {
170
- ContextScope?: QuotaContextScope;
171
- ContextScopeType?: string;
172
- ContextId?: string;
172
+ ContextScope?: QuotaContextScope | undefined;
173
+ ContextScopeType?: string | undefined;
174
+ ContextId?: string | undefined;
173
175
  }
174
176
  export interface MetricInfo {
175
- MetricNamespace?: string;
176
- MetricName?: string;
177
- MetricDimensions?: Record<string, string>;
178
- MetricStatisticRecommendation?: string;
177
+ MetricNamespace?: string | undefined;
178
+ MetricName?: string | undefined;
179
+ MetricDimensions?: Record<string, string> | undefined;
180
+ MetricStatisticRecommendation?: string | undefined;
179
181
  }
180
182
  export interface ServiceQuota {
181
- ServiceCode?: string;
182
- ServiceName?: string;
183
- QuotaArn?: string;
184
- QuotaCode?: string;
185
- QuotaName?: string;
186
- Value?: number;
187
- Unit?: string;
188
- Adjustable?: boolean;
189
- GlobalQuota?: boolean;
190
- UsageMetric?: MetricInfo;
191
- Period?: QuotaPeriod;
192
- ErrorReason?: ErrorReason;
193
- QuotaAppliedAtLevel?: AppliedLevelEnum;
194
- QuotaContext?: QuotaContextInfo;
183
+ ServiceCode?: string | undefined;
184
+ ServiceName?: string | undefined;
185
+ QuotaArn?: string | undefined;
186
+ QuotaCode?: string | undefined;
187
+ QuotaName?: string | undefined;
188
+ Value?: number | undefined;
189
+ Unit?: string | undefined;
190
+ Adjustable?: boolean | undefined;
191
+ GlobalQuota?: boolean | undefined;
192
+ UsageMetric?: MetricInfo | undefined;
193
+ Period?: QuotaPeriod | undefined;
194
+ ErrorReason?: ErrorReason | undefined;
195
+ QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
196
+ QuotaContext?: QuotaContextInfo | undefined;
195
197
  }
196
198
  export interface GetAWSDefaultServiceQuotaResponse {
197
- Quota?: ServiceQuota;
199
+ Quota?: ServiceQuota | undefined;
198
200
  }
199
201
  export interface GetRequestedServiceQuotaChangeRequest {
200
202
  RequestId: string | undefined;
@@ -210,33 +212,33 @@ export declare const RequestStatus: {
210
212
  };
211
213
  export type RequestStatus = (typeof RequestStatus)[keyof typeof RequestStatus];
212
214
  export interface RequestedServiceQuotaChange {
213
- Id?: string;
214
- CaseId?: string;
215
- ServiceCode?: string;
216
- ServiceName?: string;
217
- QuotaCode?: string;
218
- QuotaName?: string;
219
- DesiredValue?: number;
220
- Status?: RequestStatus;
221
- Created?: Date;
222
- LastUpdated?: Date;
223
- Requester?: string;
224
- QuotaArn?: string;
225
- GlobalQuota?: boolean;
226
- Unit?: string;
227
- QuotaRequestedAtLevel?: AppliedLevelEnum;
228
- QuotaContext?: QuotaContextInfo;
215
+ Id?: string | undefined;
216
+ CaseId?: string | undefined;
217
+ ServiceCode?: string | undefined;
218
+ ServiceName?: string | undefined;
219
+ QuotaCode?: string | undefined;
220
+ QuotaName?: string | undefined;
221
+ DesiredValue?: number | undefined;
222
+ Status?: RequestStatus | undefined;
223
+ Created?: Date | undefined;
224
+ LastUpdated?: Date | undefined;
225
+ Requester?: string | undefined;
226
+ QuotaArn?: string | undefined;
227
+ GlobalQuota?: boolean | undefined;
228
+ Unit?: string | undefined;
229
+ QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
230
+ QuotaContext?: QuotaContextInfo | undefined;
229
231
  }
230
232
  export interface GetRequestedServiceQuotaChangeResponse {
231
- RequestedQuota?: RequestedServiceQuotaChange;
233
+ RequestedQuota?: RequestedServiceQuotaChange | undefined;
232
234
  }
233
235
  export interface GetServiceQuotaRequest {
234
236
  ServiceCode: string | undefined;
235
237
  QuotaCode: string | undefined;
236
- ContextId?: string;
238
+ ContextId?: string | undefined;
237
239
  }
238
240
  export interface GetServiceQuotaResponse {
239
- Quota?: ServiceQuota;
241
+ Quota?: ServiceQuota | undefined;
240
242
  }
241
243
  export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
242
244
  ServiceCode: string | undefined;
@@ -244,17 +246,19 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
244
246
  AwsRegion: string | undefined;
245
247
  }
246
248
  export interface ServiceQuotaIncreaseRequestInTemplate {
247
- ServiceCode?: string;
248
- ServiceName?: string;
249
- QuotaCode?: string;
250
- QuotaName?: string;
251
- DesiredValue?: number;
252
- AwsRegion?: string;
253
- Unit?: string;
254
- GlobalQuota?: boolean;
249
+ ServiceCode?: string | undefined;
250
+ ServiceName?: string | undefined;
251
+ QuotaCode?: string | undefined;
252
+ QuotaName?: string | undefined;
253
+ DesiredValue?: number | undefined;
254
+ AwsRegion?: string | undefined;
255
+ Unit?: string | undefined;
256
+ GlobalQuota?: boolean | undefined;
255
257
  }
256
258
  export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
257
- ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
259
+ ServiceQuotaIncreaseRequestInTemplate?:
260
+ | ServiceQuotaIncreaseRequestInTemplate
261
+ | undefined;
258
262
  }
259
263
  export interface Tag {
260
264
  Key: string | undefined;
@@ -263,7 +267,7 @@ export interface Tag {
263
267
  export declare class InvalidPaginationTokenException extends __BaseException {
264
268
  readonly name: "InvalidPaginationTokenException";
265
269
  readonly $fault: "client";
266
- Message?: string;
270
+ Message?: string | undefined;
267
271
  constructor(
268
272
  opts: __ExceptionOptionType<
269
273
  InvalidPaginationTokenException,
@@ -274,81 +278,83 @@ export declare class InvalidPaginationTokenException extends __BaseException {
274
278
  export declare class InvalidResourceStateException extends __BaseException {
275
279
  readonly name: "InvalidResourceStateException";
276
280
  readonly $fault: "client";
277
- Message?: string;
281
+ Message?: string | undefined;
278
282
  constructor(
279
283
  opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
280
284
  );
281
285
  }
282
286
  export interface ListAWSDefaultServiceQuotasRequest {
283
287
  ServiceCode: string | undefined;
284
- NextToken?: string;
285
- MaxResults?: number;
288
+ NextToken?: string | undefined;
289
+ MaxResults?: number | undefined;
286
290
  }
287
291
  export interface ListAWSDefaultServiceQuotasResponse {
288
- NextToken?: string;
289
- Quotas?: ServiceQuota[];
292
+ NextToken?: string | undefined;
293
+ Quotas?: ServiceQuota[] | undefined;
290
294
  }
291
295
  export interface ListRequestedServiceQuotaChangeHistoryRequest {
292
- ServiceCode?: string;
293
- Status?: RequestStatus;
294
- NextToken?: string;
295
- MaxResults?: number;
296
- QuotaRequestedAtLevel?: AppliedLevelEnum;
296
+ ServiceCode?: string | undefined;
297
+ Status?: RequestStatus | undefined;
298
+ NextToken?: string | undefined;
299
+ MaxResults?: number | undefined;
300
+ QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
297
301
  }
298
302
  export interface ListRequestedServiceQuotaChangeHistoryResponse {
299
- NextToken?: string;
300
- RequestedQuotas?: RequestedServiceQuotaChange[];
303
+ NextToken?: string | undefined;
304
+ RequestedQuotas?: RequestedServiceQuotaChange[] | undefined;
301
305
  }
302
306
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
303
307
  ServiceCode: string | undefined;
304
308
  QuotaCode: string | undefined;
305
- Status?: RequestStatus;
306
- NextToken?: string;
307
- MaxResults?: number;
308
- QuotaRequestedAtLevel?: AppliedLevelEnum;
309
+ Status?: RequestStatus | undefined;
310
+ NextToken?: string | undefined;
311
+ MaxResults?: number | undefined;
312
+ QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
309
313
  }
310
314
  export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
311
- NextToken?: string;
312
- RequestedQuotas?: RequestedServiceQuotaChange[];
315
+ NextToken?: string | undefined;
316
+ RequestedQuotas?: RequestedServiceQuotaChange[] | undefined;
313
317
  }
314
318
  export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
315
- ServiceCode?: string;
316
- AwsRegion?: string;
317
- NextToken?: string;
318
- MaxResults?: number;
319
+ ServiceCode?: string | undefined;
320
+ AwsRegion?: string | undefined;
321
+ NextToken?: string | undefined;
322
+ MaxResults?: number | undefined;
319
323
  }
320
324
  export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
321
- ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
322
- NextToken?: string;
325
+ ServiceQuotaIncreaseRequestInTemplateList?:
326
+ | ServiceQuotaIncreaseRequestInTemplate[]
327
+ | undefined;
328
+ NextToken?: string | undefined;
323
329
  }
324
330
  export interface ListServiceQuotasRequest {
325
331
  ServiceCode: string | undefined;
326
- NextToken?: string;
327
- MaxResults?: number;
328
- QuotaCode?: string;
329
- QuotaAppliedAtLevel?: AppliedLevelEnum;
332
+ NextToken?: string | undefined;
333
+ MaxResults?: number | undefined;
334
+ QuotaCode?: string | undefined;
335
+ QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
330
336
  }
331
337
  export interface ListServiceQuotasResponse {
332
- NextToken?: string;
333
- Quotas?: ServiceQuota[];
338
+ NextToken?: string | undefined;
339
+ Quotas?: ServiceQuota[] | undefined;
334
340
  }
335
341
  export interface ListServicesRequest {
336
- NextToken?: string;
337
- MaxResults?: number;
342
+ NextToken?: string | undefined;
343
+ MaxResults?: number | undefined;
338
344
  }
339
345
  export interface ServiceInfo {
340
- ServiceCode?: string;
341
- ServiceName?: string;
346
+ ServiceCode?: string | undefined;
347
+ ServiceName?: string | undefined;
342
348
  }
343
349
  export interface ListServicesResponse {
344
- NextToken?: string;
345
- Services?: ServiceInfo[];
350
+ NextToken?: string | undefined;
351
+ Services?: ServiceInfo[] | undefined;
346
352
  }
347
353
  export interface ListTagsForResourceRequest {
348
354
  ResourceARN: string | undefined;
349
355
  }
350
356
  export interface ListTagsForResourceResponse {
351
- Tags?: Tag[];
357
+ Tags?: Tag[] | undefined;
352
358
  }
353
359
  export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
354
360
  QuotaCode: string | undefined;
@@ -357,12 +363,14 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
357
363
  DesiredValue: number | undefined;
358
364
  }
359
365
  export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
360
- ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
366
+ ServiceQuotaIncreaseRequestInTemplate?:
367
+ | ServiceQuotaIncreaseRequestInTemplate
368
+ | undefined;
361
369
  }
362
370
  export declare class QuotaExceededException extends __BaseException {
363
371
  readonly name: "QuotaExceededException";
364
372
  readonly $fault: "client";
365
- Message?: string;
373
+ Message?: string | undefined;
366
374
  constructor(
367
375
  opts: __ExceptionOptionType<QuotaExceededException, __BaseException>
368
376
  );
@@ -371,15 +379,15 @@ export interface RequestServiceQuotaIncreaseRequest {
371
379
  ServiceCode: string | undefined;
372
380
  QuotaCode: string | undefined;
373
381
  DesiredValue: number | undefined;
374
- ContextId?: string;
382
+ ContextId?: string | undefined;
375
383
  }
376
384
  export interface RequestServiceQuotaIncreaseResponse {
377
- RequestedQuota?: RequestedServiceQuotaChange;
385
+ RequestedQuota?: RequestedServiceQuotaChange | undefined;
378
386
  }
379
387
  export declare class ResourceAlreadyExistsException extends __BaseException {
380
388
  readonly name: "ResourceAlreadyExistsException";
381
389
  readonly $fault: "client";
382
- Message?: string;
390
+ Message?: string | undefined;
383
391
  constructor(
384
392
  opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
385
393
  );
@@ -387,7 +395,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
387
395
  export declare class TagPolicyViolationException extends __BaseException {
388
396
  readonly name: "TagPolicyViolationException";
389
397
  readonly $fault: "client";
390
- Message?: string;
398
+ Message?: string | undefined;
391
399
  constructor(
392
400
  opts: __ExceptionOptionType<TagPolicyViolationException, __BaseException>
393
401
  );
@@ -400,7 +408,7 @@ export interface TagResourceResponse {}
400
408
  export declare class TooManyTagsException extends __BaseException {
401
409
  readonly name: "TooManyTagsException";
402
410
  readonly $fault: "client";
403
- Message?: string;
411
+ Message?: string | undefined;
404
412
  constructor(
405
413
  opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
406
414
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-quotas",
3
3
  "description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
4
- "version": "3.686.0",
4
+ "version": "3.691.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-service-quotas",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.686.0",
24
- "@aws-sdk/client-sts": "3.686.0",
25
- "@aws-sdk/core": "3.686.0",
26
- "@aws-sdk/credential-provider-node": "3.686.0",
23
+ "@aws-sdk/client-sso-oidc": "3.691.0",
24
+ "@aws-sdk/client-sts": "3.691.0",
25
+ "@aws-sdk/core": "3.691.0",
26
+ "@aws-sdk/credential-provider-node": "3.691.0",
27
27
  "@aws-sdk/middleware-host-header": "3.686.0",
28
28
  "@aws-sdk/middleware-logger": "3.686.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-user-agent": "3.686.0",
30
+ "@aws-sdk/middleware-user-agent": "3.691.0",
31
31
  "@aws-sdk/region-config-resolver": "3.686.0",
32
32
  "@aws-sdk/types": "3.686.0",
33
33
  "@aws-sdk/util-endpoints": "3.686.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.686.0",
35
- "@aws-sdk/util-user-agent-node": "3.686.0",
35
+ "@aws-sdk/util-user-agent-node": "3.691.0",
36
36
  "@smithy/config-resolver": "^3.0.10",
37
37
  "@smithy/core": "^2.5.1",
38
38
  "@smithy/fetch-http-handler": "^4.0.0",