@aws-sdk/client-cost-explorer 3.934.0 → 3.935.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.
@@ -0,0 +1,564 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AccountScope: {
6
+ readonly LINKED: "LINKED";
7
+ readonly PAYER: "PAYER";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AccountScope = (typeof AccountScope)[keyof typeof AccountScope];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const AnalysisStatus: {
18
+ readonly FAILED: "FAILED";
19
+ readonly PROCESSING: "PROCESSING";
20
+ readonly SUCCEEDED: "SUCCEEDED";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const AnalysisType: {
31
+ readonly CUSTOM_COMMITMENT: "CUSTOM_COMMITMENT";
32
+ readonly MAX_SAVINGS: "MAX_SAVINGS";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const PaymentOption: {
43
+ readonly ALL_UPFRONT: "ALL_UPFRONT";
44
+ readonly HEAVY_UTILIZATION: "HEAVY_UTILIZATION";
45
+ readonly LIGHT_UTILIZATION: "LIGHT_UTILIZATION";
46
+ readonly MEDIUM_UTILIZATION: "MEDIUM_UTILIZATION";
47
+ readonly NO_UPFRONT: "NO_UPFRONT";
48
+ readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
49
+ };
50
+ /**
51
+ * @public
52
+ */
53
+ export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const SupportedSavingsPlansType: {
59
+ readonly COMPUTE_SP: "COMPUTE_SP";
60
+ readonly EC2_INSTANCE_SP: "EC2_INSTANCE_SP";
61
+ readonly SAGEMAKER_SP: "SAGEMAKER_SP";
62
+ };
63
+ /**
64
+ * @public
65
+ */
66
+ export type SupportedSavingsPlansType = (typeof SupportedSavingsPlansType)[keyof typeof SupportedSavingsPlansType];
67
+ /**
68
+ * @public
69
+ * @enum
70
+ */
71
+ export declare const TermInYears: {
72
+ readonly ONE_YEAR: "ONE_YEAR";
73
+ readonly THREE_YEARS: "THREE_YEARS";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type TermInYears = (typeof TermInYears)[keyof typeof TermInYears];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const ErrorCode: {
84
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
85
+ readonly INVALID_ACCOUNT_ID: "INVALID_ACCOUNT_ID";
86
+ readonly INVALID_SAVINGS_PLANS_TO_ADD: "INVALID_SAVINGS_PLANS_TO_ADD";
87
+ readonly INVALID_SAVINGS_PLANS_TO_EXCLUDE: "INVALID_SAVINGS_PLANS_TO_EXCLUDE";
88
+ readonly NO_USAGE_FOUND: "NO_USAGE_FOUND";
89
+ };
90
+ /**
91
+ * @public
92
+ */
93
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
94
+ /**
95
+ * @public
96
+ * @enum
97
+ */
98
+ export declare const AnomalyFeedbackType: {
99
+ readonly NO: "NO";
100
+ readonly PLANNED_ACTIVITY: "PLANNED_ACTIVITY";
101
+ readonly YES: "YES";
102
+ };
103
+ /**
104
+ * @public
105
+ */
106
+ export type AnomalyFeedbackType = (typeof AnomalyFeedbackType)[keyof typeof AnomalyFeedbackType];
107
+ /**
108
+ * @public
109
+ * @enum
110
+ */
111
+ export declare const MonitorDimension: {
112
+ readonly COST_CATEGORY: "COST_CATEGORY";
113
+ readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
114
+ readonly SERVICE: "SERVICE";
115
+ readonly TAG: "TAG";
116
+ };
117
+ /**
118
+ * @public
119
+ */
120
+ export type MonitorDimension = (typeof MonitorDimension)[keyof typeof MonitorDimension];
121
+ /**
122
+ * @public
123
+ * @enum
124
+ */
125
+ export declare const MatchOption: {
126
+ readonly ABSENT: "ABSENT";
127
+ readonly CASE_INSENSITIVE: "CASE_INSENSITIVE";
128
+ readonly CASE_SENSITIVE: "CASE_SENSITIVE";
129
+ readonly CONTAINS: "CONTAINS";
130
+ readonly ENDS_WITH: "ENDS_WITH";
131
+ readonly EQUALS: "EQUALS";
132
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
133
+ readonly STARTS_WITH: "STARTS_WITH";
134
+ };
135
+ /**
136
+ * @public
137
+ */
138
+ export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
139
+ /**
140
+ * @public
141
+ * @enum
142
+ */
143
+ export declare const Dimension: {
144
+ readonly AGREEMENT_END_DATE_TIME_AFTER: "AGREEMENT_END_DATE_TIME_AFTER";
145
+ readonly AGREEMENT_END_DATE_TIME_BEFORE: "AGREEMENT_END_DATE_TIME_BEFORE";
146
+ readonly ANOMALY_TOTAL_IMPACT_ABSOLUTE: "ANOMALY_TOTAL_IMPACT_ABSOLUTE";
147
+ readonly ANOMALY_TOTAL_IMPACT_PERCENTAGE: "ANOMALY_TOTAL_IMPACT_PERCENTAGE";
148
+ readonly AZ: "AZ";
149
+ readonly BILLING_ENTITY: "BILLING_ENTITY";
150
+ readonly CACHE_ENGINE: "CACHE_ENGINE";
151
+ readonly DATABASE_ENGINE: "DATABASE_ENGINE";
152
+ readonly DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION";
153
+ readonly INSTANCE_TYPE: "INSTANCE_TYPE";
154
+ readonly INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY";
155
+ readonly INVOICING_ENTITY: "INVOICING_ENTITY";
156
+ readonly LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME";
157
+ readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
158
+ readonly LINKED_ACCOUNT_NAME: "LINKED_ACCOUNT_NAME";
159
+ readonly OPERATING_SYSTEM: "OPERATING_SYSTEM";
160
+ readonly OPERATION: "OPERATION";
161
+ readonly PAYER_ACCOUNT: "PAYER_ACCOUNT";
162
+ readonly PAYMENT_OPTION: "PAYMENT_OPTION";
163
+ readonly PLATFORM: "PLATFORM";
164
+ readonly PURCHASE_TYPE: "PURCHASE_TYPE";
165
+ readonly RECORD_TYPE: "RECORD_TYPE";
166
+ readonly REGION: "REGION";
167
+ readonly RESERVATION_ID: "RESERVATION_ID";
168
+ readonly RESOURCE_ID: "RESOURCE_ID";
169
+ readonly RIGHTSIZING_TYPE: "RIGHTSIZING_TYPE";
170
+ readonly SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE";
171
+ readonly SAVINGS_PLAN_ARN: "SAVINGS_PLAN_ARN";
172
+ readonly SCOPE: "SCOPE";
173
+ readonly SERVICE: "SERVICE";
174
+ readonly SERVICE_CODE: "SERVICE_CODE";
175
+ readonly SUBSCRIPTION_ID: "SUBSCRIPTION_ID";
176
+ readonly TENANCY: "TENANCY";
177
+ readonly USAGE_TYPE: "USAGE_TYPE";
178
+ readonly USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP";
179
+ };
180
+ /**
181
+ * @public
182
+ */
183
+ export type Dimension = (typeof Dimension)[keyof typeof Dimension];
184
+ /**
185
+ * @public
186
+ * @enum
187
+ */
188
+ export declare const MonitorType: {
189
+ readonly CUSTOM: "CUSTOM";
190
+ readonly DIMENSIONAL: "DIMENSIONAL";
191
+ };
192
+ /**
193
+ * @public
194
+ */
195
+ export type MonitorType = (typeof MonitorType)[keyof typeof MonitorType];
196
+ /**
197
+ * @public
198
+ * @enum
199
+ */
200
+ export declare const AnomalySubscriptionFrequency: {
201
+ readonly DAILY: "DAILY";
202
+ readonly IMMEDIATE: "IMMEDIATE";
203
+ readonly WEEKLY: "WEEKLY";
204
+ };
205
+ /**
206
+ * @public
207
+ */
208
+ export type AnomalySubscriptionFrequency = (typeof AnomalySubscriptionFrequency)[keyof typeof AnomalySubscriptionFrequency];
209
+ /**
210
+ * @public
211
+ * @enum
212
+ */
213
+ export declare const SubscriberStatus: {
214
+ readonly CONFIRMED: "CONFIRMED";
215
+ readonly DECLINED: "DECLINED";
216
+ };
217
+ /**
218
+ * @public
219
+ */
220
+ export type SubscriberStatus = (typeof SubscriberStatus)[keyof typeof SubscriberStatus];
221
+ /**
222
+ * @public
223
+ * @enum
224
+ */
225
+ export declare const SubscriberType: {
226
+ readonly EMAIL: "EMAIL";
227
+ readonly SNS: "SNS";
228
+ };
229
+ /**
230
+ * @public
231
+ */
232
+ export type SubscriberType = (typeof SubscriberType)[keyof typeof SubscriberType];
233
+ /**
234
+ * @public
235
+ * @enum
236
+ */
237
+ export declare const ApproximationDimension: {
238
+ readonly RESOURCE: "RESOURCE";
239
+ readonly SERVICE: "SERVICE";
240
+ };
241
+ /**
242
+ * @public
243
+ */
244
+ export type ApproximationDimension = (typeof ApproximationDimension)[keyof typeof ApproximationDimension];
245
+ /**
246
+ * @public
247
+ * @enum
248
+ */
249
+ export declare const CostCategoryInheritedValueDimensionName: {
250
+ readonly LINKED_ACCOUNT_NAME: "LINKED_ACCOUNT_NAME";
251
+ readonly TAG: "TAG";
252
+ };
253
+ /**
254
+ * @public
255
+ */
256
+ export type CostCategoryInheritedValueDimensionName = (typeof CostCategoryInheritedValueDimensionName)[keyof typeof CostCategoryInheritedValueDimensionName];
257
+ /**
258
+ * @public
259
+ * @enum
260
+ */
261
+ export declare const CostCategoryRuleType: {
262
+ readonly INHERITED_VALUE: "INHERITED_VALUE";
263
+ readonly REGULAR: "REGULAR";
264
+ };
265
+ /**
266
+ * @public
267
+ */
268
+ export type CostCategoryRuleType = (typeof CostCategoryRuleType)[keyof typeof CostCategoryRuleType];
269
+ /**
270
+ * @public
271
+ * @enum
272
+ */
273
+ export declare const CostCategoryRuleVersion: {
274
+ readonly CostCategoryExpressionV1: "CostCategoryExpression.v1";
275
+ };
276
+ /**
277
+ * @public
278
+ */
279
+ export type CostCategoryRuleVersion = (typeof CostCategoryRuleVersion)[keyof typeof CostCategoryRuleVersion];
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const CostCategorySplitChargeMethod: {
285
+ readonly EVEN: "EVEN";
286
+ readonly FIXED: "FIXED";
287
+ readonly PROPORTIONAL: "PROPORTIONAL";
288
+ };
289
+ /**
290
+ * @public
291
+ */
292
+ export type CostCategorySplitChargeMethod = (typeof CostCategorySplitChargeMethod)[keyof typeof CostCategorySplitChargeMethod];
293
+ /**
294
+ * @public
295
+ * @enum
296
+ */
297
+ export declare const CostCategorySplitChargeRuleParameterType: {
298
+ readonly ALLOCATION_PERCENTAGES: "ALLOCATION_PERCENTAGES";
299
+ };
300
+ /**
301
+ * @public
302
+ */
303
+ export type CostCategorySplitChargeRuleParameterType = (typeof CostCategorySplitChargeRuleParameterType)[keyof typeof CostCategorySplitChargeRuleParameterType];
304
+ /**
305
+ * @public
306
+ * @enum
307
+ */
308
+ export declare const CostCategoryStatusComponent: {
309
+ readonly COST_EXPLORER: "COST_EXPLORER";
310
+ };
311
+ /**
312
+ * @public
313
+ */
314
+ export type CostCategoryStatusComponent = (typeof CostCategoryStatusComponent)[keyof typeof CostCategoryStatusComponent];
315
+ /**
316
+ * @public
317
+ * @enum
318
+ */
319
+ export declare const CostCategoryStatus: {
320
+ readonly APPLIED: "APPLIED";
321
+ readonly PROCESSING: "PROCESSING";
322
+ };
323
+ /**
324
+ * @public
325
+ */
326
+ export type CostCategoryStatus = (typeof CostCategoryStatus)[keyof typeof CostCategoryStatus];
327
+ /**
328
+ * @public
329
+ * @enum
330
+ */
331
+ export declare const NumericOperator: {
332
+ readonly BETWEEN: "BETWEEN";
333
+ readonly EQUAL: "EQUAL";
334
+ readonly GREATER_THAN: "GREATER_THAN";
335
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
336
+ readonly LESS_THAN: "LESS_THAN";
337
+ readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
338
+ };
339
+ /**
340
+ * @public
341
+ */
342
+ export type NumericOperator = (typeof NumericOperator)[keyof typeof NumericOperator];
343
+ /**
344
+ * @public
345
+ * @enum
346
+ */
347
+ export declare const Granularity: {
348
+ readonly DAILY: "DAILY";
349
+ readonly HOURLY: "HOURLY";
350
+ readonly MONTHLY: "MONTHLY";
351
+ };
352
+ /**
353
+ * @public
354
+ */
355
+ export type Granularity = (typeof Granularity)[keyof typeof Granularity];
356
+ /**
357
+ * @public
358
+ * @enum
359
+ */
360
+ export declare const GroupDefinitionType: {
361
+ readonly COST_CATEGORY: "COST_CATEGORY";
362
+ readonly DIMENSION: "DIMENSION";
363
+ readonly TAG: "TAG";
364
+ };
365
+ /**
366
+ * @public
367
+ */
368
+ export type GroupDefinitionType = (typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
369
+ /**
370
+ * @public
371
+ * @enum
372
+ */
373
+ export declare const SortOrder: {
374
+ readonly ASCENDING: "ASCENDING";
375
+ readonly DESCENDING: "DESCENDING";
376
+ };
377
+ /**
378
+ * @public
379
+ */
380
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
381
+ /**
382
+ * @public
383
+ * @enum
384
+ */
385
+ export declare const Metric: {
386
+ readonly AMORTIZED_COST: "AMORTIZED_COST";
387
+ readonly BLENDED_COST: "BLENDED_COST";
388
+ readonly NET_AMORTIZED_COST: "NET_AMORTIZED_COST";
389
+ readonly NET_UNBLENDED_COST: "NET_UNBLENDED_COST";
390
+ readonly NORMALIZED_USAGE_AMOUNT: "NORMALIZED_USAGE_AMOUNT";
391
+ readonly UNBLENDED_COST: "UNBLENDED_COST";
392
+ readonly USAGE_QUANTITY: "USAGE_QUANTITY";
393
+ };
394
+ /**
395
+ * @public
396
+ */
397
+ export type Metric = (typeof Metric)[keyof typeof Metric];
398
+ /**
399
+ * @public
400
+ * @enum
401
+ */
402
+ export declare const Context: {
403
+ readonly COST_AND_USAGE: "COST_AND_USAGE";
404
+ readonly RESERVATIONS: "RESERVATIONS";
405
+ readonly SAVINGS_PLANS: "SAVINGS_PLANS";
406
+ };
407
+ /**
408
+ * @public
409
+ */
410
+ export type Context = (typeof Context)[keyof typeof Context];
411
+ /**
412
+ * @public
413
+ * @enum
414
+ */
415
+ export declare const LookbackPeriodInDays: {
416
+ readonly SEVEN_DAYS: "SEVEN_DAYS";
417
+ readonly SIXTY_DAYS: "SIXTY_DAYS";
418
+ readonly THIRTY_DAYS: "THIRTY_DAYS";
419
+ };
420
+ /**
421
+ * @public
422
+ */
423
+ export type LookbackPeriodInDays = (typeof LookbackPeriodInDays)[keyof typeof LookbackPeriodInDays];
424
+ /**
425
+ * @public
426
+ * @enum
427
+ */
428
+ export declare const OfferingClass: {
429
+ readonly CONVERTIBLE: "CONVERTIBLE";
430
+ readonly STANDARD: "STANDARD";
431
+ };
432
+ /**
433
+ * @public
434
+ */
435
+ export type OfferingClass = (typeof OfferingClass)[keyof typeof OfferingClass];
436
+ /**
437
+ * @public
438
+ * @enum
439
+ */
440
+ export declare const RecommendationTarget: {
441
+ readonly CROSS_INSTANCE_FAMILY: "CROSS_INSTANCE_FAMILY";
442
+ readonly SAME_INSTANCE_FAMILY: "SAME_INSTANCE_FAMILY";
443
+ };
444
+ /**
445
+ * @public
446
+ */
447
+ export type RecommendationTarget = (typeof RecommendationTarget)[keyof typeof RecommendationTarget];
448
+ /**
449
+ * @public
450
+ * @enum
451
+ */
452
+ export declare const FindingReasonCode: {
453
+ readonly CPU_OVER_PROVISIONED: "CPU_OVER_PROVISIONED";
454
+ readonly CPU_UNDER_PROVISIONED: "CPU_UNDER_PROVISIONED";
455
+ readonly DISK_IOPS_OVER_PROVISIONED: "DISK_IOPS_OVER_PROVISIONED";
456
+ readonly DISK_IOPS_UNDER_PROVISIONED: "DISK_IOPS_UNDER_PROVISIONED";
457
+ readonly DISK_THROUGHPUT_OVER_PROVISIONED: "DISK_THROUGHPUT_OVER_PROVISIONED";
458
+ readonly DISK_THROUGHPUT_UNDER_PROVISIONED: "DISK_THROUGHPUT_UNDER_PROVISIONED";
459
+ readonly EBS_IOPS_OVER_PROVISIONED: "EBS_IOPS_OVER_PROVISIONED";
460
+ readonly EBS_IOPS_UNDER_PROVISIONED: "EBS_IOPS_UNDER_PROVISIONED";
461
+ readonly EBS_THROUGHPUT_OVER_PROVISIONED: "EBS_THROUGHPUT_OVER_PROVISIONED";
462
+ readonly EBS_THROUGHPUT_UNDER_PROVISIONED: "EBS_THROUGHPUT_UNDER_PROVISIONED";
463
+ readonly MEMORY_OVER_PROVISIONED: "MEMORY_OVER_PROVISIONED";
464
+ readonly MEMORY_UNDER_PROVISIONED: "MEMORY_UNDER_PROVISIONED";
465
+ readonly NETWORK_BANDWIDTH_OVER_PROVISIONED: "NETWORK_BANDWIDTH_OVER_PROVISIONED";
466
+ readonly NETWORK_BANDWIDTH_UNDER_PROVISIONED: "NETWORK_BANDWIDTH_UNDER_PROVISIONED";
467
+ readonly NETWORK_PPS_OVER_PROVISIONED: "NETWORK_PPS_OVER_PROVISIONED";
468
+ readonly NETWORK_PPS_UNDER_PROVISIONED: "NETWORK_PPS_UNDER_PROVISIONED";
469
+ };
470
+ /**
471
+ * @public
472
+ */
473
+ export type FindingReasonCode = (typeof FindingReasonCode)[keyof typeof FindingReasonCode];
474
+ /**
475
+ * @public
476
+ * @enum
477
+ */
478
+ export declare const PlatformDifference: {
479
+ readonly HYPERVISOR: "HYPERVISOR";
480
+ readonly INSTANCE_STORE_AVAILABILITY: "INSTANCE_STORE_AVAILABILITY";
481
+ readonly NETWORK_INTERFACE: "NETWORK_INTERFACE";
482
+ readonly STORAGE_INTERFACE: "STORAGE_INTERFACE";
483
+ readonly VIRTUALIZATION_TYPE: "VIRTUALIZATION_TYPE";
484
+ };
485
+ /**
486
+ * @public
487
+ */
488
+ export type PlatformDifference = (typeof PlatformDifference)[keyof typeof PlatformDifference];
489
+ /**
490
+ * @public
491
+ * @enum
492
+ */
493
+ export declare const RightsizingType: {
494
+ readonly MODIFY: "MODIFY";
495
+ readonly TERMINATE: "TERMINATE";
496
+ };
497
+ /**
498
+ * @public
499
+ */
500
+ export type RightsizingType = (typeof RightsizingType)[keyof typeof RightsizingType];
501
+ /**
502
+ * @public
503
+ * @enum
504
+ */
505
+ export declare const SavingsPlansDataType: {
506
+ readonly AMORTIZED_COMMITMENT: "AMORTIZED_COMMITMENT";
507
+ readonly ATTRIBUTES: "ATTRIBUTES";
508
+ readonly SAVINGS: "SAVINGS";
509
+ readonly UTILIZATION: "UTILIZATION";
510
+ };
511
+ /**
512
+ * @public
513
+ */
514
+ export type SavingsPlansDataType = (typeof SavingsPlansDataType)[keyof typeof SavingsPlansDataType];
515
+ /**
516
+ * @public
517
+ * @enum
518
+ */
519
+ export declare const CostAllocationTagBackfillStatus: {
520
+ readonly FAILED: "FAILED";
521
+ readonly PROCESSING: "PROCESSING";
522
+ readonly SUCCEEDED: "SUCCEEDED";
523
+ };
524
+ /**
525
+ * @public
526
+ */
527
+ export type CostAllocationTagBackfillStatus = (typeof CostAllocationTagBackfillStatus)[keyof typeof CostAllocationTagBackfillStatus];
528
+ /**
529
+ * @public
530
+ * @enum
531
+ */
532
+ export declare const CostAllocationTagStatus: {
533
+ readonly ACTIVE: "Active";
534
+ readonly INACTIVE: "Inactive";
535
+ };
536
+ /**
537
+ * @public
538
+ */
539
+ export type CostAllocationTagStatus = (typeof CostAllocationTagStatus)[keyof typeof CostAllocationTagStatus];
540
+ /**
541
+ * @public
542
+ * @enum
543
+ */
544
+ export declare const CostAllocationTagType: {
545
+ readonly AWS_GENERATED: "AWSGenerated";
546
+ readonly USER_DEFINED: "UserDefined";
547
+ };
548
+ /**
549
+ * @public
550
+ */
551
+ export type CostAllocationTagType = (typeof CostAllocationTagType)[keyof typeof CostAllocationTagType];
552
+ /**
553
+ * @public
554
+ * @enum
555
+ */
556
+ export declare const GenerationStatus: {
557
+ readonly FAILED: "FAILED";
558
+ readonly PROCESSING: "PROCESSING";
559
+ readonly SUCCEEDED: "SUCCEEDED";
560
+ };
561
+ /**
562
+ * @public
563
+ */
564
+ export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus];