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