@aws-sdk/client-savingsplans 3.130.0 → 3.141.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.
@@ -28,24 +28,12 @@ export interface CreateSavingsPlanRequest {
28
28
  */
29
29
  tags?: Record<string, string>;
30
30
  }
31
- export declare namespace CreateSavingsPlanRequest {
32
- /**
33
- * @internal
34
- */
35
- const filterSensitiveLog: (obj: CreateSavingsPlanRequest) => any;
36
- }
37
31
  export interface CreateSavingsPlanResponse {
38
32
  /**
39
33
  * <p>The ID of the Savings Plan.</p>
40
34
  */
41
35
  savingsPlanId?: string;
42
36
  }
43
- export declare namespace CreateSavingsPlanResponse {
44
- /**
45
- * @internal
46
- */
47
- const filterSensitiveLog: (obj: CreateSavingsPlanResponse) => any;
48
- }
49
37
  /**
50
38
  * <p>An unexpected error occurred.</p>
51
39
  */
@@ -96,20 +84,8 @@ export interface DeleteQueuedSavingsPlanRequest {
96
84
  */
97
85
  savingsPlanId: string | undefined;
98
86
  }
99
- export declare namespace DeleteQueuedSavingsPlanRequest {
100
- /**
101
- * @internal
102
- */
103
- const filterSensitiveLog: (obj: DeleteQueuedSavingsPlanRequest) => any;
104
- }
105
87
  export interface DeleteQueuedSavingsPlanResponse {
106
88
  }
107
- export declare namespace DeleteQueuedSavingsPlanResponse {
108
- /**
109
- * @internal
110
- */
111
- const filterSensitiveLog: (obj: DeleteQueuedSavingsPlanResponse) => any;
112
- }
113
89
  export declare enum SavingsPlanRateFilterName {
114
90
  INSTANCE_TYPE = "instanceType",
115
91
  OPERATION = "operation",
@@ -133,12 +109,6 @@ export interface SavingsPlanRateFilter {
133
109
  */
134
110
  values?: string[];
135
111
  }
136
- export declare namespace SavingsPlanRateFilter {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: SavingsPlanRateFilter) => any;
141
- }
142
112
  export interface DescribeSavingsPlanRatesRequest {
143
113
  /**
144
114
  * <p>The ID of the Savings Plan.</p>
@@ -158,12 +128,6 @@ export interface DescribeSavingsPlanRatesRequest {
158
128
  */
159
129
  maxResults?: number;
160
130
  }
161
- export declare namespace DescribeSavingsPlanRatesRequest {
162
- /**
163
- * @internal
164
- */
165
- const filterSensitiveLog: (obj: DescribeSavingsPlanRatesRequest) => any;
166
- }
167
131
  export declare type CurrencyCode = "CNY" | "USD";
168
132
  export declare enum SavingsPlanProductType {
169
133
  EC2 = "EC2",
@@ -191,12 +155,6 @@ export interface SavingsPlanRateProperty {
191
155
  */
192
156
  value?: string;
193
157
  }
194
- export declare namespace SavingsPlanRateProperty {
195
- /**
196
- * @internal
197
- */
198
- const filterSensitiveLog: (obj: SavingsPlanRateProperty) => any;
199
- }
200
158
  export declare enum SavingsPlanRateServiceCode {
201
159
  EC2 = "AmazonEC2",
202
160
  FARGATE = "AmazonECS",
@@ -246,12 +204,6 @@ export interface SavingsPlanRate {
246
204
  */
247
205
  properties?: SavingsPlanRateProperty[];
248
206
  }
249
- export declare namespace SavingsPlanRate {
250
- /**
251
- * @internal
252
- */
253
- const filterSensitiveLog: (obj: SavingsPlanRate) => any;
254
- }
255
207
  export interface DescribeSavingsPlanRatesResponse {
256
208
  /**
257
209
  * <p>The ID of the Savings Plan.</p>
@@ -267,12 +219,6 @@ export interface DescribeSavingsPlanRatesResponse {
267
219
  */
268
220
  nextToken?: string;
269
221
  }
270
- export declare namespace DescribeSavingsPlanRatesResponse {
271
- /**
272
- * @internal
273
- */
274
- const filterSensitiveLog: (obj: DescribeSavingsPlanRatesResponse) => any;
275
- }
276
222
  export declare enum SavingsPlansFilterName {
277
223
  COMMITMENT = "commitment",
278
224
  EC2_INSTANCE_FAMILY = "ec2-instance-family",
@@ -297,12 +243,6 @@ export interface SavingsPlanFilter {
297
243
  */
298
244
  values?: string[];
299
245
  }
300
- export declare namespace SavingsPlanFilter {
301
- /**
302
- * @internal
303
- */
304
- const filterSensitiveLog: (obj: SavingsPlanFilter) => any;
305
- }
306
246
  export declare enum SavingsPlanState {
307
247
  ACTIVE = "active",
308
248
  PAYMENT_FAILED = "payment-failed",
@@ -338,12 +278,6 @@ export interface DescribeSavingsPlansRequest {
338
278
  */
339
279
  filters?: SavingsPlanFilter[];
340
280
  }
341
- export declare namespace DescribeSavingsPlansRequest {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: DescribeSavingsPlansRequest) => any;
346
- }
347
281
  export declare enum SavingsPlanPaymentOption {
348
282
  ALL_UPFRONT = "All Upfront",
349
283
  NO_UPFRONT = "No Upfront",
@@ -431,12 +365,6 @@ export interface SavingsPlan {
431
365
  */
432
366
  tags?: Record<string, string>;
433
367
  }
434
- export declare namespace SavingsPlan {
435
- /**
436
- * @internal
437
- */
438
- const filterSensitiveLog: (obj: SavingsPlan) => any;
439
- }
440
368
  export interface DescribeSavingsPlansResponse {
441
369
  /**
442
370
  * <p>Information about the Savings Plans.</p>
@@ -448,12 +376,6 @@ export interface DescribeSavingsPlansResponse {
448
376
  */
449
377
  nextToken?: string;
450
378
  }
451
- export declare namespace DescribeSavingsPlansResponse {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: DescribeSavingsPlansResponse) => any;
456
- }
457
379
  export declare enum SavingsPlanRateFilterAttribute {
458
380
  INSTANCE_FAMILY = "instanceFamily",
459
381
  INSTANCE_TYPE = "instanceType",
@@ -475,12 +397,6 @@ export interface SavingsPlanOfferingRateFilterElement {
475
397
  */
476
398
  values?: string[];
477
399
  }
478
- export declare namespace SavingsPlanOfferingRateFilterElement {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: SavingsPlanOfferingRateFilterElement) => any;
483
- }
484
400
  export interface DescribeSavingsPlansOfferingRatesRequest {
485
401
  /**
486
402
  * <p>The IDs of the offerings.</p>
@@ -524,12 +440,6 @@ export interface DescribeSavingsPlansOfferingRatesRequest {
524
440
  */
525
441
  maxResults?: number;
526
442
  }
527
- export declare namespace DescribeSavingsPlansOfferingRatesRequest {
528
- /**
529
- * @internal
530
- */
531
- const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingRatesRequest) => any;
532
- }
533
443
  /**
534
444
  * <p>Information about a property.</p>
535
445
  */
@@ -543,12 +453,6 @@ export interface SavingsPlanOfferingRateProperty {
543
453
  */
544
454
  value?: string;
545
455
  }
546
- export declare namespace SavingsPlanOfferingRateProperty {
547
- /**
548
- * @internal
549
- */
550
- const filterSensitiveLog: (obj: SavingsPlanOfferingRateProperty) => any;
551
- }
552
456
  /**
553
457
  * <p>Information about a Savings Plan offering.</p>
554
458
  */
@@ -578,12 +482,6 @@ export interface ParentSavingsPlanOffering {
578
482
  */
579
483
  planDescription?: string;
580
484
  }
581
- export declare namespace ParentSavingsPlanOffering {
582
- /**
583
- * @internal
584
- */
585
- const filterSensitiveLog: (obj: ParentSavingsPlanOffering) => any;
586
- }
587
485
  /**
588
486
  * <p>Information about a Savings Plan offering rate.</p>
589
487
  */
@@ -621,12 +519,6 @@ export interface SavingsPlanOfferingRate {
621
519
  */
622
520
  properties?: SavingsPlanOfferingRateProperty[];
623
521
  }
624
- export declare namespace SavingsPlanOfferingRate {
625
- /**
626
- * @internal
627
- */
628
- const filterSensitiveLog: (obj: SavingsPlanOfferingRate) => any;
629
- }
630
522
  export interface DescribeSavingsPlansOfferingRatesResponse {
631
523
  /**
632
524
  * <p>Information about the Savings Plans offering rates.</p>
@@ -638,12 +530,6 @@ export interface DescribeSavingsPlansOfferingRatesResponse {
638
530
  */
639
531
  nextToken?: string;
640
532
  }
641
- export declare namespace DescribeSavingsPlansOfferingRatesResponse {
642
- /**
643
- * @internal
644
- */
645
- const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingRatesResponse) => any;
646
- }
647
533
  export declare enum SavingsPlanOfferingFilterAttribute {
648
534
  instanceFamily = "instanceFamily",
649
535
  region = "region"
@@ -661,12 +547,6 @@ export interface SavingsPlanOfferingFilterElement {
661
547
  */
662
548
  values?: string[];
663
549
  }
664
- export declare namespace SavingsPlanOfferingFilterElement {
665
- /**
666
- * @internal
667
- */
668
- const filterSensitiveLog: (obj: SavingsPlanOfferingFilterElement) => any;
669
- }
670
550
  export interface DescribeSavingsPlansOfferingsRequest {
671
551
  /**
672
552
  * <p>The IDs of the offerings.</p>
@@ -722,12 +602,6 @@ export interface DescribeSavingsPlansOfferingsRequest {
722
602
  */
723
603
  maxResults?: number;
724
604
  }
725
- export declare namespace DescribeSavingsPlansOfferingsRequest {
726
- /**
727
- * @internal
728
- */
729
- const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingsRequest) => any;
730
- }
731
605
  export declare enum SavingsPlanOfferingPropertyKey {
732
606
  INSTANCE_FAMILY = "instanceFamily",
733
607
  REGION = "region"
@@ -745,12 +619,6 @@ export interface SavingsPlanOfferingProperty {
745
619
  */
746
620
  value?: string;
747
621
  }
748
- export declare namespace SavingsPlanOfferingProperty {
749
- /**
750
- * @internal
751
- */
752
- const filterSensitiveLog: (obj: SavingsPlanOfferingProperty) => any;
753
- }
754
622
  /**
755
623
  * <p>Information about a Savings Plan offering.</p>
756
624
  */
@@ -800,12 +668,6 @@ export interface SavingsPlanOffering {
800
668
  */
801
669
  properties?: SavingsPlanOfferingProperty[];
802
670
  }
803
- export declare namespace SavingsPlanOffering {
804
- /**
805
- * @internal
806
- */
807
- const filterSensitiveLog: (obj: SavingsPlanOffering) => any;
808
- }
809
671
  export interface DescribeSavingsPlansOfferingsResponse {
810
672
  /**
811
673
  * <p>Information about the Savings Plans offerings.</p>
@@ -817,36 +679,18 @@ export interface DescribeSavingsPlansOfferingsResponse {
817
679
  */
818
680
  nextToken?: string;
819
681
  }
820
- export declare namespace DescribeSavingsPlansOfferingsResponse {
821
- /**
822
- * @internal
823
- */
824
- const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingsResponse) => any;
825
- }
826
682
  export interface ListTagsForResourceRequest {
827
683
  /**
828
684
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
829
685
  */
830
686
  resourceArn: string | undefined;
831
687
  }
832
- export declare namespace ListTagsForResourceRequest {
833
- /**
834
- * @internal
835
- */
836
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
837
- }
838
688
  export interface ListTagsForResourceResponse {
839
689
  /**
840
690
  * <p>Information about the tags.</p>
841
691
  */
842
692
  tags?: Record<string, string>;
843
693
  }
844
- export declare namespace ListTagsForResourceResponse {
845
- /**
846
- * @internal
847
- */
848
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
849
- }
850
694
  export interface TagResourceRequest {
851
695
  /**
852
696
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -857,20 +701,8 @@ export interface TagResourceRequest {
857
701
  */
858
702
  tags: Record<string, string> | undefined;
859
703
  }
860
- export declare namespace TagResourceRequest {
861
- /**
862
- * @internal
863
- */
864
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
865
- }
866
704
  export interface TagResourceResponse {
867
705
  }
868
- export declare namespace TagResourceResponse {
869
- /**
870
- * @internal
871
- */
872
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
873
- }
874
706
  export interface UntagResourceRequest {
875
707
  /**
876
708
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -881,17 +713,125 @@ export interface UntagResourceRequest {
881
713
  */
882
714
  tagKeys: string[] | undefined;
883
715
  }
884
- export declare namespace UntagResourceRequest {
885
- /**
886
- * @internal
887
- */
888
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
889
- }
890
716
  export interface UntagResourceResponse {
891
717
  }
892
- export declare namespace UntagResourceResponse {
893
- /**
894
- * @internal
895
- */
896
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
897
- }
718
+ /**
719
+ * @internal
720
+ */
721
+ export declare const CreateSavingsPlanRequestFilterSensitiveLog: (obj: CreateSavingsPlanRequest) => any;
722
+ /**
723
+ * @internal
724
+ */
725
+ export declare const CreateSavingsPlanResponseFilterSensitiveLog: (obj: CreateSavingsPlanResponse) => any;
726
+ /**
727
+ * @internal
728
+ */
729
+ export declare const DeleteQueuedSavingsPlanRequestFilterSensitiveLog: (obj: DeleteQueuedSavingsPlanRequest) => any;
730
+ /**
731
+ * @internal
732
+ */
733
+ export declare const DeleteQueuedSavingsPlanResponseFilterSensitiveLog: (obj: DeleteQueuedSavingsPlanResponse) => any;
734
+ /**
735
+ * @internal
736
+ */
737
+ export declare const SavingsPlanRateFilterFilterSensitiveLog: (obj: SavingsPlanRateFilter) => any;
738
+ /**
739
+ * @internal
740
+ */
741
+ export declare const DescribeSavingsPlanRatesRequestFilterSensitiveLog: (obj: DescribeSavingsPlanRatesRequest) => any;
742
+ /**
743
+ * @internal
744
+ */
745
+ export declare const SavingsPlanRatePropertyFilterSensitiveLog: (obj: SavingsPlanRateProperty) => any;
746
+ /**
747
+ * @internal
748
+ */
749
+ export declare const SavingsPlanRateFilterSensitiveLog: (obj: SavingsPlanRate) => any;
750
+ /**
751
+ * @internal
752
+ */
753
+ export declare const DescribeSavingsPlanRatesResponseFilterSensitiveLog: (obj: DescribeSavingsPlanRatesResponse) => any;
754
+ /**
755
+ * @internal
756
+ */
757
+ export declare const SavingsPlanFilterFilterSensitiveLog: (obj: SavingsPlanFilter) => any;
758
+ /**
759
+ * @internal
760
+ */
761
+ export declare const DescribeSavingsPlansRequestFilterSensitiveLog: (obj: DescribeSavingsPlansRequest) => any;
762
+ /**
763
+ * @internal
764
+ */
765
+ export declare const SavingsPlanFilterSensitiveLog: (obj: SavingsPlan) => any;
766
+ /**
767
+ * @internal
768
+ */
769
+ export declare const DescribeSavingsPlansResponseFilterSensitiveLog: (obj: DescribeSavingsPlansResponse) => any;
770
+ /**
771
+ * @internal
772
+ */
773
+ export declare const SavingsPlanOfferingRateFilterElementFilterSensitiveLog: (obj: SavingsPlanOfferingRateFilterElement) => any;
774
+ /**
775
+ * @internal
776
+ */
777
+ export declare const DescribeSavingsPlansOfferingRatesRequestFilterSensitiveLog: (obj: DescribeSavingsPlansOfferingRatesRequest) => any;
778
+ /**
779
+ * @internal
780
+ */
781
+ export declare const SavingsPlanOfferingRatePropertyFilterSensitiveLog: (obj: SavingsPlanOfferingRateProperty) => any;
782
+ /**
783
+ * @internal
784
+ */
785
+ export declare const ParentSavingsPlanOfferingFilterSensitiveLog: (obj: ParentSavingsPlanOffering) => any;
786
+ /**
787
+ * @internal
788
+ */
789
+ export declare const SavingsPlanOfferingRateFilterSensitiveLog: (obj: SavingsPlanOfferingRate) => any;
790
+ /**
791
+ * @internal
792
+ */
793
+ export declare const DescribeSavingsPlansOfferingRatesResponseFilterSensitiveLog: (obj: DescribeSavingsPlansOfferingRatesResponse) => any;
794
+ /**
795
+ * @internal
796
+ */
797
+ export declare const SavingsPlanOfferingFilterElementFilterSensitiveLog: (obj: SavingsPlanOfferingFilterElement) => any;
798
+ /**
799
+ * @internal
800
+ */
801
+ export declare const DescribeSavingsPlansOfferingsRequestFilterSensitiveLog: (obj: DescribeSavingsPlansOfferingsRequest) => any;
802
+ /**
803
+ * @internal
804
+ */
805
+ export declare const SavingsPlanOfferingPropertyFilterSensitiveLog: (obj: SavingsPlanOfferingProperty) => any;
806
+ /**
807
+ * @internal
808
+ */
809
+ export declare const SavingsPlanOfferingFilterSensitiveLog: (obj: SavingsPlanOffering) => any;
810
+ /**
811
+ * @internal
812
+ */
813
+ export declare const DescribeSavingsPlansOfferingsResponseFilterSensitiveLog: (obj: DescribeSavingsPlansOfferingsResponse) => any;
814
+ /**
815
+ * @internal
816
+ */
817
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
818
+ /**
819
+ * @internal
820
+ */
821
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
822
+ /**
823
+ * @internal
824
+ */
825
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
826
+ /**
827
+ * @internal
828
+ */
829
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
830
+ /**
831
+ * @internal
832
+ */
833
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
834
+ /**
835
+ * @internal
836
+ */
837
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;