@aws-sdk/client-cost-explorer 3.131.0 → 3.142.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 (79) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
  10. package/dist-cjs/commands/GetAnomaliesCommand.js +2 -2
  11. package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +2 -2
  12. package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +2 -2
  13. package/dist-cjs/commands/GetCostAndUsageCommand.js +2 -2
  14. package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
  15. package/dist-cjs/commands/GetCostCategoriesCommand.js +2 -2
  16. package/dist-cjs/commands/GetCostForecastCommand.js +2 -2
  17. package/dist-cjs/commands/GetDimensionValuesCommand.js +2 -2
  18. package/dist-cjs/commands/GetReservationCoverageCommand.js +2 -2
  19. package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
  20. package/dist-cjs/commands/GetReservationUtilizationCommand.js +2 -2
  21. package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +2 -2
  22. package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +2 -2
  23. package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
  24. package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +2 -2
  25. package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
  26. package/dist-cjs/commands/GetTagsCommand.js +2 -2
  27. package/dist-cjs/commands/GetUsageForecastCommand.js +2 -2
  28. package/dist-cjs/commands/ListCostAllocationTagsCommand.js +2 -2
  29. package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +2 -2
  32. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
  38. package/dist-cjs/models/models_0.js +608 -910
  39. package/dist-cjs/protocols/Aws_json1_1.js +175 -334
  40. package/dist-es/commands/CreateAnomalyMonitorCommand.js +3 -3
  41. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +3 -3
  42. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +3 -3
  43. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +3 -3
  44. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +3 -3
  45. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +3 -3
  46. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +3 -3
  47. package/dist-es/commands/GetAnomaliesCommand.js +3 -3
  48. package/dist-es/commands/GetAnomalyMonitorsCommand.js +3 -3
  49. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +3 -3
  50. package/dist-es/commands/GetCostAndUsageCommand.js +3 -3
  51. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +3 -3
  52. package/dist-es/commands/GetCostCategoriesCommand.js +3 -3
  53. package/dist-es/commands/GetCostForecastCommand.js +3 -3
  54. package/dist-es/commands/GetDimensionValuesCommand.js +3 -3
  55. package/dist-es/commands/GetReservationCoverageCommand.js +3 -3
  56. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +3 -3
  57. package/dist-es/commands/GetReservationUtilizationCommand.js +3 -3
  58. package/dist-es/commands/GetRightsizingRecommendationCommand.js +3 -3
  59. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +3 -3
  60. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +3 -3
  61. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +3 -3
  62. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +3 -3
  63. package/dist-es/commands/GetTagsCommand.js +3 -3
  64. package/dist-es/commands/GetUsageForecastCommand.js +3 -3
  65. package/dist-es/commands/ListCostAllocationTagsCommand.js +3 -3
  66. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +3 -3
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  68. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +3 -3
  69. package/dist-es/commands/TagResourceCommand.js +3 -3
  70. package/dist-es/commands/UntagResourceCommand.js +3 -3
  71. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +3 -3
  72. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +3 -3
  73. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +3 -3
  74. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +3 -3
  75. package/dist-es/models/models_0.js +151 -604
  76. package/dist-es/protocols/Aws_json1_1.js +281 -335
  77. package/dist-types/models/models_0.d.ts +604 -906
  78. package/dist-types/ts3.4/models/models_0.d.ts +302 -604
  79. package/package.json +6 -6
@@ -17,12 +17,6 @@ export interface AnomalyScore {
17
17
  */
18
18
  CurrentScore: number | undefined;
19
19
  }
20
- export declare namespace AnomalyScore {
21
- /**
22
- * @internal
23
- */
24
- const filterSensitiveLog: (obj: AnomalyScore) => any;
25
- }
26
20
  export declare enum AnomalyFeedbackType {
27
21
  NO = "NO",
28
22
  PLANNED_ACTIVITY = "PLANNED_ACTIVITY",
@@ -41,12 +35,6 @@ export interface Impact {
41
35
  */
42
36
  TotalImpact?: number;
43
37
  }
44
- export declare namespace Impact {
45
- /**
46
- * @internal
47
- */
48
- const filterSensitiveLog: (obj: Impact) => any;
49
- }
50
38
  /**
51
39
  * <p>The combination of Amazon Web Service, linked account, Region, and usage type
52
40
  * where a cost anomaly is observed. </p>
@@ -69,12 +57,6 @@ export interface RootCause {
69
57
  */
70
58
  UsageType?: string;
71
59
  }
72
- export declare namespace RootCause {
73
- /**
74
- * @internal
75
- */
76
- const filterSensitiveLog: (obj: RootCause) => any;
77
- }
78
60
  /**
79
61
  * <p>An unusual cost pattern. This consists of the detailed metadata and the current status
80
62
  * of the anomaly object. </p>
@@ -119,12 +101,6 @@ export interface Anomaly {
119
101
  */
120
102
  Feedback?: AnomalyFeedbackType | string;
121
103
  }
122
- export declare namespace Anomaly {
123
- /**
124
- * @internal
125
- */
126
- const filterSensitiveLog: (obj: Anomaly) => any;
127
- }
128
104
  /**
129
105
  * <p>The time period for an anomaly. </p>
130
106
  */
@@ -138,12 +114,6 @@ export interface AnomalyDateInterval {
138
114
  */
139
115
  EndDate?: string;
140
116
  }
141
- export declare namespace AnomalyDateInterval {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: AnomalyDateInterval) => any;
146
- }
147
117
  export declare enum MonitorDimension {
148
118
  SERVICE = "SERVICE"
149
119
  }
@@ -183,12 +153,6 @@ export interface CostCategoryValues {
183
153
  */
184
154
  MatchOptions?: (MatchOption | string)[];
185
155
  }
186
- export declare namespace CostCategoryValues {
187
- /**
188
- * @internal
189
- */
190
- const filterSensitiveLog: (obj: CostCategoryValues) => any;
191
- }
192
156
  export declare enum Dimension {
193
157
  AGREEMENT_END_DATE_TIME_AFTER = "AGREEMENT_END_DATE_TIME_AFTER",
194
158
  AGREEMENT_END_DATE_TIME_BEFORE = "AGREEMENT_END_DATE_TIME_BEFORE",
@@ -246,12 +210,6 @@ export interface DimensionValues {
246
210
  */
247
211
  MatchOptions?: (MatchOption | string)[];
248
212
  }
249
- export declare namespace DimensionValues {
250
- /**
251
- * @internal
252
- */
253
- const filterSensitiveLog: (obj: DimensionValues) => any;
254
- }
255
213
  /**
256
214
  * <p>The values that are available for a tag.</p>
257
215
  * <p>If <code>Values</code> and <code>Key</code> aren't specified, the <code>ABSENT</code>
@@ -279,12 +237,6 @@ export interface TagValues {
279
237
  */
280
238
  MatchOptions?: (MatchOption | string)[];
281
239
  }
282
- export declare namespace TagValues {
283
- /**
284
- * @internal
285
- */
286
- const filterSensitiveLog: (obj: TagValues) => any;
287
- }
288
240
  export declare enum MonitorType {
289
241
  CUSTOM = "CUSTOM",
290
242
  DIMENSIONAL = "DIMENSIONAL"
@@ -320,12 +272,6 @@ export interface Subscriber {
320
272
  */
321
273
  Status?: SubscriberStatus | string;
322
274
  }
323
- export declare namespace Subscriber {
324
- /**
325
- * @internal
326
- */
327
- const filterSensitiveLog: (obj: Subscriber) => any;
328
- }
329
275
  /**
330
276
  * <p>The association between a monitor, threshold, and list of subscribers used to deliver
331
277
  * notifications about anomalies detected by a monitor that exceeds a threshold. The
@@ -362,12 +308,6 @@ export interface AnomalySubscription {
362
308
  */
363
309
  SubscriptionName: string | undefined;
364
310
  }
365
- export declare namespace AnomalySubscription {
366
- /**
367
- * @internal
368
- */
369
- const filterSensitiveLog: (obj: AnomalySubscription) => any;
370
- }
371
311
  /**
372
312
  * <p>The tag structure that contains a tag key and value. </p>
373
313
  * <note>
@@ -390,24 +330,12 @@ export interface ResourceTag {
390
330
  */
391
331
  Value: string | undefined;
392
332
  }
393
- export declare namespace ResourceTag {
394
- /**
395
- * @internal
396
- */
397
- const filterSensitiveLog: (obj: ResourceTag) => any;
398
- }
399
333
  export interface CreateAnomalyMonitorResponse {
400
334
  /**
401
335
  * <p>The unique identifier of your newly created cost anomaly detection monitor.</p>
402
336
  */
403
337
  MonitorArn: string | undefined;
404
338
  }
405
- export declare namespace CreateAnomalyMonitorResponse {
406
- /**
407
- * @internal
408
- */
409
- const filterSensitiveLog: (obj: CreateAnomalyMonitorResponse) => any;
410
- }
411
339
  /**
412
340
  * <p>You made too many calls in a short period of time. Try again later.</p>
413
341
  */
@@ -458,24 +386,12 @@ export interface CreateAnomalySubscriptionRequest {
458
386
  */
459
387
  ResourceTags?: ResourceTag[];
460
388
  }
461
- export declare namespace CreateAnomalySubscriptionRequest {
462
- /**
463
- * @internal
464
- */
465
- const filterSensitiveLog: (obj: CreateAnomalySubscriptionRequest) => any;
466
- }
467
389
  export interface CreateAnomalySubscriptionResponse {
468
390
  /**
469
391
  * <p>The unique identifier of your newly created cost anomaly subscription. </p>
470
392
  */
471
393
  SubscriptionArn: string | undefined;
472
394
  }
473
- export declare namespace CreateAnomalySubscriptionResponse {
474
- /**
475
- * @internal
476
- */
477
- const filterSensitiveLog: (obj: CreateAnomalySubscriptionResponse) => any;
478
- }
479
395
  /**
480
396
  * <p>The cost anomaly monitor does not exist for the account.
481
397
  * </p>
@@ -516,12 +432,6 @@ export interface CostCategoryInheritedValueDimension {
516
432
  */
517
433
  DimensionKey?: string;
518
434
  }
519
- export declare namespace CostCategoryInheritedValueDimension {
520
- /**
521
- * @internal
522
- */
523
- const filterSensitiveLog: (obj: CostCategoryInheritedValueDimension) => any;
524
- }
525
435
  export declare enum CostCategoryRuleType {
526
436
  INHERITED_VALUE = "INHERITED_VALUE",
527
437
  REGULAR = "REGULAR"
@@ -550,12 +460,6 @@ export interface CostCategorySplitChargeRuleParameter {
550
460
  */
551
461
  Values: string[] | undefined;
552
462
  }
553
- export declare namespace CostCategorySplitChargeRuleParameter {
554
- /**
555
- * @internal
556
- */
557
- const filterSensitiveLog: (obj: CostCategorySplitChargeRuleParameter) => any;
558
- }
559
463
  /**
560
464
  * <p>Use the split charge rule to split the cost of one Cost Category value across several
561
465
  * other target values. </p>
@@ -588,12 +492,6 @@ export interface CostCategorySplitChargeRule {
588
492
  */
589
493
  Parameters?: CostCategorySplitChargeRuleParameter[];
590
494
  }
591
- export declare namespace CostCategorySplitChargeRule {
592
- /**
593
- * @internal
594
- */
595
- const filterSensitiveLog: (obj: CostCategorySplitChargeRule) => any;
596
- }
597
495
  export interface CreateCostCategoryDefinitionResponse {
598
496
  /**
599
497
  * <p>The unique identifier for your newly created Cost Category. </p>
@@ -604,12 +502,6 @@ export interface CreateCostCategoryDefinitionResponse {
604
502
  */
605
503
  EffectiveStart?: string;
606
504
  }
607
- export declare namespace CreateCostCategoryDefinitionResponse {
608
- /**
609
- * @internal
610
- */
611
- const filterSensitiveLog: (obj: CreateCostCategoryDefinitionResponse) => any;
612
- }
613
505
  /**
614
506
  * <p> You've reached the limit on the number of resources you can create, or exceeded the
615
507
  * size of an individual resource. </p>
@@ -629,40 +521,16 @@ export interface DeleteAnomalyMonitorRequest {
629
521
  */
630
522
  MonitorArn: string | undefined;
631
523
  }
632
- export declare namespace DeleteAnomalyMonitorRequest {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: DeleteAnomalyMonitorRequest) => any;
637
- }
638
524
  export interface DeleteAnomalyMonitorResponse {
639
525
  }
640
- export declare namespace DeleteAnomalyMonitorResponse {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: DeleteAnomalyMonitorResponse) => any;
645
- }
646
526
  export interface DeleteAnomalySubscriptionRequest {
647
527
  /**
648
528
  * <p>The unique identifier of the cost anomaly subscription that you want to delete. </p>
649
529
  */
650
530
  SubscriptionArn: string | undefined;
651
531
  }
652
- export declare namespace DeleteAnomalySubscriptionRequest {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: DeleteAnomalySubscriptionRequest) => any;
657
- }
658
532
  export interface DeleteAnomalySubscriptionResponse {
659
533
  }
660
- export declare namespace DeleteAnomalySubscriptionResponse {
661
- /**
662
- * @internal
663
- */
664
- const filterSensitiveLog: (obj: DeleteAnomalySubscriptionResponse) => any;
665
- }
666
534
  /**
667
535
  * <p>The cost anomaly subscription does not exist for the account.
668
536
  * </p>
@@ -682,12 +550,6 @@ export interface DeleteCostCategoryDefinitionRequest {
682
550
  */
683
551
  CostCategoryArn: string | undefined;
684
552
  }
685
- export declare namespace DeleteCostCategoryDefinitionRequest {
686
- /**
687
- * @internal
688
- */
689
- const filterSensitiveLog: (obj: DeleteCostCategoryDefinitionRequest) => any;
690
- }
691
553
  export interface DeleteCostCategoryDefinitionResponse {
692
554
  /**
693
555
  * <p>The unique identifier for your Cost Category. </p>
@@ -699,12 +561,6 @@ export interface DeleteCostCategoryDefinitionResponse {
699
561
  */
700
562
  EffectiveEnd?: string;
701
563
  }
702
- export declare namespace DeleteCostCategoryDefinitionResponse {
703
- /**
704
- * @internal
705
- */
706
- const filterSensitiveLog: (obj: DeleteCostCategoryDefinitionResponse) => any;
707
- }
708
564
  /**
709
565
  * <p>
710
566
  * The specified ARN in the request doesn't exist.
@@ -730,12 +586,6 @@ export interface DescribeCostCategoryDefinitionRequest {
730
586
  */
731
587
  EffectiveOn?: string;
732
588
  }
733
- export declare namespace DescribeCostCategoryDefinitionRequest {
734
- /**
735
- * @internal
736
- */
737
- const filterSensitiveLog: (obj: DescribeCostCategoryDefinitionRequest) => any;
738
- }
739
589
  export declare enum CostCategoryStatusComponent {
740
590
  COST_EXPLORER = "COST_EXPLORER"
741
591
  }
@@ -757,12 +607,6 @@ export interface CostCategoryProcessingStatus {
757
607
  */
758
608
  Status?: CostCategoryStatus | string;
759
609
  }
760
- export declare namespace CostCategoryProcessingStatus {
761
- /**
762
- * @internal
763
- */
764
- const filterSensitiveLog: (obj: CostCategoryProcessingStatus) => any;
765
- }
766
610
  export declare enum NumericOperator {
767
611
  BETWEEN = "BETWEEN",
768
612
  EQUAL = "EQUAL",
@@ -788,12 +632,6 @@ export interface TotalImpactFilter {
788
632
  */
789
633
  EndValue?: number;
790
634
  }
791
- export declare namespace TotalImpactFilter {
792
- /**
793
- * @internal
794
- */
795
- const filterSensitiveLog: (obj: TotalImpactFilter) => any;
796
- }
797
635
  export interface GetAnomaliesRequest {
798
636
  /**
799
637
  * <p>Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon
@@ -825,12 +663,6 @@ export interface GetAnomaliesRequest {
825
663
  */
826
664
  MaxResults?: number;
827
665
  }
828
- export declare namespace GetAnomaliesRequest {
829
- /**
830
- * @internal
831
- */
832
- const filterSensitiveLog: (obj: GetAnomaliesRequest) => any;
833
- }
834
666
  export interface GetAnomaliesResponse {
835
667
  /**
836
668
  * <p>A list of cost anomalies. </p>
@@ -842,12 +674,6 @@ export interface GetAnomaliesResponse {
842
674
  */
843
675
  NextPageToken?: string;
844
676
  }
845
- export declare namespace GetAnomaliesResponse {
846
- /**
847
- * @internal
848
- */
849
- const filterSensitiveLog: (obj: GetAnomaliesResponse) => any;
850
- }
851
677
  /**
852
678
  * <p>The pagination token is invalid. Try again without a pagination token.</p>
853
679
  */
@@ -875,12 +701,6 @@ export interface GetAnomalyMonitorsRequest {
875
701
  */
876
702
  MaxResults?: number;
877
703
  }
878
- export declare namespace GetAnomalyMonitorsRequest {
879
- /**
880
- * @internal
881
- */
882
- const filterSensitiveLog: (obj: GetAnomalyMonitorsRequest) => any;
883
- }
884
704
  export interface GetAnomalySubscriptionsRequest {
885
705
  /**
886
706
  * <p>A list of cost anomaly subscription ARNs. </p>
@@ -900,12 +720,6 @@ export interface GetAnomalySubscriptionsRequest {
900
720
  */
901
721
  MaxResults?: number;
902
722
  }
903
- export declare namespace GetAnomalySubscriptionsRequest {
904
- /**
905
- * @internal
906
- */
907
- const filterSensitiveLog: (obj: GetAnomalySubscriptionsRequest) => any;
908
- }
909
723
  export interface GetAnomalySubscriptionsResponse {
910
724
  /**
911
725
  * <p>A list of cost anomaly subscriptions that includes the detailed metadata for each one. </p>
@@ -917,12 +731,6 @@ export interface GetAnomalySubscriptionsResponse {
917
731
  */
918
732
  NextPageToken?: string;
919
733
  }
920
- export declare namespace GetAnomalySubscriptionsResponse {
921
- /**
922
- * @internal
923
- */
924
- const filterSensitiveLog: (obj: GetAnomalySubscriptionsResponse) => any;
925
- }
926
734
  /**
927
735
  * <p>The requested report expired. Update the date interval and try again.</p>
928
736
  */
@@ -971,12 +779,6 @@ export interface GroupDefinition {
971
779
  */
972
780
  Key?: string;
973
781
  }
974
- export declare namespace GroupDefinition {
975
- /**
976
- * @internal
977
- */
978
- const filterSensitiveLog: (obj: GroupDefinition) => any;
979
- }
980
782
  /**
981
783
  * <p>The time period of the request. </p>
982
784
  */
@@ -995,12 +797,6 @@ export interface DateInterval {
995
797
  */
996
798
  End: string | undefined;
997
799
  }
998
- export declare namespace DateInterval {
999
- /**
1000
- * @internal
1001
- */
1002
- const filterSensitiveLog: (obj: DateInterval) => any;
1003
- }
1004
800
  /**
1005
801
  * <p>The metadata of a specific type that you can use to filter and group your results. You
1006
802
  * can use <code>GetDimensionValues</code> to find specific values.</p>
@@ -1015,12 +811,6 @@ export interface DimensionValuesWithAttributes {
1015
811
  */
1016
812
  Attributes?: Record<string, string>;
1017
813
  }
1018
- export declare namespace DimensionValuesWithAttributes {
1019
- /**
1020
- * @internal
1021
- */
1022
- const filterSensitiveLog: (obj: DimensionValuesWithAttributes) => any;
1023
- }
1024
814
  /**
1025
815
  * <p>The aggregated value for a metric.</p>
1026
816
  */
@@ -1034,12 +824,6 @@ export interface MetricValue {
1034
824
  */
1035
825
  Unit?: string;
1036
826
  }
1037
- export declare namespace MetricValue {
1038
- /**
1039
- * @internal
1040
- */
1041
- const filterSensitiveLog: (obj: MetricValue) => any;
1042
- }
1043
827
  /**
1044
828
  * <p>One level of grouped data in the results.</p>
1045
829
  */
@@ -1053,12 +837,6 @@ export interface Group {
1053
837
  */
1054
838
  Metrics?: Record<string, MetricValue>;
1055
839
  }
1056
- export declare namespace Group {
1057
- /**
1058
- * @internal
1059
- */
1060
- const filterSensitiveLog: (obj: Group) => any;
1061
- }
1062
840
  /**
1063
841
  * <p>The result that's associated with a time period.</p>
1064
842
  */
@@ -1080,12 +858,6 @@ export interface ResultByTime {
1080
858
  */
1081
859
  Estimated?: boolean;
1082
860
  }
1083
- export declare namespace ResultByTime {
1084
- /**
1085
- * @internal
1086
- */
1087
- const filterSensitiveLog: (obj: ResultByTime) => any;
1088
- }
1089
861
  export interface GetCostAndUsageResponse {
1090
862
  /**
1091
863
  * <p>The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>
@@ -1104,12 +876,6 @@ export interface GetCostAndUsageResponse {
1104
876
  */
1105
877
  DimensionValueAttributes?: DimensionValuesWithAttributes[];
1106
878
  }
1107
- export declare namespace GetCostAndUsageResponse {
1108
- /**
1109
- * @internal
1110
- */
1111
- const filterSensitiveLog: (obj: GetCostAndUsageResponse) => any;
1112
- }
1113
879
  /**
1114
880
  * <p>Your request parameters changed between pages. Try again with the old parameters or
1115
881
  * without a pagination token.</p>
@@ -1142,12 +908,6 @@ export interface GetCostAndUsageWithResourcesResponse {
1142
908
  */
1143
909
  DimensionValueAttributes?: DimensionValuesWithAttributes[];
1144
910
  }
1145
- export declare namespace GetCostAndUsageWithResourcesResponse {
1146
- /**
1147
- * @internal
1148
- */
1149
- const filterSensitiveLog: (obj: GetCostAndUsageWithResourcesResponse) => any;
1150
- }
1151
911
  export declare enum SortOrder {
1152
912
  ASCENDING = "ASCENDING",
1153
913
  DESCENDING = "DESCENDING"
@@ -1165,12 +925,6 @@ export interface SortDefinition {
1165
925
  */
1166
926
  SortOrder?: SortOrder | string;
1167
927
  }
1168
- export declare namespace SortDefinition {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: SortDefinition) => any;
1173
- }
1174
928
  export interface GetCostCategoriesResponse {
1175
929
  /**
1176
930
  * <p>If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of
@@ -1196,12 +950,6 @@ export interface GetCostCategoriesResponse {
1196
950
  */
1197
951
  TotalSize: number | undefined;
1198
952
  }
1199
- export declare namespace GetCostCategoriesResponse {
1200
- /**
1201
- * @internal
1202
- */
1203
- const filterSensitiveLog: (obj: GetCostCategoriesResponse) => any;
1204
- }
1205
953
  export declare enum Metric {
1206
954
  AMORTIZED_COST = "AMORTIZED_COST",
1207
955
  BLENDED_COST = "BLENDED_COST",
@@ -1232,12 +980,6 @@ export interface ForecastResult {
1232
980
  */
1233
981
  PredictionIntervalUpperBound?: string;
1234
982
  }
1235
- export declare namespace ForecastResult {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: ForecastResult) => any;
1240
- }
1241
983
  export interface GetCostForecastResponse {
1242
984
  /**
1243
985
  * <p>How much you are forecasted to spend over the forecast period, in <code>USD</code>.</p>
@@ -1249,12 +991,6 @@ export interface GetCostForecastResponse {
1249
991
  */
1250
992
  ForecastResultsByTime?: ForecastResult[];
1251
993
  }
1252
- export declare namespace GetCostForecastResponse {
1253
- /**
1254
- * @internal
1255
- */
1256
- const filterSensitiveLog: (obj: GetCostForecastResponse) => any;
1257
- }
1258
994
  export declare enum Context {
1259
995
  COST_AND_USAGE = "COST_AND_USAGE",
1260
996
  RESERVATIONS = "RESERVATIONS",
@@ -1386,12 +1122,6 @@ export interface GetDimensionValuesResponse {
1386
1122
  */
1387
1123
  NextPageToken?: string;
1388
1124
  }
1389
- export declare namespace GetDimensionValuesResponse {
1390
- /**
1391
- * @internal
1392
- */
1393
- const filterSensitiveLog: (obj: GetDimensionValuesResponse) => any;
1394
- }
1395
1125
  /**
1396
1126
  * <p>How much it costs to run an instance.</p>
1397
1127
  */
@@ -1401,12 +1131,6 @@ export interface CoverageCost {
1401
1131
  */
1402
1132
  OnDemandCost?: string;
1403
1133
  }
1404
- export declare namespace CoverageCost {
1405
- /**
1406
- * @internal
1407
- */
1408
- const filterSensitiveLog: (obj: CoverageCost) => any;
1409
- }
1410
1134
  /**
1411
1135
  * <p>How long a running instance either used a reservation or was On-Demand.</p>
1412
1136
  */
@@ -1428,12 +1152,6 @@ export interface CoverageHours {
1428
1152
  */
1429
1153
  CoverageHoursPercentage?: string;
1430
1154
  }
1431
- export declare namespace CoverageHours {
1432
- /**
1433
- * @internal
1434
- */
1435
- const filterSensitiveLog: (obj: CoverageHours) => any;
1436
- }
1437
1155
  /**
1438
1156
  * <p>The amount of instance usage, in normalized units. You can use normalized units to see
1439
1157
  * your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose
@@ -1466,12 +1184,6 @@ export interface CoverageNormalizedUnits {
1466
1184
  */
1467
1185
  CoverageNormalizedUnitsPercentage?: string;
1468
1186
  }
1469
- export declare namespace CoverageNormalizedUnits {
1470
- /**
1471
- * @internal
1472
- */
1473
- const filterSensitiveLog: (obj: CoverageNormalizedUnits) => any;
1474
- }
1475
1187
  /**
1476
1188
  * <p>The amount of instance usage that a reservation covered.</p>
1477
1189
  */
@@ -1489,12 +1201,6 @@ export interface Coverage {
1489
1201
  */
1490
1202
  CoverageCost?: CoverageCost;
1491
1203
  }
1492
- export declare namespace Coverage {
1493
- /**
1494
- * @internal
1495
- */
1496
- const filterSensitiveLog: (obj: Coverage) => any;
1497
- }
1498
1204
  /**
1499
1205
  * <p>A group of reservations that share a set of attributes.</p>
1500
1206
  */
@@ -1508,12 +1214,6 @@ export interface ReservationCoverageGroup {
1508
1214
  */
1509
1215
  Coverage?: Coverage;
1510
1216
  }
1511
- export declare namespace ReservationCoverageGroup {
1512
- /**
1513
- * @internal
1514
- */
1515
- const filterSensitiveLog: (obj: ReservationCoverageGroup) => any;
1516
- }
1517
1217
  /**
1518
1218
  * <p>Reservation coverage for a specified period, in hours.</p>
1519
1219
  */
@@ -1531,12 +1231,6 @@ export interface CoverageByTime {
1531
1231
  */
1532
1232
  Total?: Coverage;
1533
1233
  }
1534
- export declare namespace CoverageByTime {
1535
- /**
1536
- * @internal
1537
- */
1538
- const filterSensitiveLog: (obj: CoverageByTime) => any;
1539
- }
1540
1234
  export interface GetReservationCoverageResponse {
1541
1235
  /**
1542
1236
  * <p>The amount of time that your reservations covered.</p>
@@ -1551,12 +1245,6 @@ export interface GetReservationCoverageResponse {
1551
1245
  */
1552
1246
  NextPageToken?: string;
1553
1247
  }
1554
- export declare namespace GetReservationCoverageResponse {
1555
- /**
1556
- * @internal
1557
- */
1558
- const filterSensitiveLog: (obj: GetReservationCoverageResponse) => any;
1559
- }
1560
1248
  export declare enum LookbackPeriodInDays {
1561
1249
  SEVEN_DAYS = "SEVEN_DAYS",
1562
1250
  SIXTY_DAYS = "SIXTY_DAYS",
@@ -1585,12 +1273,6 @@ export interface EC2Specification {
1585
1273
  */
1586
1274
  OfferingClass?: OfferingClass | string;
1587
1275
  }
1588
- export declare namespace EC2Specification {
1589
- /**
1590
- * @internal
1591
- */
1592
- const filterSensitiveLog: (obj: EC2Specification) => any;
1593
- }
1594
1276
  /**
1595
1277
  * <p>Hardware specifications for the service that you want recommendations for.</p>
1596
1278
  */
@@ -1601,12 +1283,6 @@ export interface ServiceSpecification {
1601
1283
  */
1602
1284
  EC2Specification?: EC2Specification;
1603
1285
  }
1604
- export declare namespace ServiceSpecification {
1605
- /**
1606
- * @internal
1607
- */
1608
- const filterSensitiveLog: (obj: ServiceSpecification) => any;
1609
- }
1610
1286
  export declare enum TermInYears {
1611
1287
  ONE_YEAR = "ONE_YEAR",
1612
1288
  THREE_YEARS = "THREE_YEARS"
@@ -1624,12 +1300,6 @@ export interface ReservationPurchaseRecommendationMetadata {
1624
1300
  */
1625
1301
  GenerationTimestamp?: string;
1626
1302
  }
1627
- export declare namespace ReservationPurchaseRecommendationMetadata {
1628
- /**
1629
- * @internal
1630
- */
1631
- const filterSensitiveLog: (obj: ReservationPurchaseRecommendationMetadata) => any;
1632
- }
1633
1303
  /**
1634
1304
  * <p>Details about the Amazon EC2 instances that Amazon Web Services recommends that you
1635
1305
  * purchase.</p>
@@ -1669,12 +1339,6 @@ export interface EC2InstanceDetails {
1669
1339
  */
1670
1340
  SizeFlexEligible?: boolean;
1671
1341
  }
1672
- export declare namespace EC2InstanceDetails {
1673
- /**
1674
- * @internal
1675
- */
1676
- const filterSensitiveLog: (obj: EC2InstanceDetails) => any;
1677
- }
1678
1342
  /**
1679
1343
  * <p>Details about the Amazon ElastiCache instances that Amazon Web Services recommends that
1680
1344
  * you purchase.</p>
@@ -1705,12 +1369,6 @@ export interface ElastiCacheInstanceDetails {
1705
1369
  */
1706
1370
  SizeFlexEligible?: boolean;
1707
1371
  }
1708
- export declare namespace ElastiCacheInstanceDetails {
1709
- /**
1710
- * @internal
1711
- */
1712
- const filterSensitiveLog: (obj: ElastiCacheInstanceDetails) => any;
1713
- }
1714
1372
  /**
1715
1373
  * <p>Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends that you
1716
1374
  * purchase.</p>
@@ -1737,12 +1395,6 @@ export interface ESInstanceDetails {
1737
1395
  */
1738
1396
  SizeFlexEligible?: boolean;
1739
1397
  }
1740
- export declare namespace ESInstanceDetails {
1741
- /**
1742
- * @internal
1743
- */
1744
- const filterSensitiveLog: (obj: ESInstanceDetails) => any;
1745
- }
1746
1398
  /**
1747
1399
  * <p>Details about the Amazon RDS instances that Amazon Web Services recommends that you
1748
1400
  * purchase.</p>
@@ -1786,12 +1438,6 @@ export interface RDSInstanceDetails {
1786
1438
  */
1787
1439
  SizeFlexEligible?: boolean;
1788
1440
  }
1789
- export declare namespace RDSInstanceDetails {
1790
- /**
1791
- * @internal
1792
- */
1793
- const filterSensitiveLog: (obj: RDSInstanceDetails) => any;
1794
- }
1795
1441
  /**
1796
1442
  * <p>Details about the Amazon Redshift instances that Amazon Web Services recommends that
1797
1443
  * you purchase.</p>
@@ -1818,12 +1464,6 @@ export interface RedshiftInstanceDetails {
1818
1464
  */
1819
1465
  SizeFlexEligible?: boolean;
1820
1466
  }
1821
- export declare namespace RedshiftInstanceDetails {
1822
- /**
1823
- * @internal
1824
- */
1825
- const filterSensitiveLog: (obj: RedshiftInstanceDetails) => any;
1826
- }
1827
1467
  /**
1828
1468
  * <p>Details about the instances that Amazon Web Services recommends that you
1829
1469
  * purchase.</p>
@@ -1851,12 +1491,6 @@ export interface InstanceDetails {
1851
1491
  */
1852
1492
  ESInstanceDetails?: ESInstanceDetails;
1853
1493
  }
1854
- export declare namespace InstanceDetails {
1855
- /**
1856
- * @internal
1857
- */
1858
- const filterSensitiveLog: (obj: InstanceDetails) => any;
1859
- }
1860
1494
  /**
1861
1495
  * <p>Details about your recommended reservation purchase.</p>
1862
1496
  */
@@ -1959,12 +1593,6 @@ export interface ReservationPurchaseRecommendationDetail {
1959
1593
  */
1960
1594
  RecurringStandardMonthlyCost?: string;
1961
1595
  }
1962
- export declare namespace ReservationPurchaseRecommendationDetail {
1963
- /**
1964
- * @internal
1965
- */
1966
- const filterSensitiveLog: (obj: ReservationPurchaseRecommendationDetail) => any;
1967
- }
1968
1596
  /**
1969
1597
  * <p>A summary about this recommendation, such as the currency code, the amount that
1970
1598
  * Amazon Web Services estimates that you could save, and the total amount of
@@ -1986,12 +1614,6 @@ export interface ReservationPurchaseRecommendationSummary {
1986
1614
  */
1987
1615
  CurrencyCode?: string;
1988
1616
  }
1989
- export declare namespace ReservationPurchaseRecommendationSummary {
1990
- /**
1991
- * @internal
1992
- */
1993
- const filterSensitiveLog: (obj: ReservationPurchaseRecommendationSummary) => any;
1994
- }
1995
1617
  /**
1996
1618
  * <p>A specific reservation that Amazon Web Services recommends for purchase.</p>
1997
1619
  */
@@ -2029,12 +1651,6 @@ export interface ReservationPurchaseRecommendation {
2029
1651
  */
2030
1652
  RecommendationSummary?: ReservationPurchaseRecommendationSummary;
2031
1653
  }
2032
- export declare namespace ReservationPurchaseRecommendation {
2033
- /**
2034
- * @internal
2035
- */
2036
- const filterSensitiveLog: (obj: ReservationPurchaseRecommendation) => any;
2037
- }
2038
1654
  export interface GetReservationPurchaseRecommendationResponse {
2039
1655
  /**
2040
1656
  * <p>Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.</p>
@@ -2049,12 +1665,6 @@ export interface GetReservationPurchaseRecommendationResponse {
2049
1665
  */
2050
1666
  NextPageToken?: string;
2051
1667
  }
2052
- export declare namespace GetReservationPurchaseRecommendationResponse {
2053
- /**
2054
- * @internal
2055
- */
2056
- const filterSensitiveLog: (obj: GetReservationPurchaseRecommendationResponse) => any;
2057
- }
2058
1668
  /**
2059
1669
  * <p>The aggregated numbers for your reservation usage.</p>
2060
1670
  */
@@ -2140,12 +1750,6 @@ export interface ReservationAggregates {
2140
1750
  */
2141
1751
  UnrealizedSavings?: string;
2142
1752
  }
2143
- export declare namespace ReservationAggregates {
2144
- /**
2145
- * @internal
2146
- */
2147
- const filterSensitiveLog: (obj: ReservationAggregates) => any;
2148
- }
2149
1753
  /**
2150
1754
  * <p>A group of reservations that share a set of attributes.</p>
2151
1755
  */
@@ -2167,12 +1771,6 @@ export interface ReservationUtilizationGroup {
2167
1771
  */
2168
1772
  Utilization?: ReservationAggregates;
2169
1773
  }
2170
- export declare namespace ReservationUtilizationGroup {
2171
- /**
2172
- * @internal
2173
- */
2174
- const filterSensitiveLog: (obj: ReservationUtilizationGroup) => any;
2175
- }
2176
1774
  /**
2177
1775
  * <p>The amount of utilization, in hours.</p>
2178
1776
  */
@@ -2190,12 +1788,6 @@ export interface UtilizationByTime {
2190
1788
  */
2191
1789
  Total?: ReservationAggregates;
2192
1790
  }
2193
- export declare namespace UtilizationByTime {
2194
- /**
2195
- * @internal
2196
- */
2197
- const filterSensitiveLog: (obj: UtilizationByTime) => any;
2198
- }
2199
1791
  export interface GetReservationUtilizationResponse {
2200
1792
  /**
2201
1793
  * <p>The amount of time that you used your Reserved Instances (RIs).</p>
@@ -2210,12 +1802,6 @@ export interface GetReservationUtilizationResponse {
2210
1802
  */
2211
1803
  NextPageToken?: string;
2212
1804
  }
2213
- export declare namespace GetReservationUtilizationResponse {
2214
- /**
2215
- * @internal
2216
- */
2217
- const filterSensitiveLog: (obj: GetReservationUtilizationResponse) => any;
2218
- }
2219
1805
  export declare enum RecommendationTarget {
2220
1806
  CROSS_INSTANCE_FAMILY = "CROSS_INSTANCE_FAMILY",
2221
1807
  SAME_INSTANCE_FAMILY = "SAME_INSTANCE_FAMILY"
@@ -2241,12 +1827,6 @@ export interface RightsizingRecommendationConfiguration {
2241
1827
  */
2242
1828
  BenefitsConsidered: boolean | undefined;
2243
1829
  }
2244
- export declare namespace RightsizingRecommendationConfiguration {
2245
- /**
2246
- * @internal
2247
- */
2248
- const filterSensitiveLog: (obj: RightsizingRecommendationConfiguration) => any;
2249
- }
2250
1830
  /**
2251
1831
  * <p>Metadata for this recommendation set.</p>
2252
1832
  */
@@ -2269,12 +1849,6 @@ export interface RightsizingRecommendationMetadata {
2269
1849
  */
2270
1850
  AdditionalMetadata?: string;
2271
1851
  }
2272
- export declare namespace RightsizingRecommendationMetadata {
2273
- /**
2274
- * @internal
2275
- */
2276
- const filterSensitiveLog: (obj: RightsizingRecommendationMetadata) => any;
2277
- }
2278
1852
  /**
2279
1853
  * <p>Details on the Amazon EC2 Resource.</p>
2280
1854
  */
@@ -2318,12 +1892,6 @@ export interface EC2ResourceDetails {
2318
1892
  */
2319
1893
  Vcpu?: string;
2320
1894
  }
2321
- export declare namespace EC2ResourceDetails {
2322
- /**
2323
- * @internal
2324
- */
2325
- const filterSensitiveLog: (obj: EC2ResourceDetails) => any;
2326
- }
2327
1895
  /**
2328
1896
  * <p>Details for the resource.</p>
2329
1897
  */
@@ -2333,12 +1901,6 @@ export interface ResourceDetails {
2333
1901
  */
2334
1902
  EC2ResourceDetails?: EC2ResourceDetails;
2335
1903
  }
2336
- export declare namespace ResourceDetails {
2337
- /**
2338
- * @internal
2339
- */
2340
- const filterSensitiveLog: (obj: ResourceDetails) => any;
2341
- }
2342
1904
  /**
2343
1905
  * <p>The field that contains a list of disk (local storage) metrics that are associated
2344
1906
  * with the current instance. </p>
@@ -2361,12 +1923,6 @@ export interface DiskResourceUtilization {
2361
1923
  */
2362
1924
  DiskWriteBytesPerSecond?: string;
2363
1925
  }
2364
- export declare namespace DiskResourceUtilization {
2365
- /**
2366
- * @internal
2367
- */
2368
- const filterSensitiveLog: (obj: DiskResourceUtilization) => any;
2369
- }
2370
1926
  /**
2371
1927
  * <p>The EBS field that contains a list of EBS metrics that are associated with the current
2372
1928
  * instance. </p>
@@ -2389,12 +1945,6 @@ export interface EBSResourceUtilization {
2389
1945
  */
2390
1946
  EbsWriteBytesPerSecond?: string;
2391
1947
  }
2392
- export declare namespace EBSResourceUtilization {
2393
- /**
2394
- * @internal
2395
- */
2396
- const filterSensitiveLog: (obj: EBSResourceUtilization) => any;
2397
- }
2398
1948
  /**
2399
1949
  * <p>The network field that contains a list of network metrics that are associated with the
2400
1950
  * current instance. </p>
@@ -2417,12 +1967,6 @@ export interface NetworkResourceUtilization {
2417
1967
  */
2418
1968
  NetworkPacketsOutPerSecond?: string;
2419
1969
  }
2420
- export declare namespace NetworkResourceUtilization {
2421
- /**
2422
- * @internal
2423
- */
2424
- const filterSensitiveLog: (obj: NetworkResourceUtilization) => any;
2425
- }
2426
1970
  /**
2427
1971
  * <p>Utilization metrics for the instance. </p>
2428
1972
  */
@@ -2456,12 +2000,6 @@ export interface EC2ResourceUtilization {
2456
2000
  */
2457
2001
  NetworkResourceUtilization?: NetworkResourceUtilization;
2458
2002
  }
2459
- export declare namespace EC2ResourceUtilization {
2460
- /**
2461
- * @internal
2462
- */
2463
- const filterSensitiveLog: (obj: EC2ResourceUtilization) => any;
2464
- }
2465
2003
  /**
2466
2004
  * <p>Resource utilization of current resource. </p>
2467
2005
  */
@@ -2471,12 +2009,6 @@ export interface ResourceUtilization {
2471
2009
  */
2472
2010
  EC2ResourceUtilization?: EC2ResourceUtilization;
2473
2011
  }
2474
- export declare namespace ResourceUtilization {
2475
- /**
2476
- * @internal
2477
- */
2478
- const filterSensitiveLog: (obj: ResourceUtilization) => any;
2479
- }
2480
2012
  /**
2481
2013
  * <p>Context about the current instance.</p>
2482
2014
  */
@@ -2529,12 +2061,6 @@ export interface CurrentInstance {
2529
2061
  */
2530
2062
  CurrencyCode?: string;
2531
2063
  }
2532
- export declare namespace CurrentInstance {
2533
- /**
2534
- * @internal
2535
- */
2536
- const filterSensitiveLog: (obj: CurrentInstance) => any;
2537
- }
2538
2064
  export declare enum FindingReasonCode {
2539
2065
  CPU_OVER_PROVISIONED = "CPU_OVER_PROVISIONED",
2540
2066
  CPU_UNDER_PROVISIONED = "CPU_UNDER_PROVISIONED",
@@ -2596,12 +2122,6 @@ export interface TargetInstance {
2596
2122
  */
2597
2123
  PlatformDifferences?: (PlatformDifference | string)[];
2598
2124
  }
2599
- export declare namespace TargetInstance {
2600
- /**
2601
- * @internal
2602
- */
2603
- const filterSensitiveLog: (obj: TargetInstance) => any;
2604
- }
2605
2125
  /**
2606
2126
  * <p>Details for the modification recommendation.</p>
2607
2127
  */
@@ -2612,12 +2132,6 @@ export interface ModifyRecommendationDetail {
2612
2132
  */
2613
2133
  TargetInstances?: TargetInstance[];
2614
2134
  }
2615
- export declare namespace ModifyRecommendationDetail {
2616
- /**
2617
- * @internal
2618
- */
2619
- const filterSensitiveLog: (obj: ModifyRecommendationDetail) => any;
2620
- }
2621
2135
  export declare enum RightsizingType {
2622
2136
  MODIFY = "MODIFY",
2623
2137
  TERMINATE = "TERMINATE"
@@ -2636,12 +2150,6 @@ export interface TerminateRecommendationDetail {
2636
2150
  */
2637
2151
  CurrencyCode?: string;
2638
2152
  }
2639
- export declare namespace TerminateRecommendationDetail {
2640
- /**
2641
- * @internal
2642
- */
2643
- const filterSensitiveLog: (obj: TerminateRecommendationDetail) => any;
2644
- }
2645
2153
  /**
2646
2154
  * <p>Recommendations to rightsize resources.</p>
2647
2155
  */
@@ -2673,12 +2181,6 @@ export interface RightsizingRecommendation {
2673
2181
  */
2674
2182
  FindingReasonCodes?: (FindingReasonCode | string)[];
2675
2183
  }
2676
- export declare namespace RightsizingRecommendation {
2677
- /**
2678
- * @internal
2679
- */
2680
- const filterSensitiveLog: (obj: RightsizingRecommendation) => any;
2681
- }
2682
2184
  /**
2683
2185
  * <p>The summary of rightsizing recommendations </p>
2684
2186
  */
@@ -2701,12 +2203,6 @@ export interface RightsizingRecommendationSummary {
2701
2203
  */
2702
2204
  SavingsPercentage?: string;
2703
2205
  }
2704
- export declare namespace RightsizingRecommendationSummary {
2705
- /**
2706
- * @internal
2707
- */
2708
- const filterSensitiveLog: (obj: RightsizingRecommendationSummary) => any;
2709
- }
2710
2206
  export interface GetRightsizingRecommendationResponse {
2711
2207
  /**
2712
2208
  * <p>Information regarding this specific recommendation set.</p>
@@ -2733,12 +2229,6 @@ export interface GetRightsizingRecommendationResponse {
2733
2229
  */
2734
2230
  Configuration?: RightsizingRecommendationConfiguration;
2735
2231
  }
2736
- export declare namespace GetRightsizingRecommendationResponse {
2737
- /**
2738
- * @internal
2739
- */
2740
- const filterSensitiveLog: (obj: GetRightsizingRecommendationResponse) => any;
2741
- }
2742
2232
  /**
2743
2233
  * <p>Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and
2744
2234
  * total Savings Plans costs for an account.</p>
@@ -2763,12 +2253,6 @@ export interface SavingsPlansCoverageData {
2763
2253
  */
2764
2254
  CoveragePercentage?: string;
2765
2255
  }
2766
- export declare namespace SavingsPlansCoverageData {
2767
- /**
2768
- * @internal
2769
- */
2770
- const filterSensitiveLog: (obj: SavingsPlansCoverageData) => any;
2771
- }
2772
2256
  /**
2773
2257
  * <p>The amount of Savings Plans eligible usage that's covered by Savings Plans. All
2774
2258
  * calculations consider the On-Demand equivalent of your Savings Plans usage.</p>
@@ -2787,12 +2271,6 @@ export interface SavingsPlansCoverage {
2787
2271
  */
2788
2272
  TimePeriod?: DateInterval;
2789
2273
  }
2790
- export declare namespace SavingsPlansCoverage {
2791
- /**
2792
- * @internal
2793
- */
2794
- const filterSensitiveLog: (obj: SavingsPlansCoverage) => any;
2795
- }
2796
2274
  export interface GetSavingsPlansCoverageResponse {
2797
2275
  /**
2798
2276
  * <p>The amount of spend that your Savings Plans covered.</p>
@@ -2803,12 +2281,6 @@ export interface GetSavingsPlansCoverageResponse {
2803
2281
  */
2804
2282
  NextToken?: string;
2805
2283
  }
2806
- export declare namespace GetSavingsPlansCoverageResponse {
2807
- /**
2808
- * @internal
2809
- */
2810
- const filterSensitiveLog: (obj: GetSavingsPlansCoverageResponse) => any;
2811
- }
2812
2284
  export declare enum SupportedSavingsPlansType {
2813
2285
  COMPUTE_SP = "COMPUTE_SP",
2814
2286
  EC2_INSTANCE_SP = "EC2_INSTANCE_SP",
@@ -2831,12 +2303,6 @@ export interface SavingsPlansPurchaseRecommendationMetadata {
2831
2303
  */
2832
2304
  AdditionalMetadata?: string;
2833
2305
  }
2834
- export declare namespace SavingsPlansPurchaseRecommendationMetadata {
2835
- /**
2836
- * @internal
2837
- */
2838
- const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationMetadata) => any;
2839
- }
2840
2306
  /**
2841
2307
  * <p>The attribute details on a specific Savings Plan.</p>
2842
2308
  */
@@ -2854,12 +2320,6 @@ export interface SavingsPlansDetails {
2854
2320
  */
2855
2321
  OfferingId?: string;
2856
2322
  }
2857
- export declare namespace SavingsPlansDetails {
2858
- /**
2859
- * @internal
2860
- */
2861
- const filterSensitiveLog: (obj: SavingsPlansDetails) => any;
2862
- }
2863
2323
  /**
2864
2324
  * <p>Details for your recommended Savings Plans.</p>
2865
2325
  */
@@ -2942,12 +2402,6 @@ export interface SavingsPlansPurchaseRecommendationDetail {
2942
2402
  */
2943
2403
  CurrentAverageHourlyOnDemandSpend?: string;
2944
2404
  }
2945
- export declare namespace SavingsPlansPurchaseRecommendationDetail {
2946
- /**
2947
- * @internal
2948
- */
2949
- const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationDetail) => any;
2950
- }
2951
2405
  /**
2952
2406
  * <p>Summary metrics for your Savings Plans Purchase Recommendations.</p>
2953
2407
  */
@@ -3009,12 +2463,6 @@ export interface SavingsPlansPurchaseRecommendationSummary {
3009
2463
  */
3010
2464
  EstimatedOnDemandCostWithCurrentCommitment?: string;
3011
2465
  }
3012
- export declare namespace SavingsPlansPurchaseRecommendationSummary {
3013
- /**
3014
- * @internal
3015
- */
3016
- const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationSummary) => any;
3017
- }
3018
2466
  /**
3019
2467
  * <p>Contains your request parameters, Savings Plan Recommendations Summary, and
3020
2468
  * Details.</p>
@@ -3054,12 +2502,6 @@ export interface SavingsPlansPurchaseRecommendation {
3054
2502
  */
3055
2503
  SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary;
3056
2504
  }
3057
- export declare namespace SavingsPlansPurchaseRecommendation {
3058
- /**
3059
- * @internal
3060
- */
3061
- const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendation) => any;
3062
- }
3063
2505
  export interface GetSavingsPlansPurchaseRecommendationResponse {
3064
2506
  /**
3065
2507
  * <p>Information that regards this specific recommendation set.</p>
@@ -3074,12 +2516,6 @@ export interface GetSavingsPlansPurchaseRecommendationResponse {
3074
2516
  */
3075
2517
  NextPageToken?: string;
3076
2518
  }
3077
- export declare namespace GetSavingsPlansPurchaseRecommendationResponse {
3078
- /**
3079
- * @internal
3080
- */
3081
- const filterSensitiveLog: (obj: GetSavingsPlansPurchaseRecommendationResponse) => any;
3082
- }
3083
2519
  /**
3084
2520
  * <p>The amortized amount of Savings Plans purchased in a specific account during a
3085
2521
  * specific time interval.</p>
@@ -3101,12 +2537,6 @@ export interface SavingsPlansAmortizedCommitment {
3101
2537
  */
3102
2538
  TotalAmortizedCommitment?: string;
3103
2539
  }
3104
- export declare namespace SavingsPlansAmortizedCommitment {
3105
- /**
3106
- * @internal
3107
- */
3108
- const filterSensitiveLog: (obj: SavingsPlansAmortizedCommitment) => any;
3109
- }
3110
2540
  /**
3111
2541
  * <p>The amount of savings that you're accumulating, against the public On-Demand rate of
3112
2542
  * the usage accrued in an account.</p>
@@ -3123,12 +2553,6 @@ export interface SavingsPlansSavings {
3123
2553
  */
3124
2554
  OnDemandCostEquivalent?: string;
3125
2555
  }
3126
- export declare namespace SavingsPlansSavings {
3127
- /**
3128
- * @internal
3129
- */
3130
- const filterSensitiveLog: (obj: SavingsPlansSavings) => any;
3131
- }
3132
2556
  /**
3133
2557
  * <p>The measurement of how well you're using your existing Savings Plans.</p>
3134
2558
  */
@@ -3154,12 +2578,6 @@ export interface SavingsPlansUtilization {
3154
2578
  */
3155
2579
  UtilizationPercentage?: string;
3156
2580
  }
3157
- export declare namespace SavingsPlansUtilization {
3158
- /**
3159
- * @internal
3160
- */
3161
- const filterSensitiveLog: (obj: SavingsPlansUtilization) => any;
3162
- }
3163
2581
  /**
3164
2582
  * <p>The amount of Savings Plans utilization (in hours).</p>
3165
2583
  */
@@ -3185,12 +2603,6 @@ export interface SavingsPlansUtilizationByTime {
3185
2603
  */
3186
2604
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
3187
2605
  }
3188
- export declare namespace SavingsPlansUtilizationByTime {
3189
- /**
3190
- * @internal
3191
- */
3192
- const filterSensitiveLog: (obj: SavingsPlansUtilizationByTime) => any;
3193
- }
3194
2606
  /**
3195
2607
  * <p>The aggregated utilization metrics for your Savings Plans usage.</p>
3196
2608
  */
@@ -3212,12 +2624,6 @@ export interface SavingsPlansUtilizationAggregates {
3212
2624
  */
3213
2625
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
3214
2626
  }
3215
- export declare namespace SavingsPlansUtilizationAggregates {
3216
- /**
3217
- * @internal
3218
- */
3219
- const filterSensitiveLog: (obj: SavingsPlansUtilizationAggregates) => any;
3220
- }
3221
2627
  export interface GetSavingsPlansUtilizationResponse {
3222
2628
  /**
3223
2629
  * <p>The amount of cost/commitment that you used your Savings Plans. You can use it to specify
@@ -3230,12 +2636,6 @@ export interface GetSavingsPlansUtilizationResponse {
3230
2636
  */
3231
2637
  Total: SavingsPlansUtilizationAggregates | undefined;
3232
2638
  }
3233
- export declare namespace GetSavingsPlansUtilizationResponse {
3234
- /**
3235
- * @internal
3236
- */
3237
- const filterSensitiveLog: (obj: GetSavingsPlansUtilizationResponse) => any;
3238
- }
3239
2639
  export declare enum SavingsPlansDataType {
3240
2640
  AMORTIZED_COMMITMENT = "AMORTIZED_COMMITMENT",
3241
2641
  ATTRIBUTES = "ATTRIBUTES",
@@ -3273,12 +2673,6 @@ export interface SavingsPlansUtilizationDetail {
3273
2673
  */
3274
2674
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
3275
2675
  }
3276
- export declare namespace SavingsPlansUtilizationDetail {
3277
- /**
3278
- * @internal
3279
- */
3280
- const filterSensitiveLog: (obj: SavingsPlansUtilizationDetail) => any;
3281
- }
3282
2676
  export interface GetSavingsPlansUtilizationDetailsResponse {
3283
2677
  /**
3284
2678
  * <p>Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.</p>
@@ -3297,12 +2691,6 @@ export interface GetSavingsPlansUtilizationDetailsResponse {
3297
2691
  */
3298
2692
  NextToken?: string;
3299
2693
  }
3300
- export declare namespace GetSavingsPlansUtilizationDetailsResponse {
3301
- /**
3302
- * @internal
3303
- */
3304
- const filterSensitiveLog: (obj: GetSavingsPlansUtilizationDetailsResponse) => any;
3305
- }
3306
2694
  export interface GetTagsResponse {
3307
2695
  /**
3308
2696
  * <p>The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>
@@ -3321,12 +2709,6 @@ export interface GetTagsResponse {
3321
2709
  */
3322
2710
  TotalSize: number | undefined;
3323
2711
  }
3324
- export declare namespace GetTagsResponse {
3325
- /**
3326
- * @internal
3327
- */
3328
- const filterSensitiveLog: (obj: GetTagsResponse) => any;
3329
- }
3330
2712
  export interface GetUsageForecastResponse {
3331
2713
  /**
3332
2714
  * <p>How much you're forecasted to use over the forecast period.</p>
@@ -3338,12 +2720,6 @@ export interface GetUsageForecastResponse {
3338
2720
  */
3339
2721
  ForecastResultsByTime?: ForecastResult[];
3340
2722
  }
3341
- export declare namespace GetUsageForecastResponse {
3342
- /**
3343
- * @internal
3344
- */
3345
- const filterSensitiveLog: (obj: GetUsageForecastResponse) => any;
3346
- }
3347
2723
  /**
3348
2724
  * <p>Cost Explorer was unable to identify the usage unit. Provide <code>UsageType/UsageTypeGroup</code> filter selections that contain matching units, for example: <code>hours</code>.</p>
3349
2725
  */
@@ -3391,12 +2767,6 @@ export interface ListCostAllocationTagsRequest {
3391
2767
  */
3392
2768
  MaxResults?: number;
3393
2769
  }
3394
- export declare namespace ListCostAllocationTagsRequest {
3395
- /**
3396
- * @internal
3397
- */
3398
- const filterSensitiveLog: (obj: ListCostAllocationTagsRequest) => any;
3399
- }
3400
2770
  /**
3401
2771
  * <p>The cost allocation tag structure. This includes detailed metadata for the
3402
2772
  * <code>CostAllocationTag</code> object. </p>
@@ -3419,12 +2789,6 @@ export interface CostAllocationTag {
3419
2789
  */
3420
2790
  Status: CostAllocationTagStatus | string | undefined;
3421
2791
  }
3422
- export declare namespace CostAllocationTag {
3423
- /**
3424
- * @internal
3425
- */
3426
- const filterSensitiveLog: (obj: CostAllocationTag) => any;
3427
- }
3428
2792
  export interface ListCostAllocationTagsResponse {
3429
2793
  /**
3430
2794
  * <p>A list of cost allocation tags that includes the detailed metadata for each one. </p>
@@ -3436,12 +2800,6 @@ export interface ListCostAllocationTagsResponse {
3436
2800
  */
3437
2801
  NextToken?: string;
3438
2802
  }
3439
- export declare namespace ListCostAllocationTagsResponse {
3440
- /**
3441
- * @internal
3442
- */
3443
- const filterSensitiveLog: (obj: ListCostAllocationTagsResponse) => any;
3444
- }
3445
2803
  export interface ListCostCategoryDefinitionsRequest {
3446
2804
  /**
3447
2805
  * <p>The date when the Cost Category was effective. </p>
@@ -3457,12 +2815,6 @@ export interface ListCostCategoryDefinitionsRequest {
3457
2815
  */
3458
2816
  MaxResults?: number;
3459
2817
  }
3460
- export declare namespace ListCostCategoryDefinitionsRequest {
3461
- /**
3462
- * @internal
3463
- */
3464
- const filterSensitiveLog: (obj: ListCostCategoryDefinitionsRequest) => any;
3465
- }
3466
2818
  /**
3467
2819
  * <p>A reference to a Cost Category containing only enough information to identify the Cost
3468
2820
  * Category.</p>
@@ -3505,12 +2857,6 @@ export interface CostCategoryReference {
3505
2857
  */
3506
2858
  DefaultValue?: string;
3507
2859
  }
3508
- export declare namespace CostCategoryReference {
3509
- /**
3510
- * @internal
3511
- */
3512
- const filterSensitiveLog: (obj: CostCategoryReference) => any;
3513
- }
3514
2860
  export interface ListCostCategoryDefinitionsResponse {
3515
2861
  /**
3516
2862
  * <p>A reference to a Cost Category that contains enough information to identify the Cost
@@ -3523,24 +2869,12 @@ export interface ListCostCategoryDefinitionsResponse {
3523
2869
  */
3524
2870
  NextToken?: string;
3525
2871
  }
3526
- export declare namespace ListCostCategoryDefinitionsResponse {
3527
- /**
3528
- * @internal
3529
- */
3530
- const filterSensitiveLog: (obj: ListCostCategoryDefinitionsResponse) => any;
3531
- }
3532
2872
  export interface ListTagsForResourceRequest {
3533
2873
  /**
3534
2874
  * <p>The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ResourceTag.html">ResourceTag</a>.</p>
3535
2875
  */
3536
2876
  ResourceArn: string | undefined;
3537
2877
  }
3538
- export declare namespace ListTagsForResourceRequest {
3539
- /**
3540
- * @internal
3541
- */
3542
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3543
- }
3544
2878
  export interface ListTagsForResourceResponse {
3545
2879
  /**
3546
2880
  * <p>A list of tag key value pairs that are associated with the resource.
@@ -3548,12 +2882,6 @@ export interface ListTagsForResourceResponse {
3548
2882
  */
3549
2883
  ResourceTags?: ResourceTag[];
3550
2884
  }
3551
- export declare namespace ListTagsForResourceResponse {
3552
- /**
3553
- * @internal
3554
- */
3555
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3556
- }
3557
2885
  export interface ProvideAnomalyFeedbackRequest {
3558
2886
  /**
3559
2887
  * <p>A cost anomaly ID. </p>
@@ -3564,24 +2892,12 @@ export interface ProvideAnomalyFeedbackRequest {
3564
2892
  */
3565
2893
  Feedback: AnomalyFeedbackType | string | undefined;
3566
2894
  }
3567
- export declare namespace ProvideAnomalyFeedbackRequest {
3568
- /**
3569
- * @internal
3570
- */
3571
- const filterSensitiveLog: (obj: ProvideAnomalyFeedbackRequest) => any;
3572
- }
3573
2895
  export interface ProvideAnomalyFeedbackResponse {
3574
2896
  /**
3575
2897
  * <p>The ID of the modified cost anomaly. </p>
3576
2898
  */
3577
2899
  AnomalyId: string | undefined;
3578
2900
  }
3579
- export declare namespace ProvideAnomalyFeedbackResponse {
3580
- /**
3581
- * @internal
3582
- */
3583
- const filterSensitiveLog: (obj: ProvideAnomalyFeedbackResponse) => any;
3584
- }
3585
2901
  export interface TagResourceRequest {
3586
2902
  /**
3587
2903
  * <p>The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ResourceTag.html">ResourceTag</a>.
@@ -3619,20 +2935,8 @@ export interface TagResourceRequest {
3619
2935
  */
3620
2936
  ResourceTags: ResourceTag[] | undefined;
3621
2937
  }
3622
- export declare namespace TagResourceRequest {
3623
- /**
3624
- * @internal
3625
- */
3626
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3627
- }
3628
2938
  export interface TagResourceResponse {
3629
2939
  }
3630
- export declare namespace TagResourceResponse {
3631
- /**
3632
- * @internal
3633
- */
3634
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3635
- }
3636
2940
  /**
3637
2941
  * <p>Can occur if you specify a number of tags for a resource greater than the maximum 50 user tags per resource.</p>
3638
2942
  */
@@ -3659,20 +2963,8 @@ export interface UntagResourceRequest {
3659
2963
  */
3660
2964
  ResourceTagKeys: string[] | undefined;
3661
2965
  }
3662
- export declare namespace UntagResourceRequest {
3663
- /**
3664
- * @internal
3665
- */
3666
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3667
- }
3668
2966
  export interface UntagResourceResponse {
3669
2967
  }
3670
- export declare namespace UntagResourceResponse {
3671
- /**
3672
- * @internal
3673
- */
3674
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3675
- }
3676
2968
  export interface UpdateAnomalyMonitorRequest {
3677
2969
  /**
3678
2970
  * <p>Cost anomaly monitor Amazon Resource Names (ARNs). </p>
@@ -3683,24 +2975,12 @@ export interface UpdateAnomalyMonitorRequest {
3683
2975
  */
3684
2976
  MonitorName?: string;
3685
2977
  }
3686
- export declare namespace UpdateAnomalyMonitorRequest {
3687
- /**
3688
- * @internal
3689
- */
3690
- const filterSensitiveLog: (obj: UpdateAnomalyMonitorRequest) => any;
3691
- }
3692
2978
  export interface UpdateAnomalyMonitorResponse {
3693
2979
  /**
3694
2980
  * <p>A cost anomaly monitor ARN. </p>
3695
2981
  */
3696
2982
  MonitorArn: string | undefined;
3697
2983
  }
3698
- export declare namespace UpdateAnomalyMonitorResponse {
3699
- /**
3700
- * @internal
3701
- */
3702
- const filterSensitiveLog: (obj: UpdateAnomalyMonitorResponse) => any;
3703
- }
3704
2984
  export interface UpdateAnomalySubscriptionRequest {
3705
2985
  /**
3706
2986
  * <p>A cost anomaly subscription Amazon Resource Name (ARN). </p>
@@ -3727,24 +3007,12 @@ export interface UpdateAnomalySubscriptionRequest {
3727
3007
  */
3728
3008
  SubscriptionName?: string;
3729
3009
  }
3730
- export declare namespace UpdateAnomalySubscriptionRequest {
3731
- /**
3732
- * @internal
3733
- */
3734
- const filterSensitiveLog: (obj: UpdateAnomalySubscriptionRequest) => any;
3735
- }
3736
3010
  export interface UpdateAnomalySubscriptionResponse {
3737
3011
  /**
3738
3012
  * <p>A cost anomaly subscription ARN. </p>
3739
3013
  */
3740
3014
  SubscriptionArn: string | undefined;
3741
3015
  }
3742
- export declare namespace UpdateAnomalySubscriptionResponse {
3743
- /**
3744
- * @internal
3745
- */
3746
- const filterSensitiveLog: (obj: UpdateAnomalySubscriptionResponse) => any;
3747
- }
3748
3016
  /**
3749
3017
  * <p>The cost allocation tag status. The status of a key can either be active or inactive. </p>
3750
3018
  */
@@ -3758,12 +3026,6 @@ export interface CostAllocationTagStatusEntry {
3758
3026
  */
3759
3027
  Status: CostAllocationTagStatus | string | undefined;
3760
3028
  }
3761
- export declare namespace CostAllocationTagStatusEntry {
3762
- /**
3763
- * @internal
3764
- */
3765
- const filterSensitiveLog: (obj: CostAllocationTagStatusEntry) => any;
3766
- }
3767
3029
  export interface UpdateCostAllocationTagsStatusRequest {
3768
3030
  /**
3769
3031
  * <p>The list of <code>CostAllocationTagStatusEntry</code> objects that are used to update cost
@@ -3771,12 +3033,6 @@ export interface UpdateCostAllocationTagsStatusRequest {
3771
3033
  */
3772
3034
  CostAllocationTagsStatus: CostAllocationTagStatusEntry[] | undefined;
3773
3035
  }
3774
- export declare namespace UpdateCostAllocationTagsStatusRequest {
3775
- /**
3776
- * @internal
3777
- */
3778
- const filterSensitiveLog: (obj: UpdateCostAllocationTagsStatusRequest) => any;
3779
- }
3780
3036
  /**
3781
3037
  * <p>Gives a detailed description of the result of an action. It's on each cost allocation
3782
3038
  * tag entry in the request. </p>
@@ -3795,12 +3051,6 @@ export interface UpdateCostAllocationTagsStatusError {
3795
3051
  */
3796
3052
  Message?: string;
3797
3053
  }
3798
- export declare namespace UpdateCostAllocationTagsStatusError {
3799
- /**
3800
- * @internal
3801
- */
3802
- const filterSensitiveLog: (obj: UpdateCostAllocationTagsStatusError) => any;
3803
- }
3804
3054
  export interface UpdateCostAllocationTagsStatusResponse {
3805
3055
  /**
3806
3056
  * <p>A list of <code>UpdateCostAllocationTagsStatusError</code> objects with error details
@@ -3809,12 +3059,6 @@ export interface UpdateCostAllocationTagsStatusResponse {
3809
3059
  */
3810
3060
  Errors?: UpdateCostAllocationTagsStatusError[];
3811
3061
  }
3812
- export declare namespace UpdateCostAllocationTagsStatusResponse {
3813
- /**
3814
- * @internal
3815
- */
3816
- const filterSensitiveLog: (obj: UpdateCostAllocationTagsStatusResponse) => any;
3817
- }
3818
3062
  export interface UpdateCostCategoryDefinitionResponse {
3819
3063
  /**
3820
3064
  * <p>The unique identifier for your Cost Category. </p>
@@ -3825,12 +3069,6 @@ export interface UpdateCostCategoryDefinitionResponse {
3825
3069
  */
3826
3070
  EffectiveStart?: string;
3827
3071
  }
3828
- export declare namespace UpdateCostCategoryDefinitionResponse {
3829
- /**
3830
- * @internal
3831
- */
3832
- const filterSensitiveLog: (obj: UpdateCostCategoryDefinitionResponse) => any;
3833
- }
3834
3072
  /**
3835
3073
  * <p>Use <code>Expression</code> to filter by cost or by usage. There are two patterns: </p>
3836
3074
  * <ul>
@@ -3914,12 +3152,6 @@ export interface Expression {
3914
3152
  */
3915
3153
  CostCategories?: CostCategoryValues;
3916
3154
  }
3917
- export declare namespace Expression {
3918
- /**
3919
- * @internal
3920
- */
3921
- const filterSensitiveLog: (obj: Expression) => any;
3922
- }
3923
3155
  /**
3924
3156
  * <p>This object continuously inspects your account's cost data for anomalies. It's based
3925
3157
  * on <code>MonitorType</code> and <code>MonitorSpecification</code>. The content consists
@@ -4017,12 +3249,6 @@ export interface AnomalyMonitor {
4017
3249
  */
4018
3250
  DimensionalValueCount?: number;
4019
3251
  }
4020
- export declare namespace AnomalyMonitor {
4021
- /**
4022
- * @internal
4023
- */
4024
- const filterSensitiveLog: (obj: AnomalyMonitor) => any;
4025
- }
4026
3252
  /**
4027
3253
  * <p>Rules are processed in order. If there are multiple rules that match the line item,
4028
3254
  * then the first rule to match is used to determine that Cost Category value.</p>
@@ -4066,12 +3292,6 @@ export interface CostCategoryRule {
4066
3292
  */
4067
3293
  Type?: CostCategoryRuleType | string;
4068
3294
  }
4069
- export declare namespace CostCategoryRule {
4070
- /**
4071
- * @internal
4072
- */
4073
- const filterSensitiveLog: (obj: CostCategoryRule) => any;
4074
- }
4075
3295
  export interface GetCostAndUsageRequest {
4076
3296
  /**
4077
3297
  * <p>Sets the start date and end date for retrieving Amazon Web Services costs. The start date
@@ -4127,12 +3347,6 @@ export interface GetCostAndUsageRequest {
4127
3347
  */
4128
3348
  NextPageToken?: string;
4129
3349
  }
4130
- export declare namespace GetCostAndUsageRequest {
4131
- /**
4132
- * @internal
4133
- */
4134
- const filterSensitiveLog: (obj: GetCostAndUsageRequest) => any;
4135
- }
4136
3350
  export interface GetCostAndUsageWithResourcesRequest {
4137
3351
  /**
4138
3352
  * <p>Sets the start and end dates for retrieving Amazon Web Services costs. The range must be within the last 14 days (the start date cannot be earlier than 14 days ago). The start date is inclusive, but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is
@@ -4186,12 +3400,6 @@ export interface GetCostAndUsageWithResourcesRequest {
4186
3400
  */
4187
3401
  NextPageToken?: string;
4188
3402
  }
4189
- export declare namespace GetCostAndUsageWithResourcesRequest {
4190
- /**
4191
- * @internal
4192
- */
4193
- const filterSensitiveLog: (obj: GetCostAndUsageWithResourcesRequest) => any;
4194
- }
4195
3403
  export interface GetCostCategoriesRequest {
4196
3404
  /**
4197
3405
  * <p>The value that you want to search the filter values for.</p>
@@ -4328,12 +3536,6 @@ export interface GetCostCategoriesRequest {
4328
3536
  */
4329
3537
  NextPageToken?: string;
4330
3538
  }
4331
- export declare namespace GetCostCategoriesRequest {
4332
- /**
4333
- * @internal
4334
- */
4335
- const filterSensitiveLog: (obj: GetCostCategoriesRequest) => any;
4336
- }
4337
3539
  export interface GetCostForecastRequest {
4338
3540
  /**
4339
3541
  * <p>The period of time that you want the forecast to cover. The start date must be equal to or no later than the current date to avoid a validation error.</p>
@@ -4497,12 +3699,6 @@ export interface GetCostForecastRequest {
4497
3699
  */
4498
3700
  PredictionIntervalLevel?: number;
4499
3701
  }
4500
- export declare namespace GetCostForecastRequest {
4501
- /**
4502
- * @internal
4503
- */
4504
- const filterSensitiveLog: (obj: GetCostForecastRequest) => any;
4505
- }
4506
3702
  export interface GetDimensionValuesRequest {
4507
3703
  /**
4508
3704
  * <p>The value that you want to search the filter values for.</p>
@@ -4797,12 +3993,6 @@ export interface GetDimensionValuesRequest {
4797
3993
  */
4798
3994
  NextPageToken?: string;
4799
3995
  }
4800
- export declare namespace GetDimensionValuesRequest {
4801
- /**
4802
- * @internal
4803
- */
4804
- const filterSensitiveLog: (obj: GetDimensionValuesRequest) => any;
4805
- }
4806
3996
  /**
4807
3997
  * <p>You can use the following request parameters to query for how much of your instance usage a reservation covered.</p>
4808
3998
  */
@@ -4983,12 +4173,6 @@ export interface GetReservationCoverageRequest {
4983
4173
  */
4984
4174
  MaxResults?: number;
4985
4175
  }
4986
- export declare namespace GetReservationCoverageRequest {
4987
- /**
4988
- * @internal
4989
- */
4990
- const filterSensitiveLog: (obj: GetReservationCoverageRequest) => any;
4991
- }
4992
4176
  export interface GetReservationPurchaseRecommendationRequest {
4993
4177
  /**
4994
4178
  * <p>The account ID that's associated with the recommendation. </p>
@@ -5085,12 +4269,6 @@ export interface GetReservationPurchaseRecommendationRequest {
5085
4269
  */
5086
4270
  NextPageToken?: string;
5087
4271
  }
5088
- export declare namespace GetReservationPurchaseRecommendationRequest {
5089
- /**
5090
- * @internal
5091
- */
5092
- const filterSensitiveLog: (obj: GetReservationPurchaseRecommendationRequest) => any;
5093
- }
5094
4272
  export interface GetReservationUtilizationRequest {
5095
4273
  /**
5096
4274
  * <p>Sets the start and end dates for retrieving Reserved Instance (RI) utilization. The start
@@ -5262,12 +4440,6 @@ export interface GetReservationUtilizationRequest {
5262
4440
  */
5263
4441
  MaxResults?: number;
5264
4442
  }
5265
- export declare namespace GetReservationUtilizationRequest {
5266
- /**
5267
- * @internal
5268
- */
5269
- const filterSensitiveLog: (obj: GetReservationUtilizationRequest) => any;
5270
- }
5271
4443
  export interface GetRightsizingRecommendationRequest {
5272
4444
  /**
5273
4445
  * <p>Use <code>Expression</code> to filter by cost or by usage. There are two patterns: </p>
@@ -5349,12 +4521,6 @@ export interface GetRightsizingRecommendationRequest {
5349
4521
  */
5350
4522
  NextPageToken?: string;
5351
4523
  }
5352
- export declare namespace GetRightsizingRecommendationRequest {
5353
- /**
5354
- * @internal
5355
- */
5356
- const filterSensitiveLog: (obj: GetRightsizingRecommendationRequest) => any;
5357
- }
5358
4524
  export interface GetSavingsPlansCoverageRequest {
5359
4525
  /**
5360
4526
  * <p>The time period that you want the usage and costs for. The <code>Start</code> date must be within 13 months. The <code>End</code> date must be after the <code>Start</code> date, and before the current date. Future dates can't be used as an <code>End</code> date.</p>
@@ -5459,12 +4625,6 @@ export interface GetSavingsPlansCoverageRequest {
5459
4625
  */
5460
4626
  SortBy?: SortDefinition;
5461
4627
  }
5462
- export declare namespace GetSavingsPlansCoverageRequest {
5463
- /**
5464
- * @internal
5465
- */
5466
- const filterSensitiveLog: (obj: GetSavingsPlansCoverageRequest) => any;
5467
- }
5468
4628
  export interface GetSavingsPlansPurchaseRecommendationRequest {
5469
4629
  /**
5470
4630
  * <p>The Savings Plans recommendation type that's requested.</p>
@@ -5508,12 +4668,6 @@ export interface GetSavingsPlansPurchaseRecommendationRequest {
5508
4668
  */
5509
4669
  Filter?: Expression;
5510
4670
  }
5511
- export declare namespace GetSavingsPlansPurchaseRecommendationRequest {
5512
- /**
5513
- * @internal
5514
- */
5515
- const filterSensitiveLog: (obj: GetSavingsPlansPurchaseRecommendationRequest) => any;
5516
- }
5517
4671
  export interface GetSavingsPlansUtilizationDetailsRequest {
5518
4672
  /**
5519
4673
  * <p>The time period that you want the usage and costs for. The <code>Start</code> date must be within 13 months. The <code>End</code> date must be after the <code>Start</code> date, and before the current date. Future dates can't be used as an <code>End</code> date.</p>
@@ -5613,12 +4767,6 @@ export interface GetSavingsPlansUtilizationDetailsRequest {
5613
4767
  */
5614
4768
  SortBy?: SortDefinition;
5615
4769
  }
5616
- export declare namespace GetSavingsPlansUtilizationDetailsRequest {
5617
- /**
5618
- * @internal
5619
- */
5620
- const filterSensitiveLog: (obj: GetSavingsPlansUtilizationDetailsRequest) => any;
5621
- }
5622
4770
  export interface GetSavingsPlansUtilizationRequest {
5623
4771
  /**
5624
4772
  * <p>The time period that you want the usage and costs for. The <code>Start</code> date must be within 13 months. The <code>End</code> date must be after the <code>Start</code> date, and before the current date. Future dates can't be used as an <code>End</code> date.</p>
@@ -5705,12 +4853,6 @@ export interface GetSavingsPlansUtilizationRequest {
5705
4853
  */
5706
4854
  SortBy?: SortDefinition;
5707
4855
  }
5708
- export declare namespace GetSavingsPlansUtilizationRequest {
5709
- /**
5710
- * @internal
5711
- */
5712
- const filterSensitiveLog: (obj: GetSavingsPlansUtilizationRequest) => any;
5713
- }
5714
4856
  export interface GetTagsRequest {
5715
4857
  /**
5716
4858
  * <p>The value that you want to search for.</p>
@@ -5841,12 +4983,6 @@ export interface GetTagsRequest {
5841
4983
  */
5842
4984
  NextPageToken?: string;
5843
4985
  }
5844
- export declare namespace GetTagsRequest {
5845
- /**
5846
- * @internal
5847
- */
5848
- const filterSensitiveLog: (obj: GetTagsRequest) => any;
5849
- }
5850
4986
  export interface GetUsageForecastRequest {
5851
4987
  /**
5852
4988
  * <p>The start and end dates of the period that you want to retrieve usage forecast for. The
@@ -6005,12 +5141,6 @@ export interface GetUsageForecastRequest {
6005
5141
  */
6006
5142
  PredictionIntervalLevel?: number;
6007
5143
  }
6008
- export declare namespace GetUsageForecastRequest {
6009
- /**
6010
- * @internal
6011
- */
6012
- const filterSensitiveLog: (obj: GetUsageForecastRequest) => any;
6013
- }
6014
5144
  export interface CreateAnomalyMonitorRequest {
6015
5145
  /**
6016
5146
  * <p>The cost anomaly detection monitor object that you want to create.</p>
@@ -6049,12 +5179,6 @@ export interface CreateAnomalyMonitorRequest {
6049
5179
  */
6050
5180
  ResourceTags?: ResourceTag[];
6051
5181
  }
6052
- export declare namespace CreateAnomalyMonitorRequest {
6053
- /**
6054
- * @internal
6055
- */
6056
- const filterSensitiveLog: (obj: CreateAnomalyMonitorRequest) => any;
6057
- }
6058
5182
  /**
6059
5183
  * <p>The structure of Cost Categories. This includes detailed metadata and the set of rules
6060
5184
  * for the <code>CostCategory</code> object.</p>
@@ -6102,12 +5226,6 @@ export interface CostCategory {
6102
5226
  */
6103
5227
  DefaultValue?: string;
6104
5228
  }
6105
- export declare namespace CostCategory {
6106
- /**
6107
- * @internal
6108
- */
6109
- const filterSensitiveLog: (obj: CostCategory) => any;
6110
- }
6111
5229
  export interface CreateCostCategoryDefinitionRequest {
6112
5230
  /**
6113
5231
  * <p>The unique name of the Cost Category.</p>
@@ -6166,12 +5284,6 @@ export interface CreateCostCategoryDefinitionRequest {
6166
5284
  */
6167
5285
  ResourceTags?: ResourceTag[];
6168
5286
  }
6169
- export declare namespace CreateCostCategoryDefinitionRequest {
6170
- /**
6171
- * @internal
6172
- */
6173
- const filterSensitiveLog: (obj: CreateCostCategoryDefinitionRequest) => any;
6174
- }
6175
5287
  export interface GetAnomalyMonitorsResponse {
6176
5288
  /**
6177
5289
  * <p>A list of cost anomaly monitors that includes the detailed metadata for each monitor. </p>
@@ -6183,12 +5295,6 @@ export interface GetAnomalyMonitorsResponse {
6183
5295
  */
6184
5296
  NextPageToken?: string;
6185
5297
  }
6186
- export declare namespace GetAnomalyMonitorsResponse {
6187
- /**
6188
- * @internal
6189
- */
6190
- const filterSensitiveLog: (obj: GetAnomalyMonitorsResponse) => any;
6191
- }
6192
5298
  export interface UpdateCostCategoryDefinitionRequest {
6193
5299
  /**
6194
5300
  * <p>The unique identifier for your Cost Category.</p>
@@ -6215,12 +5321,6 @@ export interface UpdateCostCategoryDefinitionRequest {
6215
5321
  */
6216
5322
  SplitChargeRules?: CostCategorySplitChargeRule[];
6217
5323
  }
6218
- export declare namespace UpdateCostCategoryDefinitionRequest {
6219
- /**
6220
- * @internal
6221
- */
6222
- const filterSensitiveLog: (obj: UpdateCostCategoryDefinitionRequest) => any;
6223
- }
6224
5324
  export interface DescribeCostCategoryDefinitionResponse {
6225
5325
  /**
6226
5326
  * <p>The structure of Cost Categories. This includes detailed metadata and the set of rules
@@ -6228,9 +5328,607 @@ export interface DescribeCostCategoryDefinitionResponse {
6228
5328
  */
6229
5329
  CostCategory?: CostCategory;
6230
5330
  }
6231
- export declare namespace DescribeCostCategoryDefinitionResponse {
6232
- /**
6233
- * @internal
6234
- */
6235
- const filterSensitiveLog: (obj: DescribeCostCategoryDefinitionResponse) => any;
6236
- }
5331
+ /**
5332
+ * @internal
5333
+ */
5334
+ export declare const AnomalyScoreFilterSensitiveLog: (obj: AnomalyScore) => any;
5335
+ /**
5336
+ * @internal
5337
+ */
5338
+ export declare const ImpactFilterSensitiveLog: (obj: Impact) => any;
5339
+ /**
5340
+ * @internal
5341
+ */
5342
+ export declare const RootCauseFilterSensitiveLog: (obj: RootCause) => any;
5343
+ /**
5344
+ * @internal
5345
+ */
5346
+ export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
5347
+ /**
5348
+ * @internal
5349
+ */
5350
+ export declare const AnomalyDateIntervalFilterSensitiveLog: (obj: AnomalyDateInterval) => any;
5351
+ /**
5352
+ * @internal
5353
+ */
5354
+ export declare const CostCategoryValuesFilterSensitiveLog: (obj: CostCategoryValues) => any;
5355
+ /**
5356
+ * @internal
5357
+ */
5358
+ export declare const DimensionValuesFilterSensitiveLog: (obj: DimensionValues) => any;
5359
+ /**
5360
+ * @internal
5361
+ */
5362
+ export declare const TagValuesFilterSensitiveLog: (obj: TagValues) => any;
5363
+ /**
5364
+ * @internal
5365
+ */
5366
+ export declare const SubscriberFilterSensitiveLog: (obj: Subscriber) => any;
5367
+ /**
5368
+ * @internal
5369
+ */
5370
+ export declare const AnomalySubscriptionFilterSensitiveLog: (obj: AnomalySubscription) => any;
5371
+ /**
5372
+ * @internal
5373
+ */
5374
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
5375
+ /**
5376
+ * @internal
5377
+ */
5378
+ export declare const CreateAnomalyMonitorResponseFilterSensitiveLog: (obj: CreateAnomalyMonitorResponse) => any;
5379
+ /**
5380
+ * @internal
5381
+ */
5382
+ export declare const CreateAnomalySubscriptionRequestFilterSensitiveLog: (obj: CreateAnomalySubscriptionRequest) => any;
5383
+ /**
5384
+ * @internal
5385
+ */
5386
+ export declare const CreateAnomalySubscriptionResponseFilterSensitiveLog: (obj: CreateAnomalySubscriptionResponse) => any;
5387
+ /**
5388
+ * @internal
5389
+ */
5390
+ export declare const CostCategoryInheritedValueDimensionFilterSensitiveLog: (obj: CostCategoryInheritedValueDimension) => any;
5391
+ /**
5392
+ * @internal
5393
+ */
5394
+ export declare const CostCategorySplitChargeRuleParameterFilterSensitiveLog: (obj: CostCategorySplitChargeRuleParameter) => any;
5395
+ /**
5396
+ * @internal
5397
+ */
5398
+ export declare const CostCategorySplitChargeRuleFilterSensitiveLog: (obj: CostCategorySplitChargeRule) => any;
5399
+ /**
5400
+ * @internal
5401
+ */
5402
+ export declare const CreateCostCategoryDefinitionResponseFilterSensitiveLog: (obj: CreateCostCategoryDefinitionResponse) => any;
5403
+ /**
5404
+ * @internal
5405
+ */
5406
+ export declare const DeleteAnomalyMonitorRequestFilterSensitiveLog: (obj: DeleteAnomalyMonitorRequest) => any;
5407
+ /**
5408
+ * @internal
5409
+ */
5410
+ export declare const DeleteAnomalyMonitorResponseFilterSensitiveLog: (obj: DeleteAnomalyMonitorResponse) => any;
5411
+ /**
5412
+ * @internal
5413
+ */
5414
+ export declare const DeleteAnomalySubscriptionRequestFilterSensitiveLog: (obj: DeleteAnomalySubscriptionRequest) => any;
5415
+ /**
5416
+ * @internal
5417
+ */
5418
+ export declare const DeleteAnomalySubscriptionResponseFilterSensitiveLog: (obj: DeleteAnomalySubscriptionResponse) => any;
5419
+ /**
5420
+ * @internal
5421
+ */
5422
+ export declare const DeleteCostCategoryDefinitionRequestFilterSensitiveLog: (obj: DeleteCostCategoryDefinitionRequest) => any;
5423
+ /**
5424
+ * @internal
5425
+ */
5426
+ export declare const DeleteCostCategoryDefinitionResponseFilterSensitiveLog: (obj: DeleteCostCategoryDefinitionResponse) => any;
5427
+ /**
5428
+ * @internal
5429
+ */
5430
+ export declare const DescribeCostCategoryDefinitionRequestFilterSensitiveLog: (obj: DescribeCostCategoryDefinitionRequest) => any;
5431
+ /**
5432
+ * @internal
5433
+ */
5434
+ export declare const CostCategoryProcessingStatusFilterSensitiveLog: (obj: CostCategoryProcessingStatus) => any;
5435
+ /**
5436
+ * @internal
5437
+ */
5438
+ export declare const TotalImpactFilterFilterSensitiveLog: (obj: TotalImpactFilter) => any;
5439
+ /**
5440
+ * @internal
5441
+ */
5442
+ export declare const GetAnomaliesRequestFilterSensitiveLog: (obj: GetAnomaliesRequest) => any;
5443
+ /**
5444
+ * @internal
5445
+ */
5446
+ export declare const GetAnomaliesResponseFilterSensitiveLog: (obj: GetAnomaliesResponse) => any;
5447
+ /**
5448
+ * @internal
5449
+ */
5450
+ export declare const GetAnomalyMonitorsRequestFilterSensitiveLog: (obj: GetAnomalyMonitorsRequest) => any;
5451
+ /**
5452
+ * @internal
5453
+ */
5454
+ export declare const GetAnomalySubscriptionsRequestFilterSensitiveLog: (obj: GetAnomalySubscriptionsRequest) => any;
5455
+ /**
5456
+ * @internal
5457
+ */
5458
+ export declare const GetAnomalySubscriptionsResponseFilterSensitiveLog: (obj: GetAnomalySubscriptionsResponse) => any;
5459
+ /**
5460
+ * @internal
5461
+ */
5462
+ export declare const GroupDefinitionFilterSensitiveLog: (obj: GroupDefinition) => any;
5463
+ /**
5464
+ * @internal
5465
+ */
5466
+ export declare const DateIntervalFilterSensitiveLog: (obj: DateInterval) => any;
5467
+ /**
5468
+ * @internal
5469
+ */
5470
+ export declare const DimensionValuesWithAttributesFilterSensitiveLog: (obj: DimensionValuesWithAttributes) => any;
5471
+ /**
5472
+ * @internal
5473
+ */
5474
+ export declare const MetricValueFilterSensitiveLog: (obj: MetricValue) => any;
5475
+ /**
5476
+ * @internal
5477
+ */
5478
+ export declare const GroupFilterSensitiveLog: (obj: Group) => any;
5479
+ /**
5480
+ * @internal
5481
+ */
5482
+ export declare const ResultByTimeFilterSensitiveLog: (obj: ResultByTime) => any;
5483
+ /**
5484
+ * @internal
5485
+ */
5486
+ export declare const GetCostAndUsageResponseFilterSensitiveLog: (obj: GetCostAndUsageResponse) => any;
5487
+ /**
5488
+ * @internal
5489
+ */
5490
+ export declare const GetCostAndUsageWithResourcesResponseFilterSensitiveLog: (obj: GetCostAndUsageWithResourcesResponse) => any;
5491
+ /**
5492
+ * @internal
5493
+ */
5494
+ export declare const SortDefinitionFilterSensitiveLog: (obj: SortDefinition) => any;
5495
+ /**
5496
+ * @internal
5497
+ */
5498
+ export declare const GetCostCategoriesResponseFilterSensitiveLog: (obj: GetCostCategoriesResponse) => any;
5499
+ /**
5500
+ * @internal
5501
+ */
5502
+ export declare const ForecastResultFilterSensitiveLog: (obj: ForecastResult) => any;
5503
+ /**
5504
+ * @internal
5505
+ */
5506
+ export declare const GetCostForecastResponseFilterSensitiveLog: (obj: GetCostForecastResponse) => any;
5507
+ /**
5508
+ * @internal
5509
+ */
5510
+ export declare const GetDimensionValuesResponseFilterSensitiveLog: (obj: GetDimensionValuesResponse) => any;
5511
+ /**
5512
+ * @internal
5513
+ */
5514
+ export declare const CoverageCostFilterSensitiveLog: (obj: CoverageCost) => any;
5515
+ /**
5516
+ * @internal
5517
+ */
5518
+ export declare const CoverageHoursFilterSensitiveLog: (obj: CoverageHours) => any;
5519
+ /**
5520
+ * @internal
5521
+ */
5522
+ export declare const CoverageNormalizedUnitsFilterSensitiveLog: (obj: CoverageNormalizedUnits) => any;
5523
+ /**
5524
+ * @internal
5525
+ */
5526
+ export declare const CoverageFilterSensitiveLog: (obj: Coverage) => any;
5527
+ /**
5528
+ * @internal
5529
+ */
5530
+ export declare const ReservationCoverageGroupFilterSensitiveLog: (obj: ReservationCoverageGroup) => any;
5531
+ /**
5532
+ * @internal
5533
+ */
5534
+ export declare const CoverageByTimeFilterSensitiveLog: (obj: CoverageByTime) => any;
5535
+ /**
5536
+ * @internal
5537
+ */
5538
+ export declare const GetReservationCoverageResponseFilterSensitiveLog: (obj: GetReservationCoverageResponse) => any;
5539
+ /**
5540
+ * @internal
5541
+ */
5542
+ export declare const EC2SpecificationFilterSensitiveLog: (obj: EC2Specification) => any;
5543
+ /**
5544
+ * @internal
5545
+ */
5546
+ export declare const ServiceSpecificationFilterSensitiveLog: (obj: ServiceSpecification) => any;
5547
+ /**
5548
+ * @internal
5549
+ */
5550
+ export declare const ReservationPurchaseRecommendationMetadataFilterSensitiveLog: (obj: ReservationPurchaseRecommendationMetadata) => any;
5551
+ /**
5552
+ * @internal
5553
+ */
5554
+ export declare const EC2InstanceDetailsFilterSensitiveLog: (obj: EC2InstanceDetails) => any;
5555
+ /**
5556
+ * @internal
5557
+ */
5558
+ export declare const ElastiCacheInstanceDetailsFilterSensitiveLog: (obj: ElastiCacheInstanceDetails) => any;
5559
+ /**
5560
+ * @internal
5561
+ */
5562
+ export declare const ESInstanceDetailsFilterSensitiveLog: (obj: ESInstanceDetails) => any;
5563
+ /**
5564
+ * @internal
5565
+ */
5566
+ export declare const RDSInstanceDetailsFilterSensitiveLog: (obj: RDSInstanceDetails) => any;
5567
+ /**
5568
+ * @internal
5569
+ */
5570
+ export declare const RedshiftInstanceDetailsFilterSensitiveLog: (obj: RedshiftInstanceDetails) => any;
5571
+ /**
5572
+ * @internal
5573
+ */
5574
+ export declare const InstanceDetailsFilterSensitiveLog: (obj: InstanceDetails) => any;
5575
+ /**
5576
+ * @internal
5577
+ */
5578
+ export declare const ReservationPurchaseRecommendationDetailFilterSensitiveLog: (obj: ReservationPurchaseRecommendationDetail) => any;
5579
+ /**
5580
+ * @internal
5581
+ */
5582
+ export declare const ReservationPurchaseRecommendationSummaryFilterSensitiveLog: (obj: ReservationPurchaseRecommendationSummary) => any;
5583
+ /**
5584
+ * @internal
5585
+ */
5586
+ export declare const ReservationPurchaseRecommendationFilterSensitiveLog: (obj: ReservationPurchaseRecommendation) => any;
5587
+ /**
5588
+ * @internal
5589
+ */
5590
+ export declare const GetReservationPurchaseRecommendationResponseFilterSensitiveLog: (obj: GetReservationPurchaseRecommendationResponse) => any;
5591
+ /**
5592
+ * @internal
5593
+ */
5594
+ export declare const ReservationAggregatesFilterSensitiveLog: (obj: ReservationAggregates) => any;
5595
+ /**
5596
+ * @internal
5597
+ */
5598
+ export declare const ReservationUtilizationGroupFilterSensitiveLog: (obj: ReservationUtilizationGroup) => any;
5599
+ /**
5600
+ * @internal
5601
+ */
5602
+ export declare const UtilizationByTimeFilterSensitiveLog: (obj: UtilizationByTime) => any;
5603
+ /**
5604
+ * @internal
5605
+ */
5606
+ export declare const GetReservationUtilizationResponseFilterSensitiveLog: (obj: GetReservationUtilizationResponse) => any;
5607
+ /**
5608
+ * @internal
5609
+ */
5610
+ export declare const RightsizingRecommendationConfigurationFilterSensitiveLog: (obj: RightsizingRecommendationConfiguration) => any;
5611
+ /**
5612
+ * @internal
5613
+ */
5614
+ export declare const RightsizingRecommendationMetadataFilterSensitiveLog: (obj: RightsizingRecommendationMetadata) => any;
5615
+ /**
5616
+ * @internal
5617
+ */
5618
+ export declare const EC2ResourceDetailsFilterSensitiveLog: (obj: EC2ResourceDetails) => any;
5619
+ /**
5620
+ * @internal
5621
+ */
5622
+ export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
5623
+ /**
5624
+ * @internal
5625
+ */
5626
+ export declare const DiskResourceUtilizationFilterSensitiveLog: (obj: DiskResourceUtilization) => any;
5627
+ /**
5628
+ * @internal
5629
+ */
5630
+ export declare const EBSResourceUtilizationFilterSensitiveLog: (obj: EBSResourceUtilization) => any;
5631
+ /**
5632
+ * @internal
5633
+ */
5634
+ export declare const NetworkResourceUtilizationFilterSensitiveLog: (obj: NetworkResourceUtilization) => any;
5635
+ /**
5636
+ * @internal
5637
+ */
5638
+ export declare const EC2ResourceUtilizationFilterSensitiveLog: (obj: EC2ResourceUtilization) => any;
5639
+ /**
5640
+ * @internal
5641
+ */
5642
+ export declare const ResourceUtilizationFilterSensitiveLog: (obj: ResourceUtilization) => any;
5643
+ /**
5644
+ * @internal
5645
+ */
5646
+ export declare const CurrentInstanceFilterSensitiveLog: (obj: CurrentInstance) => any;
5647
+ /**
5648
+ * @internal
5649
+ */
5650
+ export declare const TargetInstanceFilterSensitiveLog: (obj: TargetInstance) => any;
5651
+ /**
5652
+ * @internal
5653
+ */
5654
+ export declare const ModifyRecommendationDetailFilterSensitiveLog: (obj: ModifyRecommendationDetail) => any;
5655
+ /**
5656
+ * @internal
5657
+ */
5658
+ export declare const TerminateRecommendationDetailFilterSensitiveLog: (obj: TerminateRecommendationDetail) => any;
5659
+ /**
5660
+ * @internal
5661
+ */
5662
+ export declare const RightsizingRecommendationFilterSensitiveLog: (obj: RightsizingRecommendation) => any;
5663
+ /**
5664
+ * @internal
5665
+ */
5666
+ export declare const RightsizingRecommendationSummaryFilterSensitiveLog: (obj: RightsizingRecommendationSummary) => any;
5667
+ /**
5668
+ * @internal
5669
+ */
5670
+ export declare const GetRightsizingRecommendationResponseFilterSensitiveLog: (obj: GetRightsizingRecommendationResponse) => any;
5671
+ /**
5672
+ * @internal
5673
+ */
5674
+ export declare const SavingsPlansCoverageDataFilterSensitiveLog: (obj: SavingsPlansCoverageData) => any;
5675
+ /**
5676
+ * @internal
5677
+ */
5678
+ export declare const SavingsPlansCoverageFilterSensitiveLog: (obj: SavingsPlansCoverage) => any;
5679
+ /**
5680
+ * @internal
5681
+ */
5682
+ export declare const GetSavingsPlansCoverageResponseFilterSensitiveLog: (obj: GetSavingsPlansCoverageResponse) => any;
5683
+ /**
5684
+ * @internal
5685
+ */
5686
+ export declare const SavingsPlansPurchaseRecommendationMetadataFilterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationMetadata) => any;
5687
+ /**
5688
+ * @internal
5689
+ */
5690
+ export declare const SavingsPlansDetailsFilterSensitiveLog: (obj: SavingsPlansDetails) => any;
5691
+ /**
5692
+ * @internal
5693
+ */
5694
+ export declare const SavingsPlansPurchaseRecommendationDetailFilterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationDetail) => any;
5695
+ /**
5696
+ * @internal
5697
+ */
5698
+ export declare const SavingsPlansPurchaseRecommendationSummaryFilterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationSummary) => any;
5699
+ /**
5700
+ * @internal
5701
+ */
5702
+ export declare const SavingsPlansPurchaseRecommendationFilterSensitiveLog: (obj: SavingsPlansPurchaseRecommendation) => any;
5703
+ /**
5704
+ * @internal
5705
+ */
5706
+ export declare const GetSavingsPlansPurchaseRecommendationResponseFilterSensitiveLog: (obj: GetSavingsPlansPurchaseRecommendationResponse) => any;
5707
+ /**
5708
+ * @internal
5709
+ */
5710
+ export declare const SavingsPlansAmortizedCommitmentFilterSensitiveLog: (obj: SavingsPlansAmortizedCommitment) => any;
5711
+ /**
5712
+ * @internal
5713
+ */
5714
+ export declare const SavingsPlansSavingsFilterSensitiveLog: (obj: SavingsPlansSavings) => any;
5715
+ /**
5716
+ * @internal
5717
+ */
5718
+ export declare const SavingsPlansUtilizationFilterSensitiveLog: (obj: SavingsPlansUtilization) => any;
5719
+ /**
5720
+ * @internal
5721
+ */
5722
+ export declare const SavingsPlansUtilizationByTimeFilterSensitiveLog: (obj: SavingsPlansUtilizationByTime) => any;
5723
+ /**
5724
+ * @internal
5725
+ */
5726
+ export declare const SavingsPlansUtilizationAggregatesFilterSensitiveLog: (obj: SavingsPlansUtilizationAggregates) => any;
5727
+ /**
5728
+ * @internal
5729
+ */
5730
+ export declare const GetSavingsPlansUtilizationResponseFilterSensitiveLog: (obj: GetSavingsPlansUtilizationResponse) => any;
5731
+ /**
5732
+ * @internal
5733
+ */
5734
+ export declare const SavingsPlansUtilizationDetailFilterSensitiveLog: (obj: SavingsPlansUtilizationDetail) => any;
5735
+ /**
5736
+ * @internal
5737
+ */
5738
+ export declare const GetSavingsPlansUtilizationDetailsResponseFilterSensitiveLog: (obj: GetSavingsPlansUtilizationDetailsResponse) => any;
5739
+ /**
5740
+ * @internal
5741
+ */
5742
+ export declare const GetTagsResponseFilterSensitiveLog: (obj: GetTagsResponse) => any;
5743
+ /**
5744
+ * @internal
5745
+ */
5746
+ export declare const GetUsageForecastResponseFilterSensitiveLog: (obj: GetUsageForecastResponse) => any;
5747
+ /**
5748
+ * @internal
5749
+ */
5750
+ export declare const ListCostAllocationTagsRequestFilterSensitiveLog: (obj: ListCostAllocationTagsRequest) => any;
5751
+ /**
5752
+ * @internal
5753
+ */
5754
+ export declare const CostAllocationTagFilterSensitiveLog: (obj: CostAllocationTag) => any;
5755
+ /**
5756
+ * @internal
5757
+ */
5758
+ export declare const ListCostAllocationTagsResponseFilterSensitiveLog: (obj: ListCostAllocationTagsResponse) => any;
5759
+ /**
5760
+ * @internal
5761
+ */
5762
+ export declare const ListCostCategoryDefinitionsRequestFilterSensitiveLog: (obj: ListCostCategoryDefinitionsRequest) => any;
5763
+ /**
5764
+ * @internal
5765
+ */
5766
+ export declare const CostCategoryReferenceFilterSensitiveLog: (obj: CostCategoryReference) => any;
5767
+ /**
5768
+ * @internal
5769
+ */
5770
+ export declare const ListCostCategoryDefinitionsResponseFilterSensitiveLog: (obj: ListCostCategoryDefinitionsResponse) => any;
5771
+ /**
5772
+ * @internal
5773
+ */
5774
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5775
+ /**
5776
+ * @internal
5777
+ */
5778
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5779
+ /**
5780
+ * @internal
5781
+ */
5782
+ export declare const ProvideAnomalyFeedbackRequestFilterSensitiveLog: (obj: ProvideAnomalyFeedbackRequest) => any;
5783
+ /**
5784
+ * @internal
5785
+ */
5786
+ export declare const ProvideAnomalyFeedbackResponseFilterSensitiveLog: (obj: ProvideAnomalyFeedbackResponse) => any;
5787
+ /**
5788
+ * @internal
5789
+ */
5790
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5791
+ /**
5792
+ * @internal
5793
+ */
5794
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
5795
+ /**
5796
+ * @internal
5797
+ */
5798
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5799
+ /**
5800
+ * @internal
5801
+ */
5802
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
5803
+ /**
5804
+ * @internal
5805
+ */
5806
+ export declare const UpdateAnomalyMonitorRequestFilterSensitiveLog: (obj: UpdateAnomalyMonitorRequest) => any;
5807
+ /**
5808
+ * @internal
5809
+ */
5810
+ export declare const UpdateAnomalyMonitorResponseFilterSensitiveLog: (obj: UpdateAnomalyMonitorResponse) => any;
5811
+ /**
5812
+ * @internal
5813
+ */
5814
+ export declare const UpdateAnomalySubscriptionRequestFilterSensitiveLog: (obj: UpdateAnomalySubscriptionRequest) => any;
5815
+ /**
5816
+ * @internal
5817
+ */
5818
+ export declare const UpdateAnomalySubscriptionResponseFilterSensitiveLog: (obj: UpdateAnomalySubscriptionResponse) => any;
5819
+ /**
5820
+ * @internal
5821
+ */
5822
+ export declare const CostAllocationTagStatusEntryFilterSensitiveLog: (obj: CostAllocationTagStatusEntry) => any;
5823
+ /**
5824
+ * @internal
5825
+ */
5826
+ export declare const UpdateCostAllocationTagsStatusRequestFilterSensitiveLog: (obj: UpdateCostAllocationTagsStatusRequest) => any;
5827
+ /**
5828
+ * @internal
5829
+ */
5830
+ export declare const UpdateCostAllocationTagsStatusErrorFilterSensitiveLog: (obj: UpdateCostAllocationTagsStatusError) => any;
5831
+ /**
5832
+ * @internal
5833
+ */
5834
+ export declare const UpdateCostAllocationTagsStatusResponseFilterSensitiveLog: (obj: UpdateCostAllocationTagsStatusResponse) => any;
5835
+ /**
5836
+ * @internal
5837
+ */
5838
+ export declare const UpdateCostCategoryDefinitionResponseFilterSensitiveLog: (obj: UpdateCostCategoryDefinitionResponse) => any;
5839
+ /**
5840
+ * @internal
5841
+ */
5842
+ export declare const ExpressionFilterSensitiveLog: (obj: Expression) => any;
5843
+ /**
5844
+ * @internal
5845
+ */
5846
+ export declare const AnomalyMonitorFilterSensitiveLog: (obj: AnomalyMonitor) => any;
5847
+ /**
5848
+ * @internal
5849
+ */
5850
+ export declare const CostCategoryRuleFilterSensitiveLog: (obj: CostCategoryRule) => any;
5851
+ /**
5852
+ * @internal
5853
+ */
5854
+ export declare const GetCostAndUsageRequestFilterSensitiveLog: (obj: GetCostAndUsageRequest) => any;
5855
+ /**
5856
+ * @internal
5857
+ */
5858
+ export declare const GetCostAndUsageWithResourcesRequestFilterSensitiveLog: (obj: GetCostAndUsageWithResourcesRequest) => any;
5859
+ /**
5860
+ * @internal
5861
+ */
5862
+ export declare const GetCostCategoriesRequestFilterSensitiveLog: (obj: GetCostCategoriesRequest) => any;
5863
+ /**
5864
+ * @internal
5865
+ */
5866
+ export declare const GetCostForecastRequestFilterSensitiveLog: (obj: GetCostForecastRequest) => any;
5867
+ /**
5868
+ * @internal
5869
+ */
5870
+ export declare const GetDimensionValuesRequestFilterSensitiveLog: (obj: GetDimensionValuesRequest) => any;
5871
+ /**
5872
+ * @internal
5873
+ */
5874
+ export declare const GetReservationCoverageRequestFilterSensitiveLog: (obj: GetReservationCoverageRequest) => any;
5875
+ /**
5876
+ * @internal
5877
+ */
5878
+ export declare const GetReservationPurchaseRecommendationRequestFilterSensitiveLog: (obj: GetReservationPurchaseRecommendationRequest) => any;
5879
+ /**
5880
+ * @internal
5881
+ */
5882
+ export declare const GetReservationUtilizationRequestFilterSensitiveLog: (obj: GetReservationUtilizationRequest) => any;
5883
+ /**
5884
+ * @internal
5885
+ */
5886
+ export declare const GetRightsizingRecommendationRequestFilterSensitiveLog: (obj: GetRightsizingRecommendationRequest) => any;
5887
+ /**
5888
+ * @internal
5889
+ */
5890
+ export declare const GetSavingsPlansCoverageRequestFilterSensitiveLog: (obj: GetSavingsPlansCoverageRequest) => any;
5891
+ /**
5892
+ * @internal
5893
+ */
5894
+ export declare const GetSavingsPlansPurchaseRecommendationRequestFilterSensitiveLog: (obj: GetSavingsPlansPurchaseRecommendationRequest) => any;
5895
+ /**
5896
+ * @internal
5897
+ */
5898
+ export declare const GetSavingsPlansUtilizationDetailsRequestFilterSensitiveLog: (obj: GetSavingsPlansUtilizationDetailsRequest) => any;
5899
+ /**
5900
+ * @internal
5901
+ */
5902
+ export declare const GetSavingsPlansUtilizationRequestFilterSensitiveLog: (obj: GetSavingsPlansUtilizationRequest) => any;
5903
+ /**
5904
+ * @internal
5905
+ */
5906
+ export declare const GetTagsRequestFilterSensitiveLog: (obj: GetTagsRequest) => any;
5907
+ /**
5908
+ * @internal
5909
+ */
5910
+ export declare const GetUsageForecastRequestFilterSensitiveLog: (obj: GetUsageForecastRequest) => any;
5911
+ /**
5912
+ * @internal
5913
+ */
5914
+ export declare const CreateAnomalyMonitorRequestFilterSensitiveLog: (obj: CreateAnomalyMonitorRequest) => any;
5915
+ /**
5916
+ * @internal
5917
+ */
5918
+ export declare const CostCategoryFilterSensitiveLog: (obj: CostCategory) => any;
5919
+ /**
5920
+ * @internal
5921
+ */
5922
+ export declare const CreateCostCategoryDefinitionRequestFilterSensitiveLog: (obj: CreateCostCategoryDefinitionRequest) => any;
5923
+ /**
5924
+ * @internal
5925
+ */
5926
+ export declare const GetAnomalyMonitorsResponseFilterSensitiveLog: (obj: GetAnomalyMonitorsResponse) => any;
5927
+ /**
5928
+ * @internal
5929
+ */
5930
+ export declare const UpdateCostCategoryDefinitionRequestFilterSensitiveLog: (obj: UpdateCostCategoryDefinitionRequest) => any;
5931
+ /**
5932
+ * @internal
5933
+ */
5934
+ export declare const DescribeCostCategoryDefinitionResponseFilterSensitiveLog: (obj: DescribeCostCategoryDefinitionResponse) => any;