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