@aws-sdk/client-cost-explorer 3.170.0 → 3.178.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 (48) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/CostExplorer.d.ts +0 -35
  6. package/dist-types/ts3.4/CostExplorerClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +0 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -702
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  48. package/package.json +26 -26
@@ -4,10 +4,8 @@ export declare enum AccountScope {
4
4
  LINKED = "LINKED",
5
5
  PAYER = "PAYER",
6
6
  }
7
-
8
7
  export interface AnomalyScore {
9
8
  MaxScore: number | undefined;
10
-
11
9
  CurrentScore: number | undefined;
12
10
  }
13
11
  export declare enum AnomalyFeedbackType {
@@ -15,46 +13,29 @@ export declare enum AnomalyFeedbackType {
15
13
  PLANNED_ACTIVITY = "PLANNED_ACTIVITY",
16
14
  YES = "YES",
17
15
  }
18
-
19
16
  export interface Impact {
20
17
  MaxImpact: number | undefined;
21
-
22
18
  TotalImpact?: number;
23
19
  }
24
-
25
20
  export interface RootCause {
26
21
  Service?: string;
27
-
28
22
  Region?: string;
29
-
30
23
  LinkedAccount?: string;
31
-
32
24
  UsageType?: string;
33
25
  }
34
-
35
26
  export interface Anomaly {
36
27
  AnomalyId: string | undefined;
37
-
38
28
  AnomalyStartDate?: string;
39
-
40
29
  AnomalyEndDate?: string;
41
-
42
30
  DimensionValue?: string;
43
-
44
31
  RootCauses?: RootCause[];
45
-
46
32
  AnomalyScore: AnomalyScore | undefined;
47
-
48
33
  Impact: Impact | undefined;
49
-
50
34
  MonitorArn: string | undefined;
51
-
52
35
  Feedback?: AnomalyFeedbackType | string;
53
36
  }
54
-
55
37
  export interface AnomalyDateInterval {
56
38
  StartDate: string | undefined;
57
-
58
39
  EndDate?: string;
59
40
  }
60
41
  export declare enum MonitorDimension {
@@ -69,12 +50,9 @@ export declare enum MatchOption {
69
50
  EQUALS = "EQUALS",
70
51
  STARTS_WITH = "STARTS_WITH",
71
52
  }
72
-
73
53
  export interface CostCategoryValues {
74
54
  Key?: string;
75
-
76
55
  Values?: string[];
77
-
78
56
  MatchOptions?: (MatchOption | string)[];
79
57
  }
80
58
  export declare enum Dimension {
@@ -111,20 +89,14 @@ export declare enum Dimension {
111
89
  USAGE_TYPE = "USAGE_TYPE",
112
90
  USAGE_TYPE_GROUP = "USAGE_TYPE_GROUP",
113
91
  }
114
-
115
92
  export interface DimensionValues {
116
93
  Key?: Dimension | string;
117
-
118
94
  Values?: string[];
119
-
120
95
  MatchOptions?: (MatchOption | string)[];
121
96
  }
122
-
123
97
  export interface TagValues {
124
98
  Key?: string;
125
-
126
99
  Values?: string[];
127
-
128
100
  MatchOptions?: (MatchOption | string)[];
129
101
  }
130
102
  export declare enum MonitorType {
@@ -144,63 +116,46 @@ export declare enum SubscriberType {
144
116
  EMAIL = "EMAIL",
145
117
  SNS = "SNS",
146
118
  }
147
-
148
119
  export interface Subscriber {
149
120
  Address?: string;
150
-
151
121
  Type?: SubscriberType | string;
152
-
153
122
  Status?: SubscriberStatus | string;
154
123
  }
155
-
156
124
  export interface AnomalySubscription {
157
125
  SubscriptionArn?: string;
158
-
159
126
  AccountId?: string;
160
-
161
127
  MonitorArnList: string[] | undefined;
162
-
163
128
  Subscribers: Subscriber[] | undefined;
164
-
165
129
  Threshold: number | undefined;
166
-
167
130
  Frequency: AnomalySubscriptionFrequency | string | undefined;
168
-
169
131
  SubscriptionName: string | undefined;
170
132
  }
171
-
172
133
  export interface ResourceTag {
173
134
  Key: string | undefined;
174
-
175
135
  Value: string | undefined;
176
136
  }
177
137
  export interface CreateAnomalyMonitorResponse {
178
138
  MonitorArn: string | undefined;
179
139
  }
180
-
181
140
  export declare class LimitExceededException extends __BaseException {
182
141
  readonly name: "LimitExceededException";
183
142
  readonly $fault: "client";
184
143
  Message?: string;
185
-
186
144
  constructor(
187
145
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
188
146
  );
189
147
  }
190
148
  export interface CreateAnomalySubscriptionRequest {
191
149
  AnomalySubscription: AnomalySubscription | undefined;
192
-
193
150
  ResourceTags?: ResourceTag[];
194
151
  }
195
152
  export interface CreateAnomalySubscriptionResponse {
196
153
  SubscriptionArn: string | undefined;
197
154
  }
198
-
199
155
  export declare class UnknownMonitorException extends __BaseException {
200
156
  readonly name: "UnknownMonitorException";
201
157
  readonly $fault: "client";
202
158
  Message?: string;
203
-
204
159
  constructor(
205
160
  opts: __ExceptionOptionType<UnknownMonitorException, __BaseException>
206
161
  );
@@ -209,10 +164,8 @@ export declare enum CostCategoryInheritedValueDimensionName {
209
164
  LINKED_ACCOUNT_NAME = "LINKED_ACCOUNT_NAME",
210
165
  TAG = "TAG",
211
166
  }
212
-
213
167
  export interface CostCategoryInheritedValueDimension {
214
168
  DimensionName?: CostCategoryInheritedValueDimensionName | string;
215
-
216
169
  DimensionKey?: string;
217
170
  }
218
171
  export declare enum CostCategoryRuleType {
@@ -230,33 +183,24 @@ export declare enum CostCategorySplitChargeMethod {
230
183
  export declare enum CostCategorySplitChargeRuleParameterType {
231
184
  ALLOCATION_PERCENTAGES = "ALLOCATION_PERCENTAGES",
232
185
  }
233
-
234
186
  export interface CostCategorySplitChargeRuleParameter {
235
187
  Type: CostCategorySplitChargeRuleParameterType | string | undefined;
236
-
237
188
  Values: string[] | undefined;
238
189
  }
239
-
240
190
  export interface CostCategorySplitChargeRule {
241
191
  Source: string | undefined;
242
-
243
192
  Targets: string[] | undefined;
244
-
245
193
  Method: CostCategorySplitChargeMethod | string | undefined;
246
-
247
194
  Parameters?: CostCategorySplitChargeRuleParameter[];
248
195
  }
249
196
  export interface CreateCostCategoryDefinitionResponse {
250
197
  CostCategoryArn?: string;
251
-
252
198
  EffectiveStart?: string;
253
199
  }
254
-
255
200
  export declare class ServiceQuotaExceededException extends __BaseException {
256
201
  readonly name: "ServiceQuotaExceededException";
257
202
  readonly $fault: "client";
258
203
  Message?: string;
259
-
260
204
  constructor(
261
205
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
262
206
  );
@@ -269,12 +213,10 @@ export interface DeleteAnomalySubscriptionRequest {
269
213
  SubscriptionArn: string | undefined;
270
214
  }
271
215
  export interface DeleteAnomalySubscriptionResponse {}
272
-
273
216
  export declare class UnknownSubscriptionException extends __BaseException {
274
217
  readonly name: "UnknownSubscriptionException";
275
218
  readonly $fault: "client";
276
219
  Message?: string;
277
-
278
220
  constructor(
279
221
  opts: __ExceptionOptionType<UnknownSubscriptionException, __BaseException>
280
222
  );
@@ -284,23 +226,19 @@ export interface DeleteCostCategoryDefinitionRequest {
284
226
  }
285
227
  export interface DeleteCostCategoryDefinitionResponse {
286
228
  CostCategoryArn?: string;
287
-
288
229
  EffectiveEnd?: string;
289
230
  }
290
-
291
231
  export declare class ResourceNotFoundException extends __BaseException {
292
232
  readonly name: "ResourceNotFoundException";
293
233
  readonly $fault: "client";
294
234
  Message?: string;
295
235
  ResourceName?: string;
296
-
297
236
  constructor(
298
237
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
299
238
  );
300
239
  }
301
240
  export interface DescribeCostCategoryDefinitionRequest {
302
241
  CostCategoryArn: string | undefined;
303
-
304
242
  EffectiveOn?: string;
305
243
  }
306
244
  export declare enum CostCategoryStatusComponent {
@@ -310,10 +248,8 @@ export declare enum CostCategoryStatus {
310
248
  APPLIED = "APPLIED",
311
249
  PROCESSING = "PROCESSING",
312
250
  }
313
-
314
251
  export interface CostCategoryProcessingStatus {
315
252
  Component?: CostCategoryStatusComponent | string;
316
-
317
253
  Status?: CostCategoryStatus | string;
318
254
  }
319
255
  export declare enum NumericOperator {
@@ -324,79 +260,58 @@ export declare enum NumericOperator {
324
260
  LESS_THAN = "LESS_THAN",
325
261
  LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL",
326
262
  }
327
-
328
263
  export interface TotalImpactFilter {
329
264
  NumericOperator: NumericOperator | string | undefined;
330
-
331
265
  StartValue: number | undefined;
332
-
333
266
  EndValue?: number;
334
267
  }
335
268
  export interface GetAnomaliesRequest {
336
269
  MonitorArn?: string;
337
-
338
270
  DateInterval: AnomalyDateInterval | undefined;
339
-
340
271
  Feedback?: AnomalyFeedbackType | string;
341
-
342
272
  TotalImpact?: TotalImpactFilter;
343
-
344
273
  NextPageToken?: string;
345
-
346
274
  MaxResults?: number;
347
275
  }
348
276
  export interface GetAnomaliesResponse {
349
277
  Anomalies: Anomaly[] | undefined;
350
-
351
278
  NextPageToken?: string;
352
279
  }
353
-
354
280
  export declare class InvalidNextTokenException extends __BaseException {
355
281
  readonly name: "InvalidNextTokenException";
356
282
  readonly $fault: "client";
357
283
  Message?: string;
358
-
359
284
  constructor(
360
285
  opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
361
286
  );
362
287
  }
363
288
  export interface GetAnomalyMonitorsRequest {
364
289
  MonitorArnList?: string[];
365
-
366
290
  NextPageToken?: string;
367
-
368
291
  MaxResults?: number;
369
292
  }
370
293
  export interface GetAnomalySubscriptionsRequest {
371
294
  SubscriptionArnList?: string[];
372
-
373
295
  MonitorArn?: string;
374
-
375
296
  NextPageToken?: string;
376
-
377
297
  MaxResults?: number;
378
298
  }
379
299
  export interface GetAnomalySubscriptionsResponse {
380
300
  AnomalySubscriptions: AnomalySubscription[] | undefined;
381
-
382
301
  NextPageToken?: string;
383
302
  }
384
-
385
303
  export declare class BillExpirationException extends __BaseException {
386
304
  readonly name: "BillExpirationException";
387
305
  readonly $fault: "client";
388
306
  Message?: string;
389
-
390
307
  constructor(
391
308
  opts: __ExceptionOptionType<BillExpirationException, __BaseException>
392
309
  );
393
310
  }
394
-
395
311
  export declare class DataUnavailableException extends __BaseException {
396
312
  readonly name: "DataUnavailableException";
397
313
  readonly $fault: "client";
398
314
  Message?: string;
399
-
400
315
  constructor(
401
316
  opts: __ExceptionOptionType<DataUnavailableException, __BaseException>
402
317
  );
@@ -411,93 +326,65 @@ export declare enum GroupDefinitionType {
411
326
  DIMENSION = "DIMENSION",
412
327
  TAG = "TAG",
413
328
  }
414
-
415
329
  export interface GroupDefinition {
416
330
  Type?: GroupDefinitionType | string;
417
-
418
331
  Key?: string;
419
332
  }
420
-
421
333
  export interface DateInterval {
422
334
  Start: string | undefined;
423
-
424
335
  End: string | undefined;
425
336
  }
426
-
427
337
  export interface DimensionValuesWithAttributes {
428
338
  Value?: string;
429
-
430
339
  Attributes?: Record<string, string>;
431
340
  }
432
-
433
341
  export interface MetricValue {
434
342
  Amount?: string;
435
-
436
343
  Unit?: string;
437
344
  }
438
-
439
345
  export interface Group {
440
346
  Keys?: string[];
441
-
442
347
  Metrics?: Record<string, MetricValue>;
443
348
  }
444
-
445
349
  export interface ResultByTime {
446
350
  TimePeriod?: DateInterval;
447
-
448
351
  Total?: Record<string, MetricValue>;
449
-
450
352
  Groups?: Group[];
451
-
452
353
  Estimated?: boolean;
453
354
  }
454
355
  export interface GetCostAndUsageResponse {
455
356
  NextPageToken?: string;
456
-
457
357
  GroupDefinitions?: GroupDefinition[];
458
-
459
358
  ResultsByTime?: ResultByTime[];
460
-
461
359
  DimensionValueAttributes?: DimensionValuesWithAttributes[];
462
360
  }
463
-
464
361
  export declare class RequestChangedException extends __BaseException {
465
362
  readonly name: "RequestChangedException";
466
363
  readonly $fault: "client";
467
364
  Message?: string;
468
-
469
365
  constructor(
470
366
  opts: __ExceptionOptionType<RequestChangedException, __BaseException>
471
367
  );
472
368
  }
473
369
  export interface GetCostAndUsageWithResourcesResponse {
474
370
  NextPageToken?: string;
475
-
476
371
  GroupDefinitions?: GroupDefinition[];
477
-
478
372
  ResultsByTime?: ResultByTime[];
479
-
480
373
  DimensionValueAttributes?: DimensionValuesWithAttributes[];
481
374
  }
482
375
  export declare enum SortOrder {
483
376
  ASCENDING = "ASCENDING",
484
377
  DESCENDING = "DESCENDING",
485
378
  }
486
-
487
379
  export interface SortDefinition {
488
380
  Key: string | undefined;
489
-
490
381
  SortOrder?: SortOrder | string;
491
382
  }
492
383
  export interface GetCostCategoriesResponse {
493
384
  NextPageToken?: string;
494
-
495
385
  CostCategoryNames?: string[];
496
-
497
386
  CostCategoryValues?: string[];
498
-
499
387
  ReturnSize: number | undefined;
500
-
501
388
  TotalSize: number | undefined;
502
389
  }
503
390
  export declare enum Metric {
@@ -509,19 +396,14 @@ export declare enum Metric {
509
396
  UNBLENDED_COST = "UNBLENDED_COST",
510
397
  USAGE_QUANTITY = "USAGE_QUANTITY",
511
398
  }
512
-
513
399
  export interface ForecastResult {
514
400
  TimePeriod?: DateInterval;
515
-
516
401
  MeanValue?: string;
517
-
518
402
  PredictionIntervalLowerBound?: string;
519
-
520
403
  PredictionIntervalUpperBound?: string;
521
404
  }
522
405
  export interface GetCostForecastResponse {
523
406
  Total?: MetricValue;
524
-
525
407
  ForecastResultsByTime?: ForecastResult[];
526
408
  }
527
409
  export declare enum Context {
@@ -531,64 +413,42 @@ export declare enum Context {
531
413
  }
532
414
  export interface GetDimensionValuesResponse {
533
415
  DimensionValues: DimensionValuesWithAttributes[] | undefined;
534
-
535
416
  ReturnSize: number | undefined;
536
-
537
417
  TotalSize: number | undefined;
538
-
539
418
  NextPageToken?: string;
540
419
  }
541
-
542
420
  export interface CoverageCost {
543
421
  OnDemandCost?: string;
544
422
  }
545
-
546
423
  export interface CoverageHours {
547
424
  OnDemandHours?: string;
548
-
549
425
  ReservedHours?: string;
550
-
551
426
  TotalRunningHours?: string;
552
-
553
427
  CoverageHoursPercentage?: string;
554
428
  }
555
-
556
429
  export interface CoverageNormalizedUnits {
557
430
  OnDemandNormalizedUnits?: string;
558
-
559
431
  ReservedNormalizedUnits?: string;
560
-
561
432
  TotalRunningNormalizedUnits?: string;
562
-
563
433
  CoverageNormalizedUnitsPercentage?: string;
564
434
  }
565
-
566
435
  export interface Coverage {
567
436
  CoverageHours?: CoverageHours;
568
-
569
437
  CoverageNormalizedUnits?: CoverageNormalizedUnits;
570
-
571
438
  CoverageCost?: CoverageCost;
572
439
  }
573
-
574
440
  export interface ReservationCoverageGroup {
575
441
  Attributes?: Record<string, string>;
576
-
577
442
  Coverage?: Coverage;
578
443
  }
579
-
580
444
  export interface CoverageByTime {
581
445
  TimePeriod?: DateInterval;
582
-
583
446
  Groups?: ReservationCoverageGroup[];
584
-
585
447
  Total?: Coverage;
586
448
  }
587
449
  export interface GetReservationCoverageResponse {
588
450
  CoveragesByTime: CoverageByTime[] | undefined;
589
-
590
451
  Total?: Coverage;
591
-
592
452
  NextPageToken?: string;
593
453
  }
594
454
  export declare enum LookbackPeriodInDays {
@@ -608,11 +468,9 @@ export declare enum OfferingClass {
608
468
  CONVERTIBLE = "CONVERTIBLE",
609
469
  STANDARD = "STANDARD",
610
470
  }
611
-
612
471
  export interface EC2Specification {
613
472
  OfferingClass?: OfferingClass | string;
614
473
  }
615
-
616
474
  export interface ServiceSpecification {
617
475
  EC2Specification?: EC2Specification;
618
476
  }
@@ -620,346 +478,203 @@ export declare enum TermInYears {
620
478
  ONE_YEAR = "ONE_YEAR",
621
479
  THREE_YEARS = "THREE_YEARS",
622
480
  }
623
-
624
481
  export interface ReservationPurchaseRecommendationMetadata {
625
482
  RecommendationId?: string;
626
-
627
483
  GenerationTimestamp?: string;
628
484
  }
629
-
630
485
  export interface EC2InstanceDetails {
631
486
  Family?: string;
632
-
633
487
  InstanceType?: string;
634
-
635
488
  Region?: string;
636
-
637
489
  AvailabilityZone?: string;
638
-
639
490
  Platform?: string;
640
-
641
491
  Tenancy?: string;
642
-
643
492
  CurrentGeneration?: boolean;
644
-
645
493
  SizeFlexEligible?: boolean;
646
494
  }
647
-
648
495
  export interface ElastiCacheInstanceDetails {
649
496
  Family?: string;
650
-
651
497
  NodeType?: string;
652
-
653
498
  Region?: string;
654
-
655
499
  ProductDescription?: string;
656
-
657
500
  CurrentGeneration?: boolean;
658
-
659
501
  SizeFlexEligible?: boolean;
660
502
  }
661
-
662
503
  export interface ESInstanceDetails {
663
504
  InstanceClass?: string;
664
-
665
505
  InstanceSize?: string;
666
-
667
506
  Region?: string;
668
-
669
507
  CurrentGeneration?: boolean;
670
-
671
508
  SizeFlexEligible?: boolean;
672
509
  }
673
-
674
510
  export interface RDSInstanceDetails {
675
511
  Family?: string;
676
-
677
512
  InstanceType?: string;
678
-
679
513
  Region?: string;
680
-
681
514
  DatabaseEngine?: string;
682
-
683
515
  DatabaseEdition?: string;
684
-
685
516
  DeploymentOption?: string;
686
-
687
517
  LicenseModel?: string;
688
-
689
518
  CurrentGeneration?: boolean;
690
-
691
519
  SizeFlexEligible?: boolean;
692
520
  }
693
-
694
521
  export interface RedshiftInstanceDetails {
695
522
  Family?: string;
696
-
697
523
  NodeType?: string;
698
-
699
524
  Region?: string;
700
-
701
525
  CurrentGeneration?: boolean;
702
-
703
526
  SizeFlexEligible?: boolean;
704
527
  }
705
-
706
528
  export interface InstanceDetails {
707
529
  EC2InstanceDetails?: EC2InstanceDetails;
708
-
709
530
  RDSInstanceDetails?: RDSInstanceDetails;
710
-
711
531
  RedshiftInstanceDetails?: RedshiftInstanceDetails;
712
-
713
532
  ElastiCacheInstanceDetails?: ElastiCacheInstanceDetails;
714
-
715
533
  ESInstanceDetails?: ESInstanceDetails;
716
534
  }
717
-
718
535
  export interface ReservationPurchaseRecommendationDetail {
719
536
  AccountId?: string;
720
-
721
537
  InstanceDetails?: InstanceDetails;
722
-
723
538
  RecommendedNumberOfInstancesToPurchase?: string;
724
-
725
539
  RecommendedNormalizedUnitsToPurchase?: string;
726
-
727
540
  MinimumNumberOfInstancesUsedPerHour?: string;
728
-
729
541
  MinimumNormalizedUnitsUsedPerHour?: string;
730
-
731
542
  MaximumNumberOfInstancesUsedPerHour?: string;
732
-
733
543
  MaximumNormalizedUnitsUsedPerHour?: string;
734
-
735
544
  AverageNumberOfInstancesUsedPerHour?: string;
736
-
737
545
  AverageNormalizedUnitsUsedPerHour?: string;
738
-
739
546
  AverageUtilization?: string;
740
-
741
547
  EstimatedBreakEvenInMonths?: string;
742
-
743
548
  CurrencyCode?: string;
744
-
745
549
  EstimatedMonthlySavingsAmount?: string;
746
-
747
550
  EstimatedMonthlySavingsPercentage?: string;
748
-
749
551
  EstimatedMonthlyOnDemandCost?: string;
750
-
751
552
  EstimatedReservationCostForLookbackPeriod?: string;
752
-
753
553
  UpfrontCost?: string;
754
-
755
554
  RecurringStandardMonthlyCost?: string;
756
555
  }
757
-
758
556
  export interface ReservationPurchaseRecommendationSummary {
759
557
  TotalEstimatedMonthlySavingsAmount?: string;
760
-
761
558
  TotalEstimatedMonthlySavingsPercentage?: string;
762
-
763
559
  CurrencyCode?: string;
764
560
  }
765
-
766
561
  export interface ReservationPurchaseRecommendation {
767
562
  AccountScope?: AccountScope | string;
768
-
769
563
  LookbackPeriodInDays?: LookbackPeriodInDays | string;
770
-
771
564
  TermInYears?: TermInYears | string;
772
-
773
565
  PaymentOption?: PaymentOption | string;
774
-
775
566
  ServiceSpecification?: ServiceSpecification;
776
-
777
567
  RecommendationDetails?: ReservationPurchaseRecommendationDetail[];
778
-
779
568
  RecommendationSummary?: ReservationPurchaseRecommendationSummary;
780
569
  }
781
570
  export interface GetReservationPurchaseRecommendationResponse {
782
571
  Metadata?: ReservationPurchaseRecommendationMetadata;
783
-
784
572
  Recommendations?: ReservationPurchaseRecommendation[];
785
-
786
573
  NextPageToken?: string;
787
574
  }
788
-
789
575
  export interface ReservationAggregates {
790
576
  UtilizationPercentage?: string;
791
-
792
577
  UtilizationPercentageInUnits?: string;
793
-
794
578
  PurchasedHours?: string;
795
-
796
579
  PurchasedUnits?: string;
797
-
798
580
  TotalActualHours?: string;
799
-
800
581
  TotalActualUnits?: string;
801
-
802
582
  UnusedHours?: string;
803
-
804
583
  UnusedUnits?: string;
805
-
806
584
  OnDemandCostOfRIHoursUsed?: string;
807
-
808
585
  NetRISavings?: string;
809
-
810
586
  TotalPotentialRISavings?: string;
811
-
812
587
  AmortizedUpfrontFee?: string;
813
-
814
588
  AmortizedRecurringFee?: string;
815
-
816
589
  TotalAmortizedFee?: string;
817
-
818
590
  RICostForUnusedHours?: string;
819
-
820
591
  RealizedSavings?: string;
821
-
822
592
  UnrealizedSavings?: string;
823
593
  }
824
-
825
594
  export interface ReservationUtilizationGroup {
826
595
  Key?: string;
827
-
828
596
  Value?: string;
829
-
830
597
  Attributes?: Record<string, string>;
831
-
832
598
  Utilization?: ReservationAggregates;
833
599
  }
834
-
835
600
  export interface UtilizationByTime {
836
601
  TimePeriod?: DateInterval;
837
-
838
602
  Groups?: ReservationUtilizationGroup[];
839
-
840
603
  Total?: ReservationAggregates;
841
604
  }
842
605
  export interface GetReservationUtilizationResponse {
843
606
  UtilizationsByTime: UtilizationByTime[] | undefined;
844
-
845
607
  Total?: ReservationAggregates;
846
-
847
608
  NextPageToken?: string;
848
609
  }
849
610
  export declare enum RecommendationTarget {
850
611
  CROSS_INSTANCE_FAMILY = "CROSS_INSTANCE_FAMILY",
851
612
  SAME_INSTANCE_FAMILY = "SAME_INSTANCE_FAMILY",
852
613
  }
853
-
854
614
  export interface RightsizingRecommendationConfiguration {
855
615
  RecommendationTarget: RecommendationTarget | string | undefined;
856
-
857
616
  BenefitsConsidered: boolean | undefined;
858
617
  }
859
-
860
618
  export interface RightsizingRecommendationMetadata {
861
619
  RecommendationId?: string;
862
-
863
620
  GenerationTimestamp?: string;
864
-
865
621
  LookbackPeriodInDays?: LookbackPeriodInDays | string;
866
-
867
622
  AdditionalMetadata?: string;
868
623
  }
869
-
870
624
  export interface EC2ResourceDetails {
871
625
  HourlyOnDemandRate?: string;
872
-
873
626
  InstanceType?: string;
874
-
875
627
  Platform?: string;
876
-
877
628
  Region?: string;
878
-
879
629
  Sku?: string;
880
-
881
630
  Memory?: string;
882
-
883
631
  NetworkPerformance?: string;
884
-
885
632
  Storage?: string;
886
-
887
633
  Vcpu?: string;
888
634
  }
889
-
890
635
  export interface ResourceDetails {
891
636
  EC2ResourceDetails?: EC2ResourceDetails;
892
637
  }
893
-
894
638
  export interface DiskResourceUtilization {
895
639
  DiskReadOpsPerSecond?: string;
896
-
897
640
  DiskWriteOpsPerSecond?: string;
898
-
899
641
  DiskReadBytesPerSecond?: string;
900
-
901
642
  DiskWriteBytesPerSecond?: string;
902
643
  }
903
-
904
644
  export interface EBSResourceUtilization {
905
645
  EbsReadOpsPerSecond?: string;
906
-
907
646
  EbsWriteOpsPerSecond?: string;
908
-
909
647
  EbsReadBytesPerSecond?: string;
910
-
911
648
  EbsWriteBytesPerSecond?: string;
912
649
  }
913
-
914
650
  export interface NetworkResourceUtilization {
915
651
  NetworkInBytesPerSecond?: string;
916
-
917
652
  NetworkOutBytesPerSecond?: string;
918
-
919
653
  NetworkPacketsInPerSecond?: string;
920
-
921
654
  NetworkPacketsOutPerSecond?: string;
922
655
  }
923
-
924
656
  export interface EC2ResourceUtilization {
925
657
  MaxCpuUtilizationPercentage?: string;
926
-
927
658
  MaxMemoryUtilizationPercentage?: string;
928
-
929
659
  MaxStorageUtilizationPercentage?: string;
930
-
931
660
  EBSResourceUtilization?: EBSResourceUtilization;
932
-
933
661
  DiskResourceUtilization?: DiskResourceUtilization;
934
-
935
662
  NetworkResourceUtilization?: NetworkResourceUtilization;
936
663
  }
937
-
938
664
  export interface ResourceUtilization {
939
665
  EC2ResourceUtilization?: EC2ResourceUtilization;
940
666
  }
941
-
942
667
  export interface CurrentInstance {
943
668
  ResourceId?: string;
944
-
945
669
  InstanceName?: string;
946
-
947
670
  Tags?: TagValues[];
948
-
949
671
  ResourceDetails?: ResourceDetails;
950
-
951
672
  ResourceUtilization?: ResourceUtilization;
952
-
953
673
  ReservationCoveredHoursInLookbackPeriod?: string;
954
-
955
674
  SavingsPlansCoveredHoursInLookbackPeriod?: string;
956
-
957
675
  OnDemandHoursInLookbackPeriod?: string;
958
-
959
676
  TotalRunningHoursInLookbackPeriod?: string;
960
-
961
677
  MonthlyCost?: string;
962
-
963
678
  CurrencyCode?: string;
964
679
  }
965
680
  export declare enum FindingReasonCode {
@@ -987,23 +702,15 @@ export declare enum PlatformDifference {
987
702
  STORAGE_INTERFACE = "STORAGE_INTERFACE",
988
703
  VIRTUALIZATION_TYPE = "VIRTUALIZATION_TYPE",
989
704
  }
990
-
991
705
  export interface TargetInstance {
992
706
  EstimatedMonthlyCost?: string;
993
-
994
707
  EstimatedMonthlySavings?: string;
995
-
996
708
  CurrencyCode?: string;
997
-
998
709
  DefaultTargetInstance?: boolean;
999
-
1000
710
  ResourceDetails?: ResourceDetails;
1001
-
1002
711
  ExpectedResourceUtilization?: ResourceUtilization;
1003
-
1004
712
  PlatformDifferences?: (PlatformDifference | string)[];
1005
713
  }
1006
-
1007
714
  export interface ModifyRecommendationDetail {
1008
715
  TargetInstances?: TargetInstance[];
1009
716
  }
@@ -1011,68 +718,44 @@ export declare enum RightsizingType {
1011
718
  MODIFY = "MODIFY",
1012
719
  TERMINATE = "TERMINATE",
1013
720
  }
1014
-
1015
721
  export interface TerminateRecommendationDetail {
1016
722
  EstimatedMonthlySavings?: string;
1017
-
1018
723
  CurrencyCode?: string;
1019
724
  }
1020
-
1021
725
  export interface RightsizingRecommendation {
1022
726
  AccountId?: string;
1023
-
1024
727
  CurrentInstance?: CurrentInstance;
1025
-
1026
728
  RightsizingType?: RightsizingType | string;
1027
-
1028
729
  ModifyRecommendationDetail?: ModifyRecommendationDetail;
1029
-
1030
730
  TerminateRecommendationDetail?: TerminateRecommendationDetail;
1031
-
1032
731
  FindingReasonCodes?: (FindingReasonCode | string)[];
1033
732
  }
1034
-
1035
733
  export interface RightsizingRecommendationSummary {
1036
734
  TotalRecommendationCount?: string;
1037
-
1038
735
  EstimatedTotalMonthlySavingsAmount?: string;
1039
-
1040
736
  SavingsCurrencyCode?: string;
1041
-
1042
737
  SavingsPercentage?: string;
1043
738
  }
1044
739
  export interface GetRightsizingRecommendationResponse {
1045
740
  Metadata?: RightsizingRecommendationMetadata;
1046
-
1047
741
  Summary?: RightsizingRecommendationSummary;
1048
-
1049
742
  RightsizingRecommendations?: RightsizingRecommendation[];
1050
-
1051
743
  NextPageToken?: string;
1052
-
1053
744
  Configuration?: RightsizingRecommendationConfiguration;
1054
745
  }
1055
-
1056
746
  export interface SavingsPlansCoverageData {
1057
747
  SpendCoveredBySavingsPlans?: string;
1058
-
1059
748
  OnDemandCost?: string;
1060
-
1061
749
  TotalCost?: string;
1062
-
1063
750
  CoveragePercentage?: string;
1064
751
  }
1065
-
1066
752
  export interface SavingsPlansCoverage {
1067
753
  Attributes?: Record<string, string>;
1068
-
1069
754
  Coverage?: SavingsPlansCoverageData;
1070
-
1071
755
  TimePeriod?: DateInterval;
1072
756
  }
1073
757
  export interface GetSavingsPlansCoverageResponse {
1074
758
  SavingsPlansCoverages: SavingsPlansCoverage[] | undefined;
1075
-
1076
759
  NextToken?: string;
1077
760
  }
1078
761
  export declare enum SupportedSavingsPlansType {
@@ -1080,148 +763,89 @@ export declare enum SupportedSavingsPlansType {
1080
763
  EC2_INSTANCE_SP = "EC2_INSTANCE_SP",
1081
764
  SAGEMAKER_SP = "SAGEMAKER_SP",
1082
765
  }
1083
-
1084
766
  export interface SavingsPlansPurchaseRecommendationMetadata {
1085
767
  RecommendationId?: string;
1086
-
1087
768
  GenerationTimestamp?: string;
1088
-
1089
769
  AdditionalMetadata?: string;
1090
770
  }
1091
-
1092
771
  export interface SavingsPlansDetails {
1093
772
  Region?: string;
1094
-
1095
773
  InstanceFamily?: string;
1096
-
1097
774
  OfferingId?: string;
1098
775
  }
1099
-
1100
776
  export interface SavingsPlansPurchaseRecommendationDetail {
1101
777
  SavingsPlansDetails?: SavingsPlansDetails;
1102
-
1103
778
  AccountId?: string;
1104
-
1105
779
  UpfrontCost?: string;
1106
-
1107
780
  EstimatedROI?: string;
1108
-
1109
781
  CurrencyCode?: string;
1110
-
1111
782
  EstimatedSPCost?: string;
1112
-
1113
783
  EstimatedOnDemandCost?: string;
1114
-
1115
784
  EstimatedOnDemandCostWithCurrentCommitment?: string;
1116
-
1117
785
  EstimatedSavingsAmount?: string;
1118
-
1119
786
  EstimatedSavingsPercentage?: string;
1120
-
1121
787
  HourlyCommitmentToPurchase?: string;
1122
-
1123
788
  EstimatedAverageUtilization?: string;
1124
-
1125
789
  EstimatedMonthlySavingsAmount?: string;
1126
-
1127
790
  CurrentMinimumHourlyOnDemandSpend?: string;
1128
-
1129
791
  CurrentMaximumHourlyOnDemandSpend?: string;
1130
-
1131
792
  CurrentAverageHourlyOnDemandSpend?: string;
1132
793
  }
1133
-
1134
794
  export interface SavingsPlansPurchaseRecommendationSummary {
1135
795
  EstimatedROI?: string;
1136
-
1137
796
  CurrencyCode?: string;
1138
-
1139
797
  EstimatedTotalCost?: string;
1140
-
1141
798
  CurrentOnDemandSpend?: string;
1142
-
1143
799
  EstimatedSavingsAmount?: string;
1144
-
1145
800
  TotalRecommendationCount?: string;
1146
-
1147
801
  DailyCommitmentToPurchase?: string;
1148
-
1149
802
  HourlyCommitmentToPurchase?: string;
1150
-
1151
803
  EstimatedSavingsPercentage?: string;
1152
-
1153
804
  EstimatedMonthlySavingsAmount?: string;
1154
-
1155
805
  EstimatedOnDemandCostWithCurrentCommitment?: string;
1156
806
  }
1157
-
1158
807
  export interface SavingsPlansPurchaseRecommendation {
1159
808
  AccountScope?: AccountScope | string;
1160
-
1161
809
  SavingsPlansType?: SupportedSavingsPlansType | string;
1162
-
1163
810
  TermInYears?: TermInYears | string;
1164
-
1165
811
  PaymentOption?: PaymentOption | string;
1166
-
1167
812
  LookbackPeriodInDays?: LookbackPeriodInDays | string;
1168
-
1169
813
  SavingsPlansPurchaseRecommendationDetails?: SavingsPlansPurchaseRecommendationDetail[];
1170
-
1171
814
  SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary;
1172
815
  }
1173
816
  export interface GetSavingsPlansPurchaseRecommendationResponse {
1174
817
  Metadata?: SavingsPlansPurchaseRecommendationMetadata;
1175
-
1176
818
  SavingsPlansPurchaseRecommendation?: SavingsPlansPurchaseRecommendation;
1177
-
1178
819
  NextPageToken?: string;
1179
820
  }
1180
-
1181
821
  export interface SavingsPlansAmortizedCommitment {
1182
822
  AmortizedRecurringCommitment?: string;
1183
-
1184
823
  AmortizedUpfrontCommitment?: string;
1185
-
1186
824
  TotalAmortizedCommitment?: string;
1187
825
  }
1188
-
1189
826
  export interface SavingsPlansSavings {
1190
827
  NetSavings?: string;
1191
-
1192
828
  OnDemandCostEquivalent?: string;
1193
829
  }
1194
-
1195
830
  export interface SavingsPlansUtilization {
1196
831
  TotalCommitment?: string;
1197
-
1198
832
  UsedCommitment?: string;
1199
-
1200
833
  UnusedCommitment?: string;
1201
-
1202
834
  UtilizationPercentage?: string;
1203
835
  }
1204
-
1205
836
  export interface SavingsPlansUtilizationByTime {
1206
837
  TimePeriod: DateInterval | undefined;
1207
-
1208
838
  Utilization: SavingsPlansUtilization | undefined;
1209
-
1210
839
  Savings?: SavingsPlansSavings;
1211
-
1212
840
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
1213
841
  }
1214
-
1215
842
  export interface SavingsPlansUtilizationAggregates {
1216
843
  Utilization: SavingsPlansUtilization | undefined;
1217
-
1218
844
  Savings?: SavingsPlansSavings;
1219
-
1220
845
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
1221
846
  }
1222
847
  export interface GetSavingsPlansUtilizationResponse {
1223
848
  SavingsPlansUtilizationsByTime?: SavingsPlansUtilizationByTime[];
1224
-
1225
849
  Total: SavingsPlansUtilizationAggregates | undefined;
1226
850
  }
1227
851
  export declare enum SavingsPlansDataType {
@@ -1230,47 +854,33 @@ export declare enum SavingsPlansDataType {
1230
854
  SAVINGS = "SAVINGS",
1231
855
  UTILIZATION = "UTILIZATION",
1232
856
  }
1233
-
1234
857
  export interface SavingsPlansUtilizationDetail {
1235
858
  SavingsPlanArn?: string;
1236
-
1237
859
  Attributes?: Record<string, string>;
1238
-
1239
860
  Utilization?: SavingsPlansUtilization;
1240
-
1241
861
  Savings?: SavingsPlansSavings;
1242
-
1243
862
  AmortizedCommitment?: SavingsPlansAmortizedCommitment;
1244
863
  }
1245
864
  export interface GetSavingsPlansUtilizationDetailsResponse {
1246
865
  SavingsPlansUtilizationDetails: SavingsPlansUtilizationDetail[] | undefined;
1247
-
1248
866
  Total?: SavingsPlansUtilizationAggregates;
1249
-
1250
867
  TimePeriod: DateInterval | undefined;
1251
-
1252
868
  NextToken?: string;
1253
869
  }
1254
870
  export interface GetTagsResponse {
1255
871
  NextPageToken?: string;
1256
-
1257
872
  Tags: string[] | undefined;
1258
-
1259
873
  ReturnSize: number | undefined;
1260
-
1261
874
  TotalSize: number | undefined;
1262
875
  }
1263
876
  export interface GetUsageForecastResponse {
1264
877
  Total?: MetricValue;
1265
-
1266
878
  ForecastResultsByTime?: ForecastResult[];
1267
879
  }
1268
-
1269
880
  export declare class UnresolvableUsageUnitException extends __BaseException {
1270
881
  readonly name: "UnresolvableUsageUnitException";
1271
882
  readonly $fault: "client";
1272
883
  Message?: string;
1273
-
1274
884
  constructor(
1275
885
  opts: __ExceptionOptionType<UnresolvableUsageUnitException, __BaseException>
1276
886
  );
@@ -1285,56 +895,37 @@ export declare enum CostAllocationTagType {
1285
895
  }
1286
896
  export interface ListCostAllocationTagsRequest {
1287
897
  Status?: CostAllocationTagStatus | string;
1288
-
1289
898
  TagKeys?: string[];
1290
-
1291
899
  Type?: CostAllocationTagType | string;
1292
-
1293
900
  NextToken?: string;
1294
-
1295
901
  MaxResults?: number;
1296
902
  }
1297
-
1298
903
  export interface CostAllocationTag {
1299
904
  TagKey: string | undefined;
1300
-
1301
905
  Type: CostAllocationTagType | string | undefined;
1302
-
1303
906
  Status: CostAllocationTagStatus | string | undefined;
1304
907
  }
1305
908
  export interface ListCostAllocationTagsResponse {
1306
909
  CostAllocationTags?: CostAllocationTag[];
1307
-
1308
910
  NextToken?: string;
1309
911
  }
1310
912
  export interface ListCostCategoryDefinitionsRequest {
1311
913
  EffectiveOn?: string;
1312
-
1313
914
  NextToken?: string;
1314
-
1315
915
  MaxResults?: number;
1316
916
  }
1317
-
1318
917
  export interface CostCategoryReference {
1319
918
  CostCategoryArn?: string;
1320
-
1321
919
  Name?: string;
1322
-
1323
920
  EffectiveStart?: string;
1324
-
1325
921
  EffectiveEnd?: string;
1326
-
1327
922
  NumberOfRules?: number;
1328
-
1329
923
  ProcessingStatus?: CostCategoryProcessingStatus[];
1330
-
1331
924
  Values?: string[];
1332
-
1333
925
  DefaultValue?: string;
1334
926
  }
1335
927
  export interface ListCostCategoryDefinitionsResponse {
1336
928
  CostCategoryReferences?: CostCategoryReference[];
1337
-
1338
929
  NextToken?: string;
1339
930
  }
1340
931
  export interface ListTagsForResourceRequest {
@@ -1345,7 +936,6 @@ export interface ListTagsForResourceResponse {
1345
936
  }
1346
937
  export interface ProvideAnomalyFeedbackRequest {
1347
938
  AnomalyId: string | undefined;
1348
-
1349
939
  Feedback: AnomalyFeedbackType | string | undefined;
1350
940
  }
1351
941
  export interface ProvideAnomalyFeedbackResponse {
@@ -1353,30 +943,25 @@ export interface ProvideAnomalyFeedbackResponse {
1353
943
  }
1354
944
  export interface TagResourceRequest {
1355
945
  ResourceArn: string | undefined;
1356
-
1357
946
  ResourceTags: ResourceTag[] | undefined;
1358
947
  }
1359
948
  export interface TagResourceResponse {}
1360
-
1361
949
  export declare class TooManyTagsException extends __BaseException {
1362
950
  readonly name: "TooManyTagsException";
1363
951
  readonly $fault: "client";
1364
952
  Message?: string;
1365
953
  ResourceName?: string;
1366
-
1367
954
  constructor(
1368
955
  opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
1369
956
  );
1370
957
  }
1371
958
  export interface UntagResourceRequest {
1372
959
  ResourceArn: string | undefined;
1373
-
1374
960
  ResourceTagKeys: string[] | undefined;
1375
961
  }
1376
962
  export interface UntagResourceResponse {}
1377
963
  export interface UpdateAnomalyMonitorRequest {
1378
964
  MonitorArn: string | undefined;
1379
-
1380
965
  MonitorName?: string;
1381
966
  }
1382
967
  export interface UpdateAnomalyMonitorResponse {
@@ -1384,35 +969,25 @@ export interface UpdateAnomalyMonitorResponse {
1384
969
  }
1385
970
  export interface UpdateAnomalySubscriptionRequest {
1386
971
  SubscriptionArn: string | undefined;
1387
-
1388
972
  Threshold?: number;
1389
-
1390
973
  Frequency?: AnomalySubscriptionFrequency | string;
1391
-
1392
974
  MonitorArnList?: string[];
1393
-
1394
975
  Subscribers?: Subscriber[];
1395
-
1396
976
  SubscriptionName?: string;
1397
977
  }
1398
978
  export interface UpdateAnomalySubscriptionResponse {
1399
979
  SubscriptionArn: string | undefined;
1400
980
  }
1401
-
1402
981
  export interface CostAllocationTagStatusEntry {
1403
982
  TagKey: string | undefined;
1404
-
1405
983
  Status: CostAllocationTagStatus | string | undefined;
1406
984
  }
1407
985
  export interface UpdateCostAllocationTagsStatusRequest {
1408
986
  CostAllocationTagsStatus: CostAllocationTagStatusEntry[] | undefined;
1409
987
  }
1410
-
1411
988
  export interface UpdateCostAllocationTagsStatusError {
1412
989
  TagKey?: string;
1413
-
1414
990
  Code?: string;
1415
-
1416
991
  Message?: string;
1417
992
  }
1418
993
  export interface UpdateCostAllocationTagsStatusResponse {
@@ -1420,897 +995,620 @@ export interface UpdateCostAllocationTagsStatusResponse {
1420
995
  }
1421
996
  export interface UpdateCostCategoryDefinitionResponse {
1422
997
  CostCategoryArn?: string;
1423
-
1424
998
  EffectiveStart?: string;
1425
999
  }
1426
-
1427
1000
  export interface Expression {
1428
1001
  Or?: Expression[];
1429
-
1430
1002
  And?: Expression[];
1431
-
1432
1003
  Not?: Expression;
1433
-
1434
1004
  Dimensions?: DimensionValues;
1435
-
1436
1005
  Tags?: TagValues;
1437
-
1438
1006
  CostCategories?: CostCategoryValues;
1439
1007
  }
1440
-
1441
1008
  export interface AnomalyMonitor {
1442
1009
  MonitorArn?: string;
1443
-
1444
1010
  MonitorName: string | undefined;
1445
-
1446
1011
  CreationDate?: string;
1447
-
1448
1012
  LastUpdatedDate?: string;
1449
-
1450
1013
  LastEvaluatedDate?: string;
1451
-
1452
1014
  MonitorType: MonitorType | string | undefined;
1453
-
1454
1015
  MonitorDimension?: MonitorDimension | string;
1455
-
1456
1016
  MonitorSpecification?: Expression;
1457
-
1458
1017
  DimensionalValueCount?: number;
1459
1018
  }
1460
-
1461
1019
  export interface CostCategoryRule {
1462
1020
  Value?: string;
1463
-
1464
1021
  Rule?: Expression;
1465
-
1466
1022
  InheritedValue?: CostCategoryInheritedValueDimension;
1467
-
1468
1023
  Type?: CostCategoryRuleType | string;
1469
1024
  }
1470
1025
  export interface GetCostAndUsageRequest {
1471
1026
  TimePeriod: DateInterval | undefined;
1472
-
1473
1027
  Granularity: Granularity | string | undefined;
1474
-
1475
1028
  Filter?: Expression;
1476
-
1477
1029
  Metrics: string[] | undefined;
1478
-
1479
1030
  GroupBy?: GroupDefinition[];
1480
-
1481
1031
  NextPageToken?: string;
1482
1032
  }
1483
1033
  export interface GetCostAndUsageWithResourcesRequest {
1484
1034
  TimePeriod: DateInterval | undefined;
1485
-
1486
1035
  Granularity: Granularity | string | undefined;
1487
-
1488
1036
  Filter: Expression | undefined;
1489
-
1490
1037
  Metrics?: string[];
1491
-
1492
1038
  GroupBy?: GroupDefinition[];
1493
-
1494
1039
  NextPageToken?: string;
1495
1040
  }
1496
1041
  export interface GetCostCategoriesRequest {
1497
1042
  SearchString?: string;
1498
-
1499
1043
  TimePeriod: DateInterval | undefined;
1500
-
1501
1044
  CostCategoryName?: string;
1502
-
1503
1045
  Filter?: Expression;
1504
-
1505
1046
  SortBy?: SortDefinition[];
1506
-
1507
1047
  MaxResults?: number;
1508
-
1509
1048
  NextPageToken?: string;
1510
1049
  }
1511
1050
  export interface GetCostForecastRequest {
1512
1051
  TimePeriod: DateInterval | undefined;
1513
-
1514
1052
  Metric: Metric | string | undefined;
1515
-
1516
1053
  Granularity: Granularity | string | undefined;
1517
-
1518
1054
  Filter?: Expression;
1519
-
1520
1055
  PredictionIntervalLevel?: number;
1521
1056
  }
1522
1057
  export interface GetDimensionValuesRequest {
1523
1058
  SearchString?: string;
1524
-
1525
1059
  TimePeriod: DateInterval | undefined;
1526
-
1527
1060
  Dimension: Dimension | string | undefined;
1528
-
1529
1061
  Context?: Context | string;
1530
-
1531
1062
  Filter?: Expression;
1532
-
1533
1063
  SortBy?: SortDefinition[];
1534
-
1535
1064
  MaxResults?: number;
1536
-
1537
1065
  NextPageToken?: string;
1538
1066
  }
1539
-
1540
1067
  export interface GetReservationCoverageRequest {
1541
1068
  TimePeriod: DateInterval | undefined;
1542
-
1543
1069
  GroupBy?: GroupDefinition[];
1544
-
1545
1070
  Granularity?: Granularity | string;
1546
-
1547
1071
  Filter?: Expression;
1548
-
1549
1072
  Metrics?: string[];
1550
-
1551
1073
  NextPageToken?: string;
1552
-
1553
1074
  SortBy?: SortDefinition;
1554
-
1555
1075
  MaxResults?: number;
1556
1076
  }
1557
1077
  export interface GetReservationPurchaseRecommendationRequest {
1558
1078
  AccountId?: string;
1559
-
1560
1079
  Service: string | undefined;
1561
-
1562
1080
  Filter?: Expression;
1563
-
1564
1081
  AccountScope?: AccountScope | string;
1565
-
1566
1082
  LookbackPeriodInDays?: LookbackPeriodInDays | string;
1567
-
1568
1083
  TermInYears?: TermInYears | string;
1569
-
1570
1084
  PaymentOption?: PaymentOption | string;
1571
-
1572
1085
  ServiceSpecification?: ServiceSpecification;
1573
-
1574
1086
  PageSize?: number;
1575
-
1576
1087
  NextPageToken?: string;
1577
1088
  }
1578
1089
  export interface GetReservationUtilizationRequest {
1579
1090
  TimePeriod: DateInterval | undefined;
1580
-
1581
1091
  GroupBy?: GroupDefinition[];
1582
-
1583
1092
  Granularity?: Granularity | string;
1584
-
1585
1093
  Filter?: Expression;
1586
-
1587
1094
  SortBy?: SortDefinition;
1588
-
1589
1095
  NextPageToken?: string;
1590
-
1591
1096
  MaxResults?: number;
1592
1097
  }
1593
1098
  export interface GetRightsizingRecommendationRequest {
1594
1099
  Filter?: Expression;
1595
-
1596
1100
  Configuration?: RightsizingRecommendationConfiguration;
1597
-
1598
1101
  Service: string | undefined;
1599
-
1600
1102
  PageSize?: number;
1601
-
1602
1103
  NextPageToken?: string;
1603
1104
  }
1604
1105
  export interface GetSavingsPlansCoverageRequest {
1605
1106
  TimePeriod: DateInterval | undefined;
1606
-
1607
1107
  GroupBy?: GroupDefinition[];
1608
-
1609
1108
  Granularity?: Granularity | string;
1610
-
1611
1109
  Filter?: Expression;
1612
-
1613
1110
  Metrics?: string[];
1614
-
1615
1111
  NextToken?: string;
1616
-
1617
1112
  MaxResults?: number;
1618
-
1619
1113
  SortBy?: SortDefinition;
1620
1114
  }
1621
1115
  export interface GetSavingsPlansPurchaseRecommendationRequest {
1622
1116
  SavingsPlansType: SupportedSavingsPlansType | string | undefined;
1623
-
1624
1117
  TermInYears: TermInYears | string | undefined;
1625
-
1626
1118
  PaymentOption: PaymentOption | string | undefined;
1627
-
1628
1119
  AccountScope?: AccountScope | string;
1629
-
1630
1120
  NextPageToken?: string;
1631
-
1632
1121
  PageSize?: number;
1633
-
1634
1122
  LookbackPeriodInDays: LookbackPeriodInDays | string | undefined;
1635
-
1636
1123
  Filter?: Expression;
1637
1124
  }
1638
1125
  export interface GetSavingsPlansUtilizationDetailsRequest {
1639
1126
  TimePeriod: DateInterval | undefined;
1640
-
1641
1127
  Filter?: Expression;
1642
-
1643
1128
  DataType?: (SavingsPlansDataType | string)[];
1644
-
1645
1129
  NextToken?: string;
1646
-
1647
1130
  MaxResults?: number;
1648
-
1649
1131
  SortBy?: SortDefinition;
1650
1132
  }
1651
1133
  export interface GetSavingsPlansUtilizationRequest {
1652
1134
  TimePeriod: DateInterval | undefined;
1653
-
1654
1135
  Granularity?: Granularity | string;
1655
-
1656
1136
  Filter?: Expression;
1657
-
1658
1137
  SortBy?: SortDefinition;
1659
1138
  }
1660
1139
  export interface GetTagsRequest {
1661
1140
  SearchString?: string;
1662
-
1663
1141
  TimePeriod: DateInterval | undefined;
1664
-
1665
1142
  TagKey?: string;
1666
-
1667
1143
  Filter?: Expression;
1668
-
1669
1144
  SortBy?: SortDefinition[];
1670
-
1671
1145
  MaxResults?: number;
1672
-
1673
1146
  NextPageToken?: string;
1674
1147
  }
1675
1148
  export interface GetUsageForecastRequest {
1676
1149
  TimePeriod: DateInterval | undefined;
1677
-
1678
1150
  Metric: Metric | string | undefined;
1679
-
1680
1151
  Granularity: Granularity | string | undefined;
1681
-
1682
1152
  Filter?: Expression;
1683
-
1684
1153
  PredictionIntervalLevel?: number;
1685
1154
  }
1686
1155
  export interface CreateAnomalyMonitorRequest {
1687
1156
  AnomalyMonitor: AnomalyMonitor | undefined;
1688
-
1689
1157
  ResourceTags?: ResourceTag[];
1690
1158
  }
1691
-
1692
1159
  export interface CostCategory {
1693
1160
  CostCategoryArn: string | undefined;
1694
-
1695
1161
  EffectiveStart: string | undefined;
1696
-
1697
1162
  EffectiveEnd?: string;
1698
-
1699
1163
  Name: string | undefined;
1700
-
1701
1164
  RuleVersion: CostCategoryRuleVersion | string | undefined;
1702
-
1703
1165
  Rules: CostCategoryRule[] | undefined;
1704
-
1705
1166
  SplitChargeRules?: CostCategorySplitChargeRule[];
1706
-
1707
1167
  ProcessingStatus?: CostCategoryProcessingStatus[];
1708
-
1709
1168
  DefaultValue?: string;
1710
1169
  }
1711
1170
  export interface CreateCostCategoryDefinitionRequest {
1712
1171
  Name: string | undefined;
1713
-
1714
1172
  RuleVersion: CostCategoryRuleVersion | string | undefined;
1715
-
1716
1173
  Rules: CostCategoryRule[] | undefined;
1717
-
1718
1174
  DefaultValue?: string;
1719
-
1720
1175
  SplitChargeRules?: CostCategorySplitChargeRule[];
1721
-
1722
1176
  ResourceTags?: ResourceTag[];
1723
1177
  }
1724
1178
  export interface GetAnomalyMonitorsResponse {
1725
1179
  AnomalyMonitors: AnomalyMonitor[] | undefined;
1726
-
1727
1180
  NextPageToken?: string;
1728
1181
  }
1729
1182
  export interface UpdateCostCategoryDefinitionRequest {
1730
1183
  CostCategoryArn: string | undefined;
1731
-
1732
1184
  RuleVersion: CostCategoryRuleVersion | string | undefined;
1733
-
1734
1185
  Rules: CostCategoryRule[] | undefined;
1735
-
1736
1186
  DefaultValue?: string;
1737
-
1738
1187
  SplitChargeRules?: CostCategorySplitChargeRule[];
1739
1188
  }
1740
1189
  export interface DescribeCostCategoryDefinitionResponse {
1741
1190
  CostCategory?: CostCategory;
1742
1191
  }
1743
-
1744
1192
  export declare const AnomalyScoreFilterSensitiveLog: (obj: AnomalyScore) => any;
1745
-
1746
1193
  export declare const ImpactFilterSensitiveLog: (obj: Impact) => any;
1747
-
1748
1194
  export declare const RootCauseFilterSensitiveLog: (obj: RootCause) => any;
1749
-
1750
1195
  export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
1751
-
1752
1196
  export declare const AnomalyDateIntervalFilterSensitiveLog: (
1753
1197
  obj: AnomalyDateInterval
1754
1198
  ) => any;
1755
-
1756
1199
  export declare const CostCategoryValuesFilterSensitiveLog: (
1757
1200
  obj: CostCategoryValues
1758
1201
  ) => any;
1759
-
1760
1202
  export declare const DimensionValuesFilterSensitiveLog: (
1761
1203
  obj: DimensionValues
1762
1204
  ) => any;
1763
-
1764
1205
  export declare const TagValuesFilterSensitiveLog: (obj: TagValues) => any;
1765
-
1766
1206
  export declare const SubscriberFilterSensitiveLog: (obj: Subscriber) => any;
1767
-
1768
1207
  export declare const AnomalySubscriptionFilterSensitiveLog: (
1769
1208
  obj: AnomalySubscription
1770
1209
  ) => any;
1771
-
1772
1210
  export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
1773
-
1774
1211
  export declare const CreateAnomalyMonitorResponseFilterSensitiveLog: (
1775
1212
  obj: CreateAnomalyMonitorResponse
1776
1213
  ) => any;
1777
-
1778
1214
  export declare const CreateAnomalySubscriptionRequestFilterSensitiveLog: (
1779
1215
  obj: CreateAnomalySubscriptionRequest
1780
1216
  ) => any;
1781
-
1782
1217
  export declare const CreateAnomalySubscriptionResponseFilterSensitiveLog: (
1783
1218
  obj: CreateAnomalySubscriptionResponse
1784
1219
  ) => any;
1785
-
1786
1220
  export declare const CostCategoryInheritedValueDimensionFilterSensitiveLog: (
1787
1221
  obj: CostCategoryInheritedValueDimension
1788
1222
  ) => any;
1789
-
1790
1223
  export declare const CostCategorySplitChargeRuleParameterFilterSensitiveLog: (
1791
1224
  obj: CostCategorySplitChargeRuleParameter
1792
1225
  ) => any;
1793
-
1794
1226
  export declare const CostCategorySplitChargeRuleFilterSensitiveLog: (
1795
1227
  obj: CostCategorySplitChargeRule
1796
1228
  ) => any;
1797
-
1798
1229
  export declare const CreateCostCategoryDefinitionResponseFilterSensitiveLog: (
1799
1230
  obj: CreateCostCategoryDefinitionResponse
1800
1231
  ) => any;
1801
-
1802
1232
  export declare const DeleteAnomalyMonitorRequestFilterSensitiveLog: (
1803
1233
  obj: DeleteAnomalyMonitorRequest
1804
1234
  ) => any;
1805
-
1806
1235
  export declare const DeleteAnomalyMonitorResponseFilterSensitiveLog: (
1807
1236
  obj: DeleteAnomalyMonitorResponse
1808
1237
  ) => any;
1809
-
1810
1238
  export declare const DeleteAnomalySubscriptionRequestFilterSensitiveLog: (
1811
1239
  obj: DeleteAnomalySubscriptionRequest
1812
1240
  ) => any;
1813
-
1814
1241
  export declare const DeleteAnomalySubscriptionResponseFilterSensitiveLog: (
1815
1242
  obj: DeleteAnomalySubscriptionResponse
1816
1243
  ) => any;
1817
-
1818
1244
  export declare const DeleteCostCategoryDefinitionRequestFilterSensitiveLog: (
1819
1245
  obj: DeleteCostCategoryDefinitionRequest
1820
1246
  ) => any;
1821
-
1822
1247
  export declare const DeleteCostCategoryDefinitionResponseFilterSensitiveLog: (
1823
1248
  obj: DeleteCostCategoryDefinitionResponse
1824
1249
  ) => any;
1825
-
1826
1250
  export declare const DescribeCostCategoryDefinitionRequestFilterSensitiveLog: (
1827
1251
  obj: DescribeCostCategoryDefinitionRequest
1828
1252
  ) => any;
1829
-
1830
1253
  export declare const CostCategoryProcessingStatusFilterSensitiveLog: (
1831
1254
  obj: CostCategoryProcessingStatus
1832
1255
  ) => any;
1833
-
1834
1256
  export declare const TotalImpactFilterFilterSensitiveLog: (
1835
1257
  obj: TotalImpactFilter
1836
1258
  ) => any;
1837
-
1838
1259
  export declare const GetAnomaliesRequestFilterSensitiveLog: (
1839
1260
  obj: GetAnomaliesRequest
1840
1261
  ) => any;
1841
-
1842
1262
  export declare const GetAnomaliesResponseFilterSensitiveLog: (
1843
1263
  obj: GetAnomaliesResponse
1844
1264
  ) => any;
1845
-
1846
1265
  export declare const GetAnomalyMonitorsRequestFilterSensitiveLog: (
1847
1266
  obj: GetAnomalyMonitorsRequest
1848
1267
  ) => any;
1849
-
1850
1268
  export declare const GetAnomalySubscriptionsRequestFilterSensitiveLog: (
1851
1269
  obj: GetAnomalySubscriptionsRequest
1852
1270
  ) => any;
1853
-
1854
1271
  export declare const GetAnomalySubscriptionsResponseFilterSensitiveLog: (
1855
1272
  obj: GetAnomalySubscriptionsResponse
1856
1273
  ) => any;
1857
-
1858
1274
  export declare const GroupDefinitionFilterSensitiveLog: (
1859
1275
  obj: GroupDefinition
1860
1276
  ) => any;
1861
-
1862
1277
  export declare const DateIntervalFilterSensitiveLog: (obj: DateInterval) => any;
1863
-
1864
1278
  export declare const DimensionValuesWithAttributesFilterSensitiveLog: (
1865
1279
  obj: DimensionValuesWithAttributes
1866
1280
  ) => any;
1867
-
1868
1281
  export declare const MetricValueFilterSensitiveLog: (obj: MetricValue) => any;
1869
-
1870
1282
  export declare const GroupFilterSensitiveLog: (obj: Group) => any;
1871
-
1872
1283
  export declare const ResultByTimeFilterSensitiveLog: (obj: ResultByTime) => any;
1873
-
1874
1284
  export declare const GetCostAndUsageResponseFilterSensitiveLog: (
1875
1285
  obj: GetCostAndUsageResponse
1876
1286
  ) => any;
1877
-
1878
1287
  export declare const GetCostAndUsageWithResourcesResponseFilterSensitiveLog: (
1879
1288
  obj: GetCostAndUsageWithResourcesResponse
1880
1289
  ) => any;
1881
-
1882
1290
  export declare const SortDefinitionFilterSensitiveLog: (
1883
1291
  obj: SortDefinition
1884
1292
  ) => any;
1885
-
1886
1293
  export declare const GetCostCategoriesResponseFilterSensitiveLog: (
1887
1294
  obj: GetCostCategoriesResponse
1888
1295
  ) => any;
1889
-
1890
1296
  export declare const ForecastResultFilterSensitiveLog: (
1891
1297
  obj: ForecastResult
1892
1298
  ) => any;
1893
-
1894
1299
  export declare const GetCostForecastResponseFilterSensitiveLog: (
1895
1300
  obj: GetCostForecastResponse
1896
1301
  ) => any;
1897
-
1898
1302
  export declare const GetDimensionValuesResponseFilterSensitiveLog: (
1899
1303
  obj: GetDimensionValuesResponse
1900
1304
  ) => any;
1901
-
1902
1305
  export declare const CoverageCostFilterSensitiveLog: (obj: CoverageCost) => any;
1903
-
1904
1306
  export declare const CoverageHoursFilterSensitiveLog: (
1905
1307
  obj: CoverageHours
1906
1308
  ) => any;
1907
-
1908
1309
  export declare const CoverageNormalizedUnitsFilterSensitiveLog: (
1909
1310
  obj: CoverageNormalizedUnits
1910
1311
  ) => any;
1911
-
1912
1312
  export declare const CoverageFilterSensitiveLog: (obj: Coverage) => any;
1913
-
1914
1313
  export declare const ReservationCoverageGroupFilterSensitiveLog: (
1915
1314
  obj: ReservationCoverageGroup
1916
1315
  ) => any;
1917
-
1918
1316
  export declare const CoverageByTimeFilterSensitiveLog: (
1919
1317
  obj: CoverageByTime
1920
1318
  ) => any;
1921
-
1922
1319
  export declare const GetReservationCoverageResponseFilterSensitiveLog: (
1923
1320
  obj: GetReservationCoverageResponse
1924
1321
  ) => any;
1925
-
1926
1322
  export declare const EC2SpecificationFilterSensitiveLog: (
1927
1323
  obj: EC2Specification
1928
1324
  ) => any;
1929
-
1930
1325
  export declare const ServiceSpecificationFilterSensitiveLog: (
1931
1326
  obj: ServiceSpecification
1932
1327
  ) => any;
1933
-
1934
1328
  export declare const ReservationPurchaseRecommendationMetadataFilterSensitiveLog: (
1935
1329
  obj: ReservationPurchaseRecommendationMetadata
1936
1330
  ) => any;
1937
-
1938
1331
  export declare const EC2InstanceDetailsFilterSensitiveLog: (
1939
1332
  obj: EC2InstanceDetails
1940
1333
  ) => any;
1941
-
1942
1334
  export declare const ElastiCacheInstanceDetailsFilterSensitiveLog: (
1943
1335
  obj: ElastiCacheInstanceDetails
1944
1336
  ) => any;
1945
-
1946
1337
  export declare const ESInstanceDetailsFilterSensitiveLog: (
1947
1338
  obj: ESInstanceDetails
1948
1339
  ) => any;
1949
-
1950
1340
  export declare const RDSInstanceDetailsFilterSensitiveLog: (
1951
1341
  obj: RDSInstanceDetails
1952
1342
  ) => any;
1953
-
1954
1343
  export declare const RedshiftInstanceDetailsFilterSensitiveLog: (
1955
1344
  obj: RedshiftInstanceDetails
1956
1345
  ) => any;
1957
-
1958
1346
  export declare const InstanceDetailsFilterSensitiveLog: (
1959
1347
  obj: InstanceDetails
1960
1348
  ) => any;
1961
-
1962
1349
  export declare const ReservationPurchaseRecommendationDetailFilterSensitiveLog: (
1963
1350
  obj: ReservationPurchaseRecommendationDetail
1964
1351
  ) => any;
1965
-
1966
1352
  export declare const ReservationPurchaseRecommendationSummaryFilterSensitiveLog: (
1967
1353
  obj: ReservationPurchaseRecommendationSummary
1968
1354
  ) => any;
1969
-
1970
1355
  export declare const ReservationPurchaseRecommendationFilterSensitiveLog: (
1971
1356
  obj: ReservationPurchaseRecommendation
1972
1357
  ) => any;
1973
-
1974
1358
  export declare const GetReservationPurchaseRecommendationResponseFilterSensitiveLog: (
1975
1359
  obj: GetReservationPurchaseRecommendationResponse
1976
1360
  ) => any;
1977
-
1978
1361
  export declare const ReservationAggregatesFilterSensitiveLog: (
1979
1362
  obj: ReservationAggregates
1980
1363
  ) => any;
1981
-
1982
1364
  export declare const ReservationUtilizationGroupFilterSensitiveLog: (
1983
1365
  obj: ReservationUtilizationGroup
1984
1366
  ) => any;
1985
-
1986
1367
  export declare const UtilizationByTimeFilterSensitiveLog: (
1987
1368
  obj: UtilizationByTime
1988
1369
  ) => any;
1989
-
1990
1370
  export declare const GetReservationUtilizationResponseFilterSensitiveLog: (
1991
1371
  obj: GetReservationUtilizationResponse
1992
1372
  ) => any;
1993
-
1994
1373
  export declare const RightsizingRecommendationConfigurationFilterSensitiveLog: (
1995
1374
  obj: RightsizingRecommendationConfiguration
1996
1375
  ) => any;
1997
-
1998
1376
  export declare const RightsizingRecommendationMetadataFilterSensitiveLog: (
1999
1377
  obj: RightsizingRecommendationMetadata
2000
1378
  ) => any;
2001
-
2002
1379
  export declare const EC2ResourceDetailsFilterSensitiveLog: (
2003
1380
  obj: EC2ResourceDetails
2004
1381
  ) => any;
2005
-
2006
1382
  export declare const ResourceDetailsFilterSensitiveLog: (
2007
1383
  obj: ResourceDetails
2008
1384
  ) => any;
2009
-
2010
1385
  export declare const DiskResourceUtilizationFilterSensitiveLog: (
2011
1386
  obj: DiskResourceUtilization
2012
1387
  ) => any;
2013
-
2014
1388
  export declare const EBSResourceUtilizationFilterSensitiveLog: (
2015
1389
  obj: EBSResourceUtilization
2016
1390
  ) => any;
2017
-
2018
1391
  export declare const NetworkResourceUtilizationFilterSensitiveLog: (
2019
1392
  obj: NetworkResourceUtilization
2020
1393
  ) => any;
2021
-
2022
1394
  export declare const EC2ResourceUtilizationFilterSensitiveLog: (
2023
1395
  obj: EC2ResourceUtilization
2024
1396
  ) => any;
2025
-
2026
1397
  export declare const ResourceUtilizationFilterSensitiveLog: (
2027
1398
  obj: ResourceUtilization
2028
1399
  ) => any;
2029
-
2030
1400
  export declare const CurrentInstanceFilterSensitiveLog: (
2031
1401
  obj: CurrentInstance
2032
1402
  ) => any;
2033
-
2034
1403
  export declare const TargetInstanceFilterSensitiveLog: (
2035
1404
  obj: TargetInstance
2036
1405
  ) => any;
2037
-
2038
1406
  export declare const ModifyRecommendationDetailFilterSensitiveLog: (
2039
1407
  obj: ModifyRecommendationDetail
2040
1408
  ) => any;
2041
-
2042
1409
  export declare const TerminateRecommendationDetailFilterSensitiveLog: (
2043
1410
  obj: TerminateRecommendationDetail
2044
1411
  ) => any;
2045
-
2046
1412
  export declare const RightsizingRecommendationFilterSensitiveLog: (
2047
1413
  obj: RightsizingRecommendation
2048
1414
  ) => any;
2049
-
2050
1415
  export declare const RightsizingRecommendationSummaryFilterSensitiveLog: (
2051
1416
  obj: RightsizingRecommendationSummary
2052
1417
  ) => any;
2053
-
2054
1418
  export declare const GetRightsizingRecommendationResponseFilterSensitiveLog: (
2055
1419
  obj: GetRightsizingRecommendationResponse
2056
1420
  ) => any;
2057
-
2058
1421
  export declare const SavingsPlansCoverageDataFilterSensitiveLog: (
2059
1422
  obj: SavingsPlansCoverageData
2060
1423
  ) => any;
2061
-
2062
1424
  export declare const SavingsPlansCoverageFilterSensitiveLog: (
2063
1425
  obj: SavingsPlansCoverage
2064
1426
  ) => any;
2065
-
2066
1427
  export declare const GetSavingsPlansCoverageResponseFilterSensitiveLog: (
2067
1428
  obj: GetSavingsPlansCoverageResponse
2068
1429
  ) => any;
2069
-
2070
1430
  export declare const SavingsPlansPurchaseRecommendationMetadataFilterSensitiveLog: (
2071
1431
  obj: SavingsPlansPurchaseRecommendationMetadata
2072
1432
  ) => any;
2073
-
2074
1433
  export declare const SavingsPlansDetailsFilterSensitiveLog: (
2075
1434
  obj: SavingsPlansDetails
2076
1435
  ) => any;
2077
-
2078
1436
  export declare const SavingsPlansPurchaseRecommendationDetailFilterSensitiveLog: (
2079
1437
  obj: SavingsPlansPurchaseRecommendationDetail
2080
1438
  ) => any;
2081
-
2082
1439
  export declare const SavingsPlansPurchaseRecommendationSummaryFilterSensitiveLog: (
2083
1440
  obj: SavingsPlansPurchaseRecommendationSummary
2084
1441
  ) => any;
2085
-
2086
1442
  export declare const SavingsPlansPurchaseRecommendationFilterSensitiveLog: (
2087
1443
  obj: SavingsPlansPurchaseRecommendation
2088
1444
  ) => any;
2089
-
2090
1445
  export declare const GetSavingsPlansPurchaseRecommendationResponseFilterSensitiveLog: (
2091
1446
  obj: GetSavingsPlansPurchaseRecommendationResponse
2092
1447
  ) => any;
2093
-
2094
1448
  export declare const SavingsPlansAmortizedCommitmentFilterSensitiveLog: (
2095
1449
  obj: SavingsPlansAmortizedCommitment
2096
1450
  ) => any;
2097
-
2098
1451
  export declare const SavingsPlansSavingsFilterSensitiveLog: (
2099
1452
  obj: SavingsPlansSavings
2100
1453
  ) => any;
2101
-
2102
1454
  export declare const SavingsPlansUtilizationFilterSensitiveLog: (
2103
1455
  obj: SavingsPlansUtilization
2104
1456
  ) => any;
2105
-
2106
1457
  export declare const SavingsPlansUtilizationByTimeFilterSensitiveLog: (
2107
1458
  obj: SavingsPlansUtilizationByTime
2108
1459
  ) => any;
2109
-
2110
1460
  export declare const SavingsPlansUtilizationAggregatesFilterSensitiveLog: (
2111
1461
  obj: SavingsPlansUtilizationAggregates
2112
1462
  ) => any;
2113
-
2114
1463
  export declare const GetSavingsPlansUtilizationResponseFilterSensitiveLog: (
2115
1464
  obj: GetSavingsPlansUtilizationResponse
2116
1465
  ) => any;
2117
-
2118
1466
  export declare const SavingsPlansUtilizationDetailFilterSensitiveLog: (
2119
1467
  obj: SavingsPlansUtilizationDetail
2120
1468
  ) => any;
2121
-
2122
1469
  export declare const GetSavingsPlansUtilizationDetailsResponseFilterSensitiveLog: (
2123
1470
  obj: GetSavingsPlansUtilizationDetailsResponse
2124
1471
  ) => any;
2125
-
2126
1472
  export declare const GetTagsResponseFilterSensitiveLog: (
2127
1473
  obj: GetTagsResponse
2128
1474
  ) => any;
2129
-
2130
1475
  export declare const GetUsageForecastResponseFilterSensitiveLog: (
2131
1476
  obj: GetUsageForecastResponse
2132
1477
  ) => any;
2133
-
2134
1478
  export declare const ListCostAllocationTagsRequestFilterSensitiveLog: (
2135
1479
  obj: ListCostAllocationTagsRequest
2136
1480
  ) => any;
2137
-
2138
1481
  export declare const CostAllocationTagFilterSensitiveLog: (
2139
1482
  obj: CostAllocationTag
2140
1483
  ) => any;
2141
-
2142
1484
  export declare const ListCostAllocationTagsResponseFilterSensitiveLog: (
2143
1485
  obj: ListCostAllocationTagsResponse
2144
1486
  ) => any;
2145
-
2146
1487
  export declare const ListCostCategoryDefinitionsRequestFilterSensitiveLog: (
2147
1488
  obj: ListCostCategoryDefinitionsRequest
2148
1489
  ) => any;
2149
-
2150
1490
  export declare const CostCategoryReferenceFilterSensitiveLog: (
2151
1491
  obj: CostCategoryReference
2152
1492
  ) => any;
2153
-
2154
1493
  export declare const ListCostCategoryDefinitionsResponseFilterSensitiveLog: (
2155
1494
  obj: ListCostCategoryDefinitionsResponse
2156
1495
  ) => any;
2157
-
2158
1496
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
2159
1497
  obj: ListTagsForResourceRequest
2160
1498
  ) => any;
2161
-
2162
1499
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
2163
1500
  obj: ListTagsForResourceResponse
2164
1501
  ) => any;
2165
-
2166
1502
  export declare const ProvideAnomalyFeedbackRequestFilterSensitiveLog: (
2167
1503
  obj: ProvideAnomalyFeedbackRequest
2168
1504
  ) => any;
2169
-
2170
1505
  export declare const ProvideAnomalyFeedbackResponseFilterSensitiveLog: (
2171
1506
  obj: ProvideAnomalyFeedbackResponse
2172
1507
  ) => any;
2173
-
2174
1508
  export declare const TagResourceRequestFilterSensitiveLog: (
2175
1509
  obj: TagResourceRequest
2176
1510
  ) => any;
2177
-
2178
1511
  export declare const TagResourceResponseFilterSensitiveLog: (
2179
1512
  obj: TagResourceResponse
2180
1513
  ) => any;
2181
-
2182
1514
  export declare const UntagResourceRequestFilterSensitiveLog: (
2183
1515
  obj: UntagResourceRequest
2184
1516
  ) => any;
2185
-
2186
1517
  export declare const UntagResourceResponseFilterSensitiveLog: (
2187
1518
  obj: UntagResourceResponse
2188
1519
  ) => any;
2189
-
2190
1520
  export declare const UpdateAnomalyMonitorRequestFilterSensitiveLog: (
2191
1521
  obj: UpdateAnomalyMonitorRequest
2192
1522
  ) => any;
2193
-
2194
1523
  export declare const UpdateAnomalyMonitorResponseFilterSensitiveLog: (
2195
1524
  obj: UpdateAnomalyMonitorResponse
2196
1525
  ) => any;
2197
-
2198
1526
  export declare const UpdateAnomalySubscriptionRequestFilterSensitiveLog: (
2199
1527
  obj: UpdateAnomalySubscriptionRequest
2200
1528
  ) => any;
2201
-
2202
1529
  export declare const UpdateAnomalySubscriptionResponseFilterSensitiveLog: (
2203
1530
  obj: UpdateAnomalySubscriptionResponse
2204
1531
  ) => any;
2205
-
2206
1532
  export declare const CostAllocationTagStatusEntryFilterSensitiveLog: (
2207
1533
  obj: CostAllocationTagStatusEntry
2208
1534
  ) => any;
2209
-
2210
1535
  export declare const UpdateCostAllocationTagsStatusRequestFilterSensitiveLog: (
2211
1536
  obj: UpdateCostAllocationTagsStatusRequest
2212
1537
  ) => any;
2213
-
2214
1538
  export declare const UpdateCostAllocationTagsStatusErrorFilterSensitiveLog: (
2215
1539
  obj: UpdateCostAllocationTagsStatusError
2216
1540
  ) => any;
2217
-
2218
1541
  export declare const UpdateCostAllocationTagsStatusResponseFilterSensitiveLog: (
2219
1542
  obj: UpdateCostAllocationTagsStatusResponse
2220
1543
  ) => any;
2221
-
2222
1544
  export declare const UpdateCostCategoryDefinitionResponseFilterSensitiveLog: (
2223
1545
  obj: UpdateCostCategoryDefinitionResponse
2224
1546
  ) => any;
2225
-
2226
1547
  export declare const ExpressionFilterSensitiveLog: (obj: Expression) => any;
2227
-
2228
1548
  export declare const AnomalyMonitorFilterSensitiveLog: (
2229
1549
  obj: AnomalyMonitor
2230
1550
  ) => any;
2231
-
2232
1551
  export declare const CostCategoryRuleFilterSensitiveLog: (
2233
1552
  obj: CostCategoryRule
2234
1553
  ) => any;
2235
-
2236
1554
  export declare const GetCostAndUsageRequestFilterSensitiveLog: (
2237
1555
  obj: GetCostAndUsageRequest
2238
1556
  ) => any;
2239
-
2240
1557
  export declare const GetCostAndUsageWithResourcesRequestFilterSensitiveLog: (
2241
1558
  obj: GetCostAndUsageWithResourcesRequest
2242
1559
  ) => any;
2243
-
2244
1560
  export declare const GetCostCategoriesRequestFilterSensitiveLog: (
2245
1561
  obj: GetCostCategoriesRequest
2246
1562
  ) => any;
2247
-
2248
1563
  export declare const GetCostForecastRequestFilterSensitiveLog: (
2249
1564
  obj: GetCostForecastRequest
2250
1565
  ) => any;
2251
-
2252
1566
  export declare const GetDimensionValuesRequestFilterSensitiveLog: (
2253
1567
  obj: GetDimensionValuesRequest
2254
1568
  ) => any;
2255
-
2256
1569
  export declare const GetReservationCoverageRequestFilterSensitiveLog: (
2257
1570
  obj: GetReservationCoverageRequest
2258
1571
  ) => any;
2259
-
2260
1572
  export declare const GetReservationPurchaseRecommendationRequestFilterSensitiveLog: (
2261
1573
  obj: GetReservationPurchaseRecommendationRequest
2262
1574
  ) => any;
2263
-
2264
1575
  export declare const GetReservationUtilizationRequestFilterSensitiveLog: (
2265
1576
  obj: GetReservationUtilizationRequest
2266
1577
  ) => any;
2267
-
2268
1578
  export declare const GetRightsizingRecommendationRequestFilterSensitiveLog: (
2269
1579
  obj: GetRightsizingRecommendationRequest
2270
1580
  ) => any;
2271
-
2272
1581
  export declare const GetSavingsPlansCoverageRequestFilterSensitiveLog: (
2273
1582
  obj: GetSavingsPlansCoverageRequest
2274
1583
  ) => any;
2275
-
2276
1584
  export declare const GetSavingsPlansPurchaseRecommendationRequestFilterSensitiveLog: (
2277
1585
  obj: GetSavingsPlansPurchaseRecommendationRequest
2278
1586
  ) => any;
2279
-
2280
1587
  export declare const GetSavingsPlansUtilizationDetailsRequestFilterSensitiveLog: (
2281
1588
  obj: GetSavingsPlansUtilizationDetailsRequest
2282
1589
  ) => any;
2283
-
2284
1590
  export declare const GetSavingsPlansUtilizationRequestFilterSensitiveLog: (
2285
1591
  obj: GetSavingsPlansUtilizationRequest
2286
1592
  ) => any;
2287
-
2288
1593
  export declare const GetTagsRequestFilterSensitiveLog: (
2289
1594
  obj: GetTagsRequest
2290
1595
  ) => any;
2291
-
2292
1596
  export declare const GetUsageForecastRequestFilterSensitiveLog: (
2293
1597
  obj: GetUsageForecastRequest
2294
1598
  ) => any;
2295
-
2296
1599
  export declare const CreateAnomalyMonitorRequestFilterSensitiveLog: (
2297
1600
  obj: CreateAnomalyMonitorRequest
2298
1601
  ) => any;
2299
-
2300
1602
  export declare const CostCategoryFilterSensitiveLog: (obj: CostCategory) => any;
2301
-
2302
1603
  export declare const CreateCostCategoryDefinitionRequestFilterSensitiveLog: (
2303
1604
  obj: CreateCostCategoryDefinitionRequest
2304
1605
  ) => any;
2305
-
2306
1606
  export declare const GetAnomalyMonitorsResponseFilterSensitiveLog: (
2307
1607
  obj: GetAnomalyMonitorsResponse
2308
1608
  ) => any;
2309
-
2310
1609
  export declare const UpdateCostCategoryDefinitionRequestFilterSensitiveLog: (
2311
1610
  obj: UpdateCostCategoryDefinitionRequest
2312
1611
  ) => any;
2313
-
2314
1612
  export declare const DescribeCostCategoryDefinitionResponseFilterSensitiveLog: (
2315
1613
  obj: DescribeCostCategoryDefinitionResponse
2316
1614
  ) => any;