@aws-sdk/client-cost-explorer 3.131.0 → 3.142.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +2 -2
- package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/commands/GetAnomaliesCommand.js +2 -2
- package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +2 -2
- package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/GetCostAndUsageCommand.js +2 -2
- package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
- package/dist-cjs/commands/GetCostCategoriesCommand.js +2 -2
- package/dist-cjs/commands/GetCostForecastCommand.js +2 -2
- package/dist-cjs/commands/GetDimensionValuesCommand.js +2 -2
- package/dist-cjs/commands/GetReservationCoverageCommand.js +2 -2
- package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
- package/dist-cjs/commands/GetReservationUtilizationCommand.js +2 -2
- package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageForecastCommand.js +2 -2
- package/dist-cjs/commands/ListCostAllocationTagsCommand.js +2 -2
- package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +608 -910
- package/dist-cjs/protocols/Aws_json1_1.js +175 -334
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +3 -3
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +3 -3
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/commands/GetAnomaliesCommand.js +3 -3
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +3 -3
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +3 -3
- package/dist-es/commands/GetCostAndUsageCommand.js +3 -3
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +3 -3
- package/dist-es/commands/GetCostCategoriesCommand.js +3 -3
- package/dist-es/commands/GetCostForecastCommand.js +3 -3
- package/dist-es/commands/GetDimensionValuesCommand.js +3 -3
- package/dist-es/commands/GetReservationCoverageCommand.js +3 -3
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +3 -3
- package/dist-es/commands/GetReservationUtilizationCommand.js +3 -3
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GetUsageForecastCommand.js +3 -3
- package/dist-es/commands/ListCostAllocationTagsCommand.js +3 -3
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +3 -3
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +3 -3
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +3 -3
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/models/models_0.js +151 -604
- package/dist-es/protocols/Aws_json1_1.js +281 -335
- package/dist-types/models/models_0.d.ts +604 -906
- package/dist-types/ts3.4/models/models_0.d.ts +302 -604
- package/package.json +6 -6
|
@@ -11,10 +11,6 @@ export interface AnomalyScore {
|
|
|
11
11
|
|
|
12
12
|
CurrentScore: number | undefined;
|
|
13
13
|
}
|
|
14
|
-
export declare namespace AnomalyScore {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: AnomalyScore) => any;
|
|
17
|
-
}
|
|
18
14
|
export declare enum AnomalyFeedbackType {
|
|
19
15
|
NO = "NO",
|
|
20
16
|
PLANNED_ACTIVITY = "PLANNED_ACTIVITY",
|
|
@@ -27,10 +23,6 @@ export interface Impact {
|
|
|
27
23
|
|
|
28
24
|
TotalImpact?: number;
|
|
29
25
|
}
|
|
30
|
-
export declare namespace Impact {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: Impact) => any;
|
|
33
|
-
}
|
|
34
26
|
|
|
35
27
|
export interface RootCause {
|
|
36
28
|
|
|
@@ -42,10 +34,6 @@ export interface RootCause {
|
|
|
42
34
|
|
|
43
35
|
UsageType?: string;
|
|
44
36
|
}
|
|
45
|
-
export declare namespace RootCause {
|
|
46
|
-
|
|
47
|
-
const filterSensitiveLog: (obj: RootCause) => any;
|
|
48
|
-
}
|
|
49
37
|
|
|
50
38
|
export interface Anomaly {
|
|
51
39
|
|
|
@@ -67,10 +55,6 @@ export interface Anomaly {
|
|
|
67
55
|
|
|
68
56
|
Feedback?: AnomalyFeedbackType | string;
|
|
69
57
|
}
|
|
70
|
-
export declare namespace Anomaly {
|
|
71
|
-
|
|
72
|
-
const filterSensitiveLog: (obj: Anomaly) => any;
|
|
73
|
-
}
|
|
74
58
|
|
|
75
59
|
export interface AnomalyDateInterval {
|
|
76
60
|
|
|
@@ -78,10 +62,6 @@ export interface AnomalyDateInterval {
|
|
|
78
62
|
|
|
79
63
|
EndDate?: string;
|
|
80
64
|
}
|
|
81
|
-
export declare namespace AnomalyDateInterval {
|
|
82
|
-
|
|
83
|
-
const filterSensitiveLog: (obj: AnomalyDateInterval) => any;
|
|
84
|
-
}
|
|
85
65
|
export declare enum MonitorDimension {
|
|
86
66
|
SERVICE = "SERVICE"
|
|
87
67
|
}
|
|
@@ -103,10 +83,6 @@ export interface CostCategoryValues {
|
|
|
103
83
|
|
|
104
84
|
MatchOptions?: (MatchOption | string)[];
|
|
105
85
|
}
|
|
106
|
-
export declare namespace CostCategoryValues {
|
|
107
|
-
|
|
108
|
-
const filterSensitiveLog: (obj: CostCategoryValues) => any;
|
|
109
|
-
}
|
|
110
86
|
export declare enum Dimension {
|
|
111
87
|
AGREEMENT_END_DATE_TIME_AFTER = "AGREEMENT_END_DATE_TIME_AFTER",
|
|
112
88
|
AGREEMENT_END_DATE_TIME_BEFORE = "AGREEMENT_END_DATE_TIME_BEFORE",
|
|
@@ -150,10 +126,6 @@ export interface DimensionValues {
|
|
|
150
126
|
|
|
151
127
|
MatchOptions?: (MatchOption | string)[];
|
|
152
128
|
}
|
|
153
|
-
export declare namespace DimensionValues {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: DimensionValues) => any;
|
|
156
|
-
}
|
|
157
129
|
|
|
158
130
|
export interface TagValues {
|
|
159
131
|
|
|
@@ -163,10 +135,6 @@ export interface TagValues {
|
|
|
163
135
|
|
|
164
136
|
MatchOptions?: (MatchOption | string)[];
|
|
165
137
|
}
|
|
166
|
-
export declare namespace TagValues {
|
|
167
|
-
|
|
168
|
-
const filterSensitiveLog: (obj: TagValues) => any;
|
|
169
|
-
}
|
|
170
138
|
export declare enum MonitorType {
|
|
171
139
|
CUSTOM = "CUSTOM",
|
|
172
140
|
DIMENSIONAL = "DIMENSIONAL"
|
|
@@ -193,10 +161,6 @@ export interface Subscriber {
|
|
|
193
161
|
|
|
194
162
|
Status?: SubscriberStatus | string;
|
|
195
163
|
}
|
|
196
|
-
export declare namespace Subscriber {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: Subscriber) => any;
|
|
199
|
-
}
|
|
200
164
|
|
|
201
165
|
export interface AnomalySubscription {
|
|
202
166
|
|
|
@@ -214,10 +178,6 @@ export interface AnomalySubscription {
|
|
|
214
178
|
|
|
215
179
|
SubscriptionName: string | undefined;
|
|
216
180
|
}
|
|
217
|
-
export declare namespace AnomalySubscription {
|
|
218
|
-
|
|
219
|
-
const filterSensitiveLog: (obj: AnomalySubscription) => any;
|
|
220
|
-
}
|
|
221
181
|
|
|
222
182
|
export interface ResourceTag {
|
|
223
183
|
|
|
@@ -225,18 +185,10 @@ export interface ResourceTag {
|
|
|
225
185
|
|
|
226
186
|
Value: string | undefined;
|
|
227
187
|
}
|
|
228
|
-
export declare namespace ResourceTag {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: ResourceTag) => any;
|
|
231
|
-
}
|
|
232
188
|
export interface CreateAnomalyMonitorResponse {
|
|
233
189
|
|
|
234
190
|
MonitorArn: string | undefined;
|
|
235
191
|
}
|
|
236
|
-
export declare namespace CreateAnomalyMonitorResponse {
|
|
237
|
-
|
|
238
|
-
const filterSensitiveLog: (obj: CreateAnomalyMonitorResponse) => any;
|
|
239
|
-
}
|
|
240
192
|
|
|
241
193
|
export declare class LimitExceededException extends __BaseException {
|
|
242
194
|
readonly name: "LimitExceededException";
|
|
@@ -251,18 +203,10 @@ export interface CreateAnomalySubscriptionRequest {
|
|
|
251
203
|
|
|
252
204
|
ResourceTags?: ResourceTag[];
|
|
253
205
|
}
|
|
254
|
-
export declare namespace CreateAnomalySubscriptionRequest {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: CreateAnomalySubscriptionRequest) => any;
|
|
257
|
-
}
|
|
258
206
|
export interface CreateAnomalySubscriptionResponse {
|
|
259
207
|
|
|
260
208
|
SubscriptionArn: string | undefined;
|
|
261
209
|
}
|
|
262
|
-
export declare namespace CreateAnomalySubscriptionResponse {
|
|
263
|
-
|
|
264
|
-
const filterSensitiveLog: (obj: CreateAnomalySubscriptionResponse) => any;
|
|
265
|
-
}
|
|
266
210
|
|
|
267
211
|
export declare class UnknownMonitorException extends __BaseException {
|
|
268
212
|
readonly name: "UnknownMonitorException";
|
|
@@ -282,10 +226,6 @@ export interface CostCategoryInheritedValueDimension {
|
|
|
282
226
|
|
|
283
227
|
DimensionKey?: string;
|
|
284
228
|
}
|
|
285
|
-
export declare namespace CostCategoryInheritedValueDimension {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: CostCategoryInheritedValueDimension) => any;
|
|
288
|
-
}
|
|
289
229
|
export declare enum CostCategoryRuleType {
|
|
290
230
|
INHERITED_VALUE = "INHERITED_VALUE",
|
|
291
231
|
REGULAR = "REGULAR"
|
|
@@ -308,10 +248,6 @@ export interface CostCategorySplitChargeRuleParameter {
|
|
|
308
248
|
|
|
309
249
|
Values: string[] | undefined;
|
|
310
250
|
}
|
|
311
|
-
export declare namespace CostCategorySplitChargeRuleParameter {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: CostCategorySplitChargeRuleParameter) => any;
|
|
314
|
-
}
|
|
315
251
|
|
|
316
252
|
export interface CostCategorySplitChargeRule {
|
|
317
253
|
|
|
@@ -323,20 +259,12 @@ export interface CostCategorySplitChargeRule {
|
|
|
323
259
|
|
|
324
260
|
Parameters?: CostCategorySplitChargeRuleParameter[];
|
|
325
261
|
}
|
|
326
|
-
export declare namespace CostCategorySplitChargeRule {
|
|
327
|
-
|
|
328
|
-
const filterSensitiveLog: (obj: CostCategorySplitChargeRule) => any;
|
|
329
|
-
}
|
|
330
262
|
export interface CreateCostCategoryDefinitionResponse {
|
|
331
263
|
|
|
332
264
|
CostCategoryArn?: string;
|
|
333
265
|
|
|
334
266
|
EffectiveStart?: string;
|
|
335
267
|
}
|
|
336
|
-
export declare namespace CreateCostCategoryDefinitionResponse {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: CreateCostCategoryDefinitionResponse) => any;
|
|
339
|
-
}
|
|
340
268
|
|
|
341
269
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
342
270
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -349,30 +277,14 @@ export interface DeleteAnomalyMonitorRequest {
|
|
|
349
277
|
|
|
350
278
|
MonitorArn: string | undefined;
|
|
351
279
|
}
|
|
352
|
-
export declare namespace DeleteAnomalyMonitorRequest {
|
|
353
|
-
|
|
354
|
-
const filterSensitiveLog: (obj: DeleteAnomalyMonitorRequest) => any;
|
|
355
|
-
}
|
|
356
280
|
export interface DeleteAnomalyMonitorResponse {
|
|
357
281
|
}
|
|
358
|
-
export declare namespace DeleteAnomalyMonitorResponse {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: DeleteAnomalyMonitorResponse) => any;
|
|
361
|
-
}
|
|
362
282
|
export interface DeleteAnomalySubscriptionRequest {
|
|
363
283
|
|
|
364
284
|
SubscriptionArn: string | undefined;
|
|
365
285
|
}
|
|
366
|
-
export declare namespace DeleteAnomalySubscriptionRequest {
|
|
367
|
-
|
|
368
|
-
const filterSensitiveLog: (obj: DeleteAnomalySubscriptionRequest) => any;
|
|
369
|
-
}
|
|
370
286
|
export interface DeleteAnomalySubscriptionResponse {
|
|
371
287
|
}
|
|
372
|
-
export declare namespace DeleteAnomalySubscriptionResponse {
|
|
373
|
-
|
|
374
|
-
const filterSensitiveLog: (obj: DeleteAnomalySubscriptionResponse) => any;
|
|
375
|
-
}
|
|
376
288
|
|
|
377
289
|
export declare class UnknownSubscriptionException extends __BaseException {
|
|
378
290
|
readonly name: "UnknownSubscriptionException";
|
|
@@ -385,20 +297,12 @@ export interface DeleteCostCategoryDefinitionRequest {
|
|
|
385
297
|
|
|
386
298
|
CostCategoryArn: string | undefined;
|
|
387
299
|
}
|
|
388
|
-
export declare namespace DeleteCostCategoryDefinitionRequest {
|
|
389
|
-
|
|
390
|
-
const filterSensitiveLog: (obj: DeleteCostCategoryDefinitionRequest) => any;
|
|
391
|
-
}
|
|
392
300
|
export interface DeleteCostCategoryDefinitionResponse {
|
|
393
301
|
|
|
394
302
|
CostCategoryArn?: string;
|
|
395
303
|
|
|
396
304
|
EffectiveEnd?: string;
|
|
397
305
|
}
|
|
398
|
-
export declare namespace DeleteCostCategoryDefinitionResponse {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: DeleteCostCategoryDefinitionResponse) => any;
|
|
401
|
-
}
|
|
402
306
|
|
|
403
307
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
404
308
|
readonly name: "ResourceNotFoundException";
|
|
@@ -414,10 +318,6 @@ export interface DescribeCostCategoryDefinitionRequest {
|
|
|
414
318
|
|
|
415
319
|
EffectiveOn?: string;
|
|
416
320
|
}
|
|
417
|
-
export declare namespace DescribeCostCategoryDefinitionRequest {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: DescribeCostCategoryDefinitionRequest) => any;
|
|
420
|
-
}
|
|
421
321
|
export declare enum CostCategoryStatusComponent {
|
|
422
322
|
COST_EXPLORER = "COST_EXPLORER"
|
|
423
323
|
}
|
|
@@ -432,10 +332,6 @@ export interface CostCategoryProcessingStatus {
|
|
|
432
332
|
|
|
433
333
|
Status?: CostCategoryStatus | string;
|
|
434
334
|
}
|
|
435
|
-
export declare namespace CostCategoryProcessingStatus {
|
|
436
|
-
|
|
437
|
-
const filterSensitiveLog: (obj: CostCategoryProcessingStatus) => any;
|
|
438
|
-
}
|
|
439
335
|
export declare enum NumericOperator {
|
|
440
336
|
BETWEEN = "BETWEEN",
|
|
441
337
|
EQUAL = "EQUAL",
|
|
@@ -453,10 +349,6 @@ export interface TotalImpactFilter {
|
|
|
453
349
|
|
|
454
350
|
EndValue?: number;
|
|
455
351
|
}
|
|
456
|
-
export declare namespace TotalImpactFilter {
|
|
457
|
-
|
|
458
|
-
const filterSensitiveLog: (obj: TotalImpactFilter) => any;
|
|
459
|
-
}
|
|
460
352
|
export interface GetAnomaliesRequest {
|
|
461
353
|
|
|
462
354
|
MonitorArn?: string;
|
|
@@ -471,20 +363,12 @@ export interface GetAnomaliesRequest {
|
|
|
471
363
|
|
|
472
364
|
MaxResults?: number;
|
|
473
365
|
}
|
|
474
|
-
export declare namespace GetAnomaliesRequest {
|
|
475
|
-
|
|
476
|
-
const filterSensitiveLog: (obj: GetAnomaliesRequest) => any;
|
|
477
|
-
}
|
|
478
366
|
export interface GetAnomaliesResponse {
|
|
479
367
|
|
|
480
368
|
Anomalies: Anomaly[] | undefined;
|
|
481
369
|
|
|
482
370
|
NextPageToken?: string;
|
|
483
371
|
}
|
|
484
|
-
export declare namespace GetAnomaliesResponse {
|
|
485
|
-
|
|
486
|
-
const filterSensitiveLog: (obj: GetAnomaliesResponse) => any;
|
|
487
|
-
}
|
|
488
372
|
|
|
489
373
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
490
374
|
readonly name: "InvalidNextTokenException";
|
|
@@ -501,10 +385,6 @@ export interface GetAnomalyMonitorsRequest {
|
|
|
501
385
|
|
|
502
386
|
MaxResults?: number;
|
|
503
387
|
}
|
|
504
|
-
export declare namespace GetAnomalyMonitorsRequest {
|
|
505
|
-
|
|
506
|
-
const filterSensitiveLog: (obj: GetAnomalyMonitorsRequest) => any;
|
|
507
|
-
}
|
|
508
388
|
export interface GetAnomalySubscriptionsRequest {
|
|
509
389
|
|
|
510
390
|
SubscriptionArnList?: string[];
|
|
@@ -515,20 +395,12 @@ export interface GetAnomalySubscriptionsRequest {
|
|
|
515
395
|
|
|
516
396
|
MaxResults?: number;
|
|
517
397
|
}
|
|
518
|
-
export declare namespace GetAnomalySubscriptionsRequest {
|
|
519
|
-
|
|
520
|
-
const filterSensitiveLog: (obj: GetAnomalySubscriptionsRequest) => any;
|
|
521
|
-
}
|
|
522
398
|
export interface GetAnomalySubscriptionsResponse {
|
|
523
399
|
|
|
524
400
|
AnomalySubscriptions: AnomalySubscription[] | undefined;
|
|
525
401
|
|
|
526
402
|
NextPageToken?: string;
|
|
527
403
|
}
|
|
528
|
-
export declare namespace GetAnomalySubscriptionsResponse {
|
|
529
|
-
|
|
530
|
-
const filterSensitiveLog: (obj: GetAnomalySubscriptionsResponse) => any;
|
|
531
|
-
}
|
|
532
404
|
|
|
533
405
|
export declare class BillExpirationException extends __BaseException {
|
|
534
406
|
readonly name: "BillExpirationException";
|
|
@@ -562,10 +434,6 @@ export interface GroupDefinition {
|
|
|
562
434
|
|
|
563
435
|
Key?: string;
|
|
564
436
|
}
|
|
565
|
-
export declare namespace GroupDefinition {
|
|
566
|
-
|
|
567
|
-
const filterSensitiveLog: (obj: GroupDefinition) => any;
|
|
568
|
-
}
|
|
569
437
|
|
|
570
438
|
export interface DateInterval {
|
|
571
439
|
|
|
@@ -573,10 +441,6 @@ export interface DateInterval {
|
|
|
573
441
|
|
|
574
442
|
End: string | undefined;
|
|
575
443
|
}
|
|
576
|
-
export declare namespace DateInterval {
|
|
577
|
-
|
|
578
|
-
const filterSensitiveLog: (obj: DateInterval) => any;
|
|
579
|
-
}
|
|
580
444
|
|
|
581
445
|
export interface DimensionValuesWithAttributes {
|
|
582
446
|
|
|
@@ -584,10 +448,6 @@ export interface DimensionValuesWithAttributes {
|
|
|
584
448
|
|
|
585
449
|
Attributes?: Record<string, string>;
|
|
586
450
|
}
|
|
587
|
-
export declare namespace DimensionValuesWithAttributes {
|
|
588
|
-
|
|
589
|
-
const filterSensitiveLog: (obj: DimensionValuesWithAttributes) => any;
|
|
590
|
-
}
|
|
591
451
|
|
|
592
452
|
export interface MetricValue {
|
|
593
453
|
|
|
@@ -595,10 +455,6 @@ export interface MetricValue {
|
|
|
595
455
|
|
|
596
456
|
Unit?: string;
|
|
597
457
|
}
|
|
598
|
-
export declare namespace MetricValue {
|
|
599
|
-
|
|
600
|
-
const filterSensitiveLog: (obj: MetricValue) => any;
|
|
601
|
-
}
|
|
602
458
|
|
|
603
459
|
export interface Group {
|
|
604
460
|
|
|
@@ -606,10 +462,6 @@ export interface Group {
|
|
|
606
462
|
|
|
607
463
|
Metrics?: Record<string, MetricValue>;
|
|
608
464
|
}
|
|
609
|
-
export declare namespace Group {
|
|
610
|
-
|
|
611
|
-
const filterSensitiveLog: (obj: Group) => any;
|
|
612
|
-
}
|
|
613
465
|
|
|
614
466
|
export interface ResultByTime {
|
|
615
467
|
|
|
@@ -621,10 +473,6 @@ export interface ResultByTime {
|
|
|
621
473
|
|
|
622
474
|
Estimated?: boolean;
|
|
623
475
|
}
|
|
624
|
-
export declare namespace ResultByTime {
|
|
625
|
-
|
|
626
|
-
const filterSensitiveLog: (obj: ResultByTime) => any;
|
|
627
|
-
}
|
|
628
476
|
export interface GetCostAndUsageResponse {
|
|
629
477
|
|
|
630
478
|
NextPageToken?: string;
|
|
@@ -635,10 +483,6 @@ export interface GetCostAndUsageResponse {
|
|
|
635
483
|
|
|
636
484
|
DimensionValueAttributes?: DimensionValuesWithAttributes[];
|
|
637
485
|
}
|
|
638
|
-
export declare namespace GetCostAndUsageResponse {
|
|
639
|
-
|
|
640
|
-
const filterSensitiveLog: (obj: GetCostAndUsageResponse) => any;
|
|
641
|
-
}
|
|
642
486
|
|
|
643
487
|
export declare class RequestChangedException extends __BaseException {
|
|
644
488
|
readonly name: "RequestChangedException";
|
|
@@ -657,10 +501,6 @@ export interface GetCostAndUsageWithResourcesResponse {
|
|
|
657
501
|
|
|
658
502
|
DimensionValueAttributes?: DimensionValuesWithAttributes[];
|
|
659
503
|
}
|
|
660
|
-
export declare namespace GetCostAndUsageWithResourcesResponse {
|
|
661
|
-
|
|
662
|
-
const filterSensitiveLog: (obj: GetCostAndUsageWithResourcesResponse) => any;
|
|
663
|
-
}
|
|
664
504
|
export declare enum SortOrder {
|
|
665
505
|
ASCENDING = "ASCENDING",
|
|
666
506
|
DESCENDING = "DESCENDING"
|
|
@@ -672,10 +512,6 @@ export interface SortDefinition {
|
|
|
672
512
|
|
|
673
513
|
SortOrder?: SortOrder | string;
|
|
674
514
|
}
|
|
675
|
-
export declare namespace SortDefinition {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: SortDefinition) => any;
|
|
678
|
-
}
|
|
679
515
|
export interface GetCostCategoriesResponse {
|
|
680
516
|
|
|
681
517
|
NextPageToken?: string;
|
|
@@ -688,10 +524,6 @@ export interface GetCostCategoriesResponse {
|
|
|
688
524
|
|
|
689
525
|
TotalSize: number | undefined;
|
|
690
526
|
}
|
|
691
|
-
export declare namespace GetCostCategoriesResponse {
|
|
692
|
-
|
|
693
|
-
const filterSensitiveLog: (obj: GetCostCategoriesResponse) => any;
|
|
694
|
-
}
|
|
695
527
|
export declare enum Metric {
|
|
696
528
|
AMORTIZED_COST = "AMORTIZED_COST",
|
|
697
529
|
BLENDED_COST = "BLENDED_COST",
|
|
@@ -712,20 +544,12 @@ export interface ForecastResult {
|
|
|
712
544
|
|
|
713
545
|
PredictionIntervalUpperBound?: string;
|
|
714
546
|
}
|
|
715
|
-
export declare namespace ForecastResult {
|
|
716
|
-
|
|
717
|
-
const filterSensitiveLog: (obj: ForecastResult) => any;
|
|
718
|
-
}
|
|
719
547
|
export interface GetCostForecastResponse {
|
|
720
548
|
|
|
721
549
|
Total?: MetricValue;
|
|
722
550
|
|
|
723
551
|
ForecastResultsByTime?: ForecastResult[];
|
|
724
552
|
}
|
|
725
|
-
export declare namespace GetCostForecastResponse {
|
|
726
|
-
|
|
727
|
-
const filterSensitiveLog: (obj: GetCostForecastResponse) => any;
|
|
728
|
-
}
|
|
729
553
|
export declare enum Context {
|
|
730
554
|
COST_AND_USAGE = "COST_AND_USAGE",
|
|
731
555
|
RESERVATIONS = "RESERVATIONS",
|
|
@@ -741,19 +565,11 @@ export interface GetDimensionValuesResponse {
|
|
|
741
565
|
|
|
742
566
|
NextPageToken?: string;
|
|
743
567
|
}
|
|
744
|
-
export declare namespace GetDimensionValuesResponse {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: GetDimensionValuesResponse) => any;
|
|
747
|
-
}
|
|
748
568
|
|
|
749
569
|
export interface CoverageCost {
|
|
750
570
|
|
|
751
571
|
OnDemandCost?: string;
|
|
752
572
|
}
|
|
753
|
-
export declare namespace CoverageCost {
|
|
754
|
-
|
|
755
|
-
const filterSensitiveLog: (obj: CoverageCost) => any;
|
|
756
|
-
}
|
|
757
573
|
|
|
758
574
|
export interface CoverageHours {
|
|
759
575
|
|
|
@@ -765,10 +581,6 @@ export interface CoverageHours {
|
|
|
765
581
|
|
|
766
582
|
CoverageHoursPercentage?: string;
|
|
767
583
|
}
|
|
768
|
-
export declare namespace CoverageHours {
|
|
769
|
-
|
|
770
|
-
const filterSensitiveLog: (obj: CoverageHours) => any;
|
|
771
|
-
}
|
|
772
584
|
|
|
773
585
|
export interface CoverageNormalizedUnits {
|
|
774
586
|
|
|
@@ -780,10 +592,6 @@ export interface CoverageNormalizedUnits {
|
|
|
780
592
|
|
|
781
593
|
CoverageNormalizedUnitsPercentage?: string;
|
|
782
594
|
}
|
|
783
|
-
export declare namespace CoverageNormalizedUnits {
|
|
784
|
-
|
|
785
|
-
const filterSensitiveLog: (obj: CoverageNormalizedUnits) => any;
|
|
786
|
-
}
|
|
787
595
|
|
|
788
596
|
export interface Coverage {
|
|
789
597
|
|
|
@@ -793,10 +601,6 @@ export interface Coverage {
|
|
|
793
601
|
|
|
794
602
|
CoverageCost?: CoverageCost;
|
|
795
603
|
}
|
|
796
|
-
export declare namespace Coverage {
|
|
797
|
-
|
|
798
|
-
const filterSensitiveLog: (obj: Coverage) => any;
|
|
799
|
-
}
|
|
800
604
|
|
|
801
605
|
export interface ReservationCoverageGroup {
|
|
802
606
|
|
|
@@ -804,10 +608,6 @@ export interface ReservationCoverageGroup {
|
|
|
804
608
|
|
|
805
609
|
Coverage?: Coverage;
|
|
806
610
|
}
|
|
807
|
-
export declare namespace ReservationCoverageGroup {
|
|
808
|
-
|
|
809
|
-
const filterSensitiveLog: (obj: ReservationCoverageGroup) => any;
|
|
810
|
-
}
|
|
811
611
|
|
|
812
612
|
export interface CoverageByTime {
|
|
813
613
|
|
|
@@ -817,10 +617,6 @@ export interface CoverageByTime {
|
|
|
817
617
|
|
|
818
618
|
Total?: Coverage;
|
|
819
619
|
}
|
|
820
|
-
export declare namespace CoverageByTime {
|
|
821
|
-
|
|
822
|
-
const filterSensitiveLog: (obj: CoverageByTime) => any;
|
|
823
|
-
}
|
|
824
620
|
export interface GetReservationCoverageResponse {
|
|
825
621
|
|
|
826
622
|
CoveragesByTime: CoverageByTime[] | undefined;
|
|
@@ -829,10 +625,6 @@ export interface GetReservationCoverageResponse {
|
|
|
829
625
|
|
|
830
626
|
NextPageToken?: string;
|
|
831
627
|
}
|
|
832
|
-
export declare namespace GetReservationCoverageResponse {
|
|
833
|
-
|
|
834
|
-
const filterSensitiveLog: (obj: GetReservationCoverageResponse) => any;
|
|
835
|
-
}
|
|
836
628
|
export declare enum LookbackPeriodInDays {
|
|
837
629
|
SEVEN_DAYS = "SEVEN_DAYS",
|
|
838
630
|
SIXTY_DAYS = "SIXTY_DAYS",
|
|
@@ -855,19 +647,11 @@ export interface EC2Specification {
|
|
|
855
647
|
|
|
856
648
|
OfferingClass?: OfferingClass | string;
|
|
857
649
|
}
|
|
858
|
-
export declare namespace EC2Specification {
|
|
859
|
-
|
|
860
|
-
const filterSensitiveLog: (obj: EC2Specification) => any;
|
|
861
|
-
}
|
|
862
650
|
|
|
863
651
|
export interface ServiceSpecification {
|
|
864
652
|
|
|
865
653
|
EC2Specification?: EC2Specification;
|
|
866
654
|
}
|
|
867
|
-
export declare namespace ServiceSpecification {
|
|
868
|
-
|
|
869
|
-
const filterSensitiveLog: (obj: ServiceSpecification) => any;
|
|
870
|
-
}
|
|
871
655
|
export declare enum TermInYears {
|
|
872
656
|
ONE_YEAR = "ONE_YEAR",
|
|
873
657
|
THREE_YEARS = "THREE_YEARS"
|
|
@@ -879,10 +663,6 @@ export interface ReservationPurchaseRecommendationMetadata {
|
|
|
879
663
|
|
|
880
664
|
GenerationTimestamp?: string;
|
|
881
665
|
}
|
|
882
|
-
export declare namespace ReservationPurchaseRecommendationMetadata {
|
|
883
|
-
|
|
884
|
-
const filterSensitiveLog: (obj: ReservationPurchaseRecommendationMetadata) => any;
|
|
885
|
-
}
|
|
886
666
|
|
|
887
667
|
export interface EC2InstanceDetails {
|
|
888
668
|
|
|
@@ -902,10 +682,6 @@ export interface EC2InstanceDetails {
|
|
|
902
682
|
|
|
903
683
|
SizeFlexEligible?: boolean;
|
|
904
684
|
}
|
|
905
|
-
export declare namespace EC2InstanceDetails {
|
|
906
|
-
|
|
907
|
-
const filterSensitiveLog: (obj: EC2InstanceDetails) => any;
|
|
908
|
-
}
|
|
909
685
|
|
|
910
686
|
export interface ElastiCacheInstanceDetails {
|
|
911
687
|
|
|
@@ -921,10 +697,6 @@ export interface ElastiCacheInstanceDetails {
|
|
|
921
697
|
|
|
922
698
|
SizeFlexEligible?: boolean;
|
|
923
699
|
}
|
|
924
|
-
export declare namespace ElastiCacheInstanceDetails {
|
|
925
|
-
|
|
926
|
-
const filterSensitiveLog: (obj: ElastiCacheInstanceDetails) => any;
|
|
927
|
-
}
|
|
928
700
|
|
|
929
701
|
export interface ESInstanceDetails {
|
|
930
702
|
|
|
@@ -938,10 +710,6 @@ export interface ESInstanceDetails {
|
|
|
938
710
|
|
|
939
711
|
SizeFlexEligible?: boolean;
|
|
940
712
|
}
|
|
941
|
-
export declare namespace ESInstanceDetails {
|
|
942
|
-
|
|
943
|
-
const filterSensitiveLog: (obj: ESInstanceDetails) => any;
|
|
944
|
-
}
|
|
945
713
|
|
|
946
714
|
export interface RDSInstanceDetails {
|
|
947
715
|
|
|
@@ -963,10 +731,6 @@ export interface RDSInstanceDetails {
|
|
|
963
731
|
|
|
964
732
|
SizeFlexEligible?: boolean;
|
|
965
733
|
}
|
|
966
|
-
export declare namespace RDSInstanceDetails {
|
|
967
|
-
|
|
968
|
-
const filterSensitiveLog: (obj: RDSInstanceDetails) => any;
|
|
969
|
-
}
|
|
970
734
|
|
|
971
735
|
export interface RedshiftInstanceDetails {
|
|
972
736
|
|
|
@@ -980,10 +744,6 @@ export interface RedshiftInstanceDetails {
|
|
|
980
744
|
|
|
981
745
|
SizeFlexEligible?: boolean;
|
|
982
746
|
}
|
|
983
|
-
export declare namespace RedshiftInstanceDetails {
|
|
984
|
-
|
|
985
|
-
const filterSensitiveLog: (obj: RedshiftInstanceDetails) => any;
|
|
986
|
-
}
|
|
987
747
|
|
|
988
748
|
export interface InstanceDetails {
|
|
989
749
|
|
|
@@ -997,10 +757,6 @@ export interface InstanceDetails {
|
|
|
997
757
|
|
|
998
758
|
ESInstanceDetails?: ESInstanceDetails;
|
|
999
759
|
}
|
|
1000
|
-
export declare namespace InstanceDetails {
|
|
1001
|
-
|
|
1002
|
-
const filterSensitiveLog: (obj: InstanceDetails) => any;
|
|
1003
|
-
}
|
|
1004
760
|
|
|
1005
761
|
export interface ReservationPurchaseRecommendationDetail {
|
|
1006
762
|
|
|
@@ -1042,10 +798,6 @@ export interface ReservationPurchaseRecommendationDetail {
|
|
|
1042
798
|
|
|
1043
799
|
RecurringStandardMonthlyCost?: string;
|
|
1044
800
|
}
|
|
1045
|
-
export declare namespace ReservationPurchaseRecommendationDetail {
|
|
1046
|
-
|
|
1047
|
-
const filterSensitiveLog: (obj: ReservationPurchaseRecommendationDetail) => any;
|
|
1048
|
-
}
|
|
1049
801
|
|
|
1050
802
|
export interface ReservationPurchaseRecommendationSummary {
|
|
1051
803
|
|
|
@@ -1055,10 +807,6 @@ export interface ReservationPurchaseRecommendationSummary {
|
|
|
1055
807
|
|
|
1056
808
|
CurrencyCode?: string;
|
|
1057
809
|
}
|
|
1058
|
-
export declare namespace ReservationPurchaseRecommendationSummary {
|
|
1059
|
-
|
|
1060
|
-
const filterSensitiveLog: (obj: ReservationPurchaseRecommendationSummary) => any;
|
|
1061
|
-
}
|
|
1062
810
|
|
|
1063
811
|
export interface ReservationPurchaseRecommendation {
|
|
1064
812
|
|
|
@@ -1076,10 +824,6 @@ export interface ReservationPurchaseRecommendation {
|
|
|
1076
824
|
|
|
1077
825
|
RecommendationSummary?: ReservationPurchaseRecommendationSummary;
|
|
1078
826
|
}
|
|
1079
|
-
export declare namespace ReservationPurchaseRecommendation {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: ReservationPurchaseRecommendation) => any;
|
|
1082
|
-
}
|
|
1083
827
|
export interface GetReservationPurchaseRecommendationResponse {
|
|
1084
828
|
|
|
1085
829
|
Metadata?: ReservationPurchaseRecommendationMetadata;
|
|
@@ -1088,10 +832,6 @@ export interface GetReservationPurchaseRecommendationResponse {
|
|
|
1088
832
|
|
|
1089
833
|
NextPageToken?: string;
|
|
1090
834
|
}
|
|
1091
|
-
export declare namespace GetReservationPurchaseRecommendationResponse {
|
|
1092
|
-
|
|
1093
|
-
const filterSensitiveLog: (obj: GetReservationPurchaseRecommendationResponse) => any;
|
|
1094
|
-
}
|
|
1095
835
|
|
|
1096
836
|
export interface ReservationAggregates {
|
|
1097
837
|
|
|
@@ -1129,10 +869,6 @@ export interface ReservationAggregates {
|
|
|
1129
869
|
|
|
1130
870
|
UnrealizedSavings?: string;
|
|
1131
871
|
}
|
|
1132
|
-
export declare namespace ReservationAggregates {
|
|
1133
|
-
|
|
1134
|
-
const filterSensitiveLog: (obj: ReservationAggregates) => any;
|
|
1135
|
-
}
|
|
1136
872
|
|
|
1137
873
|
export interface ReservationUtilizationGroup {
|
|
1138
874
|
|
|
@@ -1144,10 +880,6 @@ export interface ReservationUtilizationGroup {
|
|
|
1144
880
|
|
|
1145
881
|
Utilization?: ReservationAggregates;
|
|
1146
882
|
}
|
|
1147
|
-
export declare namespace ReservationUtilizationGroup {
|
|
1148
|
-
|
|
1149
|
-
const filterSensitiveLog: (obj: ReservationUtilizationGroup) => any;
|
|
1150
|
-
}
|
|
1151
883
|
|
|
1152
884
|
export interface UtilizationByTime {
|
|
1153
885
|
|
|
@@ -1157,10 +889,6 @@ export interface UtilizationByTime {
|
|
|
1157
889
|
|
|
1158
890
|
Total?: ReservationAggregates;
|
|
1159
891
|
}
|
|
1160
|
-
export declare namespace UtilizationByTime {
|
|
1161
|
-
|
|
1162
|
-
const filterSensitiveLog: (obj: UtilizationByTime) => any;
|
|
1163
|
-
}
|
|
1164
892
|
export interface GetReservationUtilizationResponse {
|
|
1165
893
|
|
|
1166
894
|
UtilizationsByTime: UtilizationByTime[] | undefined;
|
|
@@ -1169,10 +897,6 @@ export interface GetReservationUtilizationResponse {
|
|
|
1169
897
|
|
|
1170
898
|
NextPageToken?: string;
|
|
1171
899
|
}
|
|
1172
|
-
export declare namespace GetReservationUtilizationResponse {
|
|
1173
|
-
|
|
1174
|
-
const filterSensitiveLog: (obj: GetReservationUtilizationResponse) => any;
|
|
1175
|
-
}
|
|
1176
900
|
export declare enum RecommendationTarget {
|
|
1177
901
|
CROSS_INSTANCE_FAMILY = "CROSS_INSTANCE_FAMILY",
|
|
1178
902
|
SAME_INSTANCE_FAMILY = "SAME_INSTANCE_FAMILY"
|
|
@@ -1184,10 +908,6 @@ export interface RightsizingRecommendationConfiguration {
|
|
|
1184
908
|
|
|
1185
909
|
BenefitsConsidered: boolean | undefined;
|
|
1186
910
|
}
|
|
1187
|
-
export declare namespace RightsizingRecommendationConfiguration {
|
|
1188
|
-
|
|
1189
|
-
const filterSensitiveLog: (obj: RightsizingRecommendationConfiguration) => any;
|
|
1190
|
-
}
|
|
1191
911
|
|
|
1192
912
|
export interface RightsizingRecommendationMetadata {
|
|
1193
913
|
|
|
@@ -1199,10 +919,6 @@ export interface RightsizingRecommendationMetadata {
|
|
|
1199
919
|
|
|
1200
920
|
AdditionalMetadata?: string;
|
|
1201
921
|
}
|
|
1202
|
-
export declare namespace RightsizingRecommendationMetadata {
|
|
1203
|
-
|
|
1204
|
-
const filterSensitiveLog: (obj: RightsizingRecommendationMetadata) => any;
|
|
1205
|
-
}
|
|
1206
922
|
|
|
1207
923
|
export interface EC2ResourceDetails {
|
|
1208
924
|
|
|
@@ -1224,19 +940,11 @@ export interface EC2ResourceDetails {
|
|
|
1224
940
|
|
|
1225
941
|
Vcpu?: string;
|
|
1226
942
|
}
|
|
1227
|
-
export declare namespace EC2ResourceDetails {
|
|
1228
|
-
|
|
1229
|
-
const filterSensitiveLog: (obj: EC2ResourceDetails) => any;
|
|
1230
|
-
}
|
|
1231
943
|
|
|
1232
944
|
export interface ResourceDetails {
|
|
1233
945
|
|
|
1234
946
|
EC2ResourceDetails?: EC2ResourceDetails;
|
|
1235
947
|
}
|
|
1236
|
-
export declare namespace ResourceDetails {
|
|
1237
|
-
|
|
1238
|
-
const filterSensitiveLog: (obj: ResourceDetails) => any;
|
|
1239
|
-
}
|
|
1240
948
|
|
|
1241
949
|
export interface DiskResourceUtilization {
|
|
1242
950
|
|
|
@@ -1248,10 +956,6 @@ export interface DiskResourceUtilization {
|
|
|
1248
956
|
|
|
1249
957
|
DiskWriteBytesPerSecond?: string;
|
|
1250
958
|
}
|
|
1251
|
-
export declare namespace DiskResourceUtilization {
|
|
1252
|
-
|
|
1253
|
-
const filterSensitiveLog: (obj: DiskResourceUtilization) => any;
|
|
1254
|
-
}
|
|
1255
959
|
|
|
1256
960
|
export interface EBSResourceUtilization {
|
|
1257
961
|
|
|
@@ -1263,10 +967,6 @@ export interface EBSResourceUtilization {
|
|
|
1263
967
|
|
|
1264
968
|
EbsWriteBytesPerSecond?: string;
|
|
1265
969
|
}
|
|
1266
|
-
export declare namespace EBSResourceUtilization {
|
|
1267
|
-
|
|
1268
|
-
const filterSensitiveLog: (obj: EBSResourceUtilization) => any;
|
|
1269
|
-
}
|
|
1270
970
|
|
|
1271
971
|
export interface NetworkResourceUtilization {
|
|
1272
972
|
|
|
@@ -1278,10 +978,6 @@ export interface NetworkResourceUtilization {
|
|
|
1278
978
|
|
|
1279
979
|
NetworkPacketsOutPerSecond?: string;
|
|
1280
980
|
}
|
|
1281
|
-
export declare namespace NetworkResourceUtilization {
|
|
1282
|
-
|
|
1283
|
-
const filterSensitiveLog: (obj: NetworkResourceUtilization) => any;
|
|
1284
|
-
}
|
|
1285
981
|
|
|
1286
982
|
export interface EC2ResourceUtilization {
|
|
1287
983
|
|
|
@@ -1297,19 +993,11 @@ export interface EC2ResourceUtilization {
|
|
|
1297
993
|
|
|
1298
994
|
NetworkResourceUtilization?: NetworkResourceUtilization;
|
|
1299
995
|
}
|
|
1300
|
-
export declare namespace EC2ResourceUtilization {
|
|
1301
|
-
|
|
1302
|
-
const filterSensitiveLog: (obj: EC2ResourceUtilization) => any;
|
|
1303
|
-
}
|
|
1304
996
|
|
|
1305
997
|
export interface ResourceUtilization {
|
|
1306
998
|
|
|
1307
999
|
EC2ResourceUtilization?: EC2ResourceUtilization;
|
|
1308
1000
|
}
|
|
1309
|
-
export declare namespace ResourceUtilization {
|
|
1310
|
-
|
|
1311
|
-
const filterSensitiveLog: (obj: ResourceUtilization) => any;
|
|
1312
|
-
}
|
|
1313
1001
|
|
|
1314
1002
|
export interface CurrentInstance {
|
|
1315
1003
|
|
|
@@ -1335,10 +1023,6 @@ export interface CurrentInstance {
|
|
|
1335
1023
|
|
|
1336
1024
|
CurrencyCode?: string;
|
|
1337
1025
|
}
|
|
1338
|
-
export declare namespace CurrentInstance {
|
|
1339
|
-
|
|
1340
|
-
const filterSensitiveLog: (obj: CurrentInstance) => any;
|
|
1341
|
-
}
|
|
1342
1026
|
export declare enum FindingReasonCode {
|
|
1343
1027
|
CPU_OVER_PROVISIONED = "CPU_OVER_PROVISIONED",
|
|
1344
1028
|
CPU_UNDER_PROVISIONED = "CPU_UNDER_PROVISIONED",
|
|
@@ -1381,19 +1065,11 @@ export interface TargetInstance {
|
|
|
1381
1065
|
|
|
1382
1066
|
PlatformDifferences?: (PlatformDifference | string)[];
|
|
1383
1067
|
}
|
|
1384
|
-
export declare namespace TargetInstance {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: TargetInstance) => any;
|
|
1387
|
-
}
|
|
1388
1068
|
|
|
1389
1069
|
export interface ModifyRecommendationDetail {
|
|
1390
1070
|
|
|
1391
1071
|
TargetInstances?: TargetInstance[];
|
|
1392
1072
|
}
|
|
1393
|
-
export declare namespace ModifyRecommendationDetail {
|
|
1394
|
-
|
|
1395
|
-
const filterSensitiveLog: (obj: ModifyRecommendationDetail) => any;
|
|
1396
|
-
}
|
|
1397
1073
|
export declare enum RightsizingType {
|
|
1398
1074
|
MODIFY = "MODIFY",
|
|
1399
1075
|
TERMINATE = "TERMINATE"
|
|
@@ -1405,10 +1081,6 @@ export interface TerminateRecommendationDetail {
|
|
|
1405
1081
|
|
|
1406
1082
|
CurrencyCode?: string;
|
|
1407
1083
|
}
|
|
1408
|
-
export declare namespace TerminateRecommendationDetail {
|
|
1409
|
-
|
|
1410
|
-
const filterSensitiveLog: (obj: TerminateRecommendationDetail) => any;
|
|
1411
|
-
}
|
|
1412
1084
|
|
|
1413
1085
|
export interface RightsizingRecommendation {
|
|
1414
1086
|
|
|
@@ -1424,10 +1096,6 @@ export interface RightsizingRecommendation {
|
|
|
1424
1096
|
|
|
1425
1097
|
FindingReasonCodes?: (FindingReasonCode | string)[];
|
|
1426
1098
|
}
|
|
1427
|
-
export declare namespace RightsizingRecommendation {
|
|
1428
|
-
|
|
1429
|
-
const filterSensitiveLog: (obj: RightsizingRecommendation) => any;
|
|
1430
|
-
}
|
|
1431
1099
|
|
|
1432
1100
|
export interface RightsizingRecommendationSummary {
|
|
1433
1101
|
|
|
@@ -1439,10 +1107,6 @@ export interface RightsizingRecommendationSummary {
|
|
|
1439
1107
|
|
|
1440
1108
|
SavingsPercentage?: string;
|
|
1441
1109
|
}
|
|
1442
|
-
export declare namespace RightsizingRecommendationSummary {
|
|
1443
|
-
|
|
1444
|
-
const filterSensitiveLog: (obj: RightsizingRecommendationSummary) => any;
|
|
1445
|
-
}
|
|
1446
1110
|
export interface GetRightsizingRecommendationResponse {
|
|
1447
1111
|
|
|
1448
1112
|
Metadata?: RightsizingRecommendationMetadata;
|
|
@@ -1455,10 +1119,6 @@ export interface GetRightsizingRecommendationResponse {
|
|
|
1455
1119
|
|
|
1456
1120
|
Configuration?: RightsizingRecommendationConfiguration;
|
|
1457
1121
|
}
|
|
1458
|
-
export declare namespace GetRightsizingRecommendationResponse {
|
|
1459
|
-
|
|
1460
|
-
const filterSensitiveLog: (obj: GetRightsizingRecommendationResponse) => any;
|
|
1461
|
-
}
|
|
1462
1122
|
|
|
1463
1123
|
export interface SavingsPlansCoverageData {
|
|
1464
1124
|
|
|
@@ -1470,10 +1130,6 @@ export interface SavingsPlansCoverageData {
|
|
|
1470
1130
|
|
|
1471
1131
|
CoveragePercentage?: string;
|
|
1472
1132
|
}
|
|
1473
|
-
export declare namespace SavingsPlansCoverageData {
|
|
1474
|
-
|
|
1475
|
-
const filterSensitiveLog: (obj: SavingsPlansCoverageData) => any;
|
|
1476
|
-
}
|
|
1477
1133
|
|
|
1478
1134
|
export interface SavingsPlansCoverage {
|
|
1479
1135
|
|
|
@@ -1483,20 +1139,12 @@ export interface SavingsPlansCoverage {
|
|
|
1483
1139
|
|
|
1484
1140
|
TimePeriod?: DateInterval;
|
|
1485
1141
|
}
|
|
1486
|
-
export declare namespace SavingsPlansCoverage {
|
|
1487
|
-
|
|
1488
|
-
const filterSensitiveLog: (obj: SavingsPlansCoverage) => any;
|
|
1489
|
-
}
|
|
1490
1142
|
export interface GetSavingsPlansCoverageResponse {
|
|
1491
1143
|
|
|
1492
1144
|
SavingsPlansCoverages: SavingsPlansCoverage[] | undefined;
|
|
1493
1145
|
|
|
1494
1146
|
NextToken?: string;
|
|
1495
1147
|
}
|
|
1496
|
-
export declare namespace GetSavingsPlansCoverageResponse {
|
|
1497
|
-
|
|
1498
|
-
const filterSensitiveLog: (obj: GetSavingsPlansCoverageResponse) => any;
|
|
1499
|
-
}
|
|
1500
1148
|
export declare enum SupportedSavingsPlansType {
|
|
1501
1149
|
COMPUTE_SP = "COMPUTE_SP",
|
|
1502
1150
|
EC2_INSTANCE_SP = "EC2_INSTANCE_SP",
|
|
@@ -1511,10 +1159,6 @@ export interface SavingsPlansPurchaseRecommendationMetadata {
|
|
|
1511
1159
|
|
|
1512
1160
|
AdditionalMetadata?: string;
|
|
1513
1161
|
}
|
|
1514
|
-
export declare namespace SavingsPlansPurchaseRecommendationMetadata {
|
|
1515
|
-
|
|
1516
|
-
const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationMetadata) => any;
|
|
1517
|
-
}
|
|
1518
1162
|
|
|
1519
1163
|
export interface SavingsPlansDetails {
|
|
1520
1164
|
|
|
@@ -1524,10 +1168,6 @@ export interface SavingsPlansDetails {
|
|
|
1524
1168
|
|
|
1525
1169
|
OfferingId?: string;
|
|
1526
1170
|
}
|
|
1527
|
-
export declare namespace SavingsPlansDetails {
|
|
1528
|
-
|
|
1529
|
-
const filterSensitiveLog: (obj: SavingsPlansDetails) => any;
|
|
1530
|
-
}
|
|
1531
1171
|
|
|
1532
1172
|
export interface SavingsPlansPurchaseRecommendationDetail {
|
|
1533
1173
|
|
|
@@ -1563,10 +1203,6 @@ export interface SavingsPlansPurchaseRecommendationDetail {
|
|
|
1563
1203
|
|
|
1564
1204
|
CurrentAverageHourlyOnDemandSpend?: string;
|
|
1565
1205
|
}
|
|
1566
|
-
export declare namespace SavingsPlansPurchaseRecommendationDetail {
|
|
1567
|
-
|
|
1568
|
-
const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationDetail) => any;
|
|
1569
|
-
}
|
|
1570
1206
|
|
|
1571
1207
|
export interface SavingsPlansPurchaseRecommendationSummary {
|
|
1572
1208
|
|
|
@@ -1592,10 +1228,6 @@ export interface SavingsPlansPurchaseRecommendationSummary {
|
|
|
1592
1228
|
|
|
1593
1229
|
EstimatedOnDemandCostWithCurrentCommitment?: string;
|
|
1594
1230
|
}
|
|
1595
|
-
export declare namespace SavingsPlansPurchaseRecommendationSummary {
|
|
1596
|
-
|
|
1597
|
-
const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendationSummary) => any;
|
|
1598
|
-
}
|
|
1599
1231
|
|
|
1600
1232
|
export interface SavingsPlansPurchaseRecommendation {
|
|
1601
1233
|
|
|
@@ -1613,10 +1245,6 @@ export interface SavingsPlansPurchaseRecommendation {
|
|
|
1613
1245
|
|
|
1614
1246
|
SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary;
|
|
1615
1247
|
}
|
|
1616
|
-
export declare namespace SavingsPlansPurchaseRecommendation {
|
|
1617
|
-
|
|
1618
|
-
const filterSensitiveLog: (obj: SavingsPlansPurchaseRecommendation) => any;
|
|
1619
|
-
}
|
|
1620
1248
|
export interface GetSavingsPlansPurchaseRecommendationResponse {
|
|
1621
1249
|
|
|
1622
1250
|
Metadata?: SavingsPlansPurchaseRecommendationMetadata;
|
|
@@ -1625,10 +1253,6 @@ export interface GetSavingsPlansPurchaseRecommendationResponse {
|
|
|
1625
1253
|
|
|
1626
1254
|
NextPageToken?: string;
|
|
1627
1255
|
}
|
|
1628
|
-
export declare namespace GetSavingsPlansPurchaseRecommendationResponse {
|
|
1629
|
-
|
|
1630
|
-
const filterSensitiveLog: (obj: GetSavingsPlansPurchaseRecommendationResponse) => any;
|
|
1631
|
-
}
|
|
1632
1256
|
|
|
1633
1257
|
export interface SavingsPlansAmortizedCommitment {
|
|
1634
1258
|
|
|
@@ -1638,10 +1262,6 @@ export interface SavingsPlansAmortizedCommitment {
|
|
|
1638
1262
|
|
|
1639
1263
|
TotalAmortizedCommitment?: string;
|
|
1640
1264
|
}
|
|
1641
|
-
export declare namespace SavingsPlansAmortizedCommitment {
|
|
1642
|
-
|
|
1643
|
-
const filterSensitiveLog: (obj: SavingsPlansAmortizedCommitment) => any;
|
|
1644
|
-
}
|
|
1645
1265
|
|
|
1646
1266
|
export interface SavingsPlansSavings {
|
|
1647
1267
|
|
|
@@ -1649,10 +1269,6 @@ export interface SavingsPlansSavings {
|
|
|
1649
1269
|
|
|
1650
1270
|
OnDemandCostEquivalent?: string;
|
|
1651
1271
|
}
|
|
1652
|
-
export declare namespace SavingsPlansSavings {
|
|
1653
|
-
|
|
1654
|
-
const filterSensitiveLog: (obj: SavingsPlansSavings) => any;
|
|
1655
|
-
}
|
|
1656
1272
|
|
|
1657
1273
|
export interface SavingsPlansUtilization {
|
|
1658
1274
|
|
|
@@ -1664,10 +1280,6 @@ export interface SavingsPlansUtilization {
|
|
|
1664
1280
|
|
|
1665
1281
|
UtilizationPercentage?: string;
|
|
1666
1282
|
}
|
|
1667
|
-
export declare namespace SavingsPlansUtilization {
|
|
1668
|
-
|
|
1669
|
-
const filterSensitiveLog: (obj: SavingsPlansUtilization) => any;
|
|
1670
|
-
}
|
|
1671
1283
|
|
|
1672
1284
|
export interface SavingsPlansUtilizationByTime {
|
|
1673
1285
|
|
|
@@ -1679,10 +1291,6 @@ export interface SavingsPlansUtilizationByTime {
|
|
|
1679
1291
|
|
|
1680
1292
|
AmortizedCommitment?: SavingsPlansAmortizedCommitment;
|
|
1681
1293
|
}
|
|
1682
|
-
export declare namespace SavingsPlansUtilizationByTime {
|
|
1683
|
-
|
|
1684
|
-
const filterSensitiveLog: (obj: SavingsPlansUtilizationByTime) => any;
|
|
1685
|
-
}
|
|
1686
1294
|
|
|
1687
1295
|
export interface SavingsPlansUtilizationAggregates {
|
|
1688
1296
|
|
|
@@ -1692,20 +1300,12 @@ export interface SavingsPlansUtilizationAggregates {
|
|
|
1692
1300
|
|
|
1693
1301
|
AmortizedCommitment?: SavingsPlansAmortizedCommitment;
|
|
1694
1302
|
}
|
|
1695
|
-
export declare namespace SavingsPlansUtilizationAggregates {
|
|
1696
|
-
|
|
1697
|
-
const filterSensitiveLog: (obj: SavingsPlansUtilizationAggregates) => any;
|
|
1698
|
-
}
|
|
1699
1303
|
export interface GetSavingsPlansUtilizationResponse {
|
|
1700
1304
|
|
|
1701
1305
|
SavingsPlansUtilizationsByTime?: SavingsPlansUtilizationByTime[];
|
|
1702
1306
|
|
|
1703
1307
|
Total: SavingsPlansUtilizationAggregates | undefined;
|
|
1704
1308
|
}
|
|
1705
|
-
export declare namespace GetSavingsPlansUtilizationResponse {
|
|
1706
|
-
|
|
1707
|
-
const filterSensitiveLog: (obj: GetSavingsPlansUtilizationResponse) => any;
|
|
1708
|
-
}
|
|
1709
1309
|
export declare enum SavingsPlansDataType {
|
|
1710
1310
|
AMORTIZED_COMMITMENT = "AMORTIZED_COMMITMENT",
|
|
1711
1311
|
ATTRIBUTES = "ATTRIBUTES",
|
|
@@ -1725,10 +1325,6 @@ export interface SavingsPlansUtilizationDetail {
|
|
|
1725
1325
|
|
|
1726
1326
|
AmortizedCommitment?: SavingsPlansAmortizedCommitment;
|
|
1727
1327
|
}
|
|
1728
|
-
export declare namespace SavingsPlansUtilizationDetail {
|
|
1729
|
-
|
|
1730
|
-
const filterSensitiveLog: (obj: SavingsPlansUtilizationDetail) => any;
|
|
1731
|
-
}
|
|
1732
1328
|
export interface GetSavingsPlansUtilizationDetailsResponse {
|
|
1733
1329
|
|
|
1734
1330
|
SavingsPlansUtilizationDetails: SavingsPlansUtilizationDetail[] | undefined;
|
|
@@ -1739,10 +1335,6 @@ export interface GetSavingsPlansUtilizationDetailsResponse {
|
|
|
1739
1335
|
|
|
1740
1336
|
NextToken?: string;
|
|
1741
1337
|
}
|
|
1742
|
-
export declare namespace GetSavingsPlansUtilizationDetailsResponse {
|
|
1743
|
-
|
|
1744
|
-
const filterSensitiveLog: (obj: GetSavingsPlansUtilizationDetailsResponse) => any;
|
|
1745
|
-
}
|
|
1746
1338
|
export interface GetTagsResponse {
|
|
1747
1339
|
|
|
1748
1340
|
NextPageToken?: string;
|
|
@@ -1753,20 +1345,12 @@ export interface GetTagsResponse {
|
|
|
1753
1345
|
|
|
1754
1346
|
TotalSize: number | undefined;
|
|
1755
1347
|
}
|
|
1756
|
-
export declare namespace GetTagsResponse {
|
|
1757
|
-
|
|
1758
|
-
const filterSensitiveLog: (obj: GetTagsResponse) => any;
|
|
1759
|
-
}
|
|
1760
1348
|
export interface GetUsageForecastResponse {
|
|
1761
1349
|
|
|
1762
1350
|
Total?: MetricValue;
|
|
1763
1351
|
|
|
1764
1352
|
ForecastResultsByTime?: ForecastResult[];
|
|
1765
1353
|
}
|
|
1766
|
-
export declare namespace GetUsageForecastResponse {
|
|
1767
|
-
|
|
1768
|
-
const filterSensitiveLog: (obj: GetUsageForecastResponse) => any;
|
|
1769
|
-
}
|
|
1770
1354
|
|
|
1771
1355
|
export declare class UnresolvableUsageUnitException extends __BaseException {
|
|
1772
1356
|
readonly name: "UnresolvableUsageUnitException";
|
|
@@ -1795,10 +1379,6 @@ export interface ListCostAllocationTagsRequest {
|
|
|
1795
1379
|
|
|
1796
1380
|
MaxResults?: number;
|
|
1797
1381
|
}
|
|
1798
|
-
export declare namespace ListCostAllocationTagsRequest {
|
|
1799
|
-
|
|
1800
|
-
const filterSensitiveLog: (obj: ListCostAllocationTagsRequest) => any;
|
|
1801
|
-
}
|
|
1802
1382
|
|
|
1803
1383
|
export interface CostAllocationTag {
|
|
1804
1384
|
|
|
@@ -1808,20 +1388,12 @@ export interface CostAllocationTag {
|
|
|
1808
1388
|
|
|
1809
1389
|
Status: CostAllocationTagStatus | string | undefined;
|
|
1810
1390
|
}
|
|
1811
|
-
export declare namespace CostAllocationTag {
|
|
1812
|
-
|
|
1813
|
-
const filterSensitiveLog: (obj: CostAllocationTag) => any;
|
|
1814
|
-
}
|
|
1815
1391
|
export interface ListCostAllocationTagsResponse {
|
|
1816
1392
|
|
|
1817
1393
|
CostAllocationTags?: CostAllocationTag[];
|
|
1818
1394
|
|
|
1819
1395
|
NextToken?: string;
|
|
1820
1396
|
}
|
|
1821
|
-
export declare namespace ListCostAllocationTagsResponse {
|
|
1822
|
-
|
|
1823
|
-
const filterSensitiveLog: (obj: ListCostAllocationTagsResponse) => any;
|
|
1824
|
-
}
|
|
1825
1397
|
export interface ListCostCategoryDefinitionsRequest {
|
|
1826
1398
|
|
|
1827
1399
|
EffectiveOn?: string;
|
|
@@ -1830,10 +1402,6 @@ export interface ListCostCategoryDefinitionsRequest {
|
|
|
1830
1402
|
|
|
1831
1403
|
MaxResults?: number;
|
|
1832
1404
|
}
|
|
1833
|
-
export declare namespace ListCostCategoryDefinitionsRequest {
|
|
1834
|
-
|
|
1835
|
-
const filterSensitiveLog: (obj: ListCostCategoryDefinitionsRequest) => any;
|
|
1836
|
-
}
|
|
1837
1405
|
|
|
1838
1406
|
export interface CostCategoryReference {
|
|
1839
1407
|
|
|
@@ -1853,70 +1421,38 @@ export interface CostCategoryReference {
|
|
|
1853
1421
|
|
|
1854
1422
|
DefaultValue?: string;
|
|
1855
1423
|
}
|
|
1856
|
-
export declare namespace CostCategoryReference {
|
|
1857
|
-
|
|
1858
|
-
const filterSensitiveLog: (obj: CostCategoryReference) => any;
|
|
1859
|
-
}
|
|
1860
1424
|
export interface ListCostCategoryDefinitionsResponse {
|
|
1861
1425
|
|
|
1862
1426
|
CostCategoryReferences?: CostCategoryReference[];
|
|
1863
1427
|
|
|
1864
1428
|
NextToken?: string;
|
|
1865
1429
|
}
|
|
1866
|
-
export declare namespace ListCostCategoryDefinitionsResponse {
|
|
1867
|
-
|
|
1868
|
-
const filterSensitiveLog: (obj: ListCostCategoryDefinitionsResponse) => any;
|
|
1869
|
-
}
|
|
1870
1430
|
export interface ListTagsForResourceRequest {
|
|
1871
1431
|
|
|
1872
1432
|
ResourceArn: string | undefined;
|
|
1873
1433
|
}
|
|
1874
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1875
|
-
|
|
1876
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1877
|
-
}
|
|
1878
1434
|
export interface ListTagsForResourceResponse {
|
|
1879
1435
|
|
|
1880
1436
|
ResourceTags?: ResourceTag[];
|
|
1881
1437
|
}
|
|
1882
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1883
|
-
|
|
1884
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1885
|
-
}
|
|
1886
1438
|
export interface ProvideAnomalyFeedbackRequest {
|
|
1887
1439
|
|
|
1888
1440
|
AnomalyId: string | undefined;
|
|
1889
1441
|
|
|
1890
1442
|
Feedback: AnomalyFeedbackType | string | undefined;
|
|
1891
1443
|
}
|
|
1892
|
-
export declare namespace ProvideAnomalyFeedbackRequest {
|
|
1893
|
-
|
|
1894
|
-
const filterSensitiveLog: (obj: ProvideAnomalyFeedbackRequest) => any;
|
|
1895
|
-
}
|
|
1896
1444
|
export interface ProvideAnomalyFeedbackResponse {
|
|
1897
1445
|
|
|
1898
1446
|
AnomalyId: string | undefined;
|
|
1899
1447
|
}
|
|
1900
|
-
export declare namespace ProvideAnomalyFeedbackResponse {
|
|
1901
|
-
|
|
1902
|
-
const filterSensitiveLog: (obj: ProvideAnomalyFeedbackResponse) => any;
|
|
1903
|
-
}
|
|
1904
1448
|
export interface TagResourceRequest {
|
|
1905
1449
|
|
|
1906
1450
|
ResourceArn: string | undefined;
|
|
1907
1451
|
|
|
1908
1452
|
ResourceTags: ResourceTag[] | undefined;
|
|
1909
1453
|
}
|
|
1910
|
-
export declare namespace TagResourceRequest {
|
|
1911
|
-
|
|
1912
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1913
|
-
}
|
|
1914
1454
|
export interface TagResourceResponse {
|
|
1915
1455
|
}
|
|
1916
|
-
export declare namespace TagResourceResponse {
|
|
1917
|
-
|
|
1918
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1919
|
-
}
|
|
1920
1456
|
|
|
1921
1457
|
export declare class TooManyTagsException extends __BaseException {
|
|
1922
1458
|
readonly name: "TooManyTagsException";
|
|
@@ -1932,34 +1468,18 @@ export interface UntagResourceRequest {
|
|
|
1932
1468
|
|
|
1933
1469
|
ResourceTagKeys: string[] | undefined;
|
|
1934
1470
|
}
|
|
1935
|
-
export declare namespace UntagResourceRequest {
|
|
1936
|
-
|
|
1937
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1938
|
-
}
|
|
1939
1471
|
export interface UntagResourceResponse {
|
|
1940
1472
|
}
|
|
1941
|
-
export declare namespace UntagResourceResponse {
|
|
1942
|
-
|
|
1943
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1944
|
-
}
|
|
1945
1473
|
export interface UpdateAnomalyMonitorRequest {
|
|
1946
1474
|
|
|
1947
1475
|
MonitorArn: string | undefined;
|
|
1948
1476
|
|
|
1949
1477
|
MonitorName?: string;
|
|
1950
1478
|
}
|
|
1951
|
-
export declare namespace UpdateAnomalyMonitorRequest {
|
|
1952
|
-
|
|
1953
|
-
const filterSensitiveLog: (obj: UpdateAnomalyMonitorRequest) => any;
|
|
1954
|
-
}
|
|
1955
1479
|
export interface UpdateAnomalyMonitorResponse {
|
|
1956
1480
|
|
|
1957
1481
|
MonitorArn: string | undefined;
|
|
1958
1482
|
}
|
|
1959
|
-
export declare namespace UpdateAnomalyMonitorResponse {
|
|
1960
|
-
|
|
1961
|
-
const filterSensitiveLog: (obj: UpdateAnomalyMonitorResponse) => any;
|
|
1962
|
-
}
|
|
1963
1483
|
export interface UpdateAnomalySubscriptionRequest {
|
|
1964
1484
|
|
|
1965
1485
|
SubscriptionArn: string | undefined;
|
|
@@ -1974,18 +1494,10 @@ export interface UpdateAnomalySubscriptionRequest {
|
|
|
1974
1494
|
|
|
1975
1495
|
SubscriptionName?: string;
|
|
1976
1496
|
}
|
|
1977
|
-
export declare namespace UpdateAnomalySubscriptionRequest {
|
|
1978
|
-
|
|
1979
|
-
const filterSensitiveLog: (obj: UpdateAnomalySubscriptionRequest) => any;
|
|
1980
|
-
}
|
|
1981
1497
|
export interface UpdateAnomalySubscriptionResponse {
|
|
1982
1498
|
|
|
1983
1499
|
SubscriptionArn: string | undefined;
|
|
1984
1500
|
}
|
|
1985
|
-
export declare namespace UpdateAnomalySubscriptionResponse {
|
|
1986
|
-
|
|
1987
|
-
const filterSensitiveLog: (obj: UpdateAnomalySubscriptionResponse) => any;
|
|
1988
|
-
}
|
|
1989
1501
|
|
|
1990
1502
|
export interface CostAllocationTagStatusEntry {
|
|
1991
1503
|
|
|
@@ -1993,18 +1505,10 @@ export interface CostAllocationTagStatusEntry {
|
|
|
1993
1505
|
|
|
1994
1506
|
Status: CostAllocationTagStatus | string | undefined;
|
|
1995
1507
|
}
|
|
1996
|
-
export declare namespace CostAllocationTagStatusEntry {
|
|
1997
|
-
|
|
1998
|
-
const filterSensitiveLog: (obj: CostAllocationTagStatusEntry) => any;
|
|
1999
|
-
}
|
|
2000
1508
|
export interface UpdateCostAllocationTagsStatusRequest {
|
|
2001
1509
|
|
|
2002
1510
|
CostAllocationTagsStatus: CostAllocationTagStatusEntry[] | undefined;
|
|
2003
1511
|
}
|
|
2004
|
-
export declare namespace UpdateCostAllocationTagsStatusRequest {
|
|
2005
|
-
|
|
2006
|
-
const filterSensitiveLog: (obj: UpdateCostAllocationTagsStatusRequest) => any;
|
|
2007
|
-
}
|
|
2008
1512
|
|
|
2009
1513
|
export interface UpdateCostAllocationTagsStatusError {
|
|
2010
1514
|
|
|
@@ -2014,28 +1518,16 @@ export interface UpdateCostAllocationTagsStatusError {
|
|
|
2014
1518
|
|
|
2015
1519
|
Message?: string;
|
|
2016
1520
|
}
|
|
2017
|
-
export declare namespace UpdateCostAllocationTagsStatusError {
|
|
2018
|
-
|
|
2019
|
-
const filterSensitiveLog: (obj: UpdateCostAllocationTagsStatusError) => any;
|
|
2020
|
-
}
|
|
2021
1521
|
export interface UpdateCostAllocationTagsStatusResponse {
|
|
2022
1522
|
|
|
2023
1523
|
Errors?: UpdateCostAllocationTagsStatusError[];
|
|
2024
1524
|
}
|
|
2025
|
-
export declare namespace UpdateCostAllocationTagsStatusResponse {
|
|
2026
|
-
|
|
2027
|
-
const filterSensitiveLog: (obj: UpdateCostAllocationTagsStatusResponse) => any;
|
|
2028
|
-
}
|
|
2029
1525
|
export interface UpdateCostCategoryDefinitionResponse {
|
|
2030
1526
|
|
|
2031
1527
|
CostCategoryArn?: string;
|
|
2032
1528
|
|
|
2033
1529
|
EffectiveStart?: string;
|
|
2034
1530
|
}
|
|
2035
|
-
export declare namespace UpdateCostCategoryDefinitionResponse {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: UpdateCostCategoryDefinitionResponse) => any;
|
|
2038
|
-
}
|
|
2039
1531
|
|
|
2040
1532
|
export interface Expression {
|
|
2041
1533
|
|
|
@@ -2051,10 +1543,6 @@ export interface Expression {
|
|
|
2051
1543
|
|
|
2052
1544
|
CostCategories?: CostCategoryValues;
|
|
2053
1545
|
}
|
|
2054
|
-
export declare namespace Expression {
|
|
2055
|
-
|
|
2056
|
-
const filterSensitiveLog: (obj: Expression) => any;
|
|
2057
|
-
}
|
|
2058
1546
|
|
|
2059
1547
|
export interface AnomalyMonitor {
|
|
2060
1548
|
|
|
@@ -2076,10 +1564,6 @@ export interface AnomalyMonitor {
|
|
|
2076
1564
|
|
|
2077
1565
|
DimensionalValueCount?: number;
|
|
2078
1566
|
}
|
|
2079
|
-
export declare namespace AnomalyMonitor {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: AnomalyMonitor) => any;
|
|
2082
|
-
}
|
|
2083
1567
|
|
|
2084
1568
|
export interface CostCategoryRule {
|
|
2085
1569
|
|
|
@@ -2091,10 +1575,6 @@ export interface CostCategoryRule {
|
|
|
2091
1575
|
|
|
2092
1576
|
Type?: CostCategoryRuleType | string;
|
|
2093
1577
|
}
|
|
2094
|
-
export declare namespace CostCategoryRule {
|
|
2095
|
-
|
|
2096
|
-
const filterSensitiveLog: (obj: CostCategoryRule) => any;
|
|
2097
|
-
}
|
|
2098
1578
|
export interface GetCostAndUsageRequest {
|
|
2099
1579
|
|
|
2100
1580
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2109,10 +1589,6 @@ export interface GetCostAndUsageRequest {
|
|
|
2109
1589
|
|
|
2110
1590
|
NextPageToken?: string;
|
|
2111
1591
|
}
|
|
2112
|
-
export declare namespace GetCostAndUsageRequest {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: GetCostAndUsageRequest) => any;
|
|
2115
|
-
}
|
|
2116
1592
|
export interface GetCostAndUsageWithResourcesRequest {
|
|
2117
1593
|
|
|
2118
1594
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2127,10 +1603,6 @@ export interface GetCostAndUsageWithResourcesRequest {
|
|
|
2127
1603
|
|
|
2128
1604
|
NextPageToken?: string;
|
|
2129
1605
|
}
|
|
2130
|
-
export declare namespace GetCostAndUsageWithResourcesRequest {
|
|
2131
|
-
|
|
2132
|
-
const filterSensitiveLog: (obj: GetCostAndUsageWithResourcesRequest) => any;
|
|
2133
|
-
}
|
|
2134
1606
|
export interface GetCostCategoriesRequest {
|
|
2135
1607
|
|
|
2136
1608
|
SearchString?: string;
|
|
@@ -2147,10 +1619,6 @@ export interface GetCostCategoriesRequest {
|
|
|
2147
1619
|
|
|
2148
1620
|
NextPageToken?: string;
|
|
2149
1621
|
}
|
|
2150
|
-
export declare namespace GetCostCategoriesRequest {
|
|
2151
|
-
|
|
2152
|
-
const filterSensitiveLog: (obj: GetCostCategoriesRequest) => any;
|
|
2153
|
-
}
|
|
2154
1622
|
export interface GetCostForecastRequest {
|
|
2155
1623
|
|
|
2156
1624
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2163,10 +1631,6 @@ export interface GetCostForecastRequest {
|
|
|
2163
1631
|
|
|
2164
1632
|
PredictionIntervalLevel?: number;
|
|
2165
1633
|
}
|
|
2166
|
-
export declare namespace GetCostForecastRequest {
|
|
2167
|
-
|
|
2168
|
-
const filterSensitiveLog: (obj: GetCostForecastRequest) => any;
|
|
2169
|
-
}
|
|
2170
1634
|
export interface GetDimensionValuesRequest {
|
|
2171
1635
|
|
|
2172
1636
|
SearchString?: string;
|
|
@@ -2185,10 +1649,6 @@ export interface GetDimensionValuesRequest {
|
|
|
2185
1649
|
|
|
2186
1650
|
NextPageToken?: string;
|
|
2187
1651
|
}
|
|
2188
|
-
export declare namespace GetDimensionValuesRequest {
|
|
2189
|
-
|
|
2190
|
-
const filterSensitiveLog: (obj: GetDimensionValuesRequest) => any;
|
|
2191
|
-
}
|
|
2192
1652
|
|
|
2193
1653
|
export interface GetReservationCoverageRequest {
|
|
2194
1654
|
|
|
@@ -2208,10 +1668,6 @@ export interface GetReservationCoverageRequest {
|
|
|
2208
1668
|
|
|
2209
1669
|
MaxResults?: number;
|
|
2210
1670
|
}
|
|
2211
|
-
export declare namespace GetReservationCoverageRequest {
|
|
2212
|
-
|
|
2213
|
-
const filterSensitiveLog: (obj: GetReservationCoverageRequest) => any;
|
|
2214
|
-
}
|
|
2215
1671
|
export interface GetReservationPurchaseRecommendationRequest {
|
|
2216
1672
|
|
|
2217
1673
|
AccountId?: string;
|
|
@@ -2234,10 +1690,6 @@ export interface GetReservationPurchaseRecommendationRequest {
|
|
|
2234
1690
|
|
|
2235
1691
|
NextPageToken?: string;
|
|
2236
1692
|
}
|
|
2237
|
-
export declare namespace GetReservationPurchaseRecommendationRequest {
|
|
2238
|
-
|
|
2239
|
-
const filterSensitiveLog: (obj: GetReservationPurchaseRecommendationRequest) => any;
|
|
2240
|
-
}
|
|
2241
1693
|
export interface GetReservationUtilizationRequest {
|
|
2242
1694
|
|
|
2243
1695
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2254,10 +1706,6 @@ export interface GetReservationUtilizationRequest {
|
|
|
2254
1706
|
|
|
2255
1707
|
MaxResults?: number;
|
|
2256
1708
|
}
|
|
2257
|
-
export declare namespace GetReservationUtilizationRequest {
|
|
2258
|
-
|
|
2259
|
-
const filterSensitiveLog: (obj: GetReservationUtilizationRequest) => any;
|
|
2260
|
-
}
|
|
2261
1709
|
export interface GetRightsizingRecommendationRequest {
|
|
2262
1710
|
|
|
2263
1711
|
Filter?: Expression;
|
|
@@ -2270,10 +1718,6 @@ export interface GetRightsizingRecommendationRequest {
|
|
|
2270
1718
|
|
|
2271
1719
|
NextPageToken?: string;
|
|
2272
1720
|
}
|
|
2273
|
-
export declare namespace GetRightsizingRecommendationRequest {
|
|
2274
|
-
|
|
2275
|
-
const filterSensitiveLog: (obj: GetRightsizingRecommendationRequest) => any;
|
|
2276
|
-
}
|
|
2277
1721
|
export interface GetSavingsPlansCoverageRequest {
|
|
2278
1722
|
|
|
2279
1723
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2292,10 +1736,6 @@ export interface GetSavingsPlansCoverageRequest {
|
|
|
2292
1736
|
|
|
2293
1737
|
SortBy?: SortDefinition;
|
|
2294
1738
|
}
|
|
2295
|
-
export declare namespace GetSavingsPlansCoverageRequest {
|
|
2296
|
-
|
|
2297
|
-
const filterSensitiveLog: (obj: GetSavingsPlansCoverageRequest) => any;
|
|
2298
|
-
}
|
|
2299
1739
|
export interface GetSavingsPlansPurchaseRecommendationRequest {
|
|
2300
1740
|
|
|
2301
1741
|
SavingsPlansType: SupportedSavingsPlansType | string | undefined;
|
|
@@ -2314,10 +1754,6 @@ export interface GetSavingsPlansPurchaseRecommendationRequest {
|
|
|
2314
1754
|
|
|
2315
1755
|
Filter?: Expression;
|
|
2316
1756
|
}
|
|
2317
|
-
export declare namespace GetSavingsPlansPurchaseRecommendationRequest {
|
|
2318
|
-
|
|
2319
|
-
const filterSensitiveLog: (obj: GetSavingsPlansPurchaseRecommendationRequest) => any;
|
|
2320
|
-
}
|
|
2321
1757
|
export interface GetSavingsPlansUtilizationDetailsRequest {
|
|
2322
1758
|
|
|
2323
1759
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2332,10 +1768,6 @@ export interface GetSavingsPlansUtilizationDetailsRequest {
|
|
|
2332
1768
|
|
|
2333
1769
|
SortBy?: SortDefinition;
|
|
2334
1770
|
}
|
|
2335
|
-
export declare namespace GetSavingsPlansUtilizationDetailsRequest {
|
|
2336
|
-
|
|
2337
|
-
const filterSensitiveLog: (obj: GetSavingsPlansUtilizationDetailsRequest) => any;
|
|
2338
|
-
}
|
|
2339
1771
|
export interface GetSavingsPlansUtilizationRequest {
|
|
2340
1772
|
|
|
2341
1773
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2346,10 +1778,6 @@ export interface GetSavingsPlansUtilizationRequest {
|
|
|
2346
1778
|
|
|
2347
1779
|
SortBy?: SortDefinition;
|
|
2348
1780
|
}
|
|
2349
|
-
export declare namespace GetSavingsPlansUtilizationRequest {
|
|
2350
|
-
|
|
2351
|
-
const filterSensitiveLog: (obj: GetSavingsPlansUtilizationRequest) => any;
|
|
2352
|
-
}
|
|
2353
1781
|
export interface GetTagsRequest {
|
|
2354
1782
|
|
|
2355
1783
|
SearchString?: string;
|
|
@@ -2366,10 +1794,6 @@ export interface GetTagsRequest {
|
|
|
2366
1794
|
|
|
2367
1795
|
NextPageToken?: string;
|
|
2368
1796
|
}
|
|
2369
|
-
export declare namespace GetTagsRequest {
|
|
2370
|
-
|
|
2371
|
-
const filterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
2372
|
-
}
|
|
2373
1797
|
export interface GetUsageForecastRequest {
|
|
2374
1798
|
|
|
2375
1799
|
TimePeriod: DateInterval | undefined;
|
|
@@ -2382,20 +1806,12 @@ export interface GetUsageForecastRequest {
|
|
|
2382
1806
|
|
|
2383
1807
|
PredictionIntervalLevel?: number;
|
|
2384
1808
|
}
|
|
2385
|
-
export declare namespace GetUsageForecastRequest {
|
|
2386
|
-
|
|
2387
|
-
const filterSensitiveLog: (obj: GetUsageForecastRequest) => any;
|
|
2388
|
-
}
|
|
2389
1809
|
export interface CreateAnomalyMonitorRequest {
|
|
2390
1810
|
|
|
2391
1811
|
AnomalyMonitor: AnomalyMonitor | undefined;
|
|
2392
1812
|
|
|
2393
1813
|
ResourceTags?: ResourceTag[];
|
|
2394
1814
|
}
|
|
2395
|
-
export declare namespace CreateAnomalyMonitorRequest {
|
|
2396
|
-
|
|
2397
|
-
const filterSensitiveLog: (obj: CreateAnomalyMonitorRequest) => any;
|
|
2398
|
-
}
|
|
2399
1815
|
|
|
2400
1816
|
export interface CostCategory {
|
|
2401
1817
|
|
|
@@ -2417,10 +1833,6 @@ export interface CostCategory {
|
|
|
2417
1833
|
|
|
2418
1834
|
DefaultValue?: string;
|
|
2419
1835
|
}
|
|
2420
|
-
export declare namespace CostCategory {
|
|
2421
|
-
|
|
2422
|
-
const filterSensitiveLog: (obj: CostCategory) => any;
|
|
2423
|
-
}
|
|
2424
1836
|
export interface CreateCostCategoryDefinitionRequest {
|
|
2425
1837
|
|
|
2426
1838
|
Name: string | undefined;
|
|
@@ -2435,20 +1847,12 @@ export interface CreateCostCategoryDefinitionRequest {
|
|
|
2435
1847
|
|
|
2436
1848
|
ResourceTags?: ResourceTag[];
|
|
2437
1849
|
}
|
|
2438
|
-
export declare namespace CreateCostCategoryDefinitionRequest {
|
|
2439
|
-
|
|
2440
|
-
const filterSensitiveLog: (obj: CreateCostCategoryDefinitionRequest) => any;
|
|
2441
|
-
}
|
|
2442
1850
|
export interface GetAnomalyMonitorsResponse {
|
|
2443
1851
|
|
|
2444
1852
|
AnomalyMonitors: AnomalyMonitor[] | undefined;
|
|
2445
1853
|
|
|
2446
1854
|
NextPageToken?: string;
|
|
2447
1855
|
}
|
|
2448
|
-
export declare namespace GetAnomalyMonitorsResponse {
|
|
2449
|
-
|
|
2450
|
-
const filterSensitiveLog: (obj: GetAnomalyMonitorsResponse) => any;
|
|
2451
|
-
}
|
|
2452
1856
|
export interface UpdateCostCategoryDefinitionRequest {
|
|
2453
1857
|
|
|
2454
1858
|
CostCategoryArn: string | undefined;
|
|
@@ -2461,15 +1865,309 @@ export interface UpdateCostCategoryDefinitionRequest {
|
|
|
2461
1865
|
|
|
2462
1866
|
SplitChargeRules?: CostCategorySplitChargeRule[];
|
|
2463
1867
|
}
|
|
2464
|
-
export declare namespace UpdateCostCategoryDefinitionRequest {
|
|
2465
|
-
|
|
2466
|
-
const filterSensitiveLog: (obj: UpdateCostCategoryDefinitionRequest) => any;
|
|
2467
|
-
}
|
|
2468
1868
|
export interface DescribeCostCategoryDefinitionResponse {
|
|
2469
1869
|
|
|
2470
1870
|
CostCategory?: CostCategory;
|
|
2471
1871
|
}
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
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;
|