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