@aws-sdk/client-cost-explorer 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist-cjs/index.js +2554 -2100
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CostExplorerClient.js +2 -0
  4. package/dist-es/commands/CreateAnomalyMonitorCommand.js +3 -9
  5. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +3 -9
  7. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +3 -9
  8. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +3 -9
  9. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +3 -9
  10. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +3 -9
  11. package/dist-es/commands/GetAnomaliesCommand.js +3 -9
  12. package/dist-es/commands/GetAnomalyMonitorsCommand.js +3 -9
  13. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +3 -9
  14. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +3 -9
  15. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +3 -9
  16. package/dist-es/commands/GetCostAndUsageCommand.js +3 -9
  17. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +3 -9
  18. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +3 -9
  19. package/dist-es/commands/GetCostCategoriesCommand.js +3 -9
  20. package/dist-es/commands/GetCostComparisonDriversCommand.js +3 -9
  21. package/dist-es/commands/GetCostForecastCommand.js +3 -9
  22. package/dist-es/commands/GetDimensionValuesCommand.js +3 -9
  23. package/dist-es/commands/GetReservationCoverageCommand.js +3 -9
  24. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +3 -9
  25. package/dist-es/commands/GetReservationUtilizationCommand.js +3 -9
  26. package/dist-es/commands/GetRightsizingRecommendationCommand.js +3 -9
  27. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +3 -9
  28. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +3 -9
  29. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +3 -9
  30. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +3 -9
  31. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +3 -9
  32. package/dist-es/commands/GetTagsCommand.js +3 -9
  33. package/dist-es/commands/GetUsageForecastCommand.js +3 -9
  34. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +3 -9
  35. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +3 -9
  36. package/dist-es/commands/ListCostAllocationTagsCommand.js +3 -9
  37. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +3 -9
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +3 -9
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +3 -9
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +3 -9
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +3 -9
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +3 -9
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +3 -9
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +3 -9
  50. package/dist-es/runtimeConfig.shared.js +7 -0
  51. package/dist-es/schemas/schemas_0.js +2437 -0
  52. package/dist-types/CostExplorerClient.d.ts +10 -1
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +320 -0
  58. package/dist-types/ts3.4/CostExplorerClient.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
  64. package/package.json +5 -5
  65. package/dist-es/protocols/Aws_json1_1.js +0 -1737
  66. package/dist-types/protocols/Aws_json1_1.d.ts +0 -416
  67. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -557
@@ -0,0 +1,2437 @@
1
+ const _A = "Anomaly";
2
+ const _AC = "AmortizedCommitment";
3
+ const _ACT = "AnalysisCompletionTime";
4
+ const _AD = "AnalysisDetails";
5
+ const _ADI = "AnomalyDateInterval";
6
+ const _ADp = "ApproximationDimension";
7
+ const _AED = "AnomalyEndDate";
8
+ const _AI = "AnalysisId";
9
+ const _AIc = "AccountId";
10
+ const _AIn = "AnomalyId";
11
+ const _AIna = "AnalysisIds";
12
+ const _AM = "AnomalyMonitor";
13
+ const _AMd = "AdditionalMetadata";
14
+ const _AMn = "AnomalyMonitors";
15
+ const _ANFE = "AnalysisNotFoundException";
16
+ const _ANOCUUPH = "AverageNumberOfCapacityUnitsUsedPerHour";
17
+ const _ANOIUPH = "AverageNumberOfInstancesUsedPerHour";
18
+ const _ANUUPH = "AverageNormalizedUnitsUsedPerHour";
19
+ const _ARC = "AmortizedRecurringCommitment";
20
+ const _ARF = "AmortizedRecurringFee";
21
+ const _AS = "AnalysisSummary";
22
+ const _ASD = "AnomalyStartDate";
23
+ const _ASL = "AnalysisSummaryList";
24
+ const _AST = "AnalysisStartedTime";
25
+ const _ASc = "AccountScope";
26
+ const _ASn = "AnalysisStatus";
27
+ const _ASno = "AnomalyScore";
28
+ const _ASnom = "AnomalySubscription";
29
+ const _ASnoma = "AnomalySubscriptions";
30
+ const _AT = "AnalysisType";
31
+ const _AU = "AverageUtilization";
32
+ const _AUC = "AmortizedUpfrontCommitment";
33
+ const _AUF = "AmortizedUpfrontFee";
34
+ const _AZ = "AvailabilityZone";
35
+ const _Ad = "Address";
36
+ const _Am = "Amount";
37
+ const _An = "And";
38
+ const _Ano = "Anomalies";
39
+ const _At = "Attributes";
40
+ const _BC = "BenefitsConsidered";
41
+ const _BEE = "BillExpirationException";
42
+ const _BF = "BackfillFrom";
43
+ const _BLEE = "BackfillLimitExceededException";
44
+ const _BR = "BackfillRequests";
45
+ const _BRa = "BackfillRequest";
46
+ const _BS = "BackfillStatus";
47
+ const _BTP = "BaselineTimePeriod";
48
+ const _BTPA = "BaselineTimePeriodAmount";
49
+ const _BVA = "BillingViewArn";
50
+ const _BVHSE = "BillingViewHealthStatusException";
51
+ const _C = "Component";
52
+ const _CA = "CompletedAt";
53
+ const _CAC = "CurrentAverageCoverage";
54
+ const _CAHODS = "CurrentAverageHourlyOnDemandSpend";
55
+ const _CAM = "CreateAnomalyMonitor";
56
+ const _CAMR = "CreateAnomalyMonitorRequest";
57
+ const _CAMRr = "CreateAnomalyMonitorResponse";
58
+ const _CAS = "CreateAnomalySubscription";
59
+ const _CASR = "CreateAnomalySubscriptionRequest";
60
+ const _CASRr = "CreateAnomalySubscriptionResponse";
61
+ const _CAT = "CostAllocationTag";
62
+ const _CATBR = "CostAllocationTagBackfillRequest";
63
+ const _CATBRL = "CostAllocationTagBackfillRequestList";
64
+ const _CATL = "CostAllocationTagList";
65
+ const _CATS = "CostAllocationTagsStatus";
66
+ const _CATSE = "CostAllocationTagStatusEntry";
67
+ const _CATSL = "CostAllocationTagStatusList";
68
+ const _CATo = "CostAllocationTags";
69
+ const _CAUC = "CostAndUsageComparison";
70
+ const _CAUCo = "CostAndUsageComparisons";
71
+ const _CAUS = "CostAndUsageSelector";
72
+ const _CBT = "CoverageByTime";
73
+ const _CBTo = "CoveragesByTime";
74
+ const _CC = "CostCategory";
75
+ const _CCA = "CostCategoryArn";
76
+ const _CCCD = "CreateCostCategoryDefinition";
77
+ const _CCCDR = "CreateCostCategoryDefinitionRequest";
78
+ const _CCCDRr = "CreateCostCategoryDefinitionResponse";
79
+ const _CCD = "CostComparisonDriver";
80
+ const _CCDo = "CostComparisonDrivers";
81
+ const _CCIVD = "CostCategoryInheritedValueDimension";
82
+ const _CCN = "CostCategoryName";
83
+ const _CCNo = "CostCategoryNames";
84
+ const _CCPS = "CostCategoryProcessingStatus";
85
+ const _CCPSL = "CostCategoryProcessingStatusList";
86
+ const _CCR = "CostCategoryReference";
87
+ const _CCRL = "CostCategoryReferencesList";
88
+ const _CCRLo = "CostCategoryRulesList";
89
+ const _CCRo = "CostCategoryRule";
90
+ const _CCRos = "CostCategoryReferences";
91
+ const _CCSCR = "CostCategorySplitChargeRule";
92
+ const _CCSCRL = "CostCategorySplitChargeRulesList";
93
+ const _CCSCRP = "CostCategorySplitChargeRuleParameter";
94
+ const _CCSCRPL = "CostCategorySplitChargeRuleParametersList";
95
+ const _CCV = "CostCategoryValues";
96
+ const _CCo = "CoverageCost";
97
+ const _CCos = "CostCategories";
98
+ const _CCu = "CurrencyCode";
99
+ const _CCur = "CurrentCoverage";
100
+ const _CD = "CreationDate";
101
+ const _CDo = "CostDrivers";
102
+ const _CDos = "CostDriver";
103
+ const _CG = "CurrentGeneration";
104
+ const _CH = "CoverageHours";
105
+ const _CHP = "CoverageHoursPercentage";
106
+ const _CI = "CurrentInstance";
107
+ const _CM = "ComparisonMetrics";
108
+ const _CMHODS = "CurrentMaximumHourlyOnDemandSpend";
109
+ const _CMHODSu = "CurrentMinimumHourlyOnDemandSpend";
110
+ const _CMV = "ComparisonMetricValue";
111
+ const _CNU = "CoverageNormalizedUnits";
112
+ const _CNUP = "CoverageNormalizedUnitsPercentage";
113
+ const _CODS = "CurrentOnDemandSpend";
114
+ const _CP = "CoveragePercentage";
115
+ const _CPAC = "CommitmentPurchaseAnalysisConfiguration";
116
+ const _CS = "CurrentScore";
117
+ const _CSo = "CostSelector";
118
+ const _CTP = "ComparisonTimePeriod";
119
+ const _CTPA = "ComparisonTimePeriodAmount";
120
+ const _CU = "CapacityUnits";
121
+ const _Co = "Coverage";
122
+ const _Cod = "Code";
123
+ const _Con = "Context";
124
+ const _Conf = "Configuration";
125
+ const _Cont = "Contribution";
126
+ const _D = "Difference";
127
+ const _DAM = "DeleteAnomalyMonitor";
128
+ const _DAMR = "DeleteAnomalyMonitorRequest";
129
+ const _DAMRe = "DeleteAnomalyMonitorResponse";
130
+ const _DAS = "DeleteAnomalySubscription";
131
+ const _DASR = "DeleteAnomalySubscriptionRequest";
132
+ const _DASRe = "DeleteAnomalySubscriptionResponse";
133
+ const _DCCD = "DeleteCostCategoryDefinition";
134
+ const _DCCDR = "DeleteCostCategoryDefinitionRequest";
135
+ const _DCCDRe = "DeleteCostCategoryDefinitionResponse";
136
+ const _DCCDRes = "DescribeCostCategoryDefinitionRequest";
137
+ const _DCCDResc = "DescribeCostCategoryDefinitionResponse";
138
+ const _DCCDe = "DescribeCostCategoryDefinition";
139
+ const _DCTP = "DailyCommitmentToPurchase";
140
+ const _DDBCD = "DynamoDBCapacityDetails";
141
+ const _DE = "DatabaseEngine";
142
+ const _DEa = "DatabaseEdition";
143
+ const _DI = "DateInterval";
144
+ const _DK = "DimensionKey";
145
+ const _DN = "DimensionName";
146
+ const _DO = "DeploymentOption";
147
+ const _DRBPS = "DiskReadBytesPerSecond";
148
+ const _DROPS = "DiskReadOpsPerSecond";
149
+ const _DRU = "DiskResourceUtilization";
150
+ const _DT = "DataType";
151
+ const _DTI = "DefaultTargetInstance";
152
+ const _DUE = "DataUnavailableException";
153
+ const _DV = "DimensionValue";
154
+ const _DVA = "DimensionValueAttributes";
155
+ const _DVC = "DimensionalValueCount";
156
+ const _DVWA = "DimensionValuesWithAttributes";
157
+ const _DVWAL = "DimensionValuesWithAttributesList";
158
+ const _DVe = "DefaultValue";
159
+ const _DVi = "DimensionValues";
160
+ const _DWBPS = "DiskWriteBytesPerSecond";
161
+ const _DWOPS = "DiskWriteOpsPerSecond";
162
+ const _Di = "Dimensions";
163
+ const _Dim = "Dimension";
164
+ const _E = "End";
165
+ const _EAC = "EstimatedAverageCoverage";
166
+ const _EAU = "EstimatedAverageUtilization";
167
+ const _EBEIM = "EstimatedBreakEvenInMonths";
168
+ const _EBSRU = "EBSResourceUtilization";
169
+ const _EC = "ErrorCode";
170
+ const _ECC = "EstimatedCommitmentCost";
171
+ const _ECID = "EC2InstanceDetails";
172
+ const _ECIDl = "ElastiCacheInstanceDetails";
173
+ const _ECRD = "EC2ResourceDetails";
174
+ const _ECRU = "EC2ResourceUtilization";
175
+ const _ECS = "EC2Specification";
176
+ const _ECT = "EstimatedCompletionTime";
177
+ const _ECs = "EstimatedCoverage";
178
+ const _ED = "EndDate";
179
+ const _EE = "EffectiveEnd";
180
+ const _EHC = "ExistingHourlyCommitment";
181
+ const _EMC = "EstimatedMonthlyCost";
182
+ const _EMODC = "EstimatedMonthlyOnDemandCost";
183
+ const _EMS = "EstimatedMonthlySavings";
184
+ const _EMSA = "EstimatedMonthlySavingsAmount";
185
+ const _EMSP = "EstimatedMonthlySavingsPercentage";
186
+ const _ENCU = "EstimatedNewCommitmentUtilization";
187
+ const _EO = "EffectiveOn";
188
+ const _EODC = "EstimatedOnDemandCost";
189
+ const _EODCWCC = "EstimatedOnDemandCostWithCurrentCommitment";
190
+ const _ERBPS = "EbsReadBytesPerSecond";
191
+ const _ERCFLP = "EstimatedReservationCostForLookbackPeriod";
192
+ const _EROI = "EstimatedROI";
193
+ const _EROPS = "EbsReadOpsPerSecond";
194
+ const _ERU = "ExpectedResourceUtilization";
195
+ const _ES = "EffectiveStart";
196
+ const _ESA = "EstimatedSavingsAmount";
197
+ const _ESID = "ESInstanceDetails";
198
+ const _ESP = "EstimatedSavingsPercentage";
199
+ const _ESPC = "EstimatedSPCost";
200
+ const _ETC = "EstimatedTotalCost";
201
+ const _ETMSA = "EstimatedTotalMonthlySavingsAmount";
202
+ const _EV = "EndValue";
203
+ const _EWBPS = "EbsWriteBytesPerSecond";
204
+ const _EWOPS = "EbsWriteOpsPerSecond";
205
+ const _Er = "Errors";
206
+ const _Es = "Estimated";
207
+ const _Ex = "Expression";
208
+ const _Exp = "Expressions";
209
+ const _F = "Feedback";
210
+ const _FR = "ForecastResult";
211
+ const _FRBT = "ForecastResultsByTime";
212
+ const _FRC = "FindingReasonCodes";
213
+ const _Fa = "Family";
214
+ const _Fi = "Filter";
215
+ const _Fr = "Frequency";
216
+ const _G = "Groups";
217
+ const _GA = "GetAnomalies";
218
+ const _GAM = "GetAnomalyMonitors";
219
+ const _GAMR = "GetAnomalyMonitorsRequest";
220
+ const _GAMRe = "GetAnomalyMonitorsResponse";
221
+ const _GAR = "GetAnomaliesRequest";
222
+ const _GARe = "GetAnomaliesResponse";
223
+ const _GAS = "GetAnomalySubscriptions";
224
+ const _GASR = "GetAnomalySubscriptionsRequest";
225
+ const _GASRe = "GetAnomalySubscriptionsResponse";
226
+ const _GAUR = "GetApproximateUsageRecords";
227
+ const _GAURR = "GetApproximateUsageRecordsRequest";
228
+ const _GAURRe = "GetApproximateUsageRecordsResponse";
229
+ const _GB = "GroupBy";
230
+ const _GCAU = "GetCostAndUsage";
231
+ const _GCAUC = "GetCostAndUsageComparisons";
232
+ const _GCAUCR = "GetCostAndUsageComparisonsRequest";
233
+ const _GCAUCRe = "GetCostAndUsageComparisonsResponse";
234
+ const _GCAUR = "GetCostAndUsageRequest";
235
+ const _GCAURe = "GetCostAndUsageResponse";
236
+ const _GCAUWR = "GetCostAndUsageWithResources";
237
+ const _GCAUWRR = "GetCostAndUsageWithResourcesRequest";
238
+ const _GCAUWRRe = "GetCostAndUsageWithResourcesResponse";
239
+ const _GCC = "GetCostCategories";
240
+ const _GCCD = "GetCostComparisonDrivers";
241
+ const _GCCDR = "GetCostComparisonDriversRequest";
242
+ const _GCCDRe = "GetCostComparisonDriversResponse";
243
+ const _GCCR = "GetCostCategoriesRequest";
244
+ const _GCCRe = "GetCostCategoriesResponse";
245
+ const _GCF = "GetCostForecast";
246
+ const _GCFR = "GetCostForecastRequest";
247
+ const _GCFRe = "GetCostForecastResponse";
248
+ const _GCPA = "GetCommitmentPurchaseAnalysis";
249
+ const _GCPAR = "GetCommitmentPurchaseAnalysisRequest";
250
+ const _GCPARe = "GetCommitmentPurchaseAnalysisResponse";
251
+ const _GCT = "GenerationCompletionTime";
252
+ const _GD = "GroupDefinitions";
253
+ const _GDV = "GetDimensionValues";
254
+ const _GDVR = "GetDimensionValuesRequest";
255
+ const _GDVRe = "GetDimensionValuesResponse";
256
+ const _GDr = "GroupDefinition";
257
+ const _GEE = "GenerationExistsException";
258
+ const _GRC = "GetReservationCoverage";
259
+ const _GRCR = "GetReservationCoverageRequest";
260
+ const _GRCRe = "GetReservationCoverageResponse";
261
+ const _GRPR = "GetReservationPurchaseRecommendation";
262
+ const _GRPRR = "GetReservationPurchaseRecommendationRequest";
263
+ const _GRPRRe = "GetReservationPurchaseRecommendationResponse";
264
+ const _GRR = "GetRightsizingRecommendation";
265
+ const _GRRR = "GetRightsizingRecommendationRequest";
266
+ const _GRRRe = "GetRightsizingRecommendationResponse";
267
+ const _GRU = "GetReservationUtilization";
268
+ const _GRUR = "GetReservationUtilizationRequest";
269
+ const _GRURe = "GetReservationUtilizationResponse";
270
+ const _GS = "GenerationSummary";
271
+ const _GSL = "GenerationSummaryList";
272
+ const _GSPC = "GetSavingsPlansCoverage";
273
+ const _GSPCR = "GetSavingsPlansCoverageRequest";
274
+ const _GSPCRe = "GetSavingsPlansCoverageResponse";
275
+ const _GSPPR = "GetSavingsPlansPurchaseRecommendation";
276
+ const _GSPPRD = "GetSavingsPlanPurchaseRecommendationDetails";
277
+ const _GSPPRDR = "GetSavingsPlanPurchaseRecommendationDetailsRequest";
278
+ const _GSPPRDRe = "GetSavingsPlanPurchaseRecommendationDetailsResponse";
279
+ const _GSPPRR = "GetSavingsPlansPurchaseRecommendationRequest";
280
+ const _GSPPRRe = "GetSavingsPlansPurchaseRecommendationResponse";
281
+ const _GSPU = "GetSavingsPlansUtilization";
282
+ const _GSPUD = "GetSavingsPlansUtilizationDetails";
283
+ const _GSPUDR = "GetSavingsPlansUtilizationDetailsRequest";
284
+ const _GSPUDRe = "GetSavingsPlansUtilizationDetailsResponse";
285
+ const _GSPUR = "GetSavingsPlansUtilizationRequest";
286
+ const _GSPURe = "GetSavingsPlansUtilizationResponse";
287
+ const _GST = "GenerationStartedTime";
288
+ const _GSe = "GenerationStatus";
289
+ const _GT = "GenerationTimestamp";
290
+ const _GTR = "GetTagsRequest";
291
+ const _GTRe = "GetTagsResponse";
292
+ const _GTe = "GetTags";
293
+ const _GUF = "GetUsageForecast";
294
+ const _GUFR = "GetUsageForecastRequest";
295
+ const _GUFRe = "GetUsageForecastResponse";
296
+ const _Gr = "Granularity";
297
+ const _Gro = "Group";
298
+ const _HCTP = "HourlyCommitmentToPurchase";
299
+ const _HODR = "HourlyOnDemandRate";
300
+ const _I = "Impact";
301
+ const _IC = "InstanceClass";
302
+ const _ID = "InstanceDetails";
303
+ const _IF = "InstanceFamily";
304
+ const _IN = "InstanceName";
305
+ const _INTE = "InvalidNextTokenException";
306
+ const _IS = "InstanceSize";
307
+ const _IT = "InstanceType";
308
+ const _IV = "InheritedValue";
309
+ const _K = "Key";
310
+ const _Ke = "Keys";
311
+ const _LA = "LinkedAccount";
312
+ const _LAN = "LinkedAccountName";
313
+ const _LBTP = "LookBackTimePeriod";
314
+ const _LCAT = "ListCostAllocationTags";
315
+ const _LCATBH = "ListCostAllocationTagBackfillHistory";
316
+ const _LCATBHR = "ListCostAllocationTagBackfillHistoryRequest";
317
+ const _LCATBHRi = "ListCostAllocationTagBackfillHistoryResponse";
318
+ const _LCATR = "ListCostAllocationTagsRequest";
319
+ const _LCATRi = "ListCostAllocationTagsResponse";
320
+ const _LCCD = "ListCostCategoryDefinitions";
321
+ const _LCCDR = "ListCostCategoryDefinitionsRequest";
322
+ const _LCCDRi = "ListCostCategoryDefinitionsResponse";
323
+ const _LCPA = "ListCommitmentPurchaseAnalyses";
324
+ const _LCPAR = "ListCommitmentPurchaseAnalysesRequest";
325
+ const _LCPARi = "ListCommitmentPurchaseAnalysesResponse";
326
+ const _LED = "LastEvaluatedDate";
327
+ const _LEE = "LimitExceededException";
328
+ const _LM = "LicenseModel";
329
+ const _LP = "LookbackPeriod";
330
+ const _LPID = "LookbackPeriodInDays";
331
+ const _LPIH = "LookbackPeriodInHours";
332
+ const _LSPPRG = "ListSavingsPlansPurchaseRecommendationGeneration";
333
+ const _LSPPRGR = "ListSavingsPlansPurchaseRecommendationGenerationRequest";
334
+ const _LSPPRGRi = "ListSavingsPlansPurchaseRecommendationGenerationResponse";
335
+ const _LTFR = "ListTagsForResource";
336
+ const _LTFRR = "ListTagsForResourceRequest";
337
+ const _LTFRRi = "ListTagsForResourceResponse";
338
+ const _LUA = "LastUpdatedAt";
339
+ const _LUD = "LastUpdatedDate";
340
+ const _LUDa = "LastUsedDate";
341
+ const _LUT = "LatestUsageTimestamp";
342
+ const _M = "Message";
343
+ const _MA = "MonitorArn";
344
+ const _MAL = "MonitorArnList";
345
+ const _MC = "MonthlyCost";
346
+ const _MCUP = "MaxCpuUtilizationPercentage";
347
+ const _MD = "MonitorDimension";
348
+ const _MDBID = "MemoryDBInstanceDetails";
349
+ const _MFC = "MetricForComparison";
350
+ const _MI = "MaxImpact";
351
+ const _MMUP = "MaxMemoryUtilizationPercentage";
352
+ const _MN = "MonitorName";
353
+ const _MNOCUUPH = "MinimumNumberOfCapacityUnitsUsedPerHour";
354
+ const _MNOCUUPHa = "MaximumNumberOfCapacityUnitsUsedPerHour";
355
+ const _MNOIUPH = "MinimumNumberOfInstancesUsedPerHour";
356
+ const _MNOIUPHa = "MaximumNumberOfInstancesUsedPerHour";
357
+ const _MNUUPH = "MinimumNormalizedUnitsUsedPerHour";
358
+ const _MNUUPHa = "MaximumNormalizedUnitsUsedPerHour";
359
+ const _MO = "MatchOptions";
360
+ const _MOLP = "MetricsOverLookbackPeriod";
361
+ const _MR = "MaxResults";
362
+ const _MRD = "ModifyRecommendationDetail";
363
+ const _MS = "MonitorSpecification";
364
+ const _MSUP = "MaxStorageUtilizationPercentage";
365
+ const _MSa = "MaxScore";
366
+ const _MT = "MonitorType";
367
+ const _MV = "MeanValue";
368
+ const _MVe = "MetricValue";
369
+ const _Me = "Metrics";
370
+ const _Mem = "Memory";
371
+ const _Met = "Method";
372
+ const _Meta = "Metadata";
373
+ const _Metr = "Metric";
374
+ const _N = "Name";
375
+ const _NIBPS = "NetworkInBytesPerSecond";
376
+ const _NO = "NumericOperator";
377
+ const _NOBPS = "NetworkOutBytesPerSecond";
378
+ const _NOR = "NumberOfRules";
379
+ const _NP = "NetworkPerformance";
380
+ const _NPIPS = "NetworkPacketsInPerSecond";
381
+ const _NPOPS = "NetworkPacketsOutPerSecond";
382
+ const _NPT = "NextPageToken";
383
+ const _NRIS = "NetRISavings";
384
+ const _NRU = "NetworkResourceUtilization";
385
+ const _NS = "NetSavings";
386
+ const _NT = "NodeType";
387
+ const _NTe = "NextToken";
388
+ const _No = "Not";
389
+ const _O = "Or";
390
+ const _OC = "OfferingClass";
391
+ const _ODC = "OnDemandCost";
392
+ const _ODCE = "OnDemandCostEquivalent";
393
+ const _ODCORIHU = "OnDemandCostOfRIHoursUsed";
394
+ const _ODH = "OnDemandHours";
395
+ const _ODHILP = "OnDemandHoursInLookbackPeriod";
396
+ const _ODNU = "OnDemandNormalizedUnits";
397
+ const _OI = "OfferingId";
398
+ const _P = "Parameters";
399
+ const _PAF = "ProvideAnomalyFeedback";
400
+ const _PAFR = "ProvideAnomalyFeedbackRequest";
401
+ const _PAFRr = "ProvideAnomalyFeedbackResponse";
402
+ const _PD = "ProductDescription";
403
+ const _PDl = "PlatformDifferences";
404
+ const _PH = "PurchasedHours";
405
+ const _PIL = "PredictionIntervalLevel";
406
+ const _PILB = "PredictionIntervalLowerBound";
407
+ const _PIUB = "PredictionIntervalUpperBound";
408
+ const _PO = "PaymentOption";
409
+ const _PS = "ProcessingStatus";
410
+ const _PSa = "PageSize";
411
+ const _PU = "PurchasedUnits";
412
+ const _Pl = "Platform";
413
+ const _R = "Rules";
414
+ const _RA = "RequestedAt";
415
+ const _RAe = "ResourceArn";
416
+ const _RAes = "ReservationAggregates";
417
+ const _RBT = "ResultsByTime";
418
+ const _RBTe = "ResultByTime";
419
+ const _RC = "RootCauses";
420
+ const _RCD = "ReservedCapacityDetails";
421
+ const _RCE = "RequestChangedException";
422
+ const _RCG = "ReservationCoverageGroup";
423
+ const _RCGe = "ReservationCoverageGroups";
424
+ const _RCHILP = "ReservationCoveredHoursInLookbackPeriod";
425
+ const _RCI = "RootCauseImpact";
426
+ const _RCo = "RootCause";
427
+ const _RD = "ResourceDetails";
428
+ const _RDD = "RecommendationDetailData";
429
+ const _RDHM = "RecommendationDetailHourlyMetrics";
430
+ const _RDI = "RecommendationDetailId";
431
+ const _RDSID = "RDSInstanceDetails";
432
+ const _RDe = "RecommendationDetails";
433
+ const _RH = "ReservedHours";
434
+ const _RI = "ResourceId";
435
+ const _RICFUH = "RICostForUnusedHours";
436
+ const _RID = "RedshiftInstanceDetails";
437
+ const _RIe = "RecommendationId";
438
+ const _RIec = "RecommendationIds";
439
+ const _RN = "ResourceName";
440
+ const _RNFE = "ResourceNotFoundException";
441
+ const _RNOCUTP = "RecommendedNumberOfCapacityUnitsToPurchase";
442
+ const _RNOITP = "RecommendedNumberOfInstancesToPurchase";
443
+ const _RNU = "ReservedNormalizedUnits";
444
+ const _RNUTP = "RecommendedNormalizedUnitsToPurchase";
445
+ const _RPR = "ReservationPurchaseRecommendation";
446
+ const _RPRD = "ReservationPurchaseRecommendationDetail";
447
+ const _RPRDe = "ReservationPurchaseRecommendationDetails";
448
+ const _RPRM = "ReservationPurchaseRecommendationMetadata";
449
+ const _RPRS = "ReservationPurchaseRecommendationSummary";
450
+ const _RPRe = "ReservationPurchaseRecommendations";
451
+ const _RR = "RightsizingRecommendations";
452
+ const _RRC = "RightsizingRecommendationConfiguration";
453
+ const _RRL = "RightsizingRecommendationList";
454
+ const _RRM = "RightsizingRecommendationMetadata";
455
+ const _RRS = "RightsizingRecommendationSummary";
456
+ const _RRi = "RightsizingRecommendation";
457
+ const _RS = "ReturnSize";
458
+ const _RSMC = "RecurringStandardMonthlyCost";
459
+ const _RSe = "RealizedSavings";
460
+ const _RSec = "RecommendationSummary";
461
+ const _RT = "ResourceTags";
462
+ const _RTK = "ResourceTagKeys";
463
+ const _RTL = "ResourceTagList";
464
+ const _RTe = "ResourceTag";
465
+ const _RTec = "RecommendationTarget";
466
+ const _RTi = "RightsizingType";
467
+ const _RU = "ResourceUtilization";
468
+ const _RUG = "ReservationUtilizationGroup";
469
+ const _RUGe = "ReservationUtilizationGroups";
470
+ const _RV = "RuleVersion";
471
+ const _Re = "Region";
472
+ const _Rec = "Recommendations";
473
+ const _Ru = "Rule";
474
+ const _S = "Subscribers";
475
+ const _SA = "SubscriptionArn";
476
+ const _SAL = "SubscriptionArnList";
477
+ const _SB = "SortBy";
478
+ const _SCATB = "StartCostAllocationTagBackfill";
479
+ const _SCATBR = "StartCostAllocationTagBackfillRequest";
480
+ const _SCATBRt = "StartCostAllocationTagBackfillResponse";
481
+ const _SCBSP = "SpendCoveredBySavingsPlans";
482
+ const _SCC = "SavingsCurrencyCode";
483
+ const _SCPA = "StartCommitmentPurchaseAnalysis";
484
+ const _SCPAR = "StartCommitmentPurchaseAnalysisRequest";
485
+ const _SCPARt = "StartCommitmentPurchaseAnalysisResponse";
486
+ const _SCR = "SplitChargeRules";
487
+ const _SD = "StartDate";
488
+ const _SDo = "SortDefinition";
489
+ const _SDor = "SortDefinitions";
490
+ const _SFE = "SizeFlexEligible";
491
+ const _SN = "SubscriptionName";
492
+ const _SO = "SortOrder";
493
+ const _SP = "SavingsPercentage";
494
+ const _SPA = "SavingsPlanArn";
495
+ const _SPAC = "SavingsPlansAmortizedCommitment";
496
+ const _SPC = "SavingsPlansCoverages";
497
+ const _SPCD = "SavingsPlansCoverageData";
498
+ const _SPCHILP = "SavingsPlansCoveredHoursInLookbackPeriod";
499
+ const _SPCa = "SavingsPlansCommitment";
500
+ const _SPCav = "SavingsPlansCoverage";
501
+ const _SPD = "SavingsPlansDetails";
502
+ const _SPPAC = "SavingsPlansPurchaseAnalysisConfiguration";
503
+ const _SPPAD = "SavingsPlansPurchaseAnalysisDetails";
504
+ const _SPPR = "SavingsPlansPurchaseRecommendation";
505
+ const _SPPRD = "SavingsPlansPurchaseRecommendationDetails";
506
+ const _SPPRDL = "SavingsPlansPurchaseRecommendationDetailList";
507
+ const _SPPRDa = "SavingsPlansPurchaseRecommendationDetail";
508
+ const _SPPRM = "SavingsPlansPurchaseRecommendationMetadata";
509
+ const _SPPRS = "SavingsPlansPurchaseRecommendationSummary";
510
+ const _SPS = "SavingsPlansSavings";
511
+ const _SPT = "SavingsPlansType";
512
+ const _SPTA = "SavingsPlansToAdd";
513
+ const _SPTE = "SavingsPlansToExclude";
514
+ const _SPU = "SavingsPlansUtilization";
515
+ const _SPUA = "SavingsPlansUtilizationAggregates";
516
+ const _SPUBT = "SavingsPlansUtilizationsByTime";
517
+ const _SPUBTa = "SavingsPlansUtilizationByTime";
518
+ const _SPUD = "SavingsPlansUtilizationDetails";
519
+ const _SPUDa = "SavingsPlansUtilizationDetail";
520
+ const _SPa = "SavingsPlans";
521
+ const _SQEE = "ServiceQuotaExceededException";
522
+ const _SS = "SearchString";
523
+ const _SSPPRG = "StartSavingsPlansPurchaseRecommendationGeneration";
524
+ const _SSPPRGR = "StartSavingsPlansPurchaseRecommendationGenerationRequest";
525
+ const _SSPPRGRt = "StartSavingsPlansPurchaseRecommendationGenerationResponse";
526
+ const _SSe = "ServiceSpecification";
527
+ const _ST = "StartTime";
528
+ const _SV = "StartValue";
529
+ const _Sa = "Savings";
530
+ const _Se = "Services";
531
+ const _Ser = "Service";
532
+ const _Sk = "Sku";
533
+ const _So = "Source";
534
+ const _St = "Status";
535
+ const _Sta = "Start";
536
+ const _Sto = "Storage";
537
+ const _Su = "Summary";
538
+ const _Sub = "Subscriber";
539
+ const _T = "Threshold";
540
+ const _TAC = "TotalAmortizedCommitment";
541
+ const _TAF = "TotalAmortizedFee";
542
+ const _TAH = "TotalActualHours";
543
+ const _TAS = "TotalActualSpend";
544
+ const _TAU = "TotalActualUnits";
545
+ const _TC = "TotalCost";
546
+ const _TCAU = "TotalCostAndUsage";
547
+ const _TCo = "TotalCommitment";
548
+ const _TE = "ThresholdExpression";
549
+ const _TEMSA = "TotalEstimatedMonthlySavingsAmount";
550
+ const _TEMSP = "TotalEstimatedMonthlySavingsPercentage";
551
+ const _TES = "TotalExpectedSpend";
552
+ const _TI = "TotalImpact";
553
+ const _TIF = "TotalImpactFilter";
554
+ const _TIL = "TargetInstancesList";
555
+ const _TIP = "TotalImpactPercentage";
556
+ const _TIY = "TermInYears";
557
+ const _TIa = "TargetInstances";
558
+ const _TIar = "TargetInstance";
559
+ const _TK = "TagKey";
560
+ const _TKa = "TagKeys";
561
+ const _TMTE = "TooManyTagsException";
562
+ const _TP = "TimePeriod";
563
+ const _TPRIS = "TotalPotentialRISavings";
564
+ const _TR = "TotalRecords";
565
+ const _TRC = "TotalRecommendationCount";
566
+ const _TRD = "TerminateRecommendationDetail";
567
+ const _TRH = "TotalRunningHours";
568
+ const _TRHILP = "TotalRunningHoursInLookbackPeriod";
569
+ const _TRNU = "TotalRunningNormalizedUnits";
570
+ const _TRR = "TagResourceRequest";
571
+ const _TRRa = "TagResourceResponse";
572
+ const _TRa = "TagResource";
573
+ const _TS = "TotalSize";
574
+ const _TV = "TagValues";
575
+ const _TVL = "TagValuesList";
576
+ const _Ta = "Targets";
577
+ const _Tag = "Tags";
578
+ const _Te = "Tenancy";
579
+ const _To = "Total";
580
+ const _Ty = "Type";
581
+ const _U = "Unit";
582
+ const _UAM = "UpdateAnomalyMonitor";
583
+ const _UAMR = "UpdateAnomalyMonitorRequest";
584
+ const _UAMRp = "UpdateAnomalyMonitorResponse";
585
+ const _UAS = "UpdateAnomalySubscription";
586
+ const _UASR = "UpdateAnomalySubscriptionRequest";
587
+ const _UASRp = "UpdateAnomalySubscriptionResponse";
588
+ const _UBT = "UtilizationsByTime";
589
+ const _UBTt = "UtilizationByTime";
590
+ const _UC = "UpfrontCost";
591
+ const _UCATS = "UpdateCostAllocationTagsStatus";
592
+ const _UCATSE = "UpdateCostAllocationTagsStatusError";
593
+ const _UCATSEp = "UpdateCostAllocationTagsStatusErrors";
594
+ const _UCATSR = "UpdateCostAllocationTagsStatusRequest";
595
+ const _UCATSRp = "UpdateCostAllocationTagsStatusResponse";
596
+ const _UCCD = "UpdateCostCategoryDefinition";
597
+ const _UCCDR = "UpdateCostCategoryDefinitionRequest";
598
+ const _UCCDRp = "UpdateCostCategoryDefinitionResponse";
599
+ const _UCn = "UnusedCommitment";
600
+ const _UCs = "UsedCommitment";
601
+ const _UH = "UnusedHours";
602
+ const _UME = "UnknownMonitorException";
603
+ const _UP = "UtilizationPercentage";
604
+ const _UPIU = "UtilizationPercentageInUnits";
605
+ const _UR = "UntagResource";
606
+ const _URR = "UntagResourceRequest";
607
+ const _URRn = "UntagResourceResponse";
608
+ const _US = "UnrealizedSavings";
609
+ const _USE = "UnknownSubscriptionException";
610
+ const _UT = "UsageType";
611
+ const _UU = "UnusedUnits";
612
+ const _UUUE = "UnresolvableUsageUnitException";
613
+ const _Ut = "Utilization";
614
+ const _V = "Values";
615
+ const _Va = "Value";
616
+ const _Vc = "Vcpu";
617
+ const _c = "client";
618
+ const _e = "error";
619
+ const _hE = "httpError";
620
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.costexplorer";
621
+ const n0 = "com.amazonaws.costexplorer";
622
+ import { TypeRegistry } from "@smithy/core/schema";
623
+ import { CostExplorerServiceException as __CostExplorerServiceException } from "../models/CostExplorerServiceException";
624
+ import { AnalysisNotFoundException as __AnalysisNotFoundException, BackfillLimitExceededException as __BackfillLimitExceededException, BillExpirationException as __BillExpirationException, BillingViewHealthStatusException as __BillingViewHealthStatusException, DataUnavailableException as __DataUnavailableException, GenerationExistsException as __GenerationExistsException, InvalidNextTokenException as __InvalidNextTokenException, LimitExceededException as __LimitExceededException, RequestChangedException as __RequestChangedException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyTagsException as __TooManyTagsException, UnknownMonitorException as __UnknownMonitorException, UnknownSubscriptionException as __UnknownSubscriptionException, UnresolvableUsageUnitException as __UnresolvableUsageUnitException, } from "../models/index";
625
+ export var AnalysisDetails = [
626
+ 3,
627
+ n0,
628
+ _AD,
629
+ 0,
630
+ [_SPPAD],
631
+ [() => SavingsPlansPurchaseAnalysisDetails],
632
+ ];
633
+ export var AnalysisNotFoundException = [
634
+ -3,
635
+ n0,
636
+ _ANFE,
637
+ {
638
+ [_e]: _c,
639
+ [_hE]: 400,
640
+ },
641
+ [_M],
642
+ [0],
643
+ ];
644
+ TypeRegistry.for(n0).registerError(AnalysisNotFoundException, __AnalysisNotFoundException);
645
+ export var AnalysisSummary = [
646
+ 3,
647
+ n0,
648
+ _AS,
649
+ 0,
650
+ [_ECT, _ACT, _AST, _ASn, _EC, _AI, _CPAC],
651
+ [0, 0, 0, 0, 0, 0, () => CommitmentPurchaseAnalysisConfiguration],
652
+ ];
653
+ export var Anomaly = [
654
+ 3,
655
+ n0,
656
+ _A,
657
+ 0,
658
+ [_AIn, _ASD, _AED, _DV, _RC, _ASno, _I, _MA, _F],
659
+ [0, 0, 0, 0, () => RootCauses, () => AnomalyScore, () => Impact, 0, 0],
660
+ ];
661
+ export var AnomalyDateInterval = [3, n0, _ADI, 0, [_SD, _ED], [0, 0]];
662
+ export var AnomalyMonitor = [
663
+ 3,
664
+ n0,
665
+ _AM,
666
+ 0,
667
+ [_MA, _MN, _CD, _LUD, _LED, _MT, _MD, _MS, _DVC],
668
+ [0, 0, 0, 0, 0, 0, 0, () => Expression, 1],
669
+ ];
670
+ export var AnomalyScore = [3, n0, _ASno, 0, [_MSa, _CS], [1, 1]];
671
+ export var AnomalySubscription = [
672
+ 3,
673
+ n0,
674
+ _ASnom,
675
+ 0,
676
+ [_SA, _AIc, _MAL, _S, _T, _Fr, _SN, _TE],
677
+ [0, 0, 64 | 0, () => Subscribers, 1, 0, 0, () => Expression],
678
+ ];
679
+ export var BackfillLimitExceededException = [
680
+ -3,
681
+ n0,
682
+ _BLEE,
683
+ {
684
+ [_e]: _c,
685
+ [_hE]: 400,
686
+ },
687
+ [_M],
688
+ [0],
689
+ ];
690
+ TypeRegistry.for(n0).registerError(BackfillLimitExceededException, __BackfillLimitExceededException);
691
+ export var BillExpirationException = [
692
+ -3,
693
+ n0,
694
+ _BEE,
695
+ {
696
+ [_e]: _c,
697
+ },
698
+ [_M],
699
+ [0],
700
+ ];
701
+ TypeRegistry.for(n0).registerError(BillExpirationException, __BillExpirationException);
702
+ export var BillingViewHealthStatusException = [
703
+ -3,
704
+ n0,
705
+ _BVHSE,
706
+ {
707
+ [_e]: _c,
708
+ },
709
+ [_M],
710
+ [0],
711
+ ];
712
+ TypeRegistry.for(n0).registerError(BillingViewHealthStatusException, __BillingViewHealthStatusException);
713
+ export var CommitmentPurchaseAnalysisConfiguration = [
714
+ 3,
715
+ n0,
716
+ _CPAC,
717
+ 0,
718
+ [_SPPAC],
719
+ [() => SavingsPlansPurchaseAnalysisConfiguration],
720
+ ];
721
+ export var ComparisonMetricValue = [3, n0, _CMV, 0, [_BTPA, _CTPA, _D, _U], [0, 0, 0, 0]];
722
+ export var CostAllocationTag = [3, n0, _CAT, 0, [_TK, _Ty, _St, _LUD, _LUDa], [0, 0, 0, 0, 0]];
723
+ export var CostAllocationTagBackfillRequest = [
724
+ 3,
725
+ n0,
726
+ _CATBR,
727
+ 0,
728
+ [_BF, _RA, _CA, _BS, _LUA],
729
+ [0, 0, 0, 0, 0],
730
+ ];
731
+ export var CostAllocationTagStatusEntry = [3, n0, _CATSE, 0, [_TK, _St], [0, 0]];
732
+ export var CostAndUsageComparison = [
733
+ 3,
734
+ n0,
735
+ _CAUC,
736
+ 0,
737
+ [_CAUS, _Me],
738
+ [() => Expression, () => ComparisonMetrics],
739
+ ];
740
+ export var CostCategory = [
741
+ 3,
742
+ n0,
743
+ _CC,
744
+ 0,
745
+ [_CCA, _ES, _EE, _N, _RV, _R, _SCR, _PS, _DVe],
746
+ [
747
+ 0,
748
+ 0,
749
+ 0,
750
+ 0,
751
+ 0,
752
+ () => CostCategoryRulesList,
753
+ () => CostCategorySplitChargeRulesList,
754
+ () => CostCategoryProcessingStatusList,
755
+ 0,
756
+ ],
757
+ ];
758
+ export var CostCategoryInheritedValueDimension = [3, n0, _CCIVD, 0, [_DN, _DK], [0, 0]];
759
+ export var CostCategoryProcessingStatus = [3, n0, _CCPS, 0, [_C, _St], [0, 0]];
760
+ export var CostCategoryReference = [
761
+ 3,
762
+ n0,
763
+ _CCR,
764
+ 0,
765
+ [_CCA, _N, _ES, _EE, _NOR, _PS, _V, _DVe],
766
+ [0, 0, 0, 0, 1, () => CostCategoryProcessingStatusList, 64 | 0, 0],
767
+ ];
768
+ export var CostCategoryRule = [
769
+ 3,
770
+ n0,
771
+ _CCRo,
772
+ 0,
773
+ [_Va, _Ru, _IV, _Ty],
774
+ [0, () => Expression, () => CostCategoryInheritedValueDimension, 0],
775
+ ];
776
+ export var CostCategorySplitChargeRule = [
777
+ 3,
778
+ n0,
779
+ _CCSCR,
780
+ 0,
781
+ [_So, _Ta, _Met, _P],
782
+ [0, 64 | 0, 0, () => CostCategorySplitChargeRuleParametersList],
783
+ ];
784
+ export var CostCategorySplitChargeRuleParameter = [3, n0, _CCSCRP, 0, [_Ty, _V], [0, 64 | 0]];
785
+ export var CostCategoryValues = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
786
+ export var CostComparisonDriver = [
787
+ 3,
788
+ n0,
789
+ _CCD,
790
+ 0,
791
+ [_CSo, _Me, _CDo],
792
+ [() => Expression, () => ComparisonMetrics, () => CostDrivers],
793
+ ];
794
+ export var CostDriver = [3, n0, _CDos, 0, [_Ty, _N, _Me], [0, 0, () => ComparisonMetrics]];
795
+ export var Coverage = [
796
+ 3,
797
+ n0,
798
+ _Co,
799
+ 0,
800
+ [_CH, _CNU, _CCo],
801
+ [() => CoverageHours, () => CoverageNormalizedUnits, () => CoverageCost],
802
+ ];
803
+ export var CoverageByTime = [
804
+ 3,
805
+ n0,
806
+ _CBT,
807
+ 0,
808
+ [_TP, _G, _To],
809
+ [() => DateInterval, () => ReservationCoverageGroups, () => Coverage],
810
+ ];
811
+ export var CoverageCost = [3, n0, _CCo, 0, [_ODC], [0]];
812
+ export var CoverageHours = [3, n0, _CH, 0, [_ODH, _RH, _TRH, _CHP], [0, 0, 0, 0]];
813
+ export var CoverageNormalizedUnits = [3, n0, _CNU, 0, [_ODNU, _RNU, _TRNU, _CNUP], [0, 0, 0, 0]];
814
+ export var CreateAnomalyMonitorRequest = [
815
+ 3,
816
+ n0,
817
+ _CAMR,
818
+ 0,
819
+ [_AM, _RT],
820
+ [() => AnomalyMonitor, () => ResourceTagList],
821
+ ];
822
+ export var CreateAnomalyMonitorResponse = [3, n0, _CAMRr, 0, [_MA], [0]];
823
+ export var CreateAnomalySubscriptionRequest = [
824
+ 3,
825
+ n0,
826
+ _CASR,
827
+ 0,
828
+ [_ASnom, _RT],
829
+ [() => AnomalySubscription, () => ResourceTagList],
830
+ ];
831
+ export var CreateAnomalySubscriptionResponse = [3, n0, _CASRr, 0, [_SA], [0]];
832
+ export var CreateCostCategoryDefinitionRequest = [
833
+ 3,
834
+ n0,
835
+ _CCCDR,
836
+ 0,
837
+ [_N, _ES, _RV, _R, _DVe, _SCR, _RT],
838
+ [0, 0, 0, () => CostCategoryRulesList, 0, () => CostCategorySplitChargeRulesList, () => ResourceTagList],
839
+ ];
840
+ export var CreateCostCategoryDefinitionResponse = [3, n0, _CCCDRr, 0, [_CCA, _ES], [0, 0]];
841
+ export var CurrentInstance = [
842
+ 3,
843
+ n0,
844
+ _CI,
845
+ 0,
846
+ [_RI, _IN, _Tag, _RD, _RU, _RCHILP, _SPCHILP, _ODHILP, _TRHILP, _MC, _CCu],
847
+ [0, 0, () => TagValuesList, () => ResourceDetails, () => ResourceUtilization, 0, 0, 0, 0, 0, 0],
848
+ ];
849
+ export var DataUnavailableException = [
850
+ -3,
851
+ n0,
852
+ _DUE,
853
+ {
854
+ [_e]: _c,
855
+ },
856
+ [_M],
857
+ [0],
858
+ ];
859
+ TypeRegistry.for(n0).registerError(DataUnavailableException, __DataUnavailableException);
860
+ export var DateInterval = [3, n0, _DI, 0, [_Sta, _E], [0, 0]];
861
+ export var DeleteAnomalyMonitorRequest = [3, n0, _DAMR, 0, [_MA], [0]];
862
+ export var DeleteAnomalyMonitorResponse = [3, n0, _DAMRe, 0, [], []];
863
+ export var DeleteAnomalySubscriptionRequest = [3, n0, _DASR, 0, [_SA], [0]];
864
+ export var DeleteAnomalySubscriptionResponse = [3, n0, _DASRe, 0, [], []];
865
+ export var DeleteCostCategoryDefinitionRequest = [3, n0, _DCCDR, 0, [_CCA], [0]];
866
+ export var DeleteCostCategoryDefinitionResponse = [3, n0, _DCCDRe, 0, [_CCA, _EE], [0, 0]];
867
+ export var DescribeCostCategoryDefinitionRequest = [3, n0, _DCCDRes, 0, [_CCA, _EO], [0, 0]];
868
+ export var DescribeCostCategoryDefinitionResponse = [
869
+ 3,
870
+ n0,
871
+ _DCCDResc,
872
+ 0,
873
+ [_CC],
874
+ [() => CostCategory],
875
+ ];
876
+ export var DimensionValues = [3, n0, _DVi, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
877
+ export var DimensionValuesWithAttributes = [3, n0, _DVWA, 0, [_Va, _At], [0, 128 | 0]];
878
+ export var DiskResourceUtilization = [
879
+ 3,
880
+ n0,
881
+ _DRU,
882
+ 0,
883
+ [_DROPS, _DWOPS, _DRBPS, _DWBPS],
884
+ [0, 0, 0, 0],
885
+ ];
886
+ export var DynamoDBCapacityDetails = [3, n0, _DDBCD, 0, [_CU, _Re], [0, 0]];
887
+ export var EBSResourceUtilization = [
888
+ 3,
889
+ n0,
890
+ _EBSRU,
891
+ 0,
892
+ [_EROPS, _EWOPS, _ERBPS, _EWBPS],
893
+ [0, 0, 0, 0],
894
+ ];
895
+ export var EC2InstanceDetails = [
896
+ 3,
897
+ n0,
898
+ _ECID,
899
+ 0,
900
+ [_Fa, _IT, _Re, _AZ, _Pl, _Te, _CG, _SFE],
901
+ [0, 0, 0, 0, 0, 0, 2, 2],
902
+ ];
903
+ export var EC2ResourceDetails = [
904
+ 3,
905
+ n0,
906
+ _ECRD,
907
+ 0,
908
+ [_HODR, _IT, _Pl, _Re, _Sk, _Mem, _NP, _Sto, _Vc],
909
+ [0, 0, 0, 0, 0, 0, 0, 0, 0],
910
+ ];
911
+ export var EC2ResourceUtilization = [
912
+ 3,
913
+ n0,
914
+ _ECRU,
915
+ 0,
916
+ [_MCUP, _MMUP, _MSUP, _EBSRU, _DRU, _NRU],
917
+ [0, 0, 0, () => EBSResourceUtilization, () => DiskResourceUtilization, () => NetworkResourceUtilization],
918
+ ];
919
+ export var EC2Specification = [3, n0, _ECS, 0, [_OC], [0]];
920
+ export var ElastiCacheInstanceDetails = [
921
+ 3,
922
+ n0,
923
+ _ECIDl,
924
+ 0,
925
+ [_Fa, _NT, _Re, _PD, _CG, _SFE],
926
+ [0, 0, 0, 0, 2, 2],
927
+ ];
928
+ export var ESInstanceDetails = [3, n0, _ESID, 0, [_IC, _IS, _Re, _CG, _SFE], [0, 0, 0, 2, 2]];
929
+ export var Expression = [
930
+ 3,
931
+ n0,
932
+ _Ex,
933
+ 0,
934
+ [_O, _An, _No, _Di, _Tag, _CCos],
935
+ [
936
+ () => Expressions,
937
+ () => Expressions,
938
+ () => Expression,
939
+ () => DimensionValues,
940
+ () => TagValues,
941
+ () => CostCategoryValues,
942
+ ],
943
+ ];
944
+ export var ForecastResult = [
945
+ 3,
946
+ n0,
947
+ _FR,
948
+ 0,
949
+ [_TP, _MV, _PILB, _PIUB],
950
+ [() => DateInterval, 0, 0, 0],
951
+ ];
952
+ export var GenerationExistsException = [
953
+ -3,
954
+ n0,
955
+ _GEE,
956
+ {
957
+ [_e]: _c,
958
+ [_hE]: 400,
959
+ },
960
+ [_M],
961
+ [0],
962
+ ];
963
+ TypeRegistry.for(n0).registerError(GenerationExistsException, __GenerationExistsException);
964
+ export var GenerationSummary = [3, n0, _GS, 0, [_RIe, _GSe, _GST, _GCT, _ECT], [0, 0, 0, 0, 0]];
965
+ export var GetAnomaliesRequest = [
966
+ 3,
967
+ n0,
968
+ _GAR,
969
+ 0,
970
+ [_MA, _DI, _F, _TI, _NPT, _MR],
971
+ [0, () => AnomalyDateInterval, 0, () => TotalImpactFilter, 0, 1],
972
+ ];
973
+ export var GetAnomaliesResponse = [3, n0, _GARe, 0, [_Ano, _NPT], [() => Anomalies, 0]];
974
+ export var GetAnomalyMonitorsRequest = [3, n0, _GAMR, 0, [_MAL, _NPT, _MR], [64 | 0, 0, 1]];
975
+ export var GetAnomalyMonitorsResponse = [
976
+ 3,
977
+ n0,
978
+ _GAMRe,
979
+ 0,
980
+ [_AMn, _NPT],
981
+ [() => AnomalyMonitors, 0],
982
+ ];
983
+ export var GetAnomalySubscriptionsRequest = [
984
+ 3,
985
+ n0,
986
+ _GASR,
987
+ 0,
988
+ [_SAL, _MA, _NPT, _MR],
989
+ [64 | 0, 0, 0, 1],
990
+ ];
991
+ export var GetAnomalySubscriptionsResponse = [
992
+ 3,
993
+ n0,
994
+ _GASRe,
995
+ 0,
996
+ [_ASnoma, _NPT],
997
+ [() => AnomalySubscriptions, 0],
998
+ ];
999
+ export var GetApproximateUsageRecordsRequest = [
1000
+ 3,
1001
+ n0,
1002
+ _GAURR,
1003
+ 0,
1004
+ [_Gr, _Se, _ADp],
1005
+ [0, 64 | 0, 0],
1006
+ ];
1007
+ export var GetApproximateUsageRecordsResponse = [
1008
+ 3,
1009
+ n0,
1010
+ _GAURRe,
1011
+ 0,
1012
+ [_Se, _TR, _LP],
1013
+ [128 | 1, 1, () => DateInterval],
1014
+ ];
1015
+ export var GetCommitmentPurchaseAnalysisRequest = [3, n0, _GCPAR, 0, [_AI], [0]];
1016
+ export var GetCommitmentPurchaseAnalysisResponse = [
1017
+ 3,
1018
+ n0,
1019
+ _GCPARe,
1020
+ 0,
1021
+ [_ECT, _ACT, _AST, _AI, _ASn, _EC, _AD, _CPAC],
1022
+ [0, 0, 0, 0, 0, 0, () => AnalysisDetails, () => CommitmentPurchaseAnalysisConfiguration],
1023
+ ];
1024
+ export var GetCostAndUsageComparisonsRequest = [
1025
+ 3,
1026
+ n0,
1027
+ _GCAUCR,
1028
+ 0,
1029
+ [_BVA, _BTP, _CTP, _MFC, _Fi, _GB, _MR, _NPT],
1030
+ [0, () => DateInterval, () => DateInterval, 0, () => Expression, () => GroupDefinitions, 1, 0],
1031
+ ];
1032
+ export var GetCostAndUsageComparisonsResponse = [
1033
+ 3,
1034
+ n0,
1035
+ _GCAUCRe,
1036
+ 0,
1037
+ [_CAUCo, _TCAU, _NPT],
1038
+ [() => CostAndUsageComparisons, () => ComparisonMetrics, 0],
1039
+ ];
1040
+ export var GetCostAndUsageRequest = [
1041
+ 3,
1042
+ n0,
1043
+ _GCAUR,
1044
+ 0,
1045
+ [_TP, _Gr, _Fi, _Me, _GB, _BVA, _NPT],
1046
+ [() => DateInterval, 0, () => Expression, 64 | 0, () => GroupDefinitions, 0, 0],
1047
+ ];
1048
+ export var GetCostAndUsageResponse = [
1049
+ 3,
1050
+ n0,
1051
+ _GCAURe,
1052
+ 0,
1053
+ [_NPT, _GD, _RBT, _DVA],
1054
+ [0, () => GroupDefinitions, () => ResultsByTime, () => DimensionValuesWithAttributesList],
1055
+ ];
1056
+ export var GetCostAndUsageWithResourcesRequest = [
1057
+ 3,
1058
+ n0,
1059
+ _GCAUWRR,
1060
+ 0,
1061
+ [_TP, _Gr, _Fi, _Me, _GB, _BVA, _NPT],
1062
+ [() => DateInterval, 0, () => Expression, 64 | 0, () => GroupDefinitions, 0, 0],
1063
+ ];
1064
+ export var GetCostAndUsageWithResourcesResponse = [
1065
+ 3,
1066
+ n0,
1067
+ _GCAUWRRe,
1068
+ 0,
1069
+ [_NPT, _GD, _RBT, _DVA],
1070
+ [0, () => GroupDefinitions, () => ResultsByTime, () => DimensionValuesWithAttributesList],
1071
+ ];
1072
+ export var GetCostCategoriesRequest = [
1073
+ 3,
1074
+ n0,
1075
+ _GCCR,
1076
+ 0,
1077
+ [_SS, _TP, _CCN, _Fi, _SB, _BVA, _MR, _NPT],
1078
+ [0, () => DateInterval, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1079
+ ];
1080
+ export var GetCostCategoriesResponse = [
1081
+ 3,
1082
+ n0,
1083
+ _GCCRe,
1084
+ 0,
1085
+ [_NPT, _CCNo, _CCV, _RS, _TS],
1086
+ [0, 64 | 0, 64 | 0, 1, 1],
1087
+ ];
1088
+ export var GetCostComparisonDriversRequest = [
1089
+ 3,
1090
+ n0,
1091
+ _GCCDR,
1092
+ 0,
1093
+ [_BVA, _BTP, _CTP, _MFC, _Fi, _GB, _MR, _NPT],
1094
+ [0, () => DateInterval, () => DateInterval, 0, () => Expression, () => GroupDefinitions, 1, 0],
1095
+ ];
1096
+ export var GetCostComparisonDriversResponse = [
1097
+ 3,
1098
+ n0,
1099
+ _GCCDRe,
1100
+ 0,
1101
+ [_CCDo, _NPT],
1102
+ [() => CostComparisonDrivers, 0],
1103
+ ];
1104
+ export var GetCostForecastRequest = [
1105
+ 3,
1106
+ n0,
1107
+ _GCFR,
1108
+ 0,
1109
+ [_TP, _Metr, _Gr, _Fi, _BVA, _PIL],
1110
+ [() => DateInterval, 0, 0, () => Expression, 0, 1],
1111
+ ];
1112
+ export var GetCostForecastResponse = [
1113
+ 3,
1114
+ n0,
1115
+ _GCFRe,
1116
+ 0,
1117
+ [_To, _FRBT],
1118
+ [() => MetricValue, () => ForecastResultsByTime],
1119
+ ];
1120
+ export var GetDimensionValuesRequest = [
1121
+ 3,
1122
+ n0,
1123
+ _GDVR,
1124
+ 0,
1125
+ [_SS, _TP, _Dim, _Con, _Fi, _SB, _BVA, _MR, _NPT],
1126
+ [0, () => DateInterval, 0, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1127
+ ];
1128
+ export var GetDimensionValuesResponse = [
1129
+ 3,
1130
+ n0,
1131
+ _GDVRe,
1132
+ 0,
1133
+ [_DVi, _RS, _TS, _NPT],
1134
+ [() => DimensionValuesWithAttributesList, 1, 1, 0],
1135
+ ];
1136
+ export var GetReservationCoverageRequest = [
1137
+ 3,
1138
+ n0,
1139
+ _GRCR,
1140
+ 0,
1141
+ [_TP, _GB, _Gr, _Fi, _Me, _NPT, _SB, _MR],
1142
+ [() => DateInterval, () => GroupDefinitions, 0, () => Expression, 64 | 0, 0, () => SortDefinition, 1],
1143
+ ];
1144
+ export var GetReservationCoverageResponse = [
1145
+ 3,
1146
+ n0,
1147
+ _GRCRe,
1148
+ 0,
1149
+ [_CBTo, _To, _NPT],
1150
+ [() => CoveragesByTime, () => Coverage, 0],
1151
+ ];
1152
+ export var GetReservationPurchaseRecommendationRequest = [
1153
+ 3,
1154
+ n0,
1155
+ _GRPRR,
1156
+ 0,
1157
+ [_AIc, _Ser, _Fi, _ASc, _LPID, _TIY, _PO, _SSe, _PSa, _NPT],
1158
+ [0, 0, () => Expression, 0, 0, 0, 0, () => ServiceSpecification, 1, 0],
1159
+ ];
1160
+ export var GetReservationPurchaseRecommendationResponse = [
1161
+ 3,
1162
+ n0,
1163
+ _GRPRRe,
1164
+ 0,
1165
+ [_Meta, _Rec, _NPT],
1166
+ [() => ReservationPurchaseRecommendationMetadata, () => ReservationPurchaseRecommendations, 0],
1167
+ ];
1168
+ export var GetReservationUtilizationRequest = [
1169
+ 3,
1170
+ n0,
1171
+ _GRUR,
1172
+ 0,
1173
+ [_TP, _GB, _Gr, _Fi, _SB, _NPT, _MR],
1174
+ [() => DateInterval, () => GroupDefinitions, 0, () => Expression, () => SortDefinition, 0, 1],
1175
+ ];
1176
+ export var GetReservationUtilizationResponse = [
1177
+ 3,
1178
+ n0,
1179
+ _GRURe,
1180
+ 0,
1181
+ [_UBT, _To, _NPT],
1182
+ [() => UtilizationsByTime, () => ReservationAggregates, 0],
1183
+ ];
1184
+ export var GetRightsizingRecommendationRequest = [
1185
+ 3,
1186
+ n0,
1187
+ _GRRR,
1188
+ 0,
1189
+ [_Fi, _Conf, _Ser, _PSa, _NPT],
1190
+ [() => Expression, () => RightsizingRecommendationConfiguration, 0, 1, 0],
1191
+ ];
1192
+ export var GetRightsizingRecommendationResponse = [
1193
+ 3,
1194
+ n0,
1195
+ _GRRRe,
1196
+ 0,
1197
+ [_Meta, _Su, _RR, _NPT, _Conf],
1198
+ [
1199
+ () => RightsizingRecommendationMetadata,
1200
+ () => RightsizingRecommendationSummary,
1201
+ () => RightsizingRecommendationList,
1202
+ 0,
1203
+ () => RightsizingRecommendationConfiguration,
1204
+ ],
1205
+ ];
1206
+ export var GetSavingsPlanPurchaseRecommendationDetailsRequest = [
1207
+ 3,
1208
+ n0,
1209
+ _GSPPRDR,
1210
+ 0,
1211
+ [_RDI],
1212
+ [0],
1213
+ ];
1214
+ export var GetSavingsPlanPurchaseRecommendationDetailsResponse = [
1215
+ 3,
1216
+ n0,
1217
+ _GSPPRDRe,
1218
+ 0,
1219
+ [_RDI, _RDD],
1220
+ [0, () => RecommendationDetailData],
1221
+ ];
1222
+ export var GetSavingsPlansCoverageRequest = [
1223
+ 3,
1224
+ n0,
1225
+ _GSPCR,
1226
+ 0,
1227
+ [_TP, _GB, _Gr, _Fi, _Me, _NTe, _MR, _SB],
1228
+ [() => DateInterval, () => GroupDefinitions, 0, () => Expression, 64 | 0, 0, 1, () => SortDefinition],
1229
+ ];
1230
+ export var GetSavingsPlansCoverageResponse = [
1231
+ 3,
1232
+ n0,
1233
+ _GSPCRe,
1234
+ 0,
1235
+ [_SPC, _NTe],
1236
+ [() => SavingsPlansCoverages, 0],
1237
+ ];
1238
+ export var GetSavingsPlansPurchaseRecommendationRequest = [
1239
+ 3,
1240
+ n0,
1241
+ _GSPPRR,
1242
+ 0,
1243
+ [_SPT, _TIY, _PO, _ASc, _NPT, _PSa, _LPID, _Fi],
1244
+ [0, 0, 0, 0, 0, 1, 0, () => Expression],
1245
+ ];
1246
+ export var GetSavingsPlansPurchaseRecommendationResponse = [
1247
+ 3,
1248
+ n0,
1249
+ _GSPPRRe,
1250
+ 0,
1251
+ [_Meta, _SPPR, _NPT],
1252
+ [() => SavingsPlansPurchaseRecommendationMetadata, () => SavingsPlansPurchaseRecommendation, 0],
1253
+ ];
1254
+ export var GetSavingsPlansUtilizationDetailsRequest = [
1255
+ 3,
1256
+ n0,
1257
+ _GSPUDR,
1258
+ 0,
1259
+ [_TP, _Fi, _DT, _NTe, _MR, _SB],
1260
+ [() => DateInterval, () => Expression, 64 | 0, 0, 1, () => SortDefinition],
1261
+ ];
1262
+ export var GetSavingsPlansUtilizationDetailsResponse = [
1263
+ 3,
1264
+ n0,
1265
+ _GSPUDRe,
1266
+ 0,
1267
+ [_SPUD, _To, _TP, _NTe],
1268
+ [() => SavingsPlansUtilizationDetails, () => SavingsPlansUtilizationAggregates, () => DateInterval, 0],
1269
+ ];
1270
+ export var GetSavingsPlansUtilizationRequest = [
1271
+ 3,
1272
+ n0,
1273
+ _GSPUR,
1274
+ 0,
1275
+ [_TP, _Gr, _Fi, _SB],
1276
+ [() => DateInterval, 0, () => Expression, () => SortDefinition],
1277
+ ];
1278
+ export var GetSavingsPlansUtilizationResponse = [
1279
+ 3,
1280
+ n0,
1281
+ _GSPURe,
1282
+ 0,
1283
+ [_SPUBT, _To],
1284
+ [() => SavingsPlansUtilizationsByTime, () => SavingsPlansUtilizationAggregates],
1285
+ ];
1286
+ export var GetTagsRequest = [
1287
+ 3,
1288
+ n0,
1289
+ _GTR,
1290
+ 0,
1291
+ [_SS, _TP, _TK, _Fi, _SB, _BVA, _MR, _NPT],
1292
+ [0, () => DateInterval, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1293
+ ];
1294
+ export var GetTagsResponse = [3, n0, _GTRe, 0, [_NPT, _Tag, _RS, _TS], [0, 64 | 0, 1, 1]];
1295
+ export var GetUsageForecastRequest = [
1296
+ 3,
1297
+ n0,
1298
+ _GUFR,
1299
+ 0,
1300
+ [_TP, _Metr, _Gr, _Fi, _BVA, _PIL],
1301
+ [() => DateInterval, 0, 0, () => Expression, 0, 1],
1302
+ ];
1303
+ export var GetUsageForecastResponse = [
1304
+ 3,
1305
+ n0,
1306
+ _GUFRe,
1307
+ 0,
1308
+ [_To, _FRBT],
1309
+ [() => MetricValue, () => ForecastResultsByTime],
1310
+ ];
1311
+ export var Group = [3, n0, _Gro, 0, [_Ke, _Me], [64 | 0, () => Metrics]];
1312
+ export var GroupDefinition = [3, n0, _GDr, 0, [_Ty, _K], [0, 0]];
1313
+ export var Impact = [3, n0, _I, 0, [_MI, _TI, _TAS, _TES, _TIP], [1, 1, 1, 1, 1]];
1314
+ export var InstanceDetails = [
1315
+ 3,
1316
+ n0,
1317
+ _ID,
1318
+ 0,
1319
+ [_ECID, _RDSID, _RID, _ECIDl, _ESID, _MDBID],
1320
+ [
1321
+ () => EC2InstanceDetails,
1322
+ () => RDSInstanceDetails,
1323
+ () => RedshiftInstanceDetails,
1324
+ () => ElastiCacheInstanceDetails,
1325
+ () => ESInstanceDetails,
1326
+ () => MemoryDBInstanceDetails,
1327
+ ],
1328
+ ];
1329
+ export var InvalidNextTokenException = [
1330
+ -3,
1331
+ n0,
1332
+ _INTE,
1333
+ {
1334
+ [_e]: _c,
1335
+ },
1336
+ [_M],
1337
+ [0],
1338
+ ];
1339
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1340
+ export var LimitExceededException = [
1341
+ -3,
1342
+ n0,
1343
+ _LEE,
1344
+ {
1345
+ [_e]: _c,
1346
+ },
1347
+ [_M],
1348
+ [0],
1349
+ ];
1350
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1351
+ export var ListCommitmentPurchaseAnalysesRequest = [
1352
+ 3,
1353
+ n0,
1354
+ _LCPAR,
1355
+ 0,
1356
+ [_ASn, _NPT, _PSa, _AIna],
1357
+ [0, 0, 1, 64 | 0],
1358
+ ];
1359
+ export var ListCommitmentPurchaseAnalysesResponse = [
1360
+ 3,
1361
+ n0,
1362
+ _LCPARi,
1363
+ 0,
1364
+ [_ASL, _NPT],
1365
+ [() => AnalysisSummaryList, 0],
1366
+ ];
1367
+ export var ListCostAllocationTagBackfillHistoryRequest = [
1368
+ 3,
1369
+ n0,
1370
+ _LCATBHR,
1371
+ 0,
1372
+ [_NTe, _MR],
1373
+ [0, 1],
1374
+ ];
1375
+ export var ListCostAllocationTagBackfillHistoryResponse = [
1376
+ 3,
1377
+ n0,
1378
+ _LCATBHRi,
1379
+ 0,
1380
+ [_BR, _NTe],
1381
+ [() => CostAllocationTagBackfillRequestList, 0],
1382
+ ];
1383
+ export var ListCostAllocationTagsRequest = [
1384
+ 3,
1385
+ n0,
1386
+ _LCATR,
1387
+ 0,
1388
+ [_St, _TKa, _Ty, _NTe, _MR],
1389
+ [0, 64 | 0, 0, 0, 1],
1390
+ ];
1391
+ export var ListCostAllocationTagsResponse = [
1392
+ 3,
1393
+ n0,
1394
+ _LCATRi,
1395
+ 0,
1396
+ [_CATo, _NTe],
1397
+ [() => CostAllocationTagList, 0],
1398
+ ];
1399
+ export var ListCostCategoryDefinitionsRequest = [3, n0, _LCCDR, 0, [_EO, _NTe, _MR], [0, 0, 1]];
1400
+ export var ListCostCategoryDefinitionsResponse = [
1401
+ 3,
1402
+ n0,
1403
+ _LCCDRi,
1404
+ 0,
1405
+ [_CCRos, _NTe],
1406
+ [() => CostCategoryReferencesList, 0],
1407
+ ];
1408
+ export var ListSavingsPlansPurchaseRecommendationGenerationRequest = [
1409
+ 3,
1410
+ n0,
1411
+ _LSPPRGR,
1412
+ 0,
1413
+ [_GSe, _RIec, _PSa, _NPT],
1414
+ [0, 64 | 0, 1, 0],
1415
+ ];
1416
+ export var ListSavingsPlansPurchaseRecommendationGenerationResponse = [
1417
+ 3,
1418
+ n0,
1419
+ _LSPPRGRi,
1420
+ 0,
1421
+ [_GSL, _NPT],
1422
+ [() => GenerationSummaryList, 0],
1423
+ ];
1424
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [0]];
1425
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
1426
+ export var MemoryDBInstanceDetails = [
1427
+ 3,
1428
+ n0,
1429
+ _MDBID,
1430
+ 0,
1431
+ [_Fa, _NT, _Re, _CG, _SFE],
1432
+ [0, 0, 0, 2, 2],
1433
+ ];
1434
+ export var MetricValue = [3, n0, _MVe, 0, [_Am, _U], [0, 0]];
1435
+ export var ModifyRecommendationDetail = [3, n0, _MRD, 0, [_TIa], [() => TargetInstancesList]];
1436
+ export var NetworkResourceUtilization = [
1437
+ 3,
1438
+ n0,
1439
+ _NRU,
1440
+ 0,
1441
+ [_NIBPS, _NOBPS, _NPIPS, _NPOPS],
1442
+ [0, 0, 0, 0],
1443
+ ];
1444
+ export var ProvideAnomalyFeedbackRequest = [3, n0, _PAFR, 0, [_AIn, _F], [0, 0]];
1445
+ export var ProvideAnomalyFeedbackResponse = [3, n0, _PAFRr, 0, [_AIn], [0]];
1446
+ export var RDSInstanceDetails = [
1447
+ 3,
1448
+ n0,
1449
+ _RDSID,
1450
+ 0,
1451
+ [_Fa, _IT, _Re, _DE, _DEa, _DO, _LM, _CG, _SFE],
1452
+ [0, 0, 0, 0, 0, 0, 0, 2, 2],
1453
+ ];
1454
+ export var RecommendationDetailData = [
1455
+ 3,
1456
+ n0,
1457
+ _RDD,
1458
+ 0,
1459
+ [
1460
+ _ASc,
1461
+ _LPID,
1462
+ _SPT,
1463
+ _TIY,
1464
+ _PO,
1465
+ _AIc,
1466
+ _CCu,
1467
+ _IF,
1468
+ _Re,
1469
+ _OI,
1470
+ _GT,
1471
+ _LUT,
1472
+ _CAHODS,
1473
+ _CMHODS,
1474
+ _CMHODSu,
1475
+ _EAU,
1476
+ _EMSA,
1477
+ _EODC,
1478
+ _EODCWCC,
1479
+ _EROI,
1480
+ _ESPC,
1481
+ _ESA,
1482
+ _ESP,
1483
+ _EHC,
1484
+ _HCTP,
1485
+ _UC,
1486
+ _CAC,
1487
+ _EAC,
1488
+ _MOLP,
1489
+ ],
1490
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => MetricsOverLookbackPeriod],
1491
+ ];
1492
+ export var RecommendationDetailHourlyMetrics = [
1493
+ 3,
1494
+ n0,
1495
+ _RDHM,
1496
+ 0,
1497
+ [_ST, _EODC, _CCur, _ECs, _ENCU],
1498
+ [0, 0, 0, 0, 0],
1499
+ ];
1500
+ export var RedshiftInstanceDetails = [
1501
+ 3,
1502
+ n0,
1503
+ _RID,
1504
+ 0,
1505
+ [_Fa, _NT, _Re, _CG, _SFE],
1506
+ [0, 0, 0, 2, 2],
1507
+ ];
1508
+ export var RequestChangedException = [
1509
+ -3,
1510
+ n0,
1511
+ _RCE,
1512
+ {
1513
+ [_e]: _c,
1514
+ },
1515
+ [_M],
1516
+ [0],
1517
+ ];
1518
+ TypeRegistry.for(n0).registerError(RequestChangedException, __RequestChangedException);
1519
+ export var ReservationAggregates = [
1520
+ 3,
1521
+ n0,
1522
+ _RAes,
1523
+ 0,
1524
+ [_UP, _UPIU, _PH, _PU, _TAH, _TAU, _UH, _UU, _ODCORIHU, _NRIS, _TPRIS, _AUF, _ARF, _TAF, _RICFUH, _RSe, _US],
1525
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1526
+ ];
1527
+ export var ReservationCoverageGroup = [3, n0, _RCG, 0, [_At, _Co], [128 | 0, () => Coverage]];
1528
+ export var ReservationPurchaseRecommendation = [
1529
+ 3,
1530
+ n0,
1531
+ _RPR,
1532
+ 0,
1533
+ [_ASc, _LPID, _TIY, _PO, _SSe, _RDe, _RSec],
1534
+ [
1535
+ 0,
1536
+ 0,
1537
+ 0,
1538
+ 0,
1539
+ () => ServiceSpecification,
1540
+ () => ReservationPurchaseRecommendationDetails,
1541
+ () => ReservationPurchaseRecommendationSummary,
1542
+ ],
1543
+ ];
1544
+ export var ReservationPurchaseRecommendationDetail = [
1545
+ 3,
1546
+ n0,
1547
+ _RPRD,
1548
+ 0,
1549
+ [
1550
+ _AIc,
1551
+ _ID,
1552
+ _RNOITP,
1553
+ _RNUTP,
1554
+ _MNOIUPH,
1555
+ _MNUUPH,
1556
+ _MNOIUPHa,
1557
+ _MNUUPHa,
1558
+ _ANOIUPH,
1559
+ _ANUUPH,
1560
+ _AU,
1561
+ _EBEIM,
1562
+ _CCu,
1563
+ _EMSA,
1564
+ _EMSP,
1565
+ _EMODC,
1566
+ _ERCFLP,
1567
+ _UC,
1568
+ _RSMC,
1569
+ _RCD,
1570
+ _RNOCUTP,
1571
+ _MNOCUUPH,
1572
+ _MNOCUUPHa,
1573
+ _ANOCUUPH,
1574
+ ],
1575
+ [
1576
+ 0,
1577
+ () => InstanceDetails,
1578
+ 0,
1579
+ 0,
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 0,
1587
+ 0,
1588
+ 0,
1589
+ 0,
1590
+ 0,
1591
+ 0,
1592
+ 0,
1593
+ 0,
1594
+ 0,
1595
+ () => ReservedCapacityDetails,
1596
+ 0,
1597
+ 0,
1598
+ 0,
1599
+ 0,
1600
+ ],
1601
+ ];
1602
+ export var ReservationPurchaseRecommendationMetadata = [
1603
+ 3,
1604
+ n0,
1605
+ _RPRM,
1606
+ 0,
1607
+ [_RIe, _GT, _AMd],
1608
+ [0, 0, 0],
1609
+ ];
1610
+ export var ReservationPurchaseRecommendationSummary = [
1611
+ 3,
1612
+ n0,
1613
+ _RPRS,
1614
+ 0,
1615
+ [_TEMSA, _TEMSP, _CCu],
1616
+ [0, 0, 0],
1617
+ ];
1618
+ export var ReservationUtilizationGroup = [
1619
+ 3,
1620
+ n0,
1621
+ _RUG,
1622
+ 0,
1623
+ [_K, _Va, _At, _Ut],
1624
+ [0, 0, 128 | 0, () => ReservationAggregates],
1625
+ ];
1626
+ export var ReservedCapacityDetails = [3, n0, _RCD, 0, [_DDBCD], [() => DynamoDBCapacityDetails]];
1627
+ export var ResourceDetails = [3, n0, _RD, 0, [_ECRD], [() => EC2ResourceDetails]];
1628
+ export var ResourceNotFoundException = [
1629
+ -3,
1630
+ n0,
1631
+ _RNFE,
1632
+ {
1633
+ [_e]: _c,
1634
+ [_hE]: 404,
1635
+ },
1636
+ [_M, _RN],
1637
+ [0, 0],
1638
+ ];
1639
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1640
+ export var ResourceTag = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
1641
+ export var ResourceUtilization = [3, n0, _RU, 0, [_ECRU], [() => EC2ResourceUtilization]];
1642
+ export var ResultByTime = [
1643
+ 3,
1644
+ n0,
1645
+ _RBTe,
1646
+ 0,
1647
+ [_TP, _To, _G, _Es],
1648
+ [() => DateInterval, () => Metrics, () => Groups, 2],
1649
+ ];
1650
+ export var RightsizingRecommendation = [
1651
+ 3,
1652
+ n0,
1653
+ _RRi,
1654
+ 0,
1655
+ [_AIc, _CI, _RTi, _MRD, _TRD, _FRC],
1656
+ [0, () => CurrentInstance, 0, () => ModifyRecommendationDetail, () => TerminateRecommendationDetail, 64 | 0],
1657
+ ];
1658
+ export var RightsizingRecommendationConfiguration = [3, n0, _RRC, 0, [_RTec, _BC], [0, 2]];
1659
+ export var RightsizingRecommendationMetadata = [
1660
+ 3,
1661
+ n0,
1662
+ _RRM,
1663
+ 0,
1664
+ [_RIe, _GT, _LPID, _AMd],
1665
+ [0, 0, 0, 0],
1666
+ ];
1667
+ export var RightsizingRecommendationSummary = [
1668
+ 3,
1669
+ n0,
1670
+ _RRS,
1671
+ 0,
1672
+ [_TRC, _ETMSA, _SCC, _SP],
1673
+ [0, 0, 0, 0],
1674
+ ];
1675
+ export var RootCause = [
1676
+ 3,
1677
+ n0,
1678
+ _RCo,
1679
+ 0,
1680
+ [_Ser, _Re, _LA, _LAN, _UT, _I],
1681
+ [0, 0, 0, 0, 0, () => RootCauseImpact],
1682
+ ];
1683
+ export var RootCauseImpact = [3, n0, _RCI, 0, [_Cont], [1]];
1684
+ export var SavingsPlans = [
1685
+ 3,
1686
+ n0,
1687
+ _SPa,
1688
+ 0,
1689
+ [_PO, _SPT, _Re, _IF, _TIY, _SPCa, _OI],
1690
+ [0, 0, 0, 0, 0, 1, 0],
1691
+ ];
1692
+ export var SavingsPlansAmortizedCommitment = [3, n0, _SPAC, 0, [_ARC, _AUC, _TAC], [0, 0, 0]];
1693
+ export var SavingsPlansCoverage = [
1694
+ 3,
1695
+ n0,
1696
+ _SPCav,
1697
+ 0,
1698
+ [_At, _Co, _TP],
1699
+ [128 | 0, () => SavingsPlansCoverageData, () => DateInterval],
1700
+ ];
1701
+ export var SavingsPlansCoverageData = [3, n0, _SPCD, 0, [_SCBSP, _ODC, _TC, _CP], [0, 0, 0, 0]];
1702
+ export var SavingsPlansDetails = [3, n0, _SPD, 0, [_Re, _IF, _OI], [0, 0, 0]];
1703
+ export var SavingsPlansPurchaseAnalysisConfiguration = [
1704
+ 3,
1705
+ n0,
1706
+ _SPPAC,
1707
+ 0,
1708
+ [_ASc, _AIc, _AT, _SPTA, _SPTE, _LBTP],
1709
+ [0, 0, 0, () => SavingsPlansToAdd, 64 | 0, () => DateInterval],
1710
+ ];
1711
+ export var SavingsPlansPurchaseAnalysisDetails = [
1712
+ 3,
1713
+ n0,
1714
+ _SPPAD,
1715
+ 0,
1716
+ [
1717
+ _CCu,
1718
+ _LPIH,
1719
+ _CAC,
1720
+ _CAHODS,
1721
+ _CMHODS,
1722
+ _CMHODSu,
1723
+ _CODS,
1724
+ _EHC,
1725
+ _HCTP,
1726
+ _EAC,
1727
+ _EAU,
1728
+ _EMSA,
1729
+ _EODC,
1730
+ _EODCWCC,
1731
+ _EROI,
1732
+ _ESA,
1733
+ _ESP,
1734
+ _ECC,
1735
+ _LUT,
1736
+ _UC,
1737
+ _AMd,
1738
+ _MOLP,
1739
+ ],
1740
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => MetricsOverLookbackPeriod],
1741
+ ];
1742
+ export var SavingsPlansPurchaseRecommendation = [
1743
+ 3,
1744
+ n0,
1745
+ _SPPR,
1746
+ 0,
1747
+ [_ASc, _SPT, _TIY, _PO, _LPID, _SPPRD, _SPPRS],
1748
+ [0, 0, 0, 0, 0, () => SavingsPlansPurchaseRecommendationDetailList, () => SavingsPlansPurchaseRecommendationSummary],
1749
+ ];
1750
+ export var SavingsPlansPurchaseRecommendationDetail = [
1751
+ 3,
1752
+ n0,
1753
+ _SPPRDa,
1754
+ 0,
1755
+ [
1756
+ _SPD,
1757
+ _AIc,
1758
+ _UC,
1759
+ _EROI,
1760
+ _CCu,
1761
+ _ESPC,
1762
+ _EODC,
1763
+ _EODCWCC,
1764
+ _ESA,
1765
+ _ESP,
1766
+ _HCTP,
1767
+ _EAU,
1768
+ _EMSA,
1769
+ _CMHODSu,
1770
+ _CMHODS,
1771
+ _CAHODS,
1772
+ _RDI,
1773
+ ],
1774
+ [() => SavingsPlansDetails, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1775
+ ];
1776
+ export var SavingsPlansPurchaseRecommendationMetadata = [
1777
+ 3,
1778
+ n0,
1779
+ _SPPRM,
1780
+ 0,
1781
+ [_RIe, _GT, _AMd],
1782
+ [0, 0, 0],
1783
+ ];
1784
+ export var SavingsPlansPurchaseRecommendationSummary = [
1785
+ 3,
1786
+ n0,
1787
+ _SPPRS,
1788
+ 0,
1789
+ [_EROI, _CCu, _ETC, _CODS, _ESA, _TRC, _DCTP, _HCTP, _ESP, _EMSA, _EODCWCC],
1790
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1791
+ ];
1792
+ export var SavingsPlansSavings = [3, n0, _SPS, 0, [_NS, _ODCE], [0, 0]];
1793
+ export var SavingsPlansUtilization = [3, n0, _SPU, 0, [_TCo, _UCs, _UCn, _UP], [0, 0, 0, 0]];
1794
+ export var SavingsPlansUtilizationAggregates = [
1795
+ 3,
1796
+ n0,
1797
+ _SPUA,
1798
+ 0,
1799
+ [_Ut, _Sa, _AC],
1800
+ [() => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
1801
+ ];
1802
+ export var SavingsPlansUtilizationByTime = [
1803
+ 3,
1804
+ n0,
1805
+ _SPUBTa,
1806
+ 0,
1807
+ [_TP, _Ut, _Sa, _AC],
1808
+ [() => DateInterval, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
1809
+ ];
1810
+ export var SavingsPlansUtilizationDetail = [
1811
+ 3,
1812
+ n0,
1813
+ _SPUDa,
1814
+ 0,
1815
+ [_SPA, _At, _Ut, _Sa, _AC],
1816
+ [0, 128 | 0, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
1817
+ ];
1818
+ export var ServiceQuotaExceededException = [
1819
+ -3,
1820
+ n0,
1821
+ _SQEE,
1822
+ {
1823
+ [_e]: _c,
1824
+ [_hE]: 402,
1825
+ },
1826
+ [_M],
1827
+ [0],
1828
+ ];
1829
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1830
+ export var ServiceSpecification = [3, n0, _SSe, 0, [_ECS], [() => EC2Specification]];
1831
+ export var SortDefinition = [3, n0, _SDo, 0, [_K, _SO], [0, 0]];
1832
+ export var StartCommitmentPurchaseAnalysisRequest = [
1833
+ 3,
1834
+ n0,
1835
+ _SCPAR,
1836
+ 0,
1837
+ [_CPAC],
1838
+ [() => CommitmentPurchaseAnalysisConfiguration],
1839
+ ];
1840
+ export var StartCommitmentPurchaseAnalysisResponse = [
1841
+ 3,
1842
+ n0,
1843
+ _SCPARt,
1844
+ 0,
1845
+ [_AI, _AST, _ECT],
1846
+ [0, 0, 0],
1847
+ ];
1848
+ export var StartCostAllocationTagBackfillRequest = [3, n0, _SCATBR, 0, [_BF], [0]];
1849
+ export var StartCostAllocationTagBackfillResponse = [
1850
+ 3,
1851
+ n0,
1852
+ _SCATBRt,
1853
+ 0,
1854
+ [_BRa],
1855
+ [() => CostAllocationTagBackfillRequest],
1856
+ ];
1857
+ export var StartSavingsPlansPurchaseRecommendationGenerationRequest = [
1858
+ 3,
1859
+ n0,
1860
+ _SSPPRGR,
1861
+ 0,
1862
+ [],
1863
+ [],
1864
+ ];
1865
+ export var StartSavingsPlansPurchaseRecommendationGenerationResponse = [
1866
+ 3,
1867
+ n0,
1868
+ _SSPPRGRt,
1869
+ 0,
1870
+ [_RIe, _GST, _ECT],
1871
+ [0, 0, 0],
1872
+ ];
1873
+ export var Subscriber = [3, n0, _Sub, 0, [_Ad, _Ty, _St], [0, 0, 0]];
1874
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _RT], [0, () => ResourceTagList]];
1875
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1876
+ export var TagValues = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1877
+ export var TargetInstance = [
1878
+ 3,
1879
+ n0,
1880
+ _TIar,
1881
+ 0,
1882
+ [_EMC, _EMS, _CCu, _DTI, _RD, _ERU, _PDl],
1883
+ [0, 0, 0, 2, () => ResourceDetails, () => ResourceUtilization, 64 | 0],
1884
+ ];
1885
+ export var TerminateRecommendationDetail = [3, n0, _TRD, 0, [_EMS, _CCu], [0, 0]];
1886
+ export var TooManyTagsException = [
1887
+ -3,
1888
+ n0,
1889
+ _TMTE,
1890
+ {
1891
+ [_e]: _c,
1892
+ [_hE]: 400,
1893
+ },
1894
+ [_M, _RN],
1895
+ [0, 0],
1896
+ ];
1897
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1898
+ export var TotalImpactFilter = [3, n0, _TIF, 0, [_NO, _SV, _EV], [0, 1, 1]];
1899
+ export var UnknownMonitorException = [
1900
+ -3,
1901
+ n0,
1902
+ _UME,
1903
+ {
1904
+ [_e]: _c,
1905
+ [_hE]: 404,
1906
+ },
1907
+ [_M],
1908
+ [0],
1909
+ ];
1910
+ TypeRegistry.for(n0).registerError(UnknownMonitorException, __UnknownMonitorException);
1911
+ export var UnknownSubscriptionException = [
1912
+ -3,
1913
+ n0,
1914
+ _USE,
1915
+ {
1916
+ [_e]: _c,
1917
+ [_hE]: 404,
1918
+ },
1919
+ [_M],
1920
+ [0],
1921
+ ];
1922
+ TypeRegistry.for(n0).registerError(UnknownSubscriptionException, __UnknownSubscriptionException);
1923
+ export var UnresolvableUsageUnitException = [
1924
+ -3,
1925
+ n0,
1926
+ _UUUE,
1927
+ {
1928
+ [_e]: _c,
1929
+ },
1930
+ [_M],
1931
+ [0],
1932
+ ];
1933
+ TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException, __UnresolvableUsageUnitException);
1934
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _RTK], [0, 64 | 0]];
1935
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1936
+ export var UpdateAnomalyMonitorRequest = [3, n0, _UAMR, 0, [_MA, _MN], [0, 0]];
1937
+ export var UpdateAnomalyMonitorResponse = [3, n0, _UAMRp, 0, [_MA], [0]];
1938
+ export var UpdateAnomalySubscriptionRequest = [
1939
+ 3,
1940
+ n0,
1941
+ _UASR,
1942
+ 0,
1943
+ [_SA, _T, _Fr, _MAL, _S, _SN, _TE],
1944
+ [0, 1, 0, 64 | 0, () => Subscribers, 0, () => Expression],
1945
+ ];
1946
+ export var UpdateAnomalySubscriptionResponse = [3, n0, _UASRp, 0, [_SA], [0]];
1947
+ export var UpdateCostAllocationTagsStatusError = [3, n0, _UCATSE, 0, [_TK, _Cod, _M], [0, 0, 0]];
1948
+ export var UpdateCostAllocationTagsStatusRequest = [
1949
+ 3,
1950
+ n0,
1951
+ _UCATSR,
1952
+ 0,
1953
+ [_CATS],
1954
+ [() => CostAllocationTagStatusList],
1955
+ ];
1956
+ export var UpdateCostAllocationTagsStatusResponse = [
1957
+ 3,
1958
+ n0,
1959
+ _UCATSRp,
1960
+ 0,
1961
+ [_Er],
1962
+ [() => UpdateCostAllocationTagsStatusErrors],
1963
+ ];
1964
+ export var UpdateCostCategoryDefinitionRequest = [
1965
+ 3,
1966
+ n0,
1967
+ _UCCDR,
1968
+ 0,
1969
+ [_CCA, _ES, _RV, _R, _DVe, _SCR],
1970
+ [0, 0, 0, () => CostCategoryRulesList, 0, () => CostCategorySplitChargeRulesList],
1971
+ ];
1972
+ export var UpdateCostCategoryDefinitionResponse = [3, n0, _UCCDRp, 0, [_CCA, _ES], [0, 0]];
1973
+ export var UtilizationByTime = [
1974
+ 3,
1975
+ n0,
1976
+ _UBTt,
1977
+ 0,
1978
+ [_TP, _G, _To],
1979
+ [() => DateInterval, () => ReservationUtilizationGroups, () => ReservationAggregates],
1980
+ ];
1981
+ export var __Unit = "unit";
1982
+ export var CostExplorerServiceException = [-3, _s, "CostExplorerServiceException", 0, [], []];
1983
+ TypeRegistry.for(_s).registerError(CostExplorerServiceException, __CostExplorerServiceException);
1984
+ export var AnalysisIds = 64 | 0;
1985
+ export var AnalysisSummaryList = [1, n0, _ASL, 0, () => AnalysisSummary];
1986
+ export var Anomalies = [1, n0, _Ano, 0, () => Anomaly];
1987
+ export var AnomalyMonitors = [1, n0, _AMn, 0, () => AnomalyMonitor];
1988
+ export var AnomalySubscriptions = [1, n0, _ASnoma, 0, () => AnomalySubscription];
1989
+ export var CostAllocationTagBackfillRequestList = [
1990
+ 1,
1991
+ n0,
1992
+ _CATBRL,
1993
+ 0,
1994
+ () => CostAllocationTagBackfillRequest,
1995
+ ];
1996
+ export var CostAllocationTagKeyList = 64 | 0;
1997
+ export var CostAllocationTagList = [1, n0, _CATL, 0, () => CostAllocationTag];
1998
+ export var CostAllocationTagStatusList = [1, n0, _CATSL, 0, () => CostAllocationTagStatusEntry];
1999
+ export var CostAndUsageComparisons = [1, n0, _CAUCo, 0, () => CostAndUsageComparison];
2000
+ export var CostCategoryNamesList = 64 | 0;
2001
+ export var CostCategoryProcessingStatusList = [1, n0, _CCPSL, 0, () => CostCategoryProcessingStatus];
2002
+ export var CostCategoryReferencesList = [1, n0, _CCRL, 0, () => CostCategoryReference];
2003
+ export var CostCategoryRulesList = [1, n0, _CCRLo, 0, () => CostCategoryRule];
2004
+ export var CostCategorySplitChargeRuleParametersList = [
2005
+ 1,
2006
+ n0,
2007
+ _CCSCRPL,
2008
+ 0,
2009
+ () => CostCategorySplitChargeRuleParameter,
2010
+ ];
2011
+ export var CostCategorySplitChargeRuleParameterValuesList = 64 | 0;
2012
+ export var CostCategorySplitChargeRulesList = [1, n0, _CCSCRL, 0, () => CostCategorySplitChargeRule];
2013
+ export var CostCategorySplitChargeRuleTargetsList = 64 | 0;
2014
+ export var CostCategoryValuesList = 64 | 0;
2015
+ export var CostComparisonDrivers = [1, n0, _CCDo, 0, () => CostComparisonDriver];
2016
+ export var CostDrivers = [1, n0, _CDo, 0, () => CostDriver];
2017
+ export var CoveragesByTime = [1, n0, _CBTo, 0, () => CoverageByTime];
2018
+ export var DimensionValuesWithAttributesList = [
2019
+ 1,
2020
+ n0,
2021
+ _DVWAL,
2022
+ 0,
2023
+ () => DimensionValuesWithAttributes,
2024
+ ];
2025
+ export var Expressions = [1, n0, _Exp, 0, () => Expression];
2026
+ export var FindingReasonCodes = 64 | 0;
2027
+ export var ForecastResultsByTime = [1, n0, _FRBT, 0, () => ForecastResult];
2028
+ export var GenerationSummaryList = [1, n0, _GSL, 0, () => GenerationSummary];
2029
+ export var GroupDefinitions = [1, n0, _GD, 0, () => GroupDefinition];
2030
+ export var Groups = [1, n0, _G, 0, () => Group];
2031
+ export var Keys = 64 | 0;
2032
+ export var MatchOptions = 64 | 0;
2033
+ export var MetricNames = 64 | 0;
2034
+ export var MetricsOverLookbackPeriod = [1, n0, _MOLP, 0, () => RecommendationDetailHourlyMetrics];
2035
+ export var MonitorArnList = 64 | 0;
2036
+ export var PlatformDifferences = 64 | 0;
2037
+ export var RecommendationIdList = 64 | 0;
2038
+ export var ReservationCoverageGroups = [1, n0, _RCGe, 0, () => ReservationCoverageGroup];
2039
+ export var ReservationPurchaseRecommendationDetails = [
2040
+ 1,
2041
+ n0,
2042
+ _RPRDe,
2043
+ 0,
2044
+ () => ReservationPurchaseRecommendationDetail,
2045
+ ];
2046
+ export var ReservationPurchaseRecommendations = [
2047
+ 1,
2048
+ n0,
2049
+ _RPRe,
2050
+ 0,
2051
+ () => ReservationPurchaseRecommendation,
2052
+ ];
2053
+ export var ReservationUtilizationGroups = [1, n0, _RUGe, 0, () => ReservationUtilizationGroup];
2054
+ export var ResourceTagKeyList = 64 | 0;
2055
+ export var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
2056
+ export var ResultsByTime = [1, n0, _RBT, 0, () => ResultByTime];
2057
+ export var RightsizingRecommendationList = [1, n0, _RRL, 0, () => RightsizingRecommendation];
2058
+ export var RootCauses = [1, n0, _RC, 0, () => RootCause];
2059
+ export var SavingsPlansCoverages = [1, n0, _SPC, 0, () => SavingsPlansCoverage];
2060
+ export var SavingsPlansDataTypes = 64 | 0;
2061
+ export var SavingsPlansPurchaseRecommendationDetailList = [
2062
+ 1,
2063
+ n0,
2064
+ _SPPRDL,
2065
+ 0,
2066
+ () => SavingsPlansPurchaseRecommendationDetail,
2067
+ ];
2068
+ export var SavingsPlansToAdd = [1, n0, _SPTA, 0, () => SavingsPlans];
2069
+ export var SavingsPlansToExclude = 64 | 0;
2070
+ export var SavingsPlansUtilizationDetails = [1, n0, _SPUD, 0, () => SavingsPlansUtilizationDetail];
2071
+ export var SavingsPlansUtilizationsByTime = [1, n0, _SPUBT, 0, () => SavingsPlansUtilizationByTime];
2072
+ export var SortDefinitions = [1, n0, _SDor, 0, () => SortDefinition];
2073
+ export var Subscribers = [1, n0, _S, 0, () => Subscriber];
2074
+ export var TagList = 64 | 0;
2075
+ export var TagValuesList = [1, n0, _TVL, 0, () => TagValues];
2076
+ export var TargetInstancesList = [1, n0, _TIL, 0, () => TargetInstance];
2077
+ export var UpdateCostAllocationTagsStatusErrors = [
2078
+ 1,
2079
+ n0,
2080
+ _UCATSEp,
2081
+ 0,
2082
+ () => UpdateCostAllocationTagsStatusError,
2083
+ ];
2084
+ export var UsageServices = 64 | 0;
2085
+ export var UtilizationsByTime = [1, n0, _UBT, 0, () => UtilizationByTime];
2086
+ export var Values = 64 | 0;
2087
+ export var ApproximateUsageRecordsPerService = 128 | 1;
2088
+ export var Attributes = 128 | 0;
2089
+ export var ComparisonMetrics = [2, n0, _CM, 0, 0, () => ComparisonMetricValue];
2090
+ export var Metrics = [2, n0, _Me, 0, 0, () => MetricValue];
2091
+ export var CreateAnomalyMonitor = [
2092
+ 9,
2093
+ n0,
2094
+ _CAM,
2095
+ 0,
2096
+ () => CreateAnomalyMonitorRequest,
2097
+ () => CreateAnomalyMonitorResponse,
2098
+ ];
2099
+ export var CreateAnomalySubscription = [
2100
+ 9,
2101
+ n0,
2102
+ _CAS,
2103
+ 0,
2104
+ () => CreateAnomalySubscriptionRequest,
2105
+ () => CreateAnomalySubscriptionResponse,
2106
+ ];
2107
+ export var CreateCostCategoryDefinition = [
2108
+ 9,
2109
+ n0,
2110
+ _CCCD,
2111
+ 0,
2112
+ () => CreateCostCategoryDefinitionRequest,
2113
+ () => CreateCostCategoryDefinitionResponse,
2114
+ ];
2115
+ export var DeleteAnomalyMonitor = [
2116
+ 9,
2117
+ n0,
2118
+ _DAM,
2119
+ 0,
2120
+ () => DeleteAnomalyMonitorRequest,
2121
+ () => DeleteAnomalyMonitorResponse,
2122
+ ];
2123
+ export var DeleteAnomalySubscription = [
2124
+ 9,
2125
+ n0,
2126
+ _DAS,
2127
+ 0,
2128
+ () => DeleteAnomalySubscriptionRequest,
2129
+ () => DeleteAnomalySubscriptionResponse,
2130
+ ];
2131
+ export var DeleteCostCategoryDefinition = [
2132
+ 9,
2133
+ n0,
2134
+ _DCCD,
2135
+ 0,
2136
+ () => DeleteCostCategoryDefinitionRequest,
2137
+ () => DeleteCostCategoryDefinitionResponse,
2138
+ ];
2139
+ export var DescribeCostCategoryDefinition = [
2140
+ 9,
2141
+ n0,
2142
+ _DCCDe,
2143
+ 0,
2144
+ () => DescribeCostCategoryDefinitionRequest,
2145
+ () => DescribeCostCategoryDefinitionResponse,
2146
+ ];
2147
+ export var GetAnomalies = [9, n0, _GA, 0, () => GetAnomaliesRequest, () => GetAnomaliesResponse];
2148
+ export var GetAnomalyMonitors = [
2149
+ 9,
2150
+ n0,
2151
+ _GAM,
2152
+ 0,
2153
+ () => GetAnomalyMonitorsRequest,
2154
+ () => GetAnomalyMonitorsResponse,
2155
+ ];
2156
+ export var GetAnomalySubscriptions = [
2157
+ 9,
2158
+ n0,
2159
+ _GAS,
2160
+ 0,
2161
+ () => GetAnomalySubscriptionsRequest,
2162
+ () => GetAnomalySubscriptionsResponse,
2163
+ ];
2164
+ export var GetApproximateUsageRecords = [
2165
+ 9,
2166
+ n0,
2167
+ _GAUR,
2168
+ 0,
2169
+ () => GetApproximateUsageRecordsRequest,
2170
+ () => GetApproximateUsageRecordsResponse,
2171
+ ];
2172
+ export var GetCommitmentPurchaseAnalysis = [
2173
+ 9,
2174
+ n0,
2175
+ _GCPA,
2176
+ 0,
2177
+ () => GetCommitmentPurchaseAnalysisRequest,
2178
+ () => GetCommitmentPurchaseAnalysisResponse,
2179
+ ];
2180
+ export var GetCostAndUsage = [
2181
+ 9,
2182
+ n0,
2183
+ _GCAU,
2184
+ 0,
2185
+ () => GetCostAndUsageRequest,
2186
+ () => GetCostAndUsageResponse,
2187
+ ];
2188
+ export var GetCostAndUsageComparisons = [
2189
+ 9,
2190
+ n0,
2191
+ _GCAUC,
2192
+ 0,
2193
+ () => GetCostAndUsageComparisonsRequest,
2194
+ () => GetCostAndUsageComparisonsResponse,
2195
+ ];
2196
+ export var GetCostAndUsageWithResources = [
2197
+ 9,
2198
+ n0,
2199
+ _GCAUWR,
2200
+ 0,
2201
+ () => GetCostAndUsageWithResourcesRequest,
2202
+ () => GetCostAndUsageWithResourcesResponse,
2203
+ ];
2204
+ export var GetCostCategories = [
2205
+ 9,
2206
+ n0,
2207
+ _GCC,
2208
+ 0,
2209
+ () => GetCostCategoriesRequest,
2210
+ () => GetCostCategoriesResponse,
2211
+ ];
2212
+ export var GetCostComparisonDrivers = [
2213
+ 9,
2214
+ n0,
2215
+ _GCCD,
2216
+ 0,
2217
+ () => GetCostComparisonDriversRequest,
2218
+ () => GetCostComparisonDriversResponse,
2219
+ ];
2220
+ export var GetCostForecast = [
2221
+ 9,
2222
+ n0,
2223
+ _GCF,
2224
+ 0,
2225
+ () => GetCostForecastRequest,
2226
+ () => GetCostForecastResponse,
2227
+ ];
2228
+ export var GetDimensionValues = [
2229
+ 9,
2230
+ n0,
2231
+ _GDV,
2232
+ 0,
2233
+ () => GetDimensionValuesRequest,
2234
+ () => GetDimensionValuesResponse,
2235
+ ];
2236
+ export var GetReservationCoverage = [
2237
+ 9,
2238
+ n0,
2239
+ _GRC,
2240
+ 0,
2241
+ () => GetReservationCoverageRequest,
2242
+ () => GetReservationCoverageResponse,
2243
+ ];
2244
+ export var GetReservationPurchaseRecommendation = [
2245
+ 9,
2246
+ n0,
2247
+ _GRPR,
2248
+ 0,
2249
+ () => GetReservationPurchaseRecommendationRequest,
2250
+ () => GetReservationPurchaseRecommendationResponse,
2251
+ ];
2252
+ export var GetReservationUtilization = [
2253
+ 9,
2254
+ n0,
2255
+ _GRU,
2256
+ 0,
2257
+ () => GetReservationUtilizationRequest,
2258
+ () => GetReservationUtilizationResponse,
2259
+ ];
2260
+ export var GetRightsizingRecommendation = [
2261
+ 9,
2262
+ n0,
2263
+ _GRR,
2264
+ 0,
2265
+ () => GetRightsizingRecommendationRequest,
2266
+ () => GetRightsizingRecommendationResponse,
2267
+ ];
2268
+ export var GetSavingsPlanPurchaseRecommendationDetails = [
2269
+ 9,
2270
+ n0,
2271
+ _GSPPRD,
2272
+ 0,
2273
+ () => GetSavingsPlanPurchaseRecommendationDetailsRequest,
2274
+ () => GetSavingsPlanPurchaseRecommendationDetailsResponse,
2275
+ ];
2276
+ export var GetSavingsPlansCoverage = [
2277
+ 9,
2278
+ n0,
2279
+ _GSPC,
2280
+ 0,
2281
+ () => GetSavingsPlansCoverageRequest,
2282
+ () => GetSavingsPlansCoverageResponse,
2283
+ ];
2284
+ export var GetSavingsPlansPurchaseRecommendation = [
2285
+ 9,
2286
+ n0,
2287
+ _GSPPR,
2288
+ 0,
2289
+ () => GetSavingsPlansPurchaseRecommendationRequest,
2290
+ () => GetSavingsPlansPurchaseRecommendationResponse,
2291
+ ];
2292
+ export var GetSavingsPlansUtilization = [
2293
+ 9,
2294
+ n0,
2295
+ _GSPU,
2296
+ 0,
2297
+ () => GetSavingsPlansUtilizationRequest,
2298
+ () => GetSavingsPlansUtilizationResponse,
2299
+ ];
2300
+ export var GetSavingsPlansUtilizationDetails = [
2301
+ 9,
2302
+ n0,
2303
+ _GSPUD,
2304
+ 0,
2305
+ () => GetSavingsPlansUtilizationDetailsRequest,
2306
+ () => GetSavingsPlansUtilizationDetailsResponse,
2307
+ ];
2308
+ export var GetTags = [9, n0, _GTe, 0, () => GetTagsRequest, () => GetTagsResponse];
2309
+ export var GetUsageForecast = [
2310
+ 9,
2311
+ n0,
2312
+ _GUF,
2313
+ 0,
2314
+ () => GetUsageForecastRequest,
2315
+ () => GetUsageForecastResponse,
2316
+ ];
2317
+ export var ListCommitmentPurchaseAnalyses = [
2318
+ 9,
2319
+ n0,
2320
+ _LCPA,
2321
+ 0,
2322
+ () => ListCommitmentPurchaseAnalysesRequest,
2323
+ () => ListCommitmentPurchaseAnalysesResponse,
2324
+ ];
2325
+ export var ListCostAllocationTagBackfillHistory = [
2326
+ 9,
2327
+ n0,
2328
+ _LCATBH,
2329
+ 0,
2330
+ () => ListCostAllocationTagBackfillHistoryRequest,
2331
+ () => ListCostAllocationTagBackfillHistoryResponse,
2332
+ ];
2333
+ export var ListCostAllocationTags = [
2334
+ 9,
2335
+ n0,
2336
+ _LCAT,
2337
+ 0,
2338
+ () => ListCostAllocationTagsRequest,
2339
+ () => ListCostAllocationTagsResponse,
2340
+ ];
2341
+ export var ListCostCategoryDefinitions = [
2342
+ 9,
2343
+ n0,
2344
+ _LCCD,
2345
+ 0,
2346
+ () => ListCostCategoryDefinitionsRequest,
2347
+ () => ListCostCategoryDefinitionsResponse,
2348
+ ];
2349
+ export var ListSavingsPlansPurchaseRecommendationGeneration = [
2350
+ 9,
2351
+ n0,
2352
+ _LSPPRG,
2353
+ 0,
2354
+ () => ListSavingsPlansPurchaseRecommendationGenerationRequest,
2355
+ () => ListSavingsPlansPurchaseRecommendationGenerationResponse,
2356
+ ];
2357
+ export var ListTagsForResource = [
2358
+ 9,
2359
+ n0,
2360
+ _LTFR,
2361
+ 0,
2362
+ () => ListTagsForResourceRequest,
2363
+ () => ListTagsForResourceResponse,
2364
+ ];
2365
+ export var ProvideAnomalyFeedback = [
2366
+ 9,
2367
+ n0,
2368
+ _PAF,
2369
+ 0,
2370
+ () => ProvideAnomalyFeedbackRequest,
2371
+ () => ProvideAnomalyFeedbackResponse,
2372
+ ];
2373
+ export var StartCommitmentPurchaseAnalysis = [
2374
+ 9,
2375
+ n0,
2376
+ _SCPA,
2377
+ 0,
2378
+ () => StartCommitmentPurchaseAnalysisRequest,
2379
+ () => StartCommitmentPurchaseAnalysisResponse,
2380
+ ];
2381
+ export var StartCostAllocationTagBackfill = [
2382
+ 9,
2383
+ n0,
2384
+ _SCATB,
2385
+ 0,
2386
+ () => StartCostAllocationTagBackfillRequest,
2387
+ () => StartCostAllocationTagBackfillResponse,
2388
+ ];
2389
+ export var StartSavingsPlansPurchaseRecommendationGeneration = [
2390
+ 9,
2391
+ n0,
2392
+ _SSPPRG,
2393
+ 0,
2394
+ () => StartSavingsPlansPurchaseRecommendationGenerationRequest,
2395
+ () => StartSavingsPlansPurchaseRecommendationGenerationResponse,
2396
+ ];
2397
+ export var TagResource = [9, n0, _TRa, 0, () => TagResourceRequest, () => TagResourceResponse];
2398
+ export var UntagResource = [
2399
+ 9,
2400
+ n0,
2401
+ _UR,
2402
+ 0,
2403
+ () => UntagResourceRequest,
2404
+ () => UntagResourceResponse,
2405
+ ];
2406
+ export var UpdateAnomalyMonitor = [
2407
+ 9,
2408
+ n0,
2409
+ _UAM,
2410
+ 0,
2411
+ () => UpdateAnomalyMonitorRequest,
2412
+ () => UpdateAnomalyMonitorResponse,
2413
+ ];
2414
+ export var UpdateAnomalySubscription = [
2415
+ 9,
2416
+ n0,
2417
+ _UAS,
2418
+ 0,
2419
+ () => UpdateAnomalySubscriptionRequest,
2420
+ () => UpdateAnomalySubscriptionResponse,
2421
+ ];
2422
+ export var UpdateCostAllocationTagsStatus = [
2423
+ 9,
2424
+ n0,
2425
+ _UCATS,
2426
+ 0,
2427
+ () => UpdateCostAllocationTagsStatusRequest,
2428
+ () => UpdateCostAllocationTagsStatusResponse,
2429
+ ];
2430
+ export var UpdateCostCategoryDefinition = [
2431
+ 9,
2432
+ n0,
2433
+ _UCCD,
2434
+ 0,
2435
+ () => UpdateCostCategoryDefinitionRequest,
2436
+ () => UpdateCostCategoryDefinitionResponse,
2437
+ ];