@aws-sdk/client-cost-explorer 3.301.0 → 3.306.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/dist-cjs/models/models_0.js +215 -250
- package/dist-es/models/models_0.js +215 -250
- package/dist-types/models/models_0.d.ts +391 -216
- package/dist-types/ts3.4/models/models_0.d.ts +274 -215
- package/package.json +34 -34
|
@@ -2,90 +2,81 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TooManyTagsException = exports.GenerationExistsException = exports.GenerationStatus = exports.CostAllocationTagType = exports.CostAllocationTagStatus = exports.UnresolvableUsageUnitException = exports.SavingsPlansDataType = exports.SupportedSavingsPlansType = exports.RightsizingType = exports.PlatformDifference = exports.FindingReasonCode = exports.RecommendationTarget = exports.TermInYears = exports.OfferingClass = exports.PaymentOption = exports.LookbackPeriodInDays = exports.Context = exports.Metric = exports.SortOrder = exports.RequestChangedException = exports.GroupDefinitionType = exports.Granularity = exports.DataUnavailableException = exports.BillExpirationException = exports.InvalidNextTokenException = exports.NumericOperator = exports.CostCategoryStatus = exports.CostCategoryStatusComponent = exports.ResourceNotFoundException = exports.UnknownSubscriptionException = exports.ServiceQuotaExceededException = exports.CostCategorySplitChargeRuleParameterType = exports.CostCategorySplitChargeMethod = exports.CostCategoryRuleVersion = exports.CostCategoryRuleType = exports.CostCategoryInheritedValueDimensionName = exports.UnknownMonitorException = exports.LimitExceededException = exports.SubscriberType = exports.SubscriberStatus = exports.AnomalySubscriptionFrequency = exports.MonitorType = exports.Dimension = exports.MatchOption = exports.MonitorDimension = exports.AnomalyFeedbackType = exports.AccountScope = void 0;
|
|
4
4
|
const CostExplorerServiceException_1 = require("./CostExplorerServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
(function (SubscriberStatus) {
|
|
81
|
-
SubscriberStatus["CONFIRMED"] = "CONFIRMED";
|
|
82
|
-
SubscriberStatus["DECLINED"] = "DECLINED";
|
|
83
|
-
})(SubscriberStatus = exports.SubscriberStatus || (exports.SubscriberStatus = {}));
|
|
84
|
-
var SubscriberType;
|
|
85
|
-
(function (SubscriberType) {
|
|
86
|
-
SubscriberType["EMAIL"] = "EMAIL";
|
|
87
|
-
SubscriberType["SNS"] = "SNS";
|
|
88
|
-
})(SubscriberType = exports.SubscriberType || (exports.SubscriberType = {}));
|
|
5
|
+
exports.AccountScope = {
|
|
6
|
+
LINKED: "LINKED",
|
|
7
|
+
PAYER: "PAYER",
|
|
8
|
+
};
|
|
9
|
+
exports.AnomalyFeedbackType = {
|
|
10
|
+
NO: "NO",
|
|
11
|
+
PLANNED_ACTIVITY: "PLANNED_ACTIVITY",
|
|
12
|
+
YES: "YES",
|
|
13
|
+
};
|
|
14
|
+
exports.MonitorDimension = {
|
|
15
|
+
SERVICE: "SERVICE",
|
|
16
|
+
};
|
|
17
|
+
exports.MatchOption = {
|
|
18
|
+
ABSENT: "ABSENT",
|
|
19
|
+
CASE_INSENSITIVE: "CASE_INSENSITIVE",
|
|
20
|
+
CASE_SENSITIVE: "CASE_SENSITIVE",
|
|
21
|
+
CONTAINS: "CONTAINS",
|
|
22
|
+
ENDS_WITH: "ENDS_WITH",
|
|
23
|
+
EQUALS: "EQUALS",
|
|
24
|
+
GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
|
|
25
|
+
STARTS_WITH: "STARTS_WITH",
|
|
26
|
+
};
|
|
27
|
+
exports.Dimension = {
|
|
28
|
+
AGREEMENT_END_DATE_TIME_AFTER: "AGREEMENT_END_DATE_TIME_AFTER",
|
|
29
|
+
AGREEMENT_END_DATE_TIME_BEFORE: "AGREEMENT_END_DATE_TIME_BEFORE",
|
|
30
|
+
ANOMALY_TOTAL_IMPACT_ABSOLUTE: "ANOMALY_TOTAL_IMPACT_ABSOLUTE",
|
|
31
|
+
ANOMALY_TOTAL_IMPACT_PERCENTAGE: "ANOMALY_TOTAL_IMPACT_PERCENTAGE",
|
|
32
|
+
AZ: "AZ",
|
|
33
|
+
BILLING_ENTITY: "BILLING_ENTITY",
|
|
34
|
+
CACHE_ENGINE: "CACHE_ENGINE",
|
|
35
|
+
DATABASE_ENGINE: "DATABASE_ENGINE",
|
|
36
|
+
DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION",
|
|
37
|
+
INSTANCE_TYPE: "INSTANCE_TYPE",
|
|
38
|
+
INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY",
|
|
39
|
+
INVOICING_ENTITY: "INVOICING_ENTITY",
|
|
40
|
+
LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME",
|
|
41
|
+
LINKED_ACCOUNT: "LINKED_ACCOUNT",
|
|
42
|
+
LINKED_ACCOUNT_NAME: "LINKED_ACCOUNT_NAME",
|
|
43
|
+
OPERATING_SYSTEM: "OPERATING_SYSTEM",
|
|
44
|
+
OPERATION: "OPERATION",
|
|
45
|
+
PAYMENT_OPTION: "PAYMENT_OPTION",
|
|
46
|
+
PLATFORM: "PLATFORM",
|
|
47
|
+
PURCHASE_TYPE: "PURCHASE_TYPE",
|
|
48
|
+
RECORD_TYPE: "RECORD_TYPE",
|
|
49
|
+
REGION: "REGION",
|
|
50
|
+
RESERVATION_ID: "RESERVATION_ID",
|
|
51
|
+
RESOURCE_ID: "RESOURCE_ID",
|
|
52
|
+
RIGHTSIZING_TYPE: "RIGHTSIZING_TYPE",
|
|
53
|
+
SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE",
|
|
54
|
+
SAVINGS_PLAN_ARN: "SAVINGS_PLAN_ARN",
|
|
55
|
+
SCOPE: "SCOPE",
|
|
56
|
+
SERVICE: "SERVICE",
|
|
57
|
+
SERVICE_CODE: "SERVICE_CODE",
|
|
58
|
+
SUBSCRIPTION_ID: "SUBSCRIPTION_ID",
|
|
59
|
+
TENANCY: "TENANCY",
|
|
60
|
+
USAGE_TYPE: "USAGE_TYPE",
|
|
61
|
+
USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP",
|
|
62
|
+
};
|
|
63
|
+
exports.MonitorType = {
|
|
64
|
+
CUSTOM: "CUSTOM",
|
|
65
|
+
DIMENSIONAL: "DIMENSIONAL",
|
|
66
|
+
};
|
|
67
|
+
exports.AnomalySubscriptionFrequency = {
|
|
68
|
+
DAILY: "DAILY",
|
|
69
|
+
IMMEDIATE: "IMMEDIATE",
|
|
70
|
+
WEEKLY: "WEEKLY",
|
|
71
|
+
};
|
|
72
|
+
exports.SubscriberStatus = {
|
|
73
|
+
CONFIRMED: "CONFIRMED",
|
|
74
|
+
DECLINED: "DECLINED",
|
|
75
|
+
};
|
|
76
|
+
exports.SubscriberType = {
|
|
77
|
+
EMAIL: "EMAIL",
|
|
78
|
+
SNS: "SNS",
|
|
79
|
+
};
|
|
89
80
|
class LimitExceededException extends CostExplorerServiceException_1.CostExplorerServiceException {
|
|
90
81
|
constructor(opts) {
|
|
91
82
|
super({
|
|
@@ -114,30 +105,25 @@ class UnknownMonitorException extends CostExplorerServiceException_1.CostExplore
|
|
|
114
105
|
}
|
|
115
106
|
}
|
|
116
107
|
exports.UnknownMonitorException = UnknownMonitorException;
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
})(CostCategorySplitChargeMethod = exports.CostCategorySplitChargeMethod || (exports.CostCategorySplitChargeMethod = {}));
|
|
137
|
-
var CostCategorySplitChargeRuleParameterType;
|
|
138
|
-
(function (CostCategorySplitChargeRuleParameterType) {
|
|
139
|
-
CostCategorySplitChargeRuleParameterType["ALLOCATION_PERCENTAGES"] = "ALLOCATION_PERCENTAGES";
|
|
140
|
-
})(CostCategorySplitChargeRuleParameterType = exports.CostCategorySplitChargeRuleParameterType || (exports.CostCategorySplitChargeRuleParameterType = {}));
|
|
108
|
+
exports.CostCategoryInheritedValueDimensionName = {
|
|
109
|
+
LINKED_ACCOUNT_NAME: "LINKED_ACCOUNT_NAME",
|
|
110
|
+
TAG: "TAG",
|
|
111
|
+
};
|
|
112
|
+
exports.CostCategoryRuleType = {
|
|
113
|
+
INHERITED_VALUE: "INHERITED_VALUE",
|
|
114
|
+
REGULAR: "REGULAR",
|
|
115
|
+
};
|
|
116
|
+
exports.CostCategoryRuleVersion = {
|
|
117
|
+
CostCategoryExpressionV1: "CostCategoryExpression.v1",
|
|
118
|
+
};
|
|
119
|
+
exports.CostCategorySplitChargeMethod = {
|
|
120
|
+
EVEN: "EVEN",
|
|
121
|
+
FIXED: "FIXED",
|
|
122
|
+
PROPORTIONAL: "PROPORTIONAL",
|
|
123
|
+
};
|
|
124
|
+
exports.CostCategorySplitChargeRuleParameterType = {
|
|
125
|
+
ALLOCATION_PERCENTAGES: "ALLOCATION_PERCENTAGES",
|
|
126
|
+
};
|
|
141
127
|
class ServiceQuotaExceededException extends CostExplorerServiceException_1.CostExplorerServiceException {
|
|
142
128
|
constructor(opts) {
|
|
143
129
|
super({
|
|
@@ -181,24 +167,21 @@ class ResourceNotFoundException extends CostExplorerServiceException_1.CostExplo
|
|
|
181
167
|
}
|
|
182
168
|
}
|
|
183
169
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
NumericOperator["LESS_THAN"] = "LESS_THAN";
|
|
200
|
-
NumericOperator["LESS_THAN_OR_EQUAL"] = "LESS_THAN_OR_EQUAL";
|
|
201
|
-
})(NumericOperator = exports.NumericOperator || (exports.NumericOperator = {}));
|
|
170
|
+
exports.CostCategoryStatusComponent = {
|
|
171
|
+
COST_EXPLORER: "COST_EXPLORER",
|
|
172
|
+
};
|
|
173
|
+
exports.CostCategoryStatus = {
|
|
174
|
+
APPLIED: "APPLIED",
|
|
175
|
+
PROCESSING: "PROCESSING",
|
|
176
|
+
};
|
|
177
|
+
exports.NumericOperator = {
|
|
178
|
+
BETWEEN: "BETWEEN",
|
|
179
|
+
EQUAL: "EQUAL",
|
|
180
|
+
GREATER_THAN: "GREATER_THAN",
|
|
181
|
+
GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
|
|
182
|
+
LESS_THAN: "LESS_THAN",
|
|
183
|
+
LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL",
|
|
184
|
+
};
|
|
202
185
|
class InvalidNextTokenException extends CostExplorerServiceException_1.CostExplorerServiceException {
|
|
203
186
|
constructor(opts) {
|
|
204
187
|
super({
|
|
@@ -241,18 +224,16 @@ class DataUnavailableException extends CostExplorerServiceException_1.CostExplor
|
|
|
241
224
|
}
|
|
242
225
|
}
|
|
243
226
|
exports.DataUnavailableException = DataUnavailableException;
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
GroupDefinitionType["TAG"] = "TAG";
|
|
255
|
-
})(GroupDefinitionType = exports.GroupDefinitionType || (exports.GroupDefinitionType = {}));
|
|
227
|
+
exports.Granularity = {
|
|
228
|
+
DAILY: "DAILY",
|
|
229
|
+
HOURLY: "HOURLY",
|
|
230
|
+
MONTHLY: "MONTHLY",
|
|
231
|
+
};
|
|
232
|
+
exports.GroupDefinitionType = {
|
|
233
|
+
COST_CATEGORY: "COST_CATEGORY",
|
|
234
|
+
DIMENSION: "DIMENSION",
|
|
235
|
+
TAG: "TAG",
|
|
236
|
+
};
|
|
256
237
|
class RequestChangedException extends CostExplorerServiceException_1.CostExplorerServiceException {
|
|
257
238
|
constructor(opts) {
|
|
258
239
|
super({
|
|
@@ -267,102 +248,89 @@ class RequestChangedException extends CostExplorerServiceException_1.CostExplore
|
|
|
267
248
|
}
|
|
268
249
|
}
|
|
269
250
|
exports.RequestChangedException = RequestChangedException;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
var SupportedSavingsPlansType;
|
|
354
|
-
(function (SupportedSavingsPlansType) {
|
|
355
|
-
SupportedSavingsPlansType["COMPUTE_SP"] = "COMPUTE_SP";
|
|
356
|
-
SupportedSavingsPlansType["EC2_INSTANCE_SP"] = "EC2_INSTANCE_SP";
|
|
357
|
-
SupportedSavingsPlansType["SAGEMAKER_SP"] = "SAGEMAKER_SP";
|
|
358
|
-
})(SupportedSavingsPlansType = exports.SupportedSavingsPlansType || (exports.SupportedSavingsPlansType = {}));
|
|
359
|
-
var SavingsPlansDataType;
|
|
360
|
-
(function (SavingsPlansDataType) {
|
|
361
|
-
SavingsPlansDataType["AMORTIZED_COMMITMENT"] = "AMORTIZED_COMMITMENT";
|
|
362
|
-
SavingsPlansDataType["ATTRIBUTES"] = "ATTRIBUTES";
|
|
363
|
-
SavingsPlansDataType["SAVINGS"] = "SAVINGS";
|
|
364
|
-
SavingsPlansDataType["UTILIZATION"] = "UTILIZATION";
|
|
365
|
-
})(SavingsPlansDataType = exports.SavingsPlansDataType || (exports.SavingsPlansDataType = {}));
|
|
251
|
+
exports.SortOrder = {
|
|
252
|
+
ASCENDING: "ASCENDING",
|
|
253
|
+
DESCENDING: "DESCENDING",
|
|
254
|
+
};
|
|
255
|
+
exports.Metric = {
|
|
256
|
+
AMORTIZED_COST: "AMORTIZED_COST",
|
|
257
|
+
BLENDED_COST: "BLENDED_COST",
|
|
258
|
+
NET_AMORTIZED_COST: "NET_AMORTIZED_COST",
|
|
259
|
+
NET_UNBLENDED_COST: "NET_UNBLENDED_COST",
|
|
260
|
+
NORMALIZED_USAGE_AMOUNT: "NORMALIZED_USAGE_AMOUNT",
|
|
261
|
+
UNBLENDED_COST: "UNBLENDED_COST",
|
|
262
|
+
USAGE_QUANTITY: "USAGE_QUANTITY",
|
|
263
|
+
};
|
|
264
|
+
exports.Context = {
|
|
265
|
+
COST_AND_USAGE: "COST_AND_USAGE",
|
|
266
|
+
RESERVATIONS: "RESERVATIONS",
|
|
267
|
+
SAVINGS_PLANS: "SAVINGS_PLANS",
|
|
268
|
+
};
|
|
269
|
+
exports.LookbackPeriodInDays = {
|
|
270
|
+
SEVEN_DAYS: "SEVEN_DAYS",
|
|
271
|
+
SIXTY_DAYS: "SIXTY_DAYS",
|
|
272
|
+
THIRTY_DAYS: "THIRTY_DAYS",
|
|
273
|
+
};
|
|
274
|
+
exports.PaymentOption = {
|
|
275
|
+
ALL_UPFRONT: "ALL_UPFRONT",
|
|
276
|
+
HEAVY_UTILIZATION: "HEAVY_UTILIZATION",
|
|
277
|
+
LIGHT_UTILIZATION: "LIGHT_UTILIZATION",
|
|
278
|
+
MEDIUM_UTILIZATION: "MEDIUM_UTILIZATION",
|
|
279
|
+
NO_UPFRONT: "NO_UPFRONT",
|
|
280
|
+
PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
|
|
281
|
+
};
|
|
282
|
+
exports.OfferingClass = {
|
|
283
|
+
CONVERTIBLE: "CONVERTIBLE",
|
|
284
|
+
STANDARD: "STANDARD",
|
|
285
|
+
};
|
|
286
|
+
exports.TermInYears = {
|
|
287
|
+
ONE_YEAR: "ONE_YEAR",
|
|
288
|
+
THREE_YEARS: "THREE_YEARS",
|
|
289
|
+
};
|
|
290
|
+
exports.RecommendationTarget = {
|
|
291
|
+
CROSS_INSTANCE_FAMILY: "CROSS_INSTANCE_FAMILY",
|
|
292
|
+
SAME_INSTANCE_FAMILY: "SAME_INSTANCE_FAMILY",
|
|
293
|
+
};
|
|
294
|
+
exports.FindingReasonCode = {
|
|
295
|
+
CPU_OVER_PROVISIONED: "CPU_OVER_PROVISIONED",
|
|
296
|
+
CPU_UNDER_PROVISIONED: "CPU_UNDER_PROVISIONED",
|
|
297
|
+
DISK_IOPS_OVER_PROVISIONED: "DISK_IOPS_OVER_PROVISIONED",
|
|
298
|
+
DISK_IOPS_UNDER_PROVISIONED: "DISK_IOPS_UNDER_PROVISIONED",
|
|
299
|
+
DISK_THROUGHPUT_OVER_PROVISIONED: "DISK_THROUGHPUT_OVER_PROVISIONED",
|
|
300
|
+
DISK_THROUGHPUT_UNDER_PROVISIONED: "DISK_THROUGHPUT_UNDER_PROVISIONED",
|
|
301
|
+
EBS_IOPS_OVER_PROVISIONED: "EBS_IOPS_OVER_PROVISIONED",
|
|
302
|
+
EBS_IOPS_UNDER_PROVISIONED: "EBS_IOPS_UNDER_PROVISIONED",
|
|
303
|
+
EBS_THROUGHPUT_OVER_PROVISIONED: "EBS_THROUGHPUT_OVER_PROVISIONED",
|
|
304
|
+
EBS_THROUGHPUT_UNDER_PROVISIONED: "EBS_THROUGHPUT_UNDER_PROVISIONED",
|
|
305
|
+
MEMORY_OVER_PROVISIONED: "MEMORY_OVER_PROVISIONED",
|
|
306
|
+
MEMORY_UNDER_PROVISIONED: "MEMORY_UNDER_PROVISIONED",
|
|
307
|
+
NETWORK_BANDWIDTH_OVER_PROVISIONED: "NETWORK_BANDWIDTH_OVER_PROVISIONED",
|
|
308
|
+
NETWORK_BANDWIDTH_UNDER_PROVISIONED: "NETWORK_BANDWIDTH_UNDER_PROVISIONED",
|
|
309
|
+
NETWORK_PPS_OVER_PROVISIONED: "NETWORK_PPS_OVER_PROVISIONED",
|
|
310
|
+
NETWORK_PPS_UNDER_PROVISIONED: "NETWORK_PPS_UNDER_PROVISIONED",
|
|
311
|
+
};
|
|
312
|
+
exports.PlatformDifference = {
|
|
313
|
+
HYPERVISOR: "HYPERVISOR",
|
|
314
|
+
INSTANCE_STORE_AVAILABILITY: "INSTANCE_STORE_AVAILABILITY",
|
|
315
|
+
NETWORK_INTERFACE: "NETWORK_INTERFACE",
|
|
316
|
+
STORAGE_INTERFACE: "STORAGE_INTERFACE",
|
|
317
|
+
VIRTUALIZATION_TYPE: "VIRTUALIZATION_TYPE",
|
|
318
|
+
};
|
|
319
|
+
exports.RightsizingType = {
|
|
320
|
+
MODIFY: "MODIFY",
|
|
321
|
+
TERMINATE: "TERMINATE",
|
|
322
|
+
};
|
|
323
|
+
exports.SupportedSavingsPlansType = {
|
|
324
|
+
COMPUTE_SP: "COMPUTE_SP",
|
|
325
|
+
EC2_INSTANCE_SP: "EC2_INSTANCE_SP",
|
|
326
|
+
SAGEMAKER_SP: "SAGEMAKER_SP",
|
|
327
|
+
};
|
|
328
|
+
exports.SavingsPlansDataType = {
|
|
329
|
+
AMORTIZED_COMMITMENT: "AMORTIZED_COMMITMENT",
|
|
330
|
+
ATTRIBUTES: "ATTRIBUTES",
|
|
331
|
+
SAVINGS: "SAVINGS",
|
|
332
|
+
UTILIZATION: "UTILIZATION",
|
|
333
|
+
};
|
|
366
334
|
class UnresolvableUsageUnitException extends CostExplorerServiceException_1.CostExplorerServiceException {
|
|
367
335
|
constructor(opts) {
|
|
368
336
|
super({
|
|
@@ -377,22 +345,19 @@ class UnresolvableUsageUnitException extends CostExplorerServiceException_1.Cost
|
|
|
377
345
|
}
|
|
378
346
|
}
|
|
379
347
|
exports.UnresolvableUsageUnitException = UnresolvableUsageUnitException;
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
GenerationStatus["PROCESSING"] = "PROCESSING";
|
|
394
|
-
GenerationStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
395
|
-
})(GenerationStatus = exports.GenerationStatus || (exports.GenerationStatus = {}));
|
|
348
|
+
exports.CostAllocationTagStatus = {
|
|
349
|
+
ACTIVE: "Active",
|
|
350
|
+
INACTIVE: "Inactive",
|
|
351
|
+
};
|
|
352
|
+
exports.CostAllocationTagType = {
|
|
353
|
+
AWS_GENERATED: "AWSGenerated",
|
|
354
|
+
USER_DEFINED: "UserDefined",
|
|
355
|
+
};
|
|
356
|
+
exports.GenerationStatus = {
|
|
357
|
+
FAILED: "FAILED",
|
|
358
|
+
PROCESSING: "PROCESSING",
|
|
359
|
+
SUCCEEDED: "SUCCEEDED",
|
|
360
|
+
};
|
|
396
361
|
class GenerationExistsException extends CostExplorerServiceException_1.CostExplorerServiceException {
|
|
397
362
|
constructor(opts) {
|
|
398
363
|
super({
|