@aws-sdk/client-cost-explorer 3.295.0 → 3.297.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 (47) hide show
  1. package/dist-types/CostExplorer.d.ts +38 -0
  2. package/dist-types/CostExplorerClient.d.ts +24 -4
  3. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +16 -0
  6. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +16 -0
  7. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +16 -0
  9. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +16 -0
  10. package/dist-types/commands/GetAnomaliesCommand.d.ts +16 -0
  11. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +16 -0
  12. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +16 -0
  13. package/dist-types/commands/GetCostAndUsageCommand.d.ts +16 -0
  14. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +16 -0
  15. package/dist-types/commands/GetCostCategoriesCommand.d.ts +16 -0
  16. package/dist-types/commands/GetCostForecastCommand.d.ts +16 -0
  17. package/dist-types/commands/GetDimensionValuesCommand.d.ts +16 -0
  18. package/dist-types/commands/GetReservationCoverageCommand.d.ts +16 -0
  19. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +16 -0
  20. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +16 -0
  21. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +16 -0
  22. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +16 -0
  23. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +16 -0
  24. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +16 -0
  25. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +16 -0
  26. package/dist-types/commands/GetTagsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetUsageForecastCommand.d.ts +16 -0
  28. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +16 -0
  29. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +16 -0
  30. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +16 -0
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  32. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +16 -0
  33. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +16 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  35. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  36. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +16 -0
  37. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +16 -0
  38. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +16 -0
  40. package/dist-types/models/CostExplorerServiceException.d.ts +2 -0
  41. package/dist-types/models/models_0.d.ts +509 -90
  42. package/dist-types/pagination/GetSavingsPlansCoveragePaginator.d.ts +3 -0
  43. package/dist-types/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +3 -0
  44. package/dist-types/pagination/Interfaces.d.ts +3 -0
  45. package/dist-types/pagination/ListCostAllocationTagsPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListCostCategoryDefinitionsPaginator.d.ts +3 -0
  47. package/package.json +29 -29
@@ -1,10 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CostExplorerServiceException as __BaseException } from "./CostExplorerServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AccountScope {
4
7
  LINKED = "LINKED",
5
8
  PAYER = "PAYER"
6
9
  }
7
10
  /**
11
+ * @public
8
12
  * <p>Quantifies the anomaly. The higher score means that it's more anomalous. </p>
9
13
  */
10
14
  export interface AnomalyScore {
@@ -17,12 +21,16 @@ export interface AnomalyScore {
17
21
  */
18
22
  CurrentScore: number | undefined;
19
23
  }
24
+ /**
25
+ * @public
26
+ */
20
27
  export declare enum AnomalyFeedbackType {
21
28
  NO = "NO",
22
29
  PLANNED_ACTIVITY = "PLANNED_ACTIVITY",
23
30
  YES = "YES"
24
31
  }
25
32
  /**
33
+ * @public
26
34
  * <p>The dollar value of the anomaly. </p>
27
35
  */
28
36
  export interface Impact {
@@ -54,6 +62,7 @@ export interface Impact {
54
62
  TotalImpactPercentage?: number;
55
63
  }
56
64
  /**
65
+ * @public
57
66
  * <p>The combination of Amazon Web Service, linked account, linked account name,
58
67
  * Region, and usage type where a cost anomaly is observed. The linked account name will
59
68
  * only be available when the account name can be identified.</p>
@@ -81,6 +90,7 @@ export interface RootCause {
81
90
  LinkedAccountName?: string;
82
91
  }
83
92
  /**
93
+ * @public
84
94
  * <p>An unusual cost pattern. This consists of the detailed metadata and the current status
85
95
  * of the anomaly object. </p>
86
96
  */
@@ -125,6 +135,7 @@ export interface Anomaly {
125
135
  Feedback?: AnomalyFeedbackType | string;
126
136
  }
127
137
  /**
138
+ * @public
128
139
  * <p>The time period for an anomaly. </p>
129
140
  */
130
141
  export interface AnomalyDateInterval {
@@ -137,9 +148,15 @@ export interface AnomalyDateInterval {
137
148
  */
138
149
  EndDate?: string;
139
150
  }
151
+ /**
152
+ * @public
153
+ */
140
154
  export declare enum MonitorDimension {
141
155
  SERVICE = "SERVICE"
142
156
  }
157
+ /**
158
+ * @public
159
+ */
143
160
  export declare enum MatchOption {
144
161
  ABSENT = "ABSENT",
145
162
  CASE_INSENSITIVE = "CASE_INSENSITIVE",
@@ -151,6 +168,7 @@ export declare enum MatchOption {
151
168
  STARTS_WITH = "STARTS_WITH"
152
169
  }
153
170
  /**
171
+ * @public
154
172
  * <p>The Cost Categories values used for filtering the costs.</p>
155
173
  * <p>If <code>Values</code> and <code>Key</code> are not specified, the <code>ABSENT</code>
156
174
  * <code>MatchOption</code> is applied to all Cost Categories. That is, it filters on
@@ -177,6 +195,9 @@ export interface CostCategoryValues {
177
195
  */
178
196
  MatchOptions?: (MatchOption | string)[];
179
197
  }
198
+ /**
199
+ * @public
200
+ */
180
201
  export declare enum Dimension {
181
202
  AGREEMENT_END_DATE_TIME_AFTER = "AGREEMENT_END_DATE_TIME_AFTER",
182
203
  AGREEMENT_END_DATE_TIME_BEFORE = "AGREEMENT_END_DATE_TIME_BEFORE",
@@ -214,6 +235,7 @@ export declare enum Dimension {
214
235
  USAGE_TYPE_GROUP = "USAGE_TYPE_GROUP"
215
236
  }
216
237
  /**
238
+ * @public
217
239
  * <p>The metadata that you can use to filter and group your results. You can use
218
240
  * <code>GetDimensionValues</code> to find specific values.</p>
219
241
  */
@@ -248,6 +270,7 @@ export interface DimensionValues {
248
270
  MatchOptions?: (MatchOption | string)[];
249
271
  }
250
272
  /**
273
+ * @public
251
274
  * <p>The values that are available for a tag.</p>
252
275
  * <p>If <code>Values</code> and <code>Key</code> aren't specified, the <code>ABSENT</code>
253
276
  * <code>MatchOption</code> is applied to all tags. That is, it's filtered on resources
@@ -274,24 +297,37 @@ export interface TagValues {
274
297
  */
275
298
  MatchOptions?: (MatchOption | string)[];
276
299
  }
300
+ /**
301
+ * @public
302
+ */
277
303
  export declare enum MonitorType {
278
304
  CUSTOM = "CUSTOM",
279
305
  DIMENSIONAL = "DIMENSIONAL"
280
306
  }
307
+ /**
308
+ * @public
309
+ */
281
310
  export declare enum AnomalySubscriptionFrequency {
282
311
  DAILY = "DAILY",
283
312
  IMMEDIATE = "IMMEDIATE",
284
313
  WEEKLY = "WEEKLY"
285
314
  }
315
+ /**
316
+ * @public
317
+ */
286
318
  export declare enum SubscriberStatus {
287
319
  CONFIRMED = "CONFIRMED",
288
320
  DECLINED = "DECLINED"
289
321
  }
322
+ /**
323
+ * @public
324
+ */
290
325
  export declare enum SubscriberType {
291
326
  EMAIL = "EMAIL",
292
327
  SNS = "SNS"
293
328
  }
294
329
  /**
330
+ * @public
295
331
  * <p>The recipient of <code>AnomalySubscription</code> notifications. </p>
296
332
  */
297
333
  export interface Subscriber {
@@ -310,6 +346,7 @@ export interface Subscriber {
310
346
  Status?: SubscriberStatus | string;
311
347
  }
312
348
  /**
349
+ * @public
313
350
  * <p>The tag structure that contains a tag key and value. </p>
314
351
  * <note>
315
352
  * <p>Tagging is supported only for the following Cost Explorer resource types:
@@ -332,6 +369,9 @@ export interface ResourceTag {
332
369
  */
333
370
  Value: string | undefined;
334
371
  }
372
+ /**
373
+ * @public
374
+ */
335
375
  export interface CreateAnomalyMonitorResponse {
336
376
  /**
337
377
  * <p>The unique identifier of your newly created cost anomaly detection monitor.</p>
@@ -339,6 +379,7 @@ export interface CreateAnomalyMonitorResponse {
339
379
  MonitorArn: string | undefined;
340
380
  }
341
381
  /**
382
+ * @public
342
383
  * <p>You made too many calls in a short period of time. Try again later.</p>
343
384
  */
344
385
  export declare class LimitExceededException extends __BaseException {
@@ -350,6 +391,9 @@ export declare class LimitExceededException extends __BaseException {
350
391
  */
351
392
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
352
393
  }
394
+ /**
395
+ * @public
396
+ */
353
397
  export interface CreateAnomalySubscriptionResponse {
354
398
  /**
355
399
  * <p>The unique identifier of your newly created cost anomaly subscription. </p>
@@ -357,6 +401,7 @@ export interface CreateAnomalySubscriptionResponse {
357
401
  SubscriptionArn: string | undefined;
358
402
  }
359
403
  /**
404
+ * @public
360
405
  * <p>The cost anomaly monitor does not exist for the account. </p>
361
406
  */
362
407
  export declare class UnknownMonitorException extends __BaseException {
@@ -368,11 +413,15 @@ export declare class UnknownMonitorException extends __BaseException {
368
413
  */
369
414
  constructor(opts: __ExceptionOptionType<UnknownMonitorException, __BaseException>);
370
415
  }
416
+ /**
417
+ * @public
418
+ */
371
419
  export declare enum CostCategoryInheritedValueDimensionName {
372
420
  LINKED_ACCOUNT_NAME = "LINKED_ACCOUNT_NAME",
373
421
  TAG = "TAG"
374
422
  }
375
423
  /**
424
+ * @public
376
425
  * <p>When you create or update a cost category, you can define the
377
426
  * <code>CostCategoryRule</code> rule type as <code>INHERITED_VALUE</code>. This rule
378
427
  * type adds the flexibility to define a rule that dynamically inherits the cost category
@@ -395,22 +444,35 @@ export interface CostCategoryInheritedValueDimension {
395
444
  */
396
445
  DimensionKey?: string;
397
446
  }
447
+ /**
448
+ * @public
449
+ */
398
450
  export declare enum CostCategoryRuleType {
399
451
  INHERITED_VALUE = "INHERITED_VALUE",
400
452
  REGULAR = "REGULAR"
401
453
  }
454
+ /**
455
+ * @public
456
+ */
402
457
  export declare enum CostCategoryRuleVersion {
403
458
  CostCategoryExpressionV1 = "CostCategoryExpression.v1"
404
459
  }
460
+ /**
461
+ * @public
462
+ */
405
463
  export declare enum CostCategorySplitChargeMethod {
406
464
  EVEN = "EVEN",
407
465
  FIXED = "FIXED",
408
466
  PROPORTIONAL = "PROPORTIONAL"
409
467
  }
468
+ /**
469
+ * @public
470
+ */
410
471
  export declare enum CostCategorySplitChargeRuleParameterType {
411
472
  ALLOCATION_PERCENTAGES = "ALLOCATION_PERCENTAGES"
412
473
  }
413
474
  /**
475
+ * @public
414
476
  * <p>The parameters for a split charge method. </p>
415
477
  */
416
478
  export interface CostCategorySplitChargeRuleParameter {
@@ -424,6 +486,7 @@ export interface CostCategorySplitChargeRuleParameter {
424
486
  Values: string[] | undefined;
425
487
  }
426
488
  /**
489
+ * @public
427
490
  * <p>Use the split charge rule to split the cost of one Cost Category value across several
428
491
  * other target values. </p>
429
492
  */
@@ -456,6 +519,9 @@ export interface CostCategorySplitChargeRule {
456
519
  */
457
520
  Parameters?: CostCategorySplitChargeRuleParameter[];
458
521
  }
522
+ /**
523
+ * @public
524
+ */
459
525
  export interface CreateCostCategoryDefinitionResponse {
460
526
  /**
461
527
  * <p>The unique identifier for your newly created Cost Category. </p>
@@ -467,6 +533,7 @@ export interface CreateCostCategoryDefinitionResponse {
467
533
  EffectiveStart?: string;
468
534
  }
469
535
  /**
536
+ * @public
470
537
  * <p> You've reached the limit on the number of resources you can create, or exceeded the
471
538
  * size of an individual resource. </p>
472
539
  */
@@ -479,23 +546,36 @@ export declare class ServiceQuotaExceededException extends __BaseException {
479
546
  */
480
547
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
481
548
  }
549
+ /**
550
+ * @public
551
+ */
482
552
  export interface DeleteAnomalyMonitorRequest {
483
553
  /**
484
554
  * <p>The unique identifier of the cost anomaly monitor that you want to delete. </p>
485
555
  */
486
556
  MonitorArn: string | undefined;
487
557
  }
558
+ /**
559
+ * @public
560
+ */
488
561
  export interface DeleteAnomalyMonitorResponse {
489
562
  }
563
+ /**
564
+ * @public
565
+ */
490
566
  export interface DeleteAnomalySubscriptionRequest {
491
567
  /**
492
568
  * <p>The unique identifier of the cost anomaly subscription that you want to delete. </p>
493
569
  */
494
570
  SubscriptionArn: string | undefined;
495
571
  }
572
+ /**
573
+ * @public
574
+ */
496
575
  export interface DeleteAnomalySubscriptionResponse {
497
576
  }
498
577
  /**
578
+ * @public
499
579
  * <p>The cost anomaly subscription does not exist for the account. </p>
500
580
  */
501
581
  export declare class UnknownSubscriptionException extends __BaseException {
@@ -507,12 +587,18 @@ export declare class UnknownSubscriptionException extends __BaseException {
507
587
  */
508
588
  constructor(opts: __ExceptionOptionType<UnknownSubscriptionException, __BaseException>);
509
589
  }
590
+ /**
591
+ * @public
592
+ */
510
593
  export interface DeleteCostCategoryDefinitionRequest {
511
594
  /**
512
595
  * <p>The unique identifier for your Cost Category. </p>
513
596
  */
514
597
  CostCategoryArn: string | undefined;
515
598
  }
599
+ /**
600
+ * @public
601
+ */
516
602
  export interface DeleteCostCategoryDefinitionResponse {
517
603
  /**
518
604
  * <p>The unique identifier for your Cost Category. </p>
@@ -525,6 +611,7 @@ export interface DeleteCostCategoryDefinitionResponse {
525
611
  EffectiveEnd?: string;
526
612
  }
527
613
  /**
614
+ * @public
528
615
  * <p> The specified ARN in the request doesn't exist. </p>
529
616
  */
530
617
  export declare class ResourceNotFoundException extends __BaseException {
@@ -537,6 +624,9 @@ export declare class ResourceNotFoundException extends __BaseException {
537
624
  */
538
625
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
539
626
  }
627
+ /**
628
+ * @public
629
+ */
540
630
  export interface DescribeCostCategoryDefinitionRequest {
541
631
  /**
542
632
  * <p>The unique identifier for your Cost Category. </p>
@@ -547,14 +637,21 @@ export interface DescribeCostCategoryDefinitionRequest {
547
637
  */
548
638
  EffectiveOn?: string;
549
639
  }
640
+ /**
641
+ * @public
642
+ */
550
643
  export declare enum CostCategoryStatusComponent {
551
644
  COST_EXPLORER = "COST_EXPLORER"
552
645
  }
646
+ /**
647
+ * @public
648
+ */
553
649
  export declare enum CostCategoryStatus {
554
650
  APPLIED = "APPLIED",
555
651
  PROCESSING = "PROCESSING"
556
652
  }
557
653
  /**
654
+ * @public
558
655
  * <p>The list of processing statuses for Cost Management products for a specific cost
559
656
  * category. </p>
560
657
  */
@@ -568,6 +665,9 @@ export interface CostCategoryProcessingStatus {
568
665
  */
569
666
  Status?: CostCategoryStatus | string;
570
667
  }
668
+ /**
669
+ * @public
670
+ */
571
671
  export declare enum NumericOperator {
572
672
  BETWEEN = "BETWEEN",
573
673
  EQUAL = "EQUAL",
@@ -577,6 +677,7 @@ export declare enum NumericOperator {
577
677
  LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL"
578
678
  }
579
679
  /**
680
+ * @public
580
681
  * <p>Filters cost anomalies based on the total impact. </p>
581
682
  */
582
683
  export interface TotalImpactFilter {
@@ -593,6 +694,9 @@ export interface TotalImpactFilter {
593
694
  */
594
695
  EndValue?: number;
595
696
  }
697
+ /**
698
+ * @public
699
+ */
596
700
  export interface GetAnomaliesRequest {
597
701
  /**
598
702
  * <p>Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon
@@ -624,6 +728,9 @@ export interface GetAnomaliesRequest {
624
728
  */
625
729
  MaxResults?: number;
626
730
  }
731
+ /**
732
+ * @public
733
+ */
627
734
  export interface GetAnomaliesResponse {
628
735
  /**
629
736
  * <p>A list of cost anomalies. </p>
@@ -636,6 +743,7 @@ export interface GetAnomaliesResponse {
636
743
  NextPageToken?: string;
637
744
  }
638
745
  /**
746
+ * @public
639
747
  * <p>The pagination token is invalid. Try again without a pagination token.</p>
640
748
  */
641
749
  export declare class InvalidNextTokenException extends __BaseException {
@@ -647,6 +755,9 @@ export declare class InvalidNextTokenException extends __BaseException {
647
755
  */
648
756
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
649
757
  }
758
+ /**
759
+ * @public
760
+ */
650
761
  export interface GetAnomalyMonitorsRequest {
651
762
  /**
652
763
  * <p>A list of cost anomaly monitor ARNs. </p>
@@ -662,6 +773,9 @@ export interface GetAnomalyMonitorsRequest {
662
773
  */
663
774
  MaxResults?: number;
664
775
  }
776
+ /**
777
+ * @public
778
+ */
665
779
  export interface GetAnomalySubscriptionsRequest {
666
780
  /**
667
781
  * <p>A list of cost anomaly subscription ARNs. </p>
@@ -682,6 +796,7 @@ export interface GetAnomalySubscriptionsRequest {
682
796
  MaxResults?: number;
683
797
  }
684
798
  /**
799
+ * @public
685
800
  * <p>The requested report expired. Update the date interval and try again.</p>
686
801
  */
687
802
  export declare class BillExpirationException extends __BaseException {
@@ -694,6 +809,7 @@ export declare class BillExpirationException extends __BaseException {
694
809
  constructor(opts: __ExceptionOptionType<BillExpirationException, __BaseException>);
695
810
  }
696
811
  /**
812
+ * @public
697
813
  * <p>The requested data is unavailable.</p>
698
814
  */
699
815
  export declare class DataUnavailableException extends __BaseException {
@@ -705,17 +821,24 @@ export declare class DataUnavailableException extends __BaseException {
705
821
  */
706
822
  constructor(opts: __ExceptionOptionType<DataUnavailableException, __BaseException>);
707
823
  }
824
+ /**
825
+ * @public
826
+ */
708
827
  export declare enum Granularity {
709
828
  DAILY = "DAILY",
710
829
  HOURLY = "HOURLY",
711
830
  MONTHLY = "MONTHLY"
712
831
  }
832
+ /**
833
+ * @public
834
+ */
713
835
  export declare enum GroupDefinitionType {
714
836
  COST_CATEGORY = "COST_CATEGORY",
715
837
  DIMENSION = "DIMENSION",
716
838
  TAG = "TAG"
717
839
  }
718
840
  /**
841
+ * @public
719
842
  * <p>Represents a group when you specify a group by criteria or in the response to a query
720
843
  * with a specific grouping.</p>
721
844
  */
@@ -730,6 +853,7 @@ export interface GroupDefinition {
730
853
  Key?: string;
731
854
  }
732
855
  /**
856
+ * @public
733
857
  * <p>The time period of the request. </p>
734
858
  */
735
859
  export interface DateInterval {
@@ -748,6 +872,7 @@ export interface DateInterval {
748
872
  End: string | undefined;
749
873
  }
750
874
  /**
875
+ * @public
751
876
  * <p>The metadata of a specific type that you can use to filter and group your results. You
752
877
  * can use <code>GetDimensionValues</code> to find specific values.</p>
753
878
  */
@@ -762,6 +887,7 @@ export interface DimensionValuesWithAttributes {
762
887
  Attributes?: Record<string, string>;
763
888
  }
764
889
  /**
890
+ * @public
765
891
  * <p>The aggregated value for a metric.</p>
766
892
  */
767
893
  export interface MetricValue {
@@ -775,6 +901,7 @@ export interface MetricValue {
775
901
  Unit?: string;
776
902
  }
777
903
  /**
904
+ * @public
778
905
  * <p>One level of grouped data in the results.</p>
779
906
  */
780
907
  export interface Group {
@@ -788,6 +915,7 @@ export interface Group {
788
915
  Metrics?: Record<string, MetricValue>;
789
916
  }
790
917
  /**
918
+ * @public
791
919
  * <p>The result that's associated with a time period.</p>
792
920
  */
793
921
  export interface ResultByTime {
@@ -808,6 +936,9 @@ export interface ResultByTime {
808
936
  */
809
937
  Estimated?: boolean;
810
938
  }
939
+ /**
940
+ * @public
941
+ */
811
942
  export interface GetCostAndUsageResponse {
812
943
  /**
813
944
  * <p>The token for the next set of retrievable results. Amazon Web Services provides the token
@@ -830,6 +961,7 @@ export interface GetCostAndUsageResponse {
830
961
  DimensionValueAttributes?: DimensionValuesWithAttributes[];
831
962
  }
832
963
  /**
964
+ * @public
833
965
  * <p>Your request parameters changed between pages. Try again with the old parameters or
834
966
  * without a pagination token.</p>
835
967
  */
@@ -842,6 +974,9 @@ export declare class RequestChangedException extends __BaseException {
842
974
  */
843
975
  constructor(opts: __ExceptionOptionType<RequestChangedException, __BaseException>);
844
976
  }
977
+ /**
978
+ * @public
979
+ */
845
980
  export interface GetCostAndUsageWithResourcesResponse {
846
981
  /**
847
982
  * <p>The token for the next set of retrievable results. Amazon Web Services provides the token
@@ -863,11 +998,15 @@ export interface GetCostAndUsageWithResourcesResponse {
863
998
  */
864
999
  DimensionValueAttributes?: DimensionValuesWithAttributes[];
865
1000
  }
1001
+ /**
1002
+ * @public
1003
+ */
866
1004
  export declare enum SortOrder {
867
1005
  ASCENDING = "ASCENDING",
868
1006
  DESCENDING = "DESCENDING"
869
1007
  }
870
1008
  /**
1009
+ * @public
871
1010
  * <p>The details for how to sort the data.</p>
872
1011
  */
873
1012
  export interface SortDefinition {
@@ -880,6 +1019,9 @@ export interface SortDefinition {
880
1019
  */
881
1020
  SortOrder?: SortOrder | string;
882
1021
  }
1022
+ /**
1023
+ * @public
1024
+ */
883
1025
  export interface GetCostCategoriesResponse {
884
1026
  /**
885
1027
  * <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
@@ -905,6 +1047,9 @@ export interface GetCostCategoriesResponse {
905
1047
  */
906
1048
  TotalSize: number | undefined;
907
1049
  }
1050
+ /**
1051
+ * @public
1052
+ */
908
1053
  export declare enum Metric {
909
1054
  AMORTIZED_COST = "AMORTIZED_COST",
910
1055
  BLENDED_COST = "BLENDED_COST",
@@ -915,6 +1060,7 @@ export declare enum Metric {
915
1060
  USAGE_QUANTITY = "USAGE_QUANTITY"
916
1061
  }
917
1062
  /**
1063
+ * @public
918
1064
  * <p>The forecast that's created for your query.</p>
919
1065
  */
920
1066
  export interface ForecastResult {
@@ -935,6 +1081,9 @@ export interface ForecastResult {
935
1081
  */
936
1082
  PredictionIntervalUpperBound?: string;
937
1083
  }
1084
+ /**
1085
+ * @public
1086
+ */
938
1087
  export interface GetCostForecastResponse {
939
1088
  /**
940
1089
  * <p>How much you are forecasted to spend over the forecast period, in <code>USD</code>.</p>
@@ -946,11 +1095,17 @@ export interface GetCostForecastResponse {
946
1095
  */
947
1096
  ForecastResultsByTime?: ForecastResult[];
948
1097
  }
1098
+ /**
1099
+ * @public
1100
+ */
949
1101
  export declare enum Context {
950
1102
  COST_AND_USAGE = "COST_AND_USAGE",
951
1103
  RESERVATIONS = "RESERVATIONS",
952
1104
  SAVINGS_PLANS = "SAVINGS_PLANS"
953
1105
  }
1106
+ /**
1107
+ * @public
1108
+ */
954
1109
  export interface GetDimensionValuesResponse {
955
1110
  /**
956
1111
  * <p>The filters that you used to filter your request. Some dimensions are available only
@@ -1100,6 +1255,7 @@ export interface GetDimensionValuesResponse {
1100
1255
  NextPageToken?: string;
1101
1256
  }
1102
1257
  /**
1258
+ * @public
1103
1259
  * <p>How much it costs to run an instance.</p>
1104
1260
  */
1105
1261
  export interface CoverageCost {
@@ -1109,6 +1265,7 @@ export interface CoverageCost {
1109
1265
  OnDemandCost?: string;
1110
1266
  }
1111
1267
  /**
1268
+ * @public
1112
1269
  * <p>How long a running instance either used a reservation or was On-Demand.</p>
1113
1270
  */
1114
1271
  export interface CoverageHours {
@@ -1130,6 +1287,7 @@ export interface CoverageHours {
1130
1287
  CoverageHoursPercentage?: string;
1131
1288
  }
1132
1289
  /**
1290
+ * @public
1133
1291
  * <p>The amount of instance usage, in normalized units. You can use normalized units to see
1134
1292
  * your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose
1135
1293
  * that you run an xlarge instance and a 2xlarge instance. If you run both instances for
@@ -1162,6 +1320,7 @@ export interface CoverageNormalizedUnits {
1162
1320
  CoverageNormalizedUnitsPercentage?: string;
1163
1321
  }
1164
1322
  /**
1323
+ * @public
1165
1324
  * <p>The amount of instance usage that a reservation covered.</p>
1166
1325
  */
1167
1326
  export interface Coverage {
@@ -1179,6 +1338,7 @@ export interface Coverage {
1179
1338
  CoverageCost?: CoverageCost;
1180
1339
  }
1181
1340
  /**
1341
+ * @public
1182
1342
  * <p>A group of reservations that share a set of attributes.</p>
1183
1343
  */
1184
1344
  export interface ReservationCoverageGroup {
@@ -1192,6 +1352,7 @@ export interface ReservationCoverageGroup {
1192
1352
  Coverage?: Coverage;
1193
1353
  }
1194
1354
  /**
1355
+ * @public
1195
1356
  * <p>Reservation coverage for a specified period, in hours.</p>
1196
1357
  */
1197
1358
  export interface CoverageByTime {
@@ -1208,6 +1369,9 @@ export interface CoverageByTime {
1208
1369
  */
1209
1370
  Total?: Coverage;
1210
1371
  }
1372
+ /**
1373
+ * @public
1374
+ */
1211
1375
  export interface GetReservationCoverageResponse {
1212
1376
  /**
1213
1377
  * <p>The amount of time that your reservations covered.</p>
@@ -1223,11 +1387,17 @@ export interface GetReservationCoverageResponse {
1223
1387
  */
1224
1388
  NextPageToken?: string;
1225
1389
  }
1390
+ /**
1391
+ * @public
1392
+ */
1226
1393
  export declare enum LookbackPeriodInDays {
1227
1394
  SEVEN_DAYS = "SEVEN_DAYS",
1228
1395
  SIXTY_DAYS = "SIXTY_DAYS",
1229
1396
  THIRTY_DAYS = "THIRTY_DAYS"
1230
1397
  }
1398
+ /**
1399
+ * @public
1400
+ */
1231
1401
  export declare enum PaymentOption {
1232
1402
  ALL_UPFRONT = "ALL_UPFRONT",
1233
1403
  HEAVY_UTILIZATION = "HEAVY_UTILIZATION",
@@ -1236,11 +1406,15 @@ export declare enum PaymentOption {
1236
1406
  NO_UPFRONT = "NO_UPFRONT",
1237
1407
  PARTIAL_UPFRONT = "PARTIAL_UPFRONT"
1238
1408
  }
1409
+ /**
1410
+ * @public
1411
+ */
1239
1412
  export declare enum OfferingClass {
1240
1413
  CONVERTIBLE = "CONVERTIBLE",
1241
1414
  STANDARD = "STANDARD"
1242
1415
  }
1243
1416
  /**
1417
+ * @public
1244
1418
  * <p>The Amazon EC2 hardware specifications that you want Amazon Web Services to provide
1245
1419
  * recommendations for.</p>
1246
1420
  */
@@ -1252,6 +1426,7 @@ export interface EC2Specification {
1252
1426
  OfferingClass?: OfferingClass | string;
1253
1427
  }
1254
1428
  /**
1429
+ * @public
1255
1430
  * <p>Hardware specifications for the service that you want recommendations for.</p>
1256
1431
  */
1257
1432
  export interface ServiceSpecification {
@@ -1261,11 +1436,15 @@ export interface ServiceSpecification {
1261
1436
  */
1262
1437
  EC2Specification?: EC2Specification;
1263
1438
  }
1439
+ /**
1440
+ * @public
1441
+ */
1264
1442
  export declare enum TermInYears {
1265
1443
  ONE_YEAR = "ONE_YEAR",
1266
1444
  THREE_YEARS = "THREE_YEARS"
1267
1445
  }
1268
1446
  /**
1447
+ * @public
1269
1448
  * <p>Information about this specific recommendation, such as the timestamp for when Amazon Web Services made a specific recommendation.</p>
1270
1449
  */
1271
1450
  export interface ReservationPurchaseRecommendationMetadata {
@@ -1279,6 +1458,7 @@ export interface ReservationPurchaseRecommendationMetadata {
1279
1458
  GenerationTimestamp?: string;
1280
1459
  }
1281
1460
  /**
1461
+ * @public
1282
1462
  * <p>Details about the Amazon EC2 instances that Amazon Web Services recommends that you
1283
1463
  * purchase.</p>
1284
1464
  */
@@ -1318,6 +1498,7 @@ export interface EC2InstanceDetails {
1318
1498
  SizeFlexEligible?: boolean;
1319
1499
  }
1320
1500
  /**
1501
+ * @public
1321
1502
  * <p>Details about the Amazon ElastiCache instances that Amazon Web Services recommends that
1322
1503
  * you purchase.</p>
1323
1504
  */
@@ -1348,6 +1529,7 @@ export interface ElastiCacheInstanceDetails {
1348
1529
  SizeFlexEligible?: boolean;
1349
1530
  }
1350
1531
  /**
1532
+ * @public
1351
1533
  * <p>Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends
1352
1534
  * that you purchase.</p>
1353
1535
  */
@@ -1374,6 +1556,7 @@ export interface ESInstanceDetails {
1374
1556
  SizeFlexEligible?: boolean;
1375
1557
  }
1376
1558
  /**
1559
+ * @public
1377
1560
  * <p>Details about the Amazon RDS instances that Amazon Web Services recommends that you
1378
1561
  * purchase.</p>
1379
1562
  */
@@ -1417,6 +1600,7 @@ export interface RDSInstanceDetails {
1417
1600
  SizeFlexEligible?: boolean;
1418
1601
  }
1419
1602
  /**
1603
+ * @public
1420
1604
  * <p>Details about the Amazon Redshift instances that Amazon Web Services recommends that
1421
1605
  * you purchase.</p>
1422
1606
  */
@@ -1443,6 +1627,7 @@ export interface RedshiftInstanceDetails {
1443
1627
  SizeFlexEligible?: boolean;
1444
1628
  }
1445
1629
  /**
1630
+ * @public
1446
1631
  * <p>Details about the instances that Amazon Web Services recommends that you
1447
1632
  * purchase.</p>
1448
1633
  */
@@ -1471,6 +1656,7 @@ export interface InstanceDetails {
1471
1656
  ESInstanceDetails?: ESInstanceDetails;
1472
1657
  }
1473
1658
  /**
1659
+ * @public
1474
1660
  * <p>Details about your recommended reservation purchase.</p>
1475
1661
  */
1476
1662
  export interface ReservationPurchaseRecommendationDetail {
@@ -1573,6 +1759,7 @@ export interface ReservationPurchaseRecommendationDetail {
1573
1759
  RecurringStandardMonthlyCost?: string;
1574
1760
  }
1575
1761
  /**
1762
+ * @public
1576
1763
  * <p>A summary about this recommendation, such as the currency code, the amount that
1577
1764
  * Amazon Web Services estimates that you could save, and the total amount of
1578
1765
  * reservation to purchase.</p>
@@ -1594,6 +1781,7 @@ export interface ReservationPurchaseRecommendationSummary {
1594
1781
  CurrencyCode?: string;
1595
1782
  }
1596
1783
  /**
1784
+ * @public
1597
1785
  * <p>A specific reservation that Amazon Web Services recommends for purchase.</p>
1598
1786
  */
1599
1787
  export interface ReservationPurchaseRecommendation {
@@ -1630,6 +1818,9 @@ export interface ReservationPurchaseRecommendation {
1630
1818
  */
1631
1819
  RecommendationSummary?: ReservationPurchaseRecommendationSummary;
1632
1820
  }
1821
+ /**
1822
+ * @public
1823
+ */
1633
1824
  export interface GetReservationPurchaseRecommendationResponse {
1634
1825
  /**
1635
1826
  * <p>Information about this specific recommendation call, such as the time stamp for when
@@ -1646,6 +1837,7 @@ export interface GetReservationPurchaseRecommendationResponse {
1646
1837
  NextPageToken?: string;
1647
1838
  }
1648
1839
  /**
1840
+ * @public
1649
1841
  * <p>The aggregated numbers for your reservation usage.</p>
1650
1842
  */
1651
1843
  export interface ReservationAggregates {
@@ -1731,6 +1923,7 @@ export interface ReservationAggregates {
1731
1923
  UnrealizedSavings?: string;
1732
1924
  }
1733
1925
  /**
1926
+ * @public
1734
1927
  * <p>A group of reservations that share a set of attributes.</p>
1735
1928
  */
1736
1929
  export interface ReservationUtilizationGroup {
@@ -1752,6 +1945,7 @@ export interface ReservationUtilizationGroup {
1752
1945
  Utilization?: ReservationAggregates;
1753
1946
  }
1754
1947
  /**
1948
+ * @public
1755
1949
  * <p>The amount of utilization, in hours.</p>
1756
1950
  */
1757
1951
  export interface UtilizationByTime {
@@ -1768,6 +1962,9 @@ export interface UtilizationByTime {
1768
1962
  */
1769
1963
  Total?: ReservationAggregates;
1770
1964
  }
1965
+ /**
1966
+ * @public
1967
+ */
1771
1968
  export interface GetReservationUtilizationResponse {
1772
1969
  /**
1773
1970
  * <p>The amount of time that you used your Reserved Instances (RIs).</p>
@@ -1783,11 +1980,15 @@ export interface GetReservationUtilizationResponse {
1783
1980
  */
1784
1981
  NextPageToken?: string;
1785
1982
  }
1983
+ /**
1984
+ * @public
1985
+ */
1786
1986
  export declare enum RecommendationTarget {
1787
1987
  CROSS_INSTANCE_FAMILY = "CROSS_INSTANCE_FAMILY",
1788
1988
  SAME_INSTANCE_FAMILY = "SAME_INSTANCE_FAMILY"
1789
1989
  }
1790
1990
  /**
1991
+ * @public
1791
1992
  * <p>You can use <code>RightsizingRecommendationConfiguration</code> to customize
1792
1993
  * recommendations across two attributes. You can choose to view recommendations for
1793
1994
  * instances within the same instance families or across different instance families. You
@@ -1809,6 +2010,7 @@ export interface RightsizingRecommendationConfiguration {
1809
2010
  BenefitsConsidered: boolean | undefined;
1810
2011
  }
1811
2012
  /**
2013
+ * @public
1812
2014
  * <p>Metadata for this recommendation set.</p>
1813
2015
  */
1814
2016
  export interface RightsizingRecommendationMetadata {
@@ -1831,6 +2033,7 @@ export interface RightsizingRecommendationMetadata {
1831
2033
  AdditionalMetadata?: string;
1832
2034
  }
1833
2035
  /**
2036
+ * @public
1834
2037
  * <p>Details on the Amazon EC2 Resource.</p>
1835
2038
  */
1836
2039
  export interface EC2ResourceDetails {
@@ -1874,6 +2077,7 @@ export interface EC2ResourceDetails {
1874
2077
  Vcpu?: string;
1875
2078
  }
1876
2079
  /**
2080
+ * @public
1877
2081
  * <p>Details for the resource.</p>
1878
2082
  */
1879
2083
  export interface ResourceDetails {
@@ -1883,6 +2087,7 @@ export interface ResourceDetails {
1883
2087
  EC2ResourceDetails?: EC2ResourceDetails;
1884
2088
  }
1885
2089
  /**
2090
+ * @public
1886
2091
  * <p>The field that contains a list of disk (local storage) metrics that are associated
1887
2092
  * with the current instance. </p>
1888
2093
  */
@@ -1905,6 +2110,7 @@ export interface DiskResourceUtilization {
1905
2110
  DiskWriteBytesPerSecond?: string;
1906
2111
  }
1907
2112
  /**
2113
+ * @public
1908
2114
  * <p>The EBS field that contains a list of EBS metrics that are associated with the current
1909
2115
  * instance. </p>
1910
2116
  */
@@ -1927,6 +2133,7 @@ export interface EBSResourceUtilization {
1927
2133
  EbsWriteBytesPerSecond?: string;
1928
2134
  }
1929
2135
  /**
2136
+ * @public
1930
2137
  * <p>The network field that contains a list of network metrics that are associated with the
1931
2138
  * current instance. </p>
1932
2139
  */
@@ -1950,6 +2157,7 @@ export interface NetworkResourceUtilization {
1950
2157
  NetworkPacketsOutPerSecond?: string;
1951
2158
  }
1952
2159
  /**
2160
+ * @public
1953
2161
  * <p>Utilization metrics for the instance. </p>
1954
2162
  */
1955
2163
  export interface EC2ResourceUtilization {
@@ -1983,6 +2191,7 @@ export interface EC2ResourceUtilization {
1983
2191
  NetworkResourceUtilization?: NetworkResourceUtilization;
1984
2192
  }
1985
2193
  /**
2194
+ * @public
1986
2195
  * <p>Resource utilization of current resource. </p>
1987
2196
  */
1988
2197
  export interface ResourceUtilization {
@@ -1992,6 +2201,7 @@ export interface ResourceUtilization {
1992
2201
  EC2ResourceUtilization?: EC2ResourceUtilization;
1993
2202
  }
1994
2203
  /**
2204
+ * @public
1995
2205
  * <p>Context about the current instance.</p>
1996
2206
  */
1997
2207
  export interface CurrentInstance {
@@ -2043,6 +2253,9 @@ export interface CurrentInstance {
2043
2253
  */
2044
2254
  CurrencyCode?: string;
2045
2255
  }
2256
+ /**
2257
+ * @public
2258
+ */
2046
2259
  export declare enum FindingReasonCode {
2047
2260
  CPU_OVER_PROVISIONED = "CPU_OVER_PROVISIONED",
2048
2261
  CPU_UNDER_PROVISIONED = "CPU_UNDER_PROVISIONED",
@@ -2061,6 +2274,9 @@ export declare enum FindingReasonCode {
2061
2274
  NETWORK_PPS_OVER_PROVISIONED = "NETWORK_PPS_OVER_PROVISIONED",
2062
2275
  NETWORK_PPS_UNDER_PROVISIONED = "NETWORK_PPS_UNDER_PROVISIONED"
2063
2276
  }
2277
+ /**
2278
+ * @public
2279
+ */
2064
2280
  export declare enum PlatformDifference {
2065
2281
  HYPERVISOR = "HYPERVISOR",
2066
2282
  INSTANCE_STORE_AVAILABILITY = "INSTANCE_STORE_AVAILABILITY",
@@ -2069,6 +2285,7 @@ export declare enum PlatformDifference {
2069
2285
  VIRTUALIZATION_TYPE = "VIRTUALIZATION_TYPE"
2070
2286
  }
2071
2287
  /**
2288
+ * @public
2072
2289
  * <p>Details on recommended instance.</p>
2073
2290
  */
2074
2291
  export interface TargetInstance {
@@ -2105,6 +2322,7 @@ export interface TargetInstance {
2105
2322
  PlatformDifferences?: (PlatformDifference | string)[];
2106
2323
  }
2107
2324
  /**
2325
+ * @public
2108
2326
  * <p>Details for the modification recommendation.</p>
2109
2327
  */
2110
2328
  export interface ModifyRecommendationDetail {
@@ -2114,11 +2332,15 @@ export interface ModifyRecommendationDetail {
2114
2332
  */
2115
2333
  TargetInstances?: TargetInstance[];
2116
2334
  }
2335
+ /**
2336
+ * @public
2337
+ */
2117
2338
  export declare enum RightsizingType {
2118
2339
  MODIFY = "MODIFY",
2119
2340
  TERMINATE = "TERMINATE"
2120
2341
  }
2121
2342
  /**
2343
+ * @public
2122
2344
  * <p>Details on termination recommendation. </p>
2123
2345
  */
2124
2346
  export interface TerminateRecommendationDetail {
@@ -2133,6 +2355,7 @@ export interface TerminateRecommendationDetail {
2133
2355
  CurrencyCode?: string;
2134
2356
  }
2135
2357
  /**
2358
+ * @public
2136
2359
  * <p>Recommendations to rightsize resources.</p>
2137
2360
  */
2138
2361
  export interface RightsizingRecommendation {
@@ -2164,6 +2387,7 @@ export interface RightsizingRecommendation {
2164
2387
  FindingReasonCodes?: (FindingReasonCode | string)[];
2165
2388
  }
2166
2389
  /**
2390
+ * @public
2167
2391
  * <p>The summary of rightsizing recommendations </p>
2168
2392
  */
2169
2393
  export interface RightsizingRecommendationSummary {
@@ -2185,6 +2409,9 @@ export interface RightsizingRecommendationSummary {
2185
2409
  */
2186
2410
  SavingsPercentage?: string;
2187
2411
  }
2412
+ /**
2413
+ * @public
2414
+ */
2188
2415
  export interface GetRightsizingRecommendationResponse {
2189
2416
  /**
2190
2417
  * <p>Information regarding this specific recommendation set.</p>
@@ -2212,6 +2439,7 @@ export interface GetRightsizingRecommendationResponse {
2212
2439
  Configuration?: RightsizingRecommendationConfiguration;
2213
2440
  }
2214
2441
  /**
2442
+ * @public
2215
2443
  * <p>Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and
2216
2444
  * total Savings Plans costs for an account.</p>
2217
2445
  */
@@ -2236,6 +2464,7 @@ export interface SavingsPlansCoverageData {
2236
2464
  CoveragePercentage?: string;
2237
2465
  }
2238
2466
  /**
2467
+ * @public
2239
2468
  * <p>The amount of Savings Plans eligible usage that's covered by Savings Plans. All
2240
2469
  * calculations consider the On-Demand equivalent of your Savings Plans usage.</p>
2241
2470
  */
@@ -2253,6 +2482,9 @@ export interface SavingsPlansCoverage {
2253
2482
  */
2254
2483
  TimePeriod?: DateInterval;
2255
2484
  }
2485
+ /**
2486
+ * @public
2487
+ */
2256
2488
  export interface GetSavingsPlansCoverageResponse {
2257
2489
  /**
2258
2490
  * <p>The amount of spend that your Savings Plans covered.</p>
@@ -2264,12 +2496,16 @@ export interface GetSavingsPlansCoverageResponse {
2264
2496
  */
2265
2497
  NextToken?: string;
2266
2498
  }
2499
+ /**
2500
+ * @public
2501
+ */
2267
2502
  export declare enum SupportedSavingsPlansType {
2268
2503
  COMPUTE_SP = "COMPUTE_SP",
2269
2504
  EC2_INSTANCE_SP = "EC2_INSTANCE_SP",
2270
2505
  SAGEMAKER_SP = "SAGEMAKER_SP"
2271
2506
  }
2272
2507
  /**
2508
+ * @public
2273
2509
  * <p>Metadata about your Savings Plans Purchase Recommendations.</p>
2274
2510
  */
2275
2511
  export interface SavingsPlansPurchaseRecommendationMetadata {
@@ -2287,6 +2523,7 @@ export interface SavingsPlansPurchaseRecommendationMetadata {
2287
2523
  AdditionalMetadata?: string;
2288
2524
  }
2289
2525
  /**
2526
+ * @public
2290
2527
  * <p>The attribute details on a specific Savings Plan.</p>
2291
2528
  */
2292
2529
  export interface SavingsPlansDetails {
@@ -2304,6 +2541,7 @@ export interface SavingsPlansDetails {
2304
2541
  OfferingId?: string;
2305
2542
  }
2306
2543
  /**
2544
+ * @public
2307
2545
  * <p>Details for your recommended Savings Plans.</p>
2308
2546
  */
2309
2547
  export interface SavingsPlansPurchaseRecommendationDetail {
@@ -2386,6 +2624,7 @@ export interface SavingsPlansPurchaseRecommendationDetail {
2386
2624
  CurrentAverageHourlyOnDemandSpend?: string;
2387
2625
  }
2388
2626
  /**
2627
+ * @public
2389
2628
  * <p>Summary metrics for your Savings Plans Purchase Recommendations.</p>
2390
2629
  */
2391
2630
  export interface SavingsPlansPurchaseRecommendationSummary {
@@ -2447,6 +2686,7 @@ export interface SavingsPlansPurchaseRecommendationSummary {
2447
2686
  EstimatedOnDemandCostWithCurrentCommitment?: string;
2448
2687
  }
2449
2688
  /**
2689
+ * @public
2450
2690
  * <p>Contains your request parameters, Savings Plan Recommendations Summary, and
2451
2691
  * Details.</p>
2452
2692
  */
@@ -2485,6 +2725,9 @@ export interface SavingsPlansPurchaseRecommendation {
2485
2725
  */
2486
2726
  SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary;
2487
2727
  }
2728
+ /**
2729
+ * @public
2730
+ */
2488
2731
  export interface GetSavingsPlansPurchaseRecommendationResponse {
2489
2732
  /**
2490
2733
  * <p>Information that regards this specific recommendation set.</p>
@@ -2502,6 +2745,7 @@ export interface GetSavingsPlansPurchaseRecommendationResponse {
2502
2745
  NextPageToken?: string;
2503
2746
  }
2504
2747
  /**
2748
+ * @public
2505
2749
  * <p>The amortized amount of Savings Plans purchased in a specific account during a
2506
2750
  * specific time interval.</p>
2507
2751
  */
@@ -2523,6 +2767,7 @@ export interface SavingsPlansAmortizedCommitment {
2523
2767
  TotalAmortizedCommitment?: string;
2524
2768
  }
2525
2769
  /**
2770
+ * @public
2526
2771
  * <p>The amount of savings that you're accumulating, against the public On-Demand rate of
2527
2772
  * the usage accrued in an account.</p>
2528
2773
  */
@@ -2539,6 +2784,7 @@ export interface SavingsPlansSavings {
2539
2784
  OnDemandCostEquivalent?: string;
2540
2785
  }
2541
2786
  /**
2787
+ * @public
2542
2788
  * <p>The measurement of how well you're using your existing Savings Plans.</p>
2543
2789
  */
2544
2790
  export interface SavingsPlansUtilization {
@@ -2564,6 +2810,7 @@ export interface SavingsPlansUtilization {
2564
2810
  UtilizationPercentage?: string;
2565
2811
  }
2566
2812
  /**
2813
+ * @public
2567
2814
  * <p>The amount of Savings Plans utilization (in hours).</p>
2568
2815
  */
2569
2816
  export interface SavingsPlansUtilizationByTime {
@@ -2589,6 +2836,7 @@ export interface SavingsPlansUtilizationByTime {
2589
2836
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
2590
2837
  }
2591
2838
  /**
2839
+ * @public
2592
2840
  * <p>The aggregated utilization metrics for your Savings Plans usage.</p>
2593
2841
  */
2594
2842
  export interface SavingsPlansUtilizationAggregates {
@@ -2609,6 +2857,9 @@ export interface SavingsPlansUtilizationAggregates {
2609
2857
  */
2610
2858
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
2611
2859
  }
2860
+ /**
2861
+ * @public
2862
+ */
2612
2863
  export interface GetSavingsPlansUtilizationResponse {
2613
2864
  /**
2614
2865
  * <p>The amount of cost/commitment that you used your Savings Plans. You can use it to specify
@@ -2621,6 +2872,9 @@ export interface GetSavingsPlansUtilizationResponse {
2621
2872
  */
2622
2873
  Total: SavingsPlansUtilizationAggregates | undefined;
2623
2874
  }
2875
+ /**
2876
+ * @public
2877
+ */
2624
2878
  export declare enum SavingsPlansDataType {
2625
2879
  AMORTIZED_COMMITMENT = "AMORTIZED_COMMITMENT",
2626
2880
  ATTRIBUTES = "ATTRIBUTES",
@@ -2628,6 +2882,7 @@ export declare enum SavingsPlansDataType {
2628
2882
  UTILIZATION = "UTILIZATION"
2629
2883
  }
2630
2884
  /**
2885
+ * @public
2631
2886
  * <p>A single daily or monthly Savings Plans utilization rate and details for your account.
2632
2887
  * A management account in an organization have access to member accounts. You can use
2633
2888
  * <code>GetDimensionValues</code> to determine the possible dimension values. </p>
@@ -2658,6 +2913,9 @@ export interface SavingsPlansUtilizationDetail {
2658
2913
  */
2659
2914
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
2660
2915
  }
2916
+ /**
2917
+ * @public
2918
+ */
2661
2919
  export interface GetSavingsPlansUtilizationDetailsResponse {
2662
2920
  /**
2663
2921
  * <p>Retrieves a single daily or monthly Savings Plans utilization rate and details for your
@@ -2678,6 +2936,9 @@ export interface GetSavingsPlansUtilizationDetailsResponse {
2678
2936
  */
2679
2937
  NextToken?: string;
2680
2938
  }
2939
+ /**
2940
+ * @public
2941
+ */
2681
2942
  export interface GetTagsResponse {
2682
2943
  /**
2683
2944
  * <p>The token for the next set of retrievable results. Amazon Web Services provides the token
@@ -2697,6 +2958,9 @@ export interface GetTagsResponse {
2697
2958
  */
2698
2959
  TotalSize: number | undefined;
2699
2960
  }
2961
+ /**
2962
+ * @public
2963
+ */
2700
2964
  export interface GetUsageForecastResponse {
2701
2965
  /**
2702
2966
  * <p>How much you're forecasted to use over the forecast period.</p>
@@ -2709,6 +2973,7 @@ export interface GetUsageForecastResponse {
2709
2973
  ForecastResultsByTime?: ForecastResult[];
2710
2974
  }
2711
2975
  /**
2976
+ * @public
2712
2977
  * <p>Cost Explorer was unable to identify the usage unit. Provide
2713
2978
  * <code>UsageType/UsageTypeGroup</code> filter selections that contain matching units,
2714
2979
  * for example: <code>hours</code>.</p>
@@ -2722,14 +2987,23 @@ export declare class UnresolvableUsageUnitException extends __BaseException {
2722
2987
  */
2723
2988
  constructor(opts: __ExceptionOptionType<UnresolvableUsageUnitException, __BaseException>);
2724
2989
  }
2990
+ /**
2991
+ * @public
2992
+ */
2725
2993
  export declare enum CostAllocationTagStatus {
2726
2994
  ACTIVE = "Active",
2727
2995
  INACTIVE = "Inactive"
2728
2996
  }
2997
+ /**
2998
+ * @public
2999
+ */
2729
3000
  export declare enum CostAllocationTagType {
2730
3001
  AWS_GENERATED = "AWSGenerated",
2731
3002
  USER_DEFINED = "UserDefined"
2732
3003
  }
3004
+ /**
3005
+ * @public
3006
+ */
2733
3007
  export interface ListCostAllocationTagsRequest {
2734
3008
  /**
2735
3009
  * <p>The status of cost allocation tag keys that are returned for this request. </p>
@@ -2759,6 +3033,7 @@ export interface ListCostAllocationTagsRequest {
2759
3033
  MaxResults?: number;
2760
3034
  }
2761
3035
  /**
3036
+ * @public
2762
3037
  * <p>The cost allocation tag structure. This includes detailed metadata for the
2763
3038
  * <code>CostAllocationTag</code> object. </p>
2764
3039
  */
@@ -2780,6 +3055,9 @@ export interface CostAllocationTag {
2780
3055
  */
2781
3056
  Status: CostAllocationTagStatus | string | undefined;
2782
3057
  }
3058
+ /**
3059
+ * @public
3060
+ */
2783
3061
  export interface ListCostAllocationTagsResponse {
2784
3062
  /**
2785
3063
  * <p>A list of cost allocation tags that includes the detailed metadata for each one. </p>
@@ -2791,6 +3069,9 @@ export interface ListCostAllocationTagsResponse {
2791
3069
  */
2792
3070
  NextToken?: string;
2793
3071
  }
3072
+ /**
3073
+ * @public
3074
+ */
2794
3075
  export interface ListCostCategoryDefinitionsRequest {
2795
3076
  /**
2796
3077
  * <p>The date when the Cost Category was effective. </p>
@@ -2807,6 +3088,7 @@ export interface ListCostCategoryDefinitionsRequest {
2807
3088
  MaxResults?: number;
2808
3089
  }
2809
3090
  /**
3091
+ * @public
2810
3092
  * <p>A reference to a Cost Category containing only enough information to identify the Cost
2811
3093
  * Category.</p>
2812
3094
  * <p>You can use this information to retrieve the full Cost Category information using
@@ -2848,6 +3130,9 @@ export interface CostCategoryReference {
2848
3130
  */
2849
3131
  DefaultValue?: string;
2850
3132
  }
3133
+ /**
3134
+ * @public
3135
+ */
2851
3136
  export interface ListCostCategoryDefinitionsResponse {
2852
3137
  /**
2853
3138
  * <p>A reference to a Cost Category that contains enough information to identify the Cost
@@ -2860,11 +3145,17 @@ export interface ListCostCategoryDefinitionsResponse {
2860
3145
  */
2861
3146
  NextToken?: string;
2862
3147
  }
3148
+ /**
3149
+ * @public
3150
+ */
2863
3151
  export declare enum GenerationStatus {
2864
3152
  FAILED = "FAILED",
2865
3153
  PROCESSING = "PROCESSING",
2866
3154
  SUCCEEDED = "SUCCEEDED"
2867
3155
  }
3156
+ /**
3157
+ * @public
3158
+ */
2868
3159
  export interface ListSavingsPlansPurchaseRecommendationGenerationRequest {
2869
3160
  /**
2870
3161
  * <p>The status of the recommendation generation.</p>
@@ -2884,6 +3175,7 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationRequest {
2884
3175
  NextPageToken?: string;
2885
3176
  }
2886
3177
  /**
3178
+ * @public
2887
3179
  * <p>The summary of the Savings Plans recommendation generation.</p>
2888
3180
  */
2889
3181
  export interface GenerationSummary {
@@ -2910,6 +3202,9 @@ export interface GenerationSummary {
2910
3202
  */
2911
3203
  EstimatedCompletionTime?: string;
2912
3204
  }
3205
+ /**
3206
+ * @public
3207
+ */
2913
3208
  export interface ListSavingsPlansPurchaseRecommendationGenerationResponse {
2914
3209
  /**
2915
3210
  * <p>The list of historical recommendation generations.</p>
@@ -2920,6 +3215,9 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationResponse {
2920
3215
  */
2921
3216
  NextPageToken?: string;
2922
3217
  }
3218
+ /**
3219
+ * @public
3220
+ */
2923
3221
  export interface ListTagsForResourceRequest {
2924
3222
  /**
2925
3223
  * <p>The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see
@@ -2927,12 +3225,18 @@ export interface ListTagsForResourceRequest {
2927
3225
  */
2928
3226
  ResourceArn: string | undefined;
2929
3227
  }
3228
+ /**
3229
+ * @public
3230
+ */
2930
3231
  export interface ListTagsForResourceResponse {
2931
3232
  /**
2932
3233
  * <p>A list of tag key value pairs that are associated with the resource. </p>
2933
3234
  */
2934
3235
  ResourceTags?: ResourceTag[];
2935
3236
  }
3237
+ /**
3238
+ * @public
3239
+ */
2936
3240
  export interface ProvideAnomalyFeedbackRequest {
2937
3241
  /**
2938
3242
  * <p>A cost anomaly ID. </p>
@@ -2944,6 +3248,9 @@ export interface ProvideAnomalyFeedbackRequest {
2944
3248
  */
2945
3249
  Feedback: AnomalyFeedbackType | string | undefined;
2946
3250
  }
3251
+ /**
3252
+ * @public
3253
+ */
2947
3254
  export interface ProvideAnomalyFeedbackResponse {
2948
3255
  /**
2949
3256
  * <p>The ID of the modified cost anomaly. </p>
@@ -2951,6 +3258,7 @@ export interface ProvideAnomalyFeedbackResponse {
2951
3258
  AnomalyId: string | undefined;
2952
3259
  }
2953
3260
  /**
3261
+ * @public
2954
3262
  * <p>A request to generate a recommendation is already in progress.</p>
2955
3263
  */
2956
3264
  export declare class GenerationExistsException extends __BaseException {
@@ -2962,8 +3270,14 @@ export declare class GenerationExistsException extends __BaseException {
2962
3270
  */
2963
3271
  constructor(opts: __ExceptionOptionType<GenerationExistsException, __BaseException>);
2964
3272
  }
3273
+ /**
3274
+ * @public
3275
+ */
2965
3276
  export interface StartSavingsPlansPurchaseRecommendationGenerationRequest {
2966
3277
  }
3278
+ /**
3279
+ * @public
3280
+ */
2967
3281
  export interface StartSavingsPlansPurchaseRecommendationGenerationResponse {
2968
3282
  /**
2969
3283
  * <p>The ID for this specific recommendation.</p>
@@ -2978,6 +3292,9 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationResponse {
2978
3292
  */
2979
3293
  EstimatedCompletionTime?: string;
2980
3294
  }
3295
+ /**
3296
+ * @public
3297
+ */
2981
3298
  export interface TagResourceRequest {
2982
3299
  /**
2983
3300
  * <p>The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see
@@ -3019,9 +3336,13 @@ export interface TagResourceRequest {
3019
3336
  */
3020
3337
  ResourceTags: ResourceTag[] | undefined;
3021
3338
  }
3339
+ /**
3340
+ * @public
3341
+ */
3022
3342
  export interface TagResourceResponse {
3023
3343
  }
3024
3344
  /**
3345
+ * @public
3025
3346
  * <p>Can occur if you specify a number of tags for a resource greater than the maximum 50
3026
3347
  * user tags per resource.</p>
3027
3348
  */
@@ -3035,6 +3356,9 @@ export declare class TooManyTagsException extends __BaseException {
3035
3356
  */
3036
3357
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
3037
3358
  }
3359
+ /**
3360
+ * @public
3361
+ */
3038
3362
  export interface UntagResourceRequest {
3039
3363
  /**
3040
3364
  * <p>The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see
@@ -3050,8 +3374,14 @@ export interface UntagResourceRequest {
3050
3374
  */
3051
3375
  ResourceTagKeys: string[] | undefined;
3052
3376
  }
3377
+ /**
3378
+ * @public
3379
+ */
3053
3380
  export interface UntagResourceResponse {
3054
3381
  }
3382
+ /**
3383
+ * @public
3384
+ */
3055
3385
  export interface UpdateAnomalyMonitorRequest {
3056
3386
  /**
3057
3387
  * <p>Cost anomaly monitor Amazon Resource Names (ARNs). </p>
@@ -3062,12 +3392,18 @@ export interface UpdateAnomalyMonitorRequest {
3062
3392
  */
3063
3393
  MonitorName?: string;
3064
3394
  }
3395
+ /**
3396
+ * @public
3397
+ */
3065
3398
  export interface UpdateAnomalyMonitorResponse {
3066
3399
  /**
3067
3400
  * <p>A cost anomaly monitor ARN. </p>
3068
3401
  */
3069
3402
  MonitorArn: string | undefined;
3070
3403
  }
3404
+ /**
3405
+ * @public
3406
+ */
3071
3407
  export interface UpdateAnomalySubscriptionResponse {
3072
3408
  /**
3073
3409
  * <p>A cost anomaly subscription ARN. </p>
@@ -3075,6 +3411,7 @@ export interface UpdateAnomalySubscriptionResponse {
3075
3411
  SubscriptionArn: string | undefined;
3076
3412
  }
3077
3413
  /**
3414
+ * @public
3078
3415
  * <p>The cost allocation tag status. The status of a key can either be active or inactive.
3079
3416
  * </p>
3080
3417
  */
@@ -3088,6 +3425,9 @@ export interface CostAllocationTagStatusEntry {
3088
3425
  */
3089
3426
  Status: CostAllocationTagStatus | string | undefined;
3090
3427
  }
3428
+ /**
3429
+ * @public
3430
+ */
3091
3431
  export interface UpdateCostAllocationTagsStatusRequest {
3092
3432
  /**
3093
3433
  * <p>The list of <code>CostAllocationTagStatusEntry</code> objects that are used to update cost
@@ -3096,6 +3436,7 @@ export interface UpdateCostAllocationTagsStatusRequest {
3096
3436
  CostAllocationTagsStatus: CostAllocationTagStatusEntry[] | undefined;
3097
3437
  }
3098
3438
  /**
3439
+ * @public
3099
3440
  * <p>Gives a detailed description of the result of an action. It's on each cost allocation
3100
3441
  * tag entry in the request. </p>
3101
3442
  */
@@ -3113,6 +3454,9 @@ export interface UpdateCostAllocationTagsStatusError {
3113
3454
  */
3114
3455
  Message?: string;
3115
3456
  }
3457
+ /**
3458
+ * @public
3459
+ */
3116
3460
  export interface UpdateCostAllocationTagsStatusResponse {
3117
3461
  /**
3118
3462
  * <p>A list of <code>UpdateCostAllocationTagsStatusError</code> objects with error details
@@ -3121,6 +3465,9 @@ export interface UpdateCostAllocationTagsStatusResponse {
3121
3465
  */
3122
3466
  Errors?: UpdateCostAllocationTagsStatusError[];
3123
3467
  }
3468
+ /**
3469
+ * @public
3470
+ */
3124
3471
  export interface UpdateCostCategoryDefinitionResponse {
3125
3472
  /**
3126
3473
  * <p>The unique identifier for your Cost Category. </p>
@@ -3132,6 +3479,7 @@ export interface UpdateCostCategoryDefinitionResponse {
3132
3479
  EffectiveStart?: string;
3133
3480
  }
3134
3481
  /**
3482
+ * @public
3135
3483
  * <p>Use <code>Expression</code> to filter in various Cost Explorer APIs.</p>
3136
3484
  * <p>Not all <code>Expression</code> types are supported in each API. Refer to the
3137
3485
  * documentation for each specific API to see what is supported.</p>
@@ -3174,8 +3522,8 @@ export interface UpdateCostCategoryDefinitionResponse {
3174
3522
  * </li>
3175
3523
  * <li>
3176
3524
  * <p>The corresponding <code>Expression</code> for this example is
3177
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
3178
- * "us-east-1", “us-west-1” ] } }</code>
3525
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
3526
+ * "us-east-1", “us-west-1” ] \} \}</code>
3179
3527
  * </p>
3180
3528
  * </li>
3181
3529
  * <li>
@@ -3196,9 +3544,9 @@ export interface UpdateCostCategoryDefinitionResponse {
3196
3544
  * </li>
3197
3545
  * <li>
3198
3546
  * <p>The corresponding <code>Expression</code> for this example is
3199
- * as follows: <code>{ "Dimensions": { "Key":
3547
+ * as follows: <code>\{ "Dimensions": \{ "Key":
3200
3548
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
3201
- * "Values": [ "a" ] } }</code>
3549
+ * "Values": [ "a" ] \} \}</code>
3202
3550
  * </p>
3203
3551
  * </li>
3204
3552
  * </ul>
@@ -3221,10 +3569,10 @@ export interface UpdateCostCategoryDefinitionResponse {
3221
3569
  * </li>
3222
3570
  * <li>
3223
3571
  * <p>The corresponding <code>Expression</code> for this example is as
3224
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
3225
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
3226
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
3227
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
3572
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
3573
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
3574
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
3575
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
3228
3576
  * </code>
3229
3577
  * </p>
3230
3578
  * </li>
@@ -3233,8 +3581,8 @@ export interface UpdateCostCategoryDefinitionResponse {
3233
3581
  * <p>Because each <code>Expression</code> can have only one operator, the
3234
3582
  * service returns an error if more than one is specified. The following
3235
3583
  * example shows an <code>Expression</code> object that creates an error:
3236
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
3237
- * [ "DataTransfer" ] } } </code>
3584
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
3585
+ * [ "DataTransfer" ] \} \} </code>
3238
3586
  * </p>
3239
3587
  * <p>The following is an example of the corresponding error message:
3240
3588
  * <code>"Expression has more than one roots. Only one root operator is
@@ -3282,6 +3630,7 @@ export interface Expression {
3282
3630
  CostCategories?: CostCategoryValues;
3283
3631
  }
3284
3632
  /**
3633
+ * @public
3285
3634
  * <p>This object continuously inspects your account's cost data for anomalies. It's based
3286
3635
  * on <code>MonitorType</code> and <code>MonitorSpecification</code>. The content consists
3287
3636
  * of detailed metadata and the current status of the monitor object. </p>
@@ -3358,8 +3707,8 @@ export interface AnomalyMonitor {
3358
3707
  * </li>
3359
3708
  * <li>
3360
3709
  * <p>The corresponding <code>Expression</code> for this example is
3361
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
3362
- * "us-east-1", “us-west-1” ] } }</code>
3710
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
3711
+ * "us-east-1", “us-west-1” ] \} \}</code>
3363
3712
  * </p>
3364
3713
  * </li>
3365
3714
  * <li>
@@ -3380,9 +3729,9 @@ export interface AnomalyMonitor {
3380
3729
  * </li>
3381
3730
  * <li>
3382
3731
  * <p>The corresponding <code>Expression</code> for this example is
3383
- * as follows: <code>{ "Dimensions": { "Key":
3732
+ * as follows: <code>\{ "Dimensions": \{ "Key":
3384
3733
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
3385
- * "Values": [ "a" ] } }</code>
3734
+ * "Values": [ "a" ] \} \}</code>
3386
3735
  * </p>
3387
3736
  * </li>
3388
3737
  * </ul>
@@ -3405,10 +3754,10 @@ export interface AnomalyMonitor {
3405
3754
  * </li>
3406
3755
  * <li>
3407
3756
  * <p>The corresponding <code>Expression</code> for this example is as
3408
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
3409
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
3410
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
3411
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
3757
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
3758
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
3759
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
3760
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
3412
3761
  * </code>
3413
3762
  * </p>
3414
3763
  * </li>
@@ -3417,8 +3766,8 @@ export interface AnomalyMonitor {
3417
3766
  * <p>Because each <code>Expression</code> can have only one operator, the
3418
3767
  * service returns an error if more than one is specified. The following
3419
3768
  * example shows an <code>Expression</code> object that creates an error:
3420
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
3421
- * [ "DataTransfer" ] } } </code>
3769
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
3770
+ * [ "DataTransfer" ] \} \} </code>
3422
3771
  * </p>
3423
3772
  * <p>The following is an example of the corresponding error message:
3424
3773
  * <code>"Expression has more than one roots. Only one root operator is
@@ -3446,6 +3795,7 @@ export interface AnomalyMonitor {
3446
3795
  DimensionalValueCount?: number;
3447
3796
  }
3448
3797
  /**
3798
+ * @public
3449
3799
  * <p>The association between a monitor, threshold, and list of subscribers used to deliver
3450
3800
  * notifications about anomalies detected by a monitor that exceeds a threshold. The
3451
3801
  * content consists of the detailed metadata and the current status of the
@@ -3500,33 +3850,33 @@ export interface AnomalySubscription {
3500
3850
  * <p>The following are examples of valid ThresholdExpressions:</p>
3501
3851
  * <ul>
3502
3852
  * <li>
3503
- * <p>Absolute threshold: <code>{ "Dimensions": { "Key":
3853
+ * <p>Absolute threshold: <code>\{ "Dimensions": \{ "Key":
3504
3854
  * "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL"
3505
- * ], "Values": [ "100" ] } }</code>
3855
+ * ], "Values": [ "100" ] \} \}</code>
3506
3856
  * </p>
3507
3857
  * </li>
3508
3858
  * <li>
3509
- * <p>Percentage threshold: <code>{ "Dimensions": { "Key":
3859
+ * <p>Percentage threshold: <code>\{ "Dimensions": \{ "Key":
3510
3860
  * "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL"
3511
- * ], "Values": [ "100" ] } }</code>
3861
+ * ], "Values": [ "100" ] \} \}</code>
3512
3862
  * </p>
3513
3863
  * </li>
3514
3864
  * <li>
3515
3865
  * <p>
3516
- * <code>AND</code> two thresholds together: <code>{ "And": [ { "Dimensions": {
3866
+ * <code>AND</code> two thresholds together: <code>\{ "And": [ \{ "Dimensions": \{
3517
3867
  * "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [
3518
- * "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key":
3868
+ * "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] \} \}, \{ "Dimensions": \{ "Key":
3519
3869
  * "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL"
3520
- * ], "Values": [ "100" ] } } ] }</code>
3870
+ * ], "Values": [ "100" ] \} \} ] \}</code>
3521
3871
  * </p>
3522
3872
  * </li>
3523
3873
  * <li>
3524
3874
  * <p>
3525
- * <code>OR</code> two thresholds together: <code>{ "Or": [ { "Dimensions": {
3875
+ * <code>OR</code> two thresholds together: <code>\{ "Or": [ \{ "Dimensions": \{
3526
3876
  * "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [
3527
- * "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key":
3877
+ * "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] \} \}, \{ "Dimensions": \{ "Key":
3528
3878
  * "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL"
3529
- * ], "Values": [ "100" ] } } ] }</code>
3879
+ * ], "Values": [ "100" ] \} \} ] \}</code>
3530
3880
  * </p>
3531
3881
  * </li>
3532
3882
  * </ul>
@@ -3534,6 +3884,7 @@ export interface AnomalySubscription {
3534
3884
  ThresholdExpression?: Expression;
3535
3885
  }
3536
3886
  /**
3887
+ * @public
3537
3888
  * <p>Rules are processed in order. If there are multiple rules that match the line item,
3538
3889
  * then the first rule to match is used to determine that Cost Category value.</p>
3539
3890
  */
@@ -3576,6 +3927,9 @@ export interface CostCategoryRule {
3576
3927
  */
3577
3928
  Type?: CostCategoryRuleType | string;
3578
3929
  }
3930
+ /**
3931
+ * @public
3932
+ */
3579
3933
  export interface GetCostAndUsageRequest {
3580
3934
  /**
3581
3935
  * <p>Sets the start date and end date for retrieving Amazon Web Services costs. The start
@@ -3643,6 +3997,9 @@ export interface GetCostAndUsageRequest {
3643
3997
  */
3644
3998
  NextPageToken?: string;
3645
3999
  }
4000
+ /**
4001
+ * @public
4002
+ */
3646
4003
  export interface GetCostAndUsageWithResourcesRequest {
3647
4004
  /**
3648
4005
  * <p>Sets the start and end dates for retrieving Amazon Web Services costs. The range must
@@ -3708,6 +4065,9 @@ export interface GetCostAndUsageWithResourcesRequest {
3708
4065
  */
3709
4066
  NextPageToken?: string;
3710
4067
  }
4068
+ /**
4069
+ * @public
4070
+ */
3711
4071
  export interface GetCostCategoriesRequest {
3712
4072
  /**
3713
4073
  * <p>The value that you want to search the filter values for.</p>
@@ -3768,8 +4128,8 @@ export interface GetCostCategoriesRequest {
3768
4128
  * </li>
3769
4129
  * <li>
3770
4130
  * <p>The corresponding <code>Expression</code> for this example is
3771
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
3772
- * "us-east-1", “us-west-1” ] } }</code>
4131
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
4132
+ * "us-east-1", “us-west-1” ] \} \}</code>
3773
4133
  * </p>
3774
4134
  * </li>
3775
4135
  * <li>
@@ -3790,9 +4150,9 @@ export interface GetCostCategoriesRequest {
3790
4150
  * </li>
3791
4151
  * <li>
3792
4152
  * <p>The corresponding <code>Expression</code> for this example is
3793
- * as follows: <code>{ "Dimensions": { "Key":
4153
+ * as follows: <code>\{ "Dimensions": \{ "Key":
3794
4154
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
3795
- * "Values": [ "a" ] } }</code>
4155
+ * "Values": [ "a" ] \} \}</code>
3796
4156
  * </p>
3797
4157
  * </li>
3798
4158
  * </ul>
@@ -3815,10 +4175,10 @@ export interface GetCostCategoriesRequest {
3815
4175
  * </li>
3816
4176
  * <li>
3817
4177
  * <p>The corresponding <code>Expression</code> for this example is as
3818
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
3819
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
3820
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
3821
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
4178
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
4179
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
4180
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
4181
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
3822
4182
  * </code>
3823
4183
  * </p>
3824
4184
  * </li>
@@ -3827,8 +4187,8 @@ export interface GetCostCategoriesRequest {
3827
4187
  * <p>Because each <code>Expression</code> can have only one operator, the
3828
4188
  * service returns an error if more than one is specified. The following
3829
4189
  * example shows an <code>Expression</code> object that creates an error:
3830
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
3831
- * [ "DataTransfer" ] } } </code>
4190
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
4191
+ * [ "DataTransfer" ] \} \} </code>
3832
4192
  * </p>
3833
4193
  * <p>The following is an example of the corresponding error message:
3834
4194
  * <code>"Expression has more than one roots. Only one root operator is
@@ -3911,6 +4271,9 @@ export interface GetCostCategoriesRequest {
3911
4271
  */
3912
4272
  NextPageToken?: string;
3913
4273
  }
4274
+ /**
4275
+ * @public
4276
+ */
3914
4277
  export interface GetCostForecastRequest {
3915
4278
  /**
3916
4279
  * <p>The period of time that you want the forecast to cover. The start date must be equal to or
@@ -4078,6 +4441,9 @@ export interface GetCostForecastRequest {
4078
4441
  */
4079
4442
  PredictionIntervalLevel?: number;
4080
4443
  }
4444
+ /**
4445
+ * @public
4446
+ */
4081
4447
  export interface GetDimensionValuesRequest {
4082
4448
  /**
4083
4449
  * <p>The value that you want to search the filter values for.</p>
@@ -4320,8 +4686,8 @@ export interface GetDimensionValuesRequest {
4320
4686
  * </li>
4321
4687
  * <li>
4322
4688
  * <p>The corresponding <code>Expression</code> for this example is
4323
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
4324
- * "us-east-1", “us-west-1” ] } }</code>
4689
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
4690
+ * "us-east-1", “us-west-1” ] \} \}</code>
4325
4691
  * </p>
4326
4692
  * </li>
4327
4693
  * <li>
@@ -4342,9 +4708,9 @@ export interface GetDimensionValuesRequest {
4342
4708
  * </li>
4343
4709
  * <li>
4344
4710
  * <p>The corresponding <code>Expression</code> for this example is
4345
- * as follows: <code>{ "Dimensions": { "Key":
4711
+ * as follows: <code>\{ "Dimensions": \{ "Key":
4346
4712
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
4347
- * "Values": [ "a" ] } }</code>
4713
+ * "Values": [ "a" ] \} \}</code>
4348
4714
  * </p>
4349
4715
  * </li>
4350
4716
  * </ul>
@@ -4367,10 +4733,10 @@ export interface GetDimensionValuesRequest {
4367
4733
  * </li>
4368
4734
  * <li>
4369
4735
  * <p>The corresponding <code>Expression</code> for this example is as
4370
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
4371
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
4372
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
4373
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
4736
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
4737
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
4738
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
4739
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
4374
4740
  * </code>
4375
4741
  * </p>
4376
4742
  * </li>
@@ -4379,8 +4745,8 @@ export interface GetDimensionValuesRequest {
4379
4745
  * <p>Because each <code>Expression</code> can have only one operator, the
4380
4746
  * service returns an error if more than one is specified. The following
4381
4747
  * example shows an <code>Expression</code> object that creates an error:
4382
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
4383
- * [ "DataTransfer" ] } } </code>
4748
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
4749
+ * [ "DataTransfer" ] \} \} </code>
4384
4750
  * </p>
4385
4751
  * <p>The following is an example of the corresponding error message:
4386
4752
  * <code>"Expression has more than one roots. Only one root operator is
@@ -4463,6 +4829,7 @@ export interface GetDimensionValuesRequest {
4463
4829
  NextPageToken?: string;
4464
4830
  }
4465
4831
  /**
4832
+ * @public
4466
4833
  * <p>You can use the following request parameters to query for how much of your instance
4467
4834
  * usage a reservation covered.</p>
4468
4835
  */
@@ -4654,6 +5021,9 @@ export interface GetReservationCoverageRequest {
4654
5021
  */
4655
5022
  MaxResults?: number;
4656
5023
  }
5024
+ /**
5025
+ * @public
5026
+ */
4657
5027
  export interface GetReservationPurchaseRecommendationRequest {
4658
5028
  /**
4659
5029
  * <p>The account ID that's associated with the recommendation. </p>
@@ -4706,8 +5076,8 @@ export interface GetReservationPurchaseRecommendationRequest {
4706
5076
  * </li>
4707
5077
  * <li>
4708
5078
  * <p>The corresponding <code>Expression</code> for this example is
4709
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
4710
- * "us-east-1", “us-west-1” ] } }</code>
5079
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
5080
+ * "us-east-1", “us-west-1” ] \} \}</code>
4711
5081
  * </p>
4712
5082
  * </li>
4713
5083
  * <li>
@@ -4728,9 +5098,9 @@ export interface GetReservationPurchaseRecommendationRequest {
4728
5098
  * </li>
4729
5099
  * <li>
4730
5100
  * <p>The corresponding <code>Expression</code> for this example is
4731
- * as follows: <code>{ "Dimensions": { "Key":
5101
+ * as follows: <code>\{ "Dimensions": \{ "Key":
4732
5102
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
4733
- * "Values": [ "a" ] } }</code>
5103
+ * "Values": [ "a" ] \} \}</code>
4734
5104
  * </p>
4735
5105
  * </li>
4736
5106
  * </ul>
@@ -4753,10 +5123,10 @@ export interface GetReservationPurchaseRecommendationRequest {
4753
5123
  * </li>
4754
5124
  * <li>
4755
5125
  * <p>The corresponding <code>Expression</code> for this example is as
4756
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
4757
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
4758
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
4759
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
5126
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
5127
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
5128
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
5129
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
4760
5130
  * </code>
4761
5131
  * </p>
4762
5132
  * </li>
@@ -4765,8 +5135,8 @@ export interface GetReservationPurchaseRecommendationRequest {
4765
5135
  * <p>Because each <code>Expression</code> can have only one operator, the
4766
5136
  * service returns an error if more than one is specified. The following
4767
5137
  * example shows an <code>Expression</code> object that creates an error:
4768
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
4769
- * [ "DataTransfer" ] } } </code>
5138
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
5139
+ * [ "DataTransfer" ] \} \} </code>
4770
5140
  * </p>
4771
5141
  * <p>The following is an example of the corresponding error message:
4772
5142
  * <code>"Expression has more than one roots. Only one root operator is
@@ -4824,6 +5194,9 @@ export interface GetReservationPurchaseRecommendationRequest {
4824
5194
  */
4825
5195
  NextPageToken?: string;
4826
5196
  }
5197
+ /**
5198
+ * @public
5199
+ */
4827
5200
  export interface GetReservationUtilizationRequest {
4828
5201
  /**
4829
5202
  * <p>Sets the start and end dates for retrieving Reserved Instance (RI) utilization. The
@@ -4998,6 +5371,9 @@ export interface GetReservationUtilizationRequest {
4998
5371
  */
4999
5372
  MaxResults?: number;
5000
5373
  }
5374
+ /**
5375
+ * @public
5376
+ */
5001
5377
  export interface GetRightsizingRecommendationRequest {
5002
5378
  /**
5003
5379
  * <p>Use <code>Expression</code> to filter in various Cost Explorer APIs.</p>
@@ -5042,8 +5418,8 @@ export interface GetRightsizingRecommendationRequest {
5042
5418
  * </li>
5043
5419
  * <li>
5044
5420
  * <p>The corresponding <code>Expression</code> for this example is
5045
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
5046
- * "us-east-1", “us-west-1” ] } }</code>
5421
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
5422
+ * "us-east-1", “us-west-1” ] \} \}</code>
5047
5423
  * </p>
5048
5424
  * </li>
5049
5425
  * <li>
@@ -5064,9 +5440,9 @@ export interface GetRightsizingRecommendationRequest {
5064
5440
  * </li>
5065
5441
  * <li>
5066
5442
  * <p>The corresponding <code>Expression</code> for this example is
5067
- * as follows: <code>{ "Dimensions": { "Key":
5443
+ * as follows: <code>\{ "Dimensions": \{ "Key":
5068
5444
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
5069
- * "Values": [ "a" ] } }</code>
5445
+ * "Values": [ "a" ] \} \}</code>
5070
5446
  * </p>
5071
5447
  * </li>
5072
5448
  * </ul>
@@ -5089,10 +5465,10 @@ export interface GetRightsizingRecommendationRequest {
5089
5465
  * </li>
5090
5466
  * <li>
5091
5467
  * <p>The corresponding <code>Expression</code> for this example is as
5092
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
5093
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
5094
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
5095
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
5468
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
5469
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
5470
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
5471
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
5096
5472
  * </code>
5097
5473
  * </p>
5098
5474
  * </li>
@@ -5101,8 +5477,8 @@ export interface GetRightsizingRecommendationRequest {
5101
5477
  * <p>Because each <code>Expression</code> can have only one operator, the
5102
5478
  * service returns an error if more than one is specified. The following
5103
5479
  * example shows an <code>Expression</code> object that creates an error:
5104
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
5105
- * [ "DataTransfer" ] } } </code>
5480
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
5481
+ * [ "DataTransfer" ] \} \} </code>
5106
5482
  * </p>
5107
5483
  * <p>The following is an example of the corresponding error message:
5108
5484
  * <code>"Expression has more than one roots. Only one root operator is
@@ -5147,6 +5523,9 @@ export interface GetRightsizingRecommendationRequest {
5147
5523
  */
5148
5524
  NextPageToken?: string;
5149
5525
  }
5526
+ /**
5527
+ * @public
5528
+ */
5150
5529
  export interface GetSavingsPlansCoverageRequest {
5151
5530
  /**
5152
5531
  * <p>The time period that you want the usage and costs for. The <code>Start</code> date must be
@@ -5258,6 +5637,9 @@ export interface GetSavingsPlansCoverageRequest {
5258
5637
  */
5259
5638
  SortBy?: SortDefinition;
5260
5639
  }
5640
+ /**
5641
+ * @public
5642
+ */
5261
5643
  export interface GetSavingsPlansPurchaseRecommendationRequest {
5262
5644
  /**
5263
5645
  * <p>The Savings Plans recommendation type that's requested.</p>
@@ -5305,6 +5687,9 @@ export interface GetSavingsPlansPurchaseRecommendationRequest {
5305
5687
  */
5306
5688
  Filter?: Expression;
5307
5689
  }
5690
+ /**
5691
+ * @public
5692
+ */
5308
5693
  export interface GetSavingsPlansUtilizationDetailsRequest {
5309
5694
  /**
5310
5695
  * <p>The time period that you want the usage and costs for. The <code>Start</code> date must be
@@ -5406,6 +5791,9 @@ export interface GetSavingsPlansUtilizationDetailsRequest {
5406
5791
  */
5407
5792
  SortBy?: SortDefinition;
5408
5793
  }
5794
+ /**
5795
+ * @public
5796
+ */
5409
5797
  export interface GetSavingsPlansUtilizationRequest {
5410
5798
  /**
5411
5799
  * <p>The time period that you want the usage and costs for. The <code>Start</code> date must be
@@ -5495,6 +5883,9 @@ export interface GetSavingsPlansUtilizationRequest {
5495
5883
  */
5496
5884
  SortBy?: SortDefinition;
5497
5885
  }
5886
+ /**
5887
+ * @public
5888
+ */
5498
5889
  export interface GetTagsRequest {
5499
5890
  /**
5500
5891
  * <p>The value that you want to search for.</p>
@@ -5555,8 +5946,8 @@ export interface GetTagsRequest {
5555
5946
  * </li>
5556
5947
  * <li>
5557
5948
  * <p>The corresponding <code>Expression</code> for this example is
5558
- * as follows: <code>{ "Dimensions": { "Key": "REGION", "Values": [
5559
- * "us-east-1", “us-west-1” ] } }</code>
5949
+ * as follows: <code>\{ "Dimensions": \{ "Key": "REGION", "Values": [
5950
+ * "us-east-1", “us-west-1” ] \} \}</code>
5560
5951
  * </p>
5561
5952
  * </li>
5562
5953
  * <li>
@@ -5577,9 +5968,9 @@ export interface GetTagsRequest {
5577
5968
  * </li>
5578
5969
  * <li>
5579
5970
  * <p>The corresponding <code>Expression</code> for this example is
5580
- * as follows: <code>{ "Dimensions": { "Key":
5971
+ * as follows: <code>\{ "Dimensions": \{ "Key":
5581
5972
  * "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ],
5582
- * "Values": [ "a" ] } }</code>
5973
+ * "Values": [ "a" ] \} \}</code>
5583
5974
  * </p>
5584
5975
  * </li>
5585
5976
  * </ul>
@@ -5602,10 +5993,10 @@ export interface GetTagsRequest {
5602
5993
  * </li>
5603
5994
  * <li>
5604
5995
  * <p>The corresponding <code>Expression</code> for this example is as
5605
- * follows: <code>{ "And": [ {"Or": [ {"Dimensions": { "Key": "REGION",
5606
- * "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key":
5607
- * "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": {
5608
- * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] }
5996
+ * follows: <code>\{ "And": [ \{"Or": [ \{"Dimensions": \{ "Key": "REGION",
5997
+ * "Values": [ "us-east-1", "us-west-1" ] \}\}, \{"Tags": \{ "Key":
5998
+ * "TagName", "Values": ["Value1"] \} \} ]\}, \{"Not": \{"Dimensions": \{
5999
+ * "Key": "USAGE_TYPE", "Values": ["DataTransfer"] \}\}\} ] \}
5609
6000
  * </code>
5610
6001
  * </p>
5611
6002
  * </li>
@@ -5614,8 +6005,8 @@ export interface GetTagsRequest {
5614
6005
  * <p>Because each <code>Expression</code> can have only one operator, the
5615
6006
  * service returns an error if more than one is specified. The following
5616
6007
  * example shows an <code>Expression</code> object that creates an error:
5617
- * <code> { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values":
5618
- * [ "DataTransfer" ] } } </code>
6008
+ * <code> \{ "And": [ ... ], "Dimensions": \{ "Key": "USAGE_TYPE", "Values":
6009
+ * [ "DataTransfer" ] \} \} </code>
5619
6010
  * </p>
5620
6011
  * <p>The following is an example of the corresponding error message:
5621
6012
  * <code>"Expression has more than one roots. Only one root operator is
@@ -5696,6 +6087,9 @@ export interface GetTagsRequest {
5696
6087
  */
5697
6088
  NextPageToken?: string;
5698
6089
  }
6090
+ /**
6091
+ * @public
6092
+ */
5699
6093
  export interface GetUsageForecastRequest {
5700
6094
  /**
5701
6095
  * <p>The start and end dates of the period that you want to retrieve usage forecast for. The
@@ -5858,6 +6252,9 @@ export interface GetUsageForecastRequest {
5858
6252
  */
5859
6253
  PredictionIntervalLevel?: number;
5860
6254
  }
6255
+ /**
6256
+ * @public
6257
+ */
5861
6258
  export interface UpdateAnomalySubscriptionRequest {
5862
6259
  /**
5863
6260
  * <p>A cost anomaly subscription Amazon Resource Name (ARN). </p>
@@ -5899,36 +6296,39 @@ export interface UpdateAnomalySubscriptionRequest {
5899
6296
  * <p>The following are examples of valid ThresholdExpressions:</p>
5900
6297
  * <ul>
5901
6298
  * <li>
5902
- * <p>Absolute threshold: <code>{ "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE",
5903
- * "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }</code>
6299
+ * <p>Absolute threshold: <code>\{ "Dimensions": \{ "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE",
6300
+ * "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] \} \}</code>
5904
6301
  * </p>
5905
6302
  * </li>
5906
6303
  * <li>
5907
- * <p>Percentage threshold: <code>{ "Dimensions": { "Key":
6304
+ * <p>Percentage threshold: <code>\{ "Dimensions": \{ "Key":
5908
6305
  * "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ],
5909
- * "Values": [ "100" ] } }</code>
6306
+ * "Values": [ "100" ] \} \}</code>
5910
6307
  * </p>
5911
6308
  * </li>
5912
6309
  * <li>
5913
6310
  * <p>
5914
- * <code>AND</code> two thresholds together: <code>{ "And": [ { "Dimensions": { "Key":
6311
+ * <code>AND</code> two thresholds together: <code>\{ "And": [ \{ "Dimensions": \{ "Key":
5915
6312
  * "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values":
5916
- * [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE",
5917
- * "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] }</code>
6313
+ * [ "100" ] \} \}, \{ "Dimensions": \{ "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE",
6314
+ * "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] \} \} ] \}</code>
5918
6315
  * </p>
5919
6316
  * </li>
5920
6317
  * <li>
5921
6318
  * <p>
5922
- * <code>OR</code> two thresholds together: <code>{ "Or": [ { "Dimensions": { "Key":
6319
+ * <code>OR</code> two thresholds together: <code>\{ "Or": [ \{ "Dimensions": \{ "Key":
5923
6320
  * "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values":
5924
- * [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE",
5925
- * "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] }</code>
6321
+ * [ "100" ] \} \}, \{ "Dimensions": \{ "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE",
6322
+ * "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] \} \} ] \}</code>
5926
6323
  * </p>
5927
6324
  * </li>
5928
6325
  * </ul>
5929
6326
  */
5930
6327
  ThresholdExpression?: Expression;
5931
6328
  }
6329
+ /**
6330
+ * @public
6331
+ */
5932
6332
  export interface CreateAnomalyMonitorRequest {
5933
6333
  /**
5934
6334
  * <p>The cost anomaly detection monitor object that you want to create.</p>
@@ -5971,6 +6371,9 @@ export interface CreateAnomalyMonitorRequest {
5971
6371
  */
5972
6372
  ResourceTags?: ResourceTag[];
5973
6373
  }
6374
+ /**
6375
+ * @public
6376
+ */
5974
6377
  export interface CreateAnomalySubscriptionRequest {
5975
6378
  /**
5976
6379
  * <p>The cost anomaly subscription object that you want to create. </p>
@@ -6014,6 +6417,7 @@ export interface CreateAnomalySubscriptionRequest {
6014
6417
  ResourceTags?: ResourceTag[];
6015
6418
  }
6016
6419
  /**
6420
+ * @public
6017
6421
  * <p>The structure of Cost Categories. This includes detailed metadata and the set of rules
6018
6422
  * for the <code>CostCategory</code> object.</p>
6019
6423
  */
@@ -6060,6 +6464,9 @@ export interface CostCategory {
6060
6464
  */
6061
6465
  DefaultValue?: string;
6062
6466
  }
6467
+ /**
6468
+ * @public
6469
+ */
6063
6470
  export interface CreateCostCategoryDefinitionRequest {
6064
6471
  /**
6065
6472
  * <p>The unique name of the Cost Category.</p>
@@ -6124,6 +6531,9 @@ export interface CreateCostCategoryDefinitionRequest {
6124
6531
  */
6125
6532
  ResourceTags?: ResourceTag[];
6126
6533
  }
6534
+ /**
6535
+ * @public
6536
+ */
6127
6537
  export interface GetAnomalyMonitorsResponse {
6128
6538
  /**
6129
6539
  * <p>A list of cost anomaly monitors that includes the detailed metadata for each monitor.
@@ -6136,6 +6546,9 @@ export interface GetAnomalyMonitorsResponse {
6136
6546
  */
6137
6547
  NextPageToken?: string;
6138
6548
  }
6549
+ /**
6550
+ * @public
6551
+ */
6139
6552
  export interface GetAnomalySubscriptionsResponse {
6140
6553
  /**
6141
6554
  * <p>A list of cost anomaly subscriptions that includes the detailed metadata for each one.
@@ -6148,6 +6561,9 @@ export interface GetAnomalySubscriptionsResponse {
6148
6561
  */
6149
6562
  NextPageToken?: string;
6150
6563
  }
6564
+ /**
6565
+ * @public
6566
+ */
6151
6567
  export interface UpdateCostCategoryDefinitionRequest {
6152
6568
  /**
6153
6569
  * <p>The unique identifier for your Cost Category.</p>
@@ -6178,6 +6594,9 @@ export interface UpdateCostCategoryDefinitionRequest {
6178
6594
  */
6179
6595
  SplitChargeRules?: CostCategorySplitChargeRule[];
6180
6596
  }
6597
+ /**
6598
+ * @public
6599
+ */
6181
6600
  export interface DescribeCostCategoryDefinitionResponse {
6182
6601
  /**
6183
6602
  * <p>The structure of Cost Categories. This includes detailed metadata and the set of rules