@aws-sdk/client-cost-explorer 3.952.0 → 3.954.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 +880 -601
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -2
  4. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -2
  5. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -2
  6. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -2
  7. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -2
  8. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
  9. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
  10. package/dist-es/commands/GetAnomaliesCommand.js +2 -2
  11. package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -2
  12. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -2
  13. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -2
  14. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -2
  15. package/dist-es/commands/GetCostAndUsageCommand.js +2 -2
  16. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -2
  17. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
  18. package/dist-es/commands/GetCostCategoriesCommand.js +2 -2
  19. package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -2
  20. package/dist-es/commands/GetCostForecastCommand.js +2 -2
  21. package/dist-es/commands/GetDimensionValuesCommand.js +2 -2
  22. package/dist-es/commands/GetReservationCoverageCommand.js +2 -2
  23. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
  24. package/dist-es/commands/GetReservationUtilizationCommand.js +2 -2
  25. package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -2
  26. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -2
  27. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -2
  28. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
  29. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -2
  30. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
  31. package/dist-es/commands/GetTagsCommand.js +2 -2
  32. package/dist-es/commands/GetUsageForecastCommand.js +2 -2
  33. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -2
  34. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -2
  35. package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -2
  36. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -2
  37. package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -2
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -2
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -2
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -2
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
  44. package/dist-es/commands/TagResourceCommand.js +2 -2
  45. package/dist-es/commands/UntagResourceCommand.js +2 -2
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -2
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -2
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
  50. package/dist-es/index.js +1 -0
  51. package/dist-es/runtimeConfig.shared.js +6 -6
  52. package/dist-es/schemas/schemas_0.js +561 -539
  53. package/dist-types/CostExplorerClient.d.ts +1 -10
  54. package/dist-types/index.d.ts +1 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  56. package/dist-types/runtimeConfig.d.ts +6 -2
  57. package/dist-types/runtimeConfig.native.d.ts +6 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  59. package/dist-types/schemas/schemas_0.d.ts +258 -326
  60. package/dist-types/ts3.4/CostExplorerClient.d.ts +0 -4
  61. package/dist-types/ts3.4/index.d.ts +1 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -327
  67. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class CostExplorerClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let CostExplorerServiceException$1 = class CostExplorerServiceException extends smithyClient.ServiceException {
113
+ class CostExplorerServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, CostExplorerServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AnalysisNotFoundException$1 = class AnalysisNotFoundException extends CostExplorerServiceException$1 {
120
+ class AnalysisNotFoundException extends CostExplorerServiceException {
121
121
  name = "AnalysisNotFoundException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AnalysisNotFoundException$1 = class AnalysisNotFoundException extends CostEx
130
130
  Object.setPrototypeOf(this, AnalysisNotFoundException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let LimitExceededException$1 = class LimitExceededException extends CostExplorerServiceException$1 {
133
+ }
134
+ class LimitExceededException extends CostExplorerServiceException {
135
135
  name = "LimitExceededException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let LimitExceededException$1 = class LimitExceededException extends CostExplorer
144
144
  Object.setPrototypeOf(this, LimitExceededException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let UnknownMonitorException$1 = class UnknownMonitorException extends CostExplorerServiceException$1 {
147
+ }
148
+ class UnknownMonitorException extends CostExplorerServiceException {
149
149
  name = "UnknownMonitorException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let UnknownMonitorException$1 = class UnknownMonitorException extends CostExplor
158
158
  Object.setPrototypeOf(this, UnknownMonitorException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends CostExplorerServiceException$1 {
161
+ }
162
+ class ServiceQuotaExceededException extends CostExplorerServiceException {
163
163
  name = "ServiceQuotaExceededException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
172
172
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let UnknownSubscriptionException$1 = class UnknownSubscriptionException extends CostExplorerServiceException$1 {
175
+ }
176
+ class UnknownSubscriptionException extends CostExplorerServiceException {
177
177
  name = "UnknownSubscriptionException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let UnknownSubscriptionException$1 = class UnknownSubscriptionException extends
186
186
  Object.setPrototypeOf(this, UnknownSubscriptionException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends CostExplorerServiceException$1 {
189
+ }
190
+ class ResourceNotFoundException extends CostExplorerServiceException {
191
191
  name = "ResourceNotFoundException";
192
192
  $fault = "client";
193
193
  Message;
@@ -202,8 +202,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CostEx
202
202
  this.Message = opts.Message;
203
203
  this.ResourceName = opts.ResourceName;
204
204
  }
205
- };
206
- let InvalidNextTokenException$1 = class InvalidNextTokenException extends CostExplorerServiceException$1 {
205
+ }
206
+ class InvalidNextTokenException extends CostExplorerServiceException {
207
207
  name = "InvalidNextTokenException";
208
208
  $fault = "client";
209
209
  Message;
@@ -216,8 +216,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends CostEx
216
216
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
217
217
  this.Message = opts.Message;
218
218
  }
219
- };
220
- let DataUnavailableException$1 = class DataUnavailableException extends CostExplorerServiceException$1 {
219
+ }
220
+ class DataUnavailableException extends CostExplorerServiceException {
221
221
  name = "DataUnavailableException";
222
222
  $fault = "client";
223
223
  Message;
@@ -230,8 +230,8 @@ let DataUnavailableException$1 = class DataUnavailableException extends CostExpl
230
230
  Object.setPrototypeOf(this, DataUnavailableException.prototype);
231
231
  this.Message = opts.Message;
232
232
  }
233
- };
234
- let BillExpirationException$1 = class BillExpirationException extends CostExplorerServiceException$1 {
233
+ }
234
+ class BillExpirationException extends CostExplorerServiceException {
235
235
  name = "BillExpirationException";
236
236
  $fault = "client";
237
237
  Message;
@@ -244,8 +244,8 @@ let BillExpirationException$1 = class BillExpirationException extends CostExplor
244
244
  Object.setPrototypeOf(this, BillExpirationException.prototype);
245
245
  this.Message = opts.Message;
246
246
  }
247
- };
248
- let BillingViewHealthStatusException$1 = class BillingViewHealthStatusException extends CostExplorerServiceException$1 {
247
+ }
248
+ class BillingViewHealthStatusException extends CostExplorerServiceException {
249
249
  name = "BillingViewHealthStatusException";
250
250
  $fault = "client";
251
251
  Message;
@@ -258,8 +258,8 @@ let BillingViewHealthStatusException$1 = class BillingViewHealthStatusException
258
258
  Object.setPrototypeOf(this, BillingViewHealthStatusException.prototype);
259
259
  this.Message = opts.Message;
260
260
  }
261
- };
262
- let RequestChangedException$1 = class RequestChangedException extends CostExplorerServiceException$1 {
261
+ }
262
+ class RequestChangedException extends CostExplorerServiceException {
263
263
  name = "RequestChangedException";
264
264
  $fault = "client";
265
265
  Message;
@@ -272,8 +272,8 @@ let RequestChangedException$1 = class RequestChangedException extends CostExplor
272
272
  Object.setPrototypeOf(this, RequestChangedException.prototype);
273
273
  this.Message = opts.Message;
274
274
  }
275
- };
276
- let UnresolvableUsageUnitException$1 = class UnresolvableUsageUnitException extends CostExplorerServiceException$1 {
275
+ }
276
+ class UnresolvableUsageUnitException extends CostExplorerServiceException {
277
277
  name = "UnresolvableUsageUnitException";
278
278
  $fault = "client";
279
279
  Message;
@@ -286,8 +286,8 @@ let UnresolvableUsageUnitException$1 = class UnresolvableUsageUnitException exte
286
286
  Object.setPrototypeOf(this, UnresolvableUsageUnitException.prototype);
287
287
  this.Message = opts.Message;
288
288
  }
289
- };
290
- let GenerationExistsException$1 = class GenerationExistsException extends CostExplorerServiceException$1 {
289
+ }
290
+ class GenerationExistsException extends CostExplorerServiceException {
291
291
  name = "GenerationExistsException";
292
292
  $fault = "client";
293
293
  Message;
@@ -300,8 +300,8 @@ let GenerationExistsException$1 = class GenerationExistsException extends CostEx
300
300
  Object.setPrototypeOf(this, GenerationExistsException.prototype);
301
301
  this.Message = opts.Message;
302
302
  }
303
- };
304
- let BackfillLimitExceededException$1 = class BackfillLimitExceededException extends CostExplorerServiceException$1 {
303
+ }
304
+ class BackfillLimitExceededException extends CostExplorerServiceException {
305
305
  name = "BackfillLimitExceededException";
306
306
  $fault = "client";
307
307
  Message;
@@ -314,8 +314,8 @@ let BackfillLimitExceededException$1 = class BackfillLimitExceededException exte
314
314
  Object.setPrototypeOf(this, BackfillLimitExceededException.prototype);
315
315
  this.Message = opts.Message;
316
316
  }
317
- };
318
- let TooManyTagsException$1 = class TooManyTagsException extends CostExplorerServiceException$1 {
317
+ }
318
+ class TooManyTagsException extends CostExplorerServiceException {
319
319
  name = "TooManyTagsException";
320
320
  $fault = "client";
321
321
  Message;
@@ -330,7 +330,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends CostExplorerServ
330
330
  this.Message = opts.Message;
331
331
  this.ResourceName = opts.ResourceName;
332
332
  }
333
- };
333
+ }
334
334
 
335
335
  const _A = "Anomaly";
336
336
  const _AC = "AmortizedCommitment";
@@ -959,67 +959,67 @@ const _e = "error";
959
959
  const _hE = "httpError";
960
960
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.costexplorer";
961
961
  const n0 = "com.amazonaws.costexplorer";
962
- var AnalysisDetails = [
962
+ var AnalysisDetails$ = [
963
963
  3,
964
964
  n0,
965
965
  _AD,
966
966
  0,
967
967
  [_SPPAD],
968
- [() => SavingsPlansPurchaseAnalysisDetails],
968
+ [() => SavingsPlansPurchaseAnalysisDetails$],
969
969
  ];
970
- var AnalysisNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
971
- schema.TypeRegistry.for(n0).registerError(AnalysisNotFoundException, AnalysisNotFoundException$1);
972
- var AnalysisSummary = [
970
+ var AnalysisNotFoundException$ = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
971
+ schema.TypeRegistry.for(n0).registerError(AnalysisNotFoundException$, AnalysisNotFoundException);
972
+ var AnalysisSummary$ = [
973
973
  3,
974
974
  n0,
975
975
  _AS,
976
976
  0,
977
977
  [_ECT, _ACT, _AST, _ASn, _EC, _AI, _CPAC],
978
- [0, 0, 0, 0, 0, 0, () => CommitmentPurchaseAnalysisConfiguration],
978
+ [0, 0, 0, 0, 0, 0, () => CommitmentPurchaseAnalysisConfiguration$],
979
979
  ];
980
- var Anomaly = [
980
+ var Anomaly$ = [
981
981
  3,
982
982
  n0,
983
983
  _A,
984
984
  0,
985
985
  [_AIn, _ASD, _AED, _DV, _RC, _ASno, _I, _MA, _F],
986
- [0, 0, 0, 0, () => RootCauses, () => AnomalyScore, () => Impact, 0, 0],
986
+ [0, 0, 0, 0, () => RootCauses, () => AnomalyScore$, () => Impact$, 0, 0],
987
987
  ];
988
- var AnomalyDateInterval = [3, n0, _ADI, 0, [_SD, _ED], [0, 0]];
989
- var AnomalyMonitor = [
988
+ var AnomalyDateInterval$ = [3, n0, _ADI, 0, [_SD, _ED], [0, 0]];
989
+ var AnomalyMonitor$ = [
990
990
  3,
991
991
  n0,
992
992
  _AM,
993
993
  0,
994
994
  [_MA, _MN, _CD, _LUD, _LED, _MT, _MD, _MS, _DVC],
995
- [0, 0, 0, 0, 0, 0, 0, () => Expression, 1],
995
+ [0, 0, 0, 0, 0, 0, 0, () => Expression$, 1],
996
996
  ];
997
- var AnomalyScore = [3, n0, _ASno, 0, [_MSa, _CS], [1, 1]];
998
- var AnomalySubscription = [
997
+ var AnomalyScore$ = [3, n0, _ASno, 0, [_MSa, _CS], [1, 1]];
998
+ var AnomalySubscription$ = [
999
999
  3,
1000
1000
  n0,
1001
1001
  _ASnom,
1002
1002
  0,
1003
1003
  [_SA, _AIc, _MAL, _S, _T, _Fr, _SN, _TE],
1004
- [0, 0, 64 | 0, () => Subscribers, 1, 0, 0, () => Expression],
1004
+ [0, 0, 64 | 0, () => Subscribers, 1, 0, 0, () => Expression$],
1005
1005
  ];
1006
- var BackfillLimitExceededException = [-3, n0, _BLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1007
- schema.TypeRegistry.for(n0).registerError(BackfillLimitExceededException, BackfillLimitExceededException$1);
1008
- var BillExpirationException = [-3, n0, _BEE, { [_e]: _c }, [_M], [0]];
1009
- schema.TypeRegistry.for(n0).registerError(BillExpirationException, BillExpirationException$1);
1010
- var BillingViewHealthStatusException = [-3, n0, _BVHSE, { [_e]: _c }, [_M], [0]];
1011
- schema.TypeRegistry.for(n0).registerError(BillingViewHealthStatusException, BillingViewHealthStatusException$1);
1012
- var CommitmentPurchaseAnalysisConfiguration = [
1006
+ var BackfillLimitExceededException$ = [-3, n0, _BLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1007
+ schema.TypeRegistry.for(n0).registerError(BackfillLimitExceededException$, BackfillLimitExceededException);
1008
+ var BillExpirationException$ = [-3, n0, _BEE, { [_e]: _c }, [_M], [0]];
1009
+ schema.TypeRegistry.for(n0).registerError(BillExpirationException$, BillExpirationException);
1010
+ var BillingViewHealthStatusException$ = [-3, n0, _BVHSE, { [_e]: _c }, [_M], [0]];
1011
+ schema.TypeRegistry.for(n0).registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
1012
+ var CommitmentPurchaseAnalysisConfiguration$ = [
1013
1013
  3,
1014
1014
  n0,
1015
1015
  _CPAC,
1016
1016
  0,
1017
1017
  [_SPPAC],
1018
- [() => SavingsPlansPurchaseAnalysisConfiguration],
1018
+ [() => SavingsPlansPurchaseAnalysisConfiguration$],
1019
1019
  ];
1020
- var ComparisonMetricValue = [3, n0, _CMV, 0, [_BTPA, _CTPA, _D, _U], [0, 0, 0, 0]];
1021
- var CostAllocationTag = [3, n0, _CAT, 0, [_TK, _Ty, _St, _LUD, _LUDa], [0, 0, 0, 0, 0]];
1022
- var CostAllocationTagBackfillRequest = [
1020
+ var ComparisonMetricValue$ = [3, n0, _CMV, 0, [_BTPA, _CTPA, _D, _U], [0, 0, 0, 0]];
1021
+ var CostAllocationTag$ = [3, n0, _CAT, 0, [_TK, _Ty, _St, _LUD, _LUDa], [0, 0, 0, 0, 0]];
1022
+ var CostAllocationTagBackfillRequest$ = [
1023
1023
  3,
1024
1024
  n0,
1025
1025
  _CATBR,
@@ -1027,16 +1027,16 @@ var CostAllocationTagBackfillRequest = [
1027
1027
  [_BF, _RA, _CA, _BS, _LUA],
1028
1028
  [0, 0, 0, 0, 0],
1029
1029
  ];
1030
- var CostAllocationTagStatusEntry = [3, n0, _CATSE, 0, [_TK, _St], [0, 0]];
1031
- var CostAndUsageComparison = [
1030
+ var CostAllocationTagStatusEntry$ = [3, n0, _CATSE, 0, [_TK, _St], [0, 0]];
1031
+ var CostAndUsageComparison$ = [
1032
1032
  3,
1033
1033
  n0,
1034
1034
  _CAUC,
1035
1035
  0,
1036
1036
  [_CAUS, _Me],
1037
- [() => Expression, () => ComparisonMetrics],
1037
+ [() => Expression$, () => ComparisonMetrics],
1038
1038
  ];
1039
- var CostCategory = [
1039
+ var CostCategory$ = [
1040
1040
  3,
1041
1041
  n0,
1042
1042
  _CC,
@@ -1054,9 +1054,9 @@ var CostCategory = [
1054
1054
  0,
1055
1055
  ],
1056
1056
  ];
1057
- var CostCategoryInheritedValueDimension = [3, n0, _CCIVD, 0, [_DN, _DK], [0, 0]];
1058
- var CostCategoryProcessingStatus = [3, n0, _CCPS, 0, [_C, _St], [0, 0]];
1059
- var CostCategoryReference = [
1057
+ var CostCategoryInheritedValueDimension$ = [3, n0, _CCIVD, 0, [_DN, _DK], [0, 0]];
1058
+ var CostCategoryProcessingStatus$ = [3, n0, _CCPS, 0, [_C, _St], [0, 0]];
1059
+ var CostCategoryReference$ = [
1060
1060
  3,
1061
1061
  n0,
1062
1062
  _CCR,
@@ -1064,16 +1064,16 @@ var CostCategoryReference = [
1064
1064
  [_CCA, _N, _ES, _EE, _NOR, _PS, _V, _DVe, _SRT],
1065
1065
  [0, 0, 0, 0, 1, () => CostCategoryProcessingStatusList, 64 | 0, 0, 64 | 0],
1066
1066
  ];
1067
- var CostCategoryResourceAssociation = [3, n0, _CCRA, 0, [_RAe, _CCN, _CCA], [0, 0, 0]];
1068
- var CostCategoryRule = [
1067
+ var CostCategoryResourceAssociation$ = [3, n0, _CCRA, 0, [_RAe, _CCN, _CCA], [0, 0, 0]];
1068
+ var CostCategoryRule$ = [
1069
1069
  3,
1070
1070
  n0,
1071
1071
  _CCRo,
1072
1072
  0,
1073
1073
  [_Va, _Ru, _IV, _Ty],
1074
- [0, () => Expression, () => CostCategoryInheritedValueDimension, 0],
1074
+ [0, () => Expression$, () => CostCategoryInheritedValueDimension$, 0],
1075
1075
  ];
1076
- var CostCategorySplitChargeRule = [
1076
+ var CostCategorySplitChargeRule$ = [
1077
1077
  3,
1078
1078
  n0,
1079
1079
  _CCSCR,
@@ -1081,55 +1081,62 @@ var CostCategorySplitChargeRule = [
1081
1081
  [_So, _Ta, _Met, _P],
1082
1082
  [0, 64 | 0, 0, () => CostCategorySplitChargeRuleParametersList],
1083
1083
  ];
1084
- var CostCategorySplitChargeRuleParameter = [3, n0, _CCSCRP, 0, [_Ty, _V], [0, 64 | 0]];
1085
- var CostCategoryValues = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1086
- var CostComparisonDriver = [
1084
+ var CostCategorySplitChargeRuleParameter$ = [3, n0, _CCSCRP, 0, [_Ty, _V], [0, 64 | 0]];
1085
+ var CostCategoryValues$ = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1086
+ var CostComparisonDriver$ = [
1087
1087
  3,
1088
1088
  n0,
1089
1089
  _CCD,
1090
1090
  0,
1091
1091
  [_CSo, _Me, _CDo],
1092
- [() => Expression, () => ComparisonMetrics, () => CostDrivers],
1092
+ [() => Expression$, () => ComparisonMetrics, () => CostDrivers],
1093
1093
  ];
1094
- var CostDriver = [3, n0, _CDos, 0, [_Ty, _N, _Me], [0, 0, () => ComparisonMetrics]];
1095
- var Coverage = [
1094
+ var CostDriver$ = [3, n0, _CDos, 0, [_Ty, _N, _Me], [0, 0, () => ComparisonMetrics]];
1095
+ var Coverage$ = [
1096
1096
  3,
1097
1097
  n0,
1098
1098
  _Co,
1099
1099
  0,
1100
1100
  [_CH, _CNU, _CCo],
1101
- [() => CoverageHours, () => CoverageNormalizedUnits, () => CoverageCost],
1101
+ [() => CoverageHours$, () => CoverageNormalizedUnits$, () => CoverageCost$],
1102
1102
  ];
1103
- var CoverageByTime = [
1103
+ var CoverageByTime$ = [
1104
1104
  3,
1105
1105
  n0,
1106
1106
  _CBT,
1107
1107
  0,
1108
1108
  [_TP, _G, _To],
1109
- [() => DateInterval, () => ReservationCoverageGroups, () => Coverage],
1109
+ [() => DateInterval$, () => ReservationCoverageGroups, () => Coverage$],
1110
1110
  ];
1111
- var CoverageCost = [3, n0, _CCo, 0, [_ODC], [0]];
1112
- var CoverageHours = [3, n0, _CH, 0, [_ODH, _RH, _TRH, _CHP], [0, 0, 0, 0]];
1113
- var CoverageNormalizedUnits = [3, n0, _CNU, 0, [_ODNU, _RNU, _TRNU, _CNUP], [0, 0, 0, 0]];
1114
- var CreateAnomalyMonitorRequest = [
1111
+ var CoverageCost$ = [3, n0, _CCo, 0, [_ODC], [0]];
1112
+ var CoverageHours$ = [3, n0, _CH, 0, [_ODH, _RH, _TRH, _CHP], [0, 0, 0, 0]];
1113
+ var CoverageNormalizedUnits$ = [
1114
+ 3,
1115
+ n0,
1116
+ _CNU,
1117
+ 0,
1118
+ [_ODNU, _RNU, _TRNU, _CNUP],
1119
+ [0, 0, 0, 0],
1120
+ ];
1121
+ var CreateAnomalyMonitorRequest$ = [
1115
1122
  3,
1116
1123
  n0,
1117
1124
  _CAMR,
1118
1125
  0,
1119
1126
  [_AM, _RT],
1120
- [() => AnomalyMonitor, () => ResourceTagList],
1127
+ [() => AnomalyMonitor$, () => ResourceTagList],
1121
1128
  ];
1122
- var CreateAnomalyMonitorResponse = [3, n0, _CAMRr, 0, [_MA], [0]];
1123
- var CreateAnomalySubscriptionRequest = [
1129
+ var CreateAnomalyMonitorResponse$ = [3, n0, _CAMRr, 0, [_MA], [0]];
1130
+ var CreateAnomalySubscriptionRequest$ = [
1124
1131
  3,
1125
1132
  n0,
1126
1133
  _CASR,
1127
1134
  0,
1128
1135
  [_ASnom, _RT],
1129
- [() => AnomalySubscription, () => ResourceTagList],
1136
+ [() => AnomalySubscription$, () => ResourceTagList],
1130
1137
  ];
1131
- var CreateAnomalySubscriptionResponse = [3, n0, _CASRr, 0, [_SA], [0]];
1132
- var CreateCostCategoryDefinitionRequest = [
1138
+ var CreateAnomalySubscriptionResponse$ = [3, n0, _CASRr, 0, [_SA], [0]];
1139
+ var CreateCostCategoryDefinitionRequest$ = [
1133
1140
  3,
1134
1141
  n0,
1135
1142
  _CCCDR,
@@ -1137,36 +1144,36 @@ var CreateCostCategoryDefinitionRequest = [
1137
1144
  [_N, _ES, _RV, _R, _DVe, _SCR, _RT],
1138
1145
  [0, 0, 0, () => CostCategoryRulesList, 0, () => CostCategorySplitChargeRulesList, () => ResourceTagList],
1139
1146
  ];
1140
- var CreateCostCategoryDefinitionResponse = [3, n0, _CCCDRr, 0, [_CCA, _ES], [0, 0]];
1141
- var CurrentInstance = [
1147
+ var CreateCostCategoryDefinitionResponse$ = [3, n0, _CCCDRr, 0, [_CCA, _ES], [0, 0]];
1148
+ var CurrentInstance$ = [
1142
1149
  3,
1143
1150
  n0,
1144
1151
  _CI,
1145
1152
  0,
1146
1153
  [_RI, _IN, _Tag, _RD, _RU, _RCHILP, _SPCHILP, _ODHILP, _TRHILP, _MC, _CCu],
1147
- [0, 0, () => TagValuesList, () => ResourceDetails, () => ResourceUtilization, 0, 0, 0, 0, 0, 0],
1154
+ [0, 0, () => TagValuesList, () => ResourceDetails$, () => ResourceUtilization$, 0, 0, 0, 0, 0, 0],
1148
1155
  ];
1149
- var DataUnavailableException = [-3, n0, _DUE, { [_e]: _c }, [_M], [0]];
1150
- schema.TypeRegistry.for(n0).registerError(DataUnavailableException, DataUnavailableException$1);
1151
- var DateInterval = [3, n0, _DI, 0, [_Sta, _E], [0, 0]];
1152
- var DeleteAnomalyMonitorRequest = [3, n0, _DAMR, 0, [_MA], [0]];
1153
- var DeleteAnomalyMonitorResponse = [3, n0, _DAMRe, 0, [], []];
1154
- var DeleteAnomalySubscriptionRequest = [3, n0, _DASR, 0, [_SA], [0]];
1155
- var DeleteAnomalySubscriptionResponse = [3, n0, _DASRe, 0, [], []];
1156
- var DeleteCostCategoryDefinitionRequest = [3, n0, _DCCDR, 0, [_CCA], [0]];
1157
- var DeleteCostCategoryDefinitionResponse = [3, n0, _DCCDRe, 0, [_CCA, _EE], [0, 0]];
1158
- var DescribeCostCategoryDefinitionRequest = [3, n0, _DCCDRes, 0, [_CCA, _EO], [0, 0]];
1159
- var DescribeCostCategoryDefinitionResponse = [
1156
+ var DataUnavailableException$ = [-3, n0, _DUE, { [_e]: _c }, [_M], [0]];
1157
+ schema.TypeRegistry.for(n0).registerError(DataUnavailableException$, DataUnavailableException);
1158
+ var DateInterval$ = [3, n0, _DI, 0, [_Sta, _E], [0, 0]];
1159
+ var DeleteAnomalyMonitorRequest$ = [3, n0, _DAMR, 0, [_MA], [0]];
1160
+ var DeleteAnomalyMonitorResponse$ = [3, n0, _DAMRe, 0, [], []];
1161
+ var DeleteAnomalySubscriptionRequest$ = [3, n0, _DASR, 0, [_SA], [0]];
1162
+ var DeleteAnomalySubscriptionResponse$ = [3, n0, _DASRe, 0, [], []];
1163
+ var DeleteCostCategoryDefinitionRequest$ = [3, n0, _DCCDR, 0, [_CCA], [0]];
1164
+ var DeleteCostCategoryDefinitionResponse$ = [3, n0, _DCCDRe, 0, [_CCA, _EE], [0, 0]];
1165
+ var DescribeCostCategoryDefinitionRequest$ = [3, n0, _DCCDRes, 0, [_CCA, _EO], [0, 0]];
1166
+ var DescribeCostCategoryDefinitionResponse$ = [
1160
1167
  3,
1161
1168
  n0,
1162
1169
  _DCCDResc,
1163
1170
  0,
1164
1171
  [_CC],
1165
- [() => CostCategory],
1172
+ [() => CostCategory$],
1166
1173
  ];
1167
- var DimensionValues = [3, n0, _DVi, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1168
- var DimensionValuesWithAttributes = [3, n0, _DVWA, 0, [_Va, _At], [0, 128 | 0]];
1169
- var DiskResourceUtilization = [
1174
+ var DimensionValues$ = [3, n0, _DVi, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1175
+ var DimensionValuesWithAttributes$ = [3, n0, _DVWA, 0, [_Va, _At], [0, 128 | 0]];
1176
+ var DiskResourceUtilization$ = [
1170
1177
  3,
1171
1178
  n0,
1172
1179
  _DRU,
@@ -1174,8 +1181,8 @@ var DiskResourceUtilization = [
1174
1181
  [_DROPS, _DWOPS, _DRBPS, _DWBPS],
1175
1182
  [0, 0, 0, 0],
1176
1183
  ];
1177
- var DynamoDBCapacityDetails = [3, n0, _DDBCD, 0, [_CU, _Re], [0, 0]];
1178
- var EBSResourceUtilization = [
1184
+ var DynamoDBCapacityDetails$ = [3, n0, _DDBCD, 0, [_CU, _Re], [0, 0]];
1185
+ var EBSResourceUtilization$ = [
1179
1186
  3,
1180
1187
  n0,
1181
1188
  _EBSRU,
@@ -1183,7 +1190,7 @@ var EBSResourceUtilization = [
1183
1190
  [_EROPS, _EWOPS, _ERBPS, _EWBPS],
1184
1191
  [0, 0, 0, 0],
1185
1192
  ];
1186
- var EC2InstanceDetails = [
1193
+ var EC2InstanceDetails$ = [
1187
1194
  3,
1188
1195
  n0,
1189
1196
  _ECID,
@@ -1191,7 +1198,7 @@ var EC2InstanceDetails = [
1191
1198
  [_Fa, _IT, _Re, _AZ, _Pl, _Te, _CG, _SFE],
1192
1199
  [0, 0, 0, 0, 0, 0, 2, 2],
1193
1200
  ];
1194
- var EC2ResourceDetails = [
1201
+ var EC2ResourceDetails$ = [
1195
1202
  3,
1196
1203
  n0,
1197
1204
  _ECRD,
@@ -1199,16 +1206,16 @@ var EC2ResourceDetails = [
1199
1206
  [_HODR, _IT, _Pl, _Re, _Sk, _Mem, _NP, _Sto, _Vc],
1200
1207
  [0, 0, 0, 0, 0, 0, 0, 0, 0],
1201
1208
  ];
1202
- var EC2ResourceUtilization = [
1209
+ var EC2ResourceUtilization$ = [
1203
1210
  3,
1204
1211
  n0,
1205
1212
  _ECRU,
1206
1213
  0,
1207
1214
  [_MCUP, _MMUP, _MSUP, _EBSRU, _DRU, _NRU],
1208
- [0, 0, 0, () => EBSResourceUtilization, () => DiskResourceUtilization, () => NetworkResourceUtilization],
1215
+ [0, 0, 0, () => EBSResourceUtilization$, () => DiskResourceUtilization$, () => NetworkResourceUtilization$],
1209
1216
  ];
1210
- var EC2Specification = [3, n0, _ECS, 0, [_OC], [0]];
1211
- var ElastiCacheInstanceDetails = [
1217
+ var EC2Specification$ = [3, n0, _ECS, 0, [_OC], [0]];
1218
+ var ElastiCacheInstanceDetails$ = [
1212
1219
  3,
1213
1220
  n0,
1214
1221
  _ECIDl,
@@ -1216,8 +1223,8 @@ var ElastiCacheInstanceDetails = [
1216
1223
  [_Fa, _NT, _Re, _PD, _CG, _SFE],
1217
1224
  [0, 0, 0, 0, 2, 2],
1218
1225
  ];
1219
- var ESInstanceDetails = [3, n0, _ESID, 0, [_IC, _IS, _Re, _CG, _SFE], [0, 0, 0, 2, 2]];
1220
- var Expression = [
1226
+ var ESInstanceDetails$ = [3, n0, _ESID, 0, [_IC, _IS, _Re, _CG, _SFE], [0, 0, 0, 2, 2]];
1227
+ var Expression$ = [
1221
1228
  3,
1222
1229
  n0,
1223
1230
  _Ex,
@@ -1226,34 +1233,34 @@ var Expression = [
1226
1233
  [
1227
1234
  () => Expressions,
1228
1235
  () => Expressions,
1229
- () => Expression,
1230
- () => DimensionValues,
1231
- () => TagValues,
1232
- () => CostCategoryValues,
1236
+ () => Expression$,
1237
+ () => DimensionValues$,
1238
+ () => TagValues$,
1239
+ () => CostCategoryValues$,
1233
1240
  ],
1234
1241
  ];
1235
- var ForecastResult = [
1242
+ var ForecastResult$ = [
1236
1243
  3,
1237
1244
  n0,
1238
1245
  _FR,
1239
1246
  0,
1240
1247
  [_TP, _MV, _PILB, _PIUB],
1241
- [() => DateInterval, 0, 0, 0],
1248
+ [() => DateInterval$, 0, 0, 0],
1242
1249
  ];
1243
- var GenerationExistsException = [-3, n0, _GEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1244
- schema.TypeRegistry.for(n0).registerError(GenerationExistsException, GenerationExistsException$1);
1245
- var GenerationSummary = [3, n0, _GS, 0, [_RIe, _GSe, _GST, _GCT, _ECT], [0, 0, 0, 0, 0]];
1246
- var GetAnomaliesRequest = [
1250
+ var GenerationExistsException$ = [-3, n0, _GEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1251
+ schema.TypeRegistry.for(n0).registerError(GenerationExistsException$, GenerationExistsException);
1252
+ var GenerationSummary$ = [3, n0, _GS, 0, [_RIe, _GSe, _GST, _GCT, _ECT], [0, 0, 0, 0, 0]];
1253
+ var GetAnomaliesRequest$ = [
1247
1254
  3,
1248
1255
  n0,
1249
1256
  _GAR,
1250
1257
  0,
1251
1258
  [_MA, _DI, _F, _TI, _NPT, _MR],
1252
- [0, () => AnomalyDateInterval, 0, () => TotalImpactFilter, 0, 1],
1259
+ [0, () => AnomalyDateInterval$, 0, () => TotalImpactFilter$, 0, 1],
1253
1260
  ];
1254
- var GetAnomaliesResponse = [3, n0, _GARe, 0, [_Ano, _NPT], [() => Anomalies, 0]];
1255
- var GetAnomalyMonitorsRequest = [3, n0, _GAMR, 0, [_MAL, _NPT, _MR], [64 | 0, 0, 1]];
1256
- var GetAnomalyMonitorsResponse = [
1261
+ var GetAnomaliesResponse$ = [3, n0, _GARe, 0, [_Ano, _NPT], [() => Anomalies, 0]];
1262
+ var GetAnomalyMonitorsRequest$ = [3, n0, _GAMR, 0, [_MAL, _NPT, _MR], [64 | 0, 0, 1]];
1263
+ var GetAnomalyMonitorsResponse$ = [
1257
1264
  3,
1258
1265
  n0,
1259
1266
  _GAMRe,
@@ -1261,7 +1268,7 @@ var GetAnomalyMonitorsResponse = [
1261
1268
  [_AMn, _NPT],
1262
1269
  [() => AnomalyMonitors, 0],
1263
1270
  ];
1264
- var GetAnomalySubscriptionsRequest = [
1271
+ var GetAnomalySubscriptionsRequest$ = [
1265
1272
  3,
1266
1273
  n0,
1267
1274
  _GASR,
@@ -1269,7 +1276,7 @@ var GetAnomalySubscriptionsRequest = [
1269
1276
  [_SAL, _MA, _NPT, _MR],
1270
1277
  [64 | 0, 0, 0, 1],
1271
1278
  ];
1272
- var GetAnomalySubscriptionsResponse = [
1279
+ var GetAnomalySubscriptionsResponse$ = [
1273
1280
  3,
1274
1281
  n0,
1275
1282
  _GASRe,
@@ -1277,7 +1284,7 @@ var GetAnomalySubscriptionsResponse = [
1277
1284
  [_ASnoma, _NPT],
1278
1285
  [() => AnomalySubscriptions, 0],
1279
1286
  ];
1280
- var GetApproximateUsageRecordsRequest = [
1287
+ var GetApproximateUsageRecordsRequest$ = [
1281
1288
  3,
1282
1289
  n0,
1283
1290
  _GAURR,
@@ -1285,32 +1292,32 @@ var GetApproximateUsageRecordsRequest = [
1285
1292
  [_Gr, _Se, _ADp],
1286
1293
  [0, 64 | 0, 0],
1287
1294
  ];
1288
- var GetApproximateUsageRecordsResponse = [
1295
+ var GetApproximateUsageRecordsResponse$ = [
1289
1296
  3,
1290
1297
  n0,
1291
1298
  _GAURRe,
1292
1299
  0,
1293
1300
  [_Se, _TR, _LP],
1294
- [128 | 1, 1, () => DateInterval],
1301
+ [128 | 1, 1, () => DateInterval$],
1295
1302
  ];
1296
- var GetCommitmentPurchaseAnalysisRequest = [3, n0, _GCPAR, 0, [_AI], [0]];
1297
- var GetCommitmentPurchaseAnalysisResponse = [
1303
+ var GetCommitmentPurchaseAnalysisRequest$ = [3, n0, _GCPAR, 0, [_AI], [0]];
1304
+ var GetCommitmentPurchaseAnalysisResponse$ = [
1298
1305
  3,
1299
1306
  n0,
1300
1307
  _GCPARe,
1301
1308
  0,
1302
1309
  [_ECT, _ACT, _AST, _AI, _ASn, _EC, _AD, _CPAC],
1303
- [0, 0, 0, 0, 0, 0, () => AnalysisDetails, () => CommitmentPurchaseAnalysisConfiguration],
1310
+ [0, 0, 0, 0, 0, 0, () => AnalysisDetails$, () => CommitmentPurchaseAnalysisConfiguration$],
1304
1311
  ];
1305
- var GetCostAndUsageComparisonsRequest = [
1312
+ var GetCostAndUsageComparisonsRequest$ = [
1306
1313
  3,
1307
1314
  n0,
1308
1315
  _GCAUCR,
1309
1316
  0,
1310
1317
  [_BVA, _BTP, _CTP, _MFC, _Fi, _GB, _MR, _NPT],
1311
- [0, () => DateInterval, () => DateInterval, 0, () => Expression, () => GroupDefinitions, 1, 0],
1318
+ [0, () => DateInterval$, () => DateInterval$, 0, () => Expression$, () => GroupDefinitions, 1, 0],
1312
1319
  ];
1313
- var GetCostAndUsageComparisonsResponse = [
1320
+ var GetCostAndUsageComparisonsResponse$ = [
1314
1321
  3,
1315
1322
  n0,
1316
1323
  _GCAUCRe,
@@ -1318,15 +1325,15 @@ var GetCostAndUsageComparisonsResponse = [
1318
1325
  [_CAUCo, _TCAU, _NPT],
1319
1326
  [() => CostAndUsageComparisons, () => ComparisonMetrics, 0],
1320
1327
  ];
1321
- var GetCostAndUsageRequest = [
1328
+ var GetCostAndUsageRequest$ = [
1322
1329
  3,
1323
1330
  n0,
1324
1331
  _GCAUR,
1325
1332
  0,
1326
1333
  [_TP, _Gr, _Fi, _Me, _GB, _BVA, _NPT],
1327
- [() => DateInterval, 0, () => Expression, 64 | 0, () => GroupDefinitions, 0, 0],
1334
+ [() => DateInterval$, 0, () => Expression$, 64 | 0, () => GroupDefinitions, 0, 0],
1328
1335
  ];
1329
- var GetCostAndUsageResponse = [
1336
+ var GetCostAndUsageResponse$ = [
1330
1337
  3,
1331
1338
  n0,
1332
1339
  _GCAURe,
@@ -1334,15 +1341,15 @@ var GetCostAndUsageResponse = [
1334
1341
  [_NPT, _GD, _RBT, _DVA],
1335
1342
  [0, () => GroupDefinitions, () => ResultsByTime, () => DimensionValuesWithAttributesList],
1336
1343
  ];
1337
- var GetCostAndUsageWithResourcesRequest = [
1344
+ var GetCostAndUsageWithResourcesRequest$ = [
1338
1345
  3,
1339
1346
  n0,
1340
1347
  _GCAUWRR,
1341
1348
  0,
1342
1349
  [_TP, _Gr, _Fi, _Me, _GB, _BVA, _NPT],
1343
- [() => DateInterval, 0, () => Expression, 64 | 0, () => GroupDefinitions, 0, 0],
1350
+ [() => DateInterval$, 0, () => Expression$, 64 | 0, () => GroupDefinitions, 0, 0],
1344
1351
  ];
1345
- var GetCostAndUsageWithResourcesResponse = [
1352
+ var GetCostAndUsageWithResourcesResponse$ = [
1346
1353
  3,
1347
1354
  n0,
1348
1355
  _GCAUWRRe,
@@ -1350,15 +1357,15 @@ var GetCostAndUsageWithResourcesResponse = [
1350
1357
  [_NPT, _GD, _RBT, _DVA],
1351
1358
  [0, () => GroupDefinitions, () => ResultsByTime, () => DimensionValuesWithAttributesList],
1352
1359
  ];
1353
- var GetCostCategoriesRequest = [
1360
+ var GetCostCategoriesRequest$ = [
1354
1361
  3,
1355
1362
  n0,
1356
1363
  _GCCR,
1357
1364
  0,
1358
1365
  [_SS, _TP, _CCN, _Fi, _SB, _BVA, _MR, _NPT],
1359
- [0, () => DateInterval, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1366
+ [0, () => DateInterval$, 0, () => Expression$, () => SortDefinitions, 0, 1, 0],
1360
1367
  ];
1361
- var GetCostCategoriesResponse = [
1368
+ var GetCostCategoriesResponse$ = [
1362
1369
  3,
1363
1370
  n0,
1364
1371
  _GCCRe,
@@ -1366,15 +1373,15 @@ var GetCostCategoriesResponse = [
1366
1373
  [_NPT, _CCNo, _CCV, _RS, _TS],
1367
1374
  [0, 64 | 0, 64 | 0, 1, 1],
1368
1375
  ];
1369
- var GetCostComparisonDriversRequest = [
1376
+ var GetCostComparisonDriversRequest$ = [
1370
1377
  3,
1371
1378
  n0,
1372
1379
  _GCCDR,
1373
1380
  0,
1374
1381
  [_BVA, _BTP, _CTP, _MFC, _Fi, _GB, _MR, _NPT],
1375
- [0, () => DateInterval, () => DateInterval, 0, () => Expression, () => GroupDefinitions, 1, 0],
1382
+ [0, () => DateInterval$, () => DateInterval$, 0, () => Expression$, () => GroupDefinitions, 1, 0],
1376
1383
  ];
1377
- var GetCostComparisonDriversResponse = [
1384
+ var GetCostComparisonDriversResponse$ = [
1378
1385
  3,
1379
1386
  n0,
1380
1387
  _GCCDRe,
@@ -1382,31 +1389,31 @@ var GetCostComparisonDriversResponse = [
1382
1389
  [_CCDo, _NPT],
1383
1390
  [() => CostComparisonDrivers, 0],
1384
1391
  ];
1385
- var GetCostForecastRequest = [
1392
+ var GetCostForecastRequest$ = [
1386
1393
  3,
1387
1394
  n0,
1388
1395
  _GCFR,
1389
1396
  0,
1390
1397
  [_TP, _Metr, _Gr, _Fi, _BVA, _PIL],
1391
- [() => DateInterval, 0, 0, () => Expression, 0, 1],
1398
+ [() => DateInterval$, 0, 0, () => Expression$, 0, 1],
1392
1399
  ];
1393
- var GetCostForecastResponse = [
1400
+ var GetCostForecastResponse$ = [
1394
1401
  3,
1395
1402
  n0,
1396
1403
  _GCFRe,
1397
1404
  0,
1398
1405
  [_To, _FRBT],
1399
- [() => MetricValue, () => ForecastResultsByTime],
1406
+ [() => MetricValue$, () => ForecastResultsByTime],
1400
1407
  ];
1401
- var GetDimensionValuesRequest = [
1408
+ var GetDimensionValuesRequest$ = [
1402
1409
  3,
1403
1410
  n0,
1404
1411
  _GDVR,
1405
1412
  0,
1406
1413
  [_SS, _TP, _Dim, _Con, _Fi, _SB, _BVA, _MR, _NPT],
1407
- [0, () => DateInterval, 0, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1414
+ [0, () => DateInterval$, 0, 0, () => Expression$, () => SortDefinitions, 0, 1, 0],
1408
1415
  ];
1409
- var GetDimensionValuesResponse = [
1416
+ var GetDimensionValuesResponse$ = [
1410
1417
  3,
1411
1418
  n0,
1412
1419
  _GDVRe,
@@ -1414,77 +1421,77 @@ var GetDimensionValuesResponse = [
1414
1421
  [_DVi, _RS, _TS, _NPT],
1415
1422
  [() => DimensionValuesWithAttributesList, 1, 1, 0],
1416
1423
  ];
1417
- var GetReservationCoverageRequest = [
1424
+ var GetReservationCoverageRequest$ = [
1418
1425
  3,
1419
1426
  n0,
1420
1427
  _GRCR,
1421
1428
  0,
1422
1429
  [_TP, _GB, _Gr, _Fi, _Me, _NPT, _SB, _MR],
1423
- [() => DateInterval, () => GroupDefinitions, 0, () => Expression, 64 | 0, 0, () => SortDefinition, 1],
1430
+ [() => DateInterval$, () => GroupDefinitions, 0, () => Expression$, 64 | 0, 0, () => SortDefinition$, 1],
1424
1431
  ];
1425
- var GetReservationCoverageResponse = [
1432
+ var GetReservationCoverageResponse$ = [
1426
1433
  3,
1427
1434
  n0,
1428
1435
  _GRCRe,
1429
1436
  0,
1430
1437
  [_CBTo, _To, _NPT],
1431
- [() => CoveragesByTime, () => Coverage, 0],
1438
+ [() => CoveragesByTime, () => Coverage$, 0],
1432
1439
  ];
1433
- var GetReservationPurchaseRecommendationRequest = [
1440
+ var GetReservationPurchaseRecommendationRequest$ = [
1434
1441
  3,
1435
1442
  n0,
1436
1443
  _GRPRR,
1437
1444
  0,
1438
1445
  [_AIc, _Ser, _Fi, _ASc, _LPID, _TIY, _PO, _SSe, _PSa, _NPT],
1439
- [0, 0, () => Expression, 0, 0, 0, 0, () => ServiceSpecification, 1, 0],
1446
+ [0, 0, () => Expression$, 0, 0, 0, 0, () => ServiceSpecification$, 1, 0],
1440
1447
  ];
1441
- var GetReservationPurchaseRecommendationResponse = [
1448
+ var GetReservationPurchaseRecommendationResponse$ = [
1442
1449
  3,
1443
1450
  n0,
1444
1451
  _GRPRRe,
1445
1452
  0,
1446
1453
  [_Meta, _Rec, _NPT],
1447
- [() => ReservationPurchaseRecommendationMetadata, () => ReservationPurchaseRecommendations, 0],
1454
+ [() => ReservationPurchaseRecommendationMetadata$, () => ReservationPurchaseRecommendations, 0],
1448
1455
  ];
1449
- var GetReservationUtilizationRequest = [
1456
+ var GetReservationUtilizationRequest$ = [
1450
1457
  3,
1451
1458
  n0,
1452
1459
  _GRUR,
1453
1460
  0,
1454
1461
  [_TP, _GB, _Gr, _Fi, _SB, _NPT, _MR],
1455
- [() => DateInterval, () => GroupDefinitions, 0, () => Expression, () => SortDefinition, 0, 1],
1462
+ [() => DateInterval$, () => GroupDefinitions, 0, () => Expression$, () => SortDefinition$, 0, 1],
1456
1463
  ];
1457
- var GetReservationUtilizationResponse = [
1464
+ var GetReservationUtilizationResponse$ = [
1458
1465
  3,
1459
1466
  n0,
1460
1467
  _GRURe,
1461
1468
  0,
1462
1469
  [_UBT, _To, _NPT],
1463
- [() => UtilizationsByTime, () => ReservationAggregates, 0],
1470
+ [() => UtilizationsByTime, () => ReservationAggregates$, 0],
1464
1471
  ];
1465
- var GetRightsizingRecommendationRequest = [
1472
+ var GetRightsizingRecommendationRequest$ = [
1466
1473
  3,
1467
1474
  n0,
1468
1475
  _GRRR,
1469
1476
  0,
1470
1477
  [_Fi, _Conf, _Ser, _PSa, _NPT],
1471
- [() => Expression, () => RightsizingRecommendationConfiguration, 0, 1, 0],
1478
+ [() => Expression$, () => RightsizingRecommendationConfiguration$, 0, 1, 0],
1472
1479
  ];
1473
- var GetRightsizingRecommendationResponse = [
1480
+ var GetRightsizingRecommendationResponse$ = [
1474
1481
  3,
1475
1482
  n0,
1476
1483
  _GRRRe,
1477
1484
  0,
1478
1485
  [_Meta, _Su, _RR, _NPT, _Conf],
1479
1486
  [
1480
- () => RightsizingRecommendationMetadata,
1481
- () => RightsizingRecommendationSummary,
1487
+ () => RightsizingRecommendationMetadata$,
1488
+ () => RightsizingRecommendationSummary$,
1482
1489
  () => RightsizingRecommendationList,
1483
1490
  0,
1484
- () => RightsizingRecommendationConfiguration,
1491
+ () => RightsizingRecommendationConfiguration$,
1485
1492
  ],
1486
1493
  ];
1487
- var GetSavingsPlanPurchaseRecommendationDetailsRequest = [
1494
+ var GetSavingsPlanPurchaseRecommendationDetailsRequest$ = [
1488
1495
  3,
1489
1496
  n0,
1490
1497
  _GSPPRDR,
@@ -1492,23 +1499,23 @@ var GetSavingsPlanPurchaseRecommendationDetailsRequest = [
1492
1499
  [_RDI],
1493
1500
  [0],
1494
1501
  ];
1495
- var GetSavingsPlanPurchaseRecommendationDetailsResponse = [
1502
+ var GetSavingsPlanPurchaseRecommendationDetailsResponse$ = [
1496
1503
  3,
1497
1504
  n0,
1498
1505
  _GSPPRDRe,
1499
1506
  0,
1500
1507
  [_RDI, _RDD],
1501
- [0, () => RecommendationDetailData],
1508
+ [0, () => RecommendationDetailData$],
1502
1509
  ];
1503
- var GetSavingsPlansCoverageRequest = [
1510
+ var GetSavingsPlansCoverageRequest$ = [
1504
1511
  3,
1505
1512
  n0,
1506
1513
  _GSPCR,
1507
1514
  0,
1508
1515
  [_TP, _GB, _Gr, _Fi, _Me, _NTe, _MR, _SB],
1509
- [() => DateInterval, () => GroupDefinitions, 0, () => Expression, 64 | 0, 0, 1, () => SortDefinition],
1516
+ [() => DateInterval$, () => GroupDefinitions, 0, () => Expression$, 64 | 0, 0, 1, () => SortDefinition$],
1510
1517
  ];
1511
- var GetSavingsPlansCoverageResponse = [
1518
+ var GetSavingsPlansCoverageResponse$ = [
1512
1519
  3,
1513
1520
  n0,
1514
1521
  _GSPCRe,
@@ -1516,102 +1523,102 @@ var GetSavingsPlansCoverageResponse = [
1516
1523
  [_SPC, _NTe],
1517
1524
  [() => SavingsPlansCoverages, 0],
1518
1525
  ];
1519
- var GetSavingsPlansPurchaseRecommendationRequest = [
1526
+ var GetSavingsPlansPurchaseRecommendationRequest$ = [
1520
1527
  3,
1521
1528
  n0,
1522
1529
  _GSPPRR,
1523
1530
  0,
1524
1531
  [_SPT, _TIY, _PO, _ASc, _NPT, _PSa, _LPID, _Fi],
1525
- [0, 0, 0, 0, 0, 1, 0, () => Expression],
1532
+ [0, 0, 0, 0, 0, 1, 0, () => Expression$],
1526
1533
  ];
1527
- var GetSavingsPlansPurchaseRecommendationResponse = [
1534
+ var GetSavingsPlansPurchaseRecommendationResponse$ = [
1528
1535
  3,
1529
1536
  n0,
1530
1537
  _GSPPRRe,
1531
1538
  0,
1532
1539
  [_Meta, _SPPR, _NPT],
1533
- [() => SavingsPlansPurchaseRecommendationMetadata, () => SavingsPlansPurchaseRecommendation, 0],
1540
+ [() => SavingsPlansPurchaseRecommendationMetadata$, () => SavingsPlansPurchaseRecommendation$, 0],
1534
1541
  ];
1535
- var GetSavingsPlansUtilizationDetailsRequest = [
1542
+ var GetSavingsPlansUtilizationDetailsRequest$ = [
1536
1543
  3,
1537
1544
  n0,
1538
1545
  _GSPUDR,
1539
1546
  0,
1540
1547
  [_TP, _Fi, _DT, _NTe, _MR, _SB],
1541
- [() => DateInterval, () => Expression, 64 | 0, 0, 1, () => SortDefinition],
1548
+ [() => DateInterval$, () => Expression$, 64 | 0, 0, 1, () => SortDefinition$],
1542
1549
  ];
1543
- var GetSavingsPlansUtilizationDetailsResponse = [
1550
+ var GetSavingsPlansUtilizationDetailsResponse$ = [
1544
1551
  3,
1545
1552
  n0,
1546
1553
  _GSPUDRe,
1547
1554
  0,
1548
1555
  [_SPUD, _To, _TP, _NTe],
1549
- [() => SavingsPlansUtilizationDetails, () => SavingsPlansUtilizationAggregates, () => DateInterval, 0],
1556
+ [() => SavingsPlansUtilizationDetails, () => SavingsPlansUtilizationAggregates$, () => DateInterval$, 0],
1550
1557
  ];
1551
- var GetSavingsPlansUtilizationRequest = [
1558
+ var GetSavingsPlansUtilizationRequest$ = [
1552
1559
  3,
1553
1560
  n0,
1554
1561
  _GSPUR,
1555
1562
  0,
1556
1563
  [_TP, _Gr, _Fi, _SB],
1557
- [() => DateInterval, 0, () => Expression, () => SortDefinition],
1564
+ [() => DateInterval$, 0, () => Expression$, () => SortDefinition$],
1558
1565
  ];
1559
- var GetSavingsPlansUtilizationResponse = [
1566
+ var GetSavingsPlansUtilizationResponse$ = [
1560
1567
  3,
1561
1568
  n0,
1562
1569
  _GSPURe,
1563
1570
  0,
1564
1571
  [_SPUBT, _To],
1565
- [() => SavingsPlansUtilizationsByTime, () => SavingsPlansUtilizationAggregates],
1572
+ [() => SavingsPlansUtilizationsByTime, () => SavingsPlansUtilizationAggregates$],
1566
1573
  ];
1567
- var GetTagsRequest = [
1574
+ var GetTagsRequest$ = [
1568
1575
  3,
1569
1576
  n0,
1570
1577
  _GTR,
1571
1578
  0,
1572
1579
  [_SS, _TP, _TK, _Fi, _SB, _BVA, _MR, _NPT],
1573
- [0, () => DateInterval, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1580
+ [0, () => DateInterval$, 0, () => Expression$, () => SortDefinitions, 0, 1, 0],
1574
1581
  ];
1575
- var GetTagsResponse = [3, n0, _GTRe, 0, [_NPT, _Tag, _RS, _TS], [0, 64 | 0, 1, 1]];
1576
- var GetUsageForecastRequest = [
1582
+ var GetTagsResponse$ = [3, n0, _GTRe, 0, [_NPT, _Tag, _RS, _TS], [0, 64 | 0, 1, 1]];
1583
+ var GetUsageForecastRequest$ = [
1577
1584
  3,
1578
1585
  n0,
1579
1586
  _GUFR,
1580
1587
  0,
1581
1588
  [_TP, _Metr, _Gr, _Fi, _BVA, _PIL],
1582
- [() => DateInterval, 0, 0, () => Expression, 0, 1],
1589
+ [() => DateInterval$, 0, 0, () => Expression$, 0, 1],
1583
1590
  ];
1584
- var GetUsageForecastResponse = [
1591
+ var GetUsageForecastResponse$ = [
1585
1592
  3,
1586
1593
  n0,
1587
1594
  _GUFRe,
1588
1595
  0,
1589
1596
  [_To, _FRBT],
1590
- [() => MetricValue, () => ForecastResultsByTime],
1597
+ [() => MetricValue$, () => ForecastResultsByTime],
1591
1598
  ];
1592
- var Group = [3, n0, _Gro, 0, [_Ke, _Me], [64 | 0, () => Metrics]];
1593
- var GroupDefinition = [3, n0, _GDr, 0, [_Ty, _K], [0, 0]];
1594
- var Impact = [3, n0, _I, 0, [_MI, _TI, _TAS, _TES, _TIP], [1, 1, 1, 1, 1]];
1595
- var InstanceDetails = [
1599
+ var Group$ = [3, n0, _Gro, 0, [_Ke, _Me], [64 | 0, () => Metrics]];
1600
+ var GroupDefinition$ = [3, n0, _GDr, 0, [_Ty, _K], [0, 0]];
1601
+ var Impact$ = [3, n0, _I, 0, [_MI, _TI, _TAS, _TES, _TIP], [1, 1, 1, 1, 1]];
1602
+ var InstanceDetails$ = [
1596
1603
  3,
1597
1604
  n0,
1598
1605
  _ID,
1599
1606
  0,
1600
1607
  [_ECID, _RDSID, _RID, _ECIDl, _ESID, _MDBID],
1601
1608
  [
1602
- () => EC2InstanceDetails,
1603
- () => RDSInstanceDetails,
1604
- () => RedshiftInstanceDetails,
1605
- () => ElastiCacheInstanceDetails,
1606
- () => ESInstanceDetails,
1607
- () => MemoryDBInstanceDetails,
1609
+ () => EC2InstanceDetails$,
1610
+ () => RDSInstanceDetails$,
1611
+ () => RedshiftInstanceDetails$,
1612
+ () => ElastiCacheInstanceDetails$,
1613
+ () => ESInstanceDetails$,
1614
+ () => MemoryDBInstanceDetails$,
1608
1615
  ],
1609
1616
  ];
1610
- var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
1611
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
1612
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
1613
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1614
- var ListCommitmentPurchaseAnalysesRequest = [
1617
+ var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
1618
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
1619
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
1620
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1621
+ var ListCommitmentPurchaseAnalysesRequest$ = [
1615
1622
  3,
1616
1623
  n0,
1617
1624
  _LCPAR,
@@ -1619,7 +1626,7 @@ var ListCommitmentPurchaseAnalysesRequest = [
1619
1626
  [_ASn, _NPT, _PSa, _AIna],
1620
1627
  [0, 0, 1, 64 | 0],
1621
1628
  ];
1622
- var ListCommitmentPurchaseAnalysesResponse = [
1629
+ var ListCommitmentPurchaseAnalysesResponse$ = [
1623
1630
  3,
1624
1631
  n0,
1625
1632
  _LCPARi,
@@ -1627,7 +1634,7 @@ var ListCommitmentPurchaseAnalysesResponse = [
1627
1634
  [_ASL, _NPT],
1628
1635
  [() => AnalysisSummaryList, 0],
1629
1636
  ];
1630
- var ListCostAllocationTagBackfillHistoryRequest = [
1637
+ var ListCostAllocationTagBackfillHistoryRequest$ = [
1631
1638
  3,
1632
1639
  n0,
1633
1640
  _LCATBHR,
@@ -1635,7 +1642,7 @@ var ListCostAllocationTagBackfillHistoryRequest = [
1635
1642
  [_NTe, _MR],
1636
1643
  [0, 1],
1637
1644
  ];
1638
- var ListCostAllocationTagBackfillHistoryResponse = [
1645
+ var ListCostAllocationTagBackfillHistoryResponse$ = [
1639
1646
  3,
1640
1647
  n0,
1641
1648
  _LCATBHRi,
@@ -1643,7 +1650,7 @@ var ListCostAllocationTagBackfillHistoryResponse = [
1643
1650
  [_BR, _NTe],
1644
1651
  [() => CostAllocationTagBackfillRequestList, 0],
1645
1652
  ];
1646
- var ListCostAllocationTagsRequest = [
1653
+ var ListCostAllocationTagsRequest$ = [
1647
1654
  3,
1648
1655
  n0,
1649
1656
  _LCATR,
@@ -1651,7 +1658,7 @@ var ListCostAllocationTagsRequest = [
1651
1658
  [_St, _TKa, _Ty, _NTe, _MR],
1652
1659
  [0, 64 | 0, 0, 0, 1],
1653
1660
  ];
1654
- var ListCostAllocationTagsResponse = [
1661
+ var ListCostAllocationTagsResponse$ = [
1655
1662
  3,
1656
1663
  n0,
1657
1664
  _LCATRi,
@@ -1659,7 +1666,7 @@ var ListCostAllocationTagsResponse = [
1659
1666
  [_CATo, _NTe],
1660
1667
  [() => CostAllocationTagList, 0],
1661
1668
  ];
1662
- var ListCostCategoryDefinitionsRequest = [
1669
+ var ListCostCategoryDefinitionsRequest$ = [
1663
1670
  3,
1664
1671
  n0,
1665
1672
  _LCCDR,
@@ -1667,7 +1674,7 @@ var ListCostCategoryDefinitionsRequest = [
1667
1674
  [_EO, _NTe, _MR, _SRT],
1668
1675
  [0, 0, 1, 64 | 0],
1669
1676
  ];
1670
- var ListCostCategoryDefinitionsResponse = [
1677
+ var ListCostCategoryDefinitionsResponse$ = [
1671
1678
  3,
1672
1679
  n0,
1673
1680
  _LCCDRi,
@@ -1675,7 +1682,7 @@ var ListCostCategoryDefinitionsResponse = [
1675
1682
  [_CCRos, _NTe],
1676
1683
  [() => CostCategoryReferencesList, 0],
1677
1684
  ];
1678
- var ListCostCategoryResourceAssociationsRequest = [
1685
+ var ListCostCategoryResourceAssociationsRequest$ = [
1679
1686
  3,
1680
1687
  n0,
1681
1688
  _LCCRAR,
@@ -1683,7 +1690,7 @@ var ListCostCategoryResourceAssociationsRequest = [
1683
1690
  [_CCA, _NTe, _MR],
1684
1691
  [0, 0, 1],
1685
1692
  ];
1686
- var ListCostCategoryResourceAssociationsResponse = [
1693
+ var ListCostCategoryResourceAssociationsResponse$ = [
1687
1694
  3,
1688
1695
  n0,
1689
1696
  _LCCRARi,
@@ -1691,7 +1698,7 @@ var ListCostCategoryResourceAssociationsResponse = [
1691
1698
  [_CCRAo, _NTe],
1692
1699
  [() => CostCategoryResourceAssociations, 0],
1693
1700
  ];
1694
- var ListSavingsPlansPurchaseRecommendationGenerationRequest = [
1701
+ var ListSavingsPlansPurchaseRecommendationGenerationRequest$ = [
1695
1702
  3,
1696
1703
  n0,
1697
1704
  _LSPPRGR,
@@ -1699,7 +1706,7 @@ var ListSavingsPlansPurchaseRecommendationGenerationRequest = [
1699
1706
  [_GSe, _RIec, _PSa, _NPT],
1700
1707
  [0, 64 | 0, 1, 0],
1701
1708
  ];
1702
- var ListSavingsPlansPurchaseRecommendationGenerationResponse = [
1709
+ var ListSavingsPlansPurchaseRecommendationGenerationResponse$ = [
1703
1710
  3,
1704
1711
  n0,
1705
1712
  _LSPPRGRi,
@@ -1707,9 +1714,9 @@ var ListSavingsPlansPurchaseRecommendationGenerationResponse = [
1707
1714
  [_GSL, _NPT],
1708
1715
  [() => GenerationSummaryList, 0],
1709
1716
  ];
1710
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [0]];
1711
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
1712
- var MemoryDBInstanceDetails = [
1717
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [0]];
1718
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
1719
+ var MemoryDBInstanceDetails$ = [
1713
1720
  3,
1714
1721
  n0,
1715
1722
  _MDBID,
@@ -1717,9 +1724,9 @@ var MemoryDBInstanceDetails = [
1717
1724
  [_Fa, _NT, _Re, _CG, _SFE],
1718
1725
  [0, 0, 0, 2, 2],
1719
1726
  ];
1720
- var MetricValue = [3, n0, _MVe, 0, [_Am, _U], [0, 0]];
1721
- var ModifyRecommendationDetail = [3, n0, _MRD, 0, [_TIa], [() => TargetInstancesList]];
1722
- var NetworkResourceUtilization = [
1727
+ var MetricValue$ = [3, n0, _MVe, 0, [_Am, _U], [0, 0]];
1728
+ var ModifyRecommendationDetail$ = [3, n0, _MRD, 0, [_TIa], [() => TargetInstancesList]];
1729
+ var NetworkResourceUtilization$ = [
1723
1730
  3,
1724
1731
  n0,
1725
1732
  _NRU,
@@ -1727,9 +1734,9 @@ var NetworkResourceUtilization = [
1727
1734
  [_NIBPS, _NOBPS, _NPIPS, _NPOPS],
1728
1735
  [0, 0, 0, 0],
1729
1736
  ];
1730
- var ProvideAnomalyFeedbackRequest = [3, n0, _PAFR, 0, [_AIn, _F], [0, 0]];
1731
- var ProvideAnomalyFeedbackResponse = [3, n0, _PAFRr, 0, [_AIn], [0]];
1732
- var RDSInstanceDetails = [
1737
+ var ProvideAnomalyFeedbackRequest$ = [3, n0, _PAFR, 0, [_AIn, _F], [0, 0]];
1738
+ var ProvideAnomalyFeedbackResponse$ = [3, n0, _PAFRr, 0, [_AIn], [0]];
1739
+ var RDSInstanceDetails$ = [
1733
1740
  3,
1734
1741
  n0,
1735
1742
  _RDSID,
@@ -1737,7 +1744,7 @@ var RDSInstanceDetails = [
1737
1744
  [_Fa, _IT, _Re, _DE, _DEa, _DO, _LM, _CG, _SFE],
1738
1745
  [0, 0, 0, 0, 0, 0, 0, 2, 2],
1739
1746
  ];
1740
- var RecommendationDetailData = [
1747
+ var RecommendationDetailData$ = [
1741
1748
  3,
1742
1749
  n0,
1743
1750
  _RDD,
@@ -1775,7 +1782,7 @@ var RecommendationDetailData = [
1775
1782
  ],
1776
1783
  [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],
1777
1784
  ];
1778
- var RecommendationDetailHourlyMetrics = [
1785
+ var RecommendationDetailHourlyMetrics$ = [
1779
1786
  3,
1780
1787
  n0,
1781
1788
  _RDHM,
@@ -1783,7 +1790,7 @@ var RecommendationDetailHourlyMetrics = [
1783
1790
  [_ST, _EODC, _CCur, _ECs, _ENCU],
1784
1791
  [0, 0, 0, 0, 0],
1785
1792
  ];
1786
- var RedshiftInstanceDetails = [
1793
+ var RedshiftInstanceDetails$ = [
1787
1794
  3,
1788
1795
  n0,
1789
1796
  _RID,
@@ -1791,9 +1798,9 @@ var RedshiftInstanceDetails = [
1791
1798
  [_Fa, _NT, _Re, _CG, _SFE],
1792
1799
  [0, 0, 0, 2, 2],
1793
1800
  ];
1794
- var RequestChangedException = [-3, n0, _RCE, { [_e]: _c }, [_M], [0]];
1795
- schema.TypeRegistry.for(n0).registerError(RequestChangedException, RequestChangedException$1);
1796
- var ReservationAggregates = [
1801
+ var RequestChangedException$ = [-3, n0, _RCE, { [_e]: _c }, [_M], [0]];
1802
+ schema.TypeRegistry.for(n0).registerError(RequestChangedException$, RequestChangedException);
1803
+ var ReservationAggregates$ = [
1797
1804
  3,
1798
1805
  n0,
1799
1806
  _RAes,
@@ -1801,8 +1808,8 @@ var ReservationAggregates = [
1801
1808
  [_UP, _UPIU, _PH, _PU, _TAH, _TAU, _UH, _UU, _ODCORIHU, _NRIS, _TPRIS, _AUF, _ARF, _TAF, _RICFUH, _RSe, _US],
1802
1809
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1803
1810
  ];
1804
- var ReservationCoverageGroup = [3, n0, _RCG, 0, [_At, _Co], [128 | 0, () => Coverage]];
1805
- var ReservationPurchaseRecommendation = [
1811
+ var ReservationCoverageGroup$ = [3, n0, _RCG, 0, [_At, _Co], [128 | 0, () => Coverage$]];
1812
+ var ReservationPurchaseRecommendation$ = [
1806
1813
  3,
1807
1814
  n0,
1808
1815
  _RPR,
@@ -1813,12 +1820,12 @@ var ReservationPurchaseRecommendation = [
1813
1820
  0,
1814
1821
  0,
1815
1822
  0,
1816
- () => ServiceSpecification,
1823
+ () => ServiceSpecification$,
1817
1824
  () => ReservationPurchaseRecommendationDetails,
1818
- () => ReservationPurchaseRecommendationSummary,
1825
+ () => ReservationPurchaseRecommendationSummary$,
1819
1826
  ],
1820
1827
  ];
1821
- var ReservationPurchaseRecommendationDetail = [
1828
+ var ReservationPurchaseRecommendationDetail$ = [
1822
1829
  3,
1823
1830
  n0,
1824
1831
  _RPRD,
@@ -1851,7 +1858,7 @@ var ReservationPurchaseRecommendationDetail = [
1851
1858
  ],
1852
1859
  [
1853
1860
  0,
1854
- () => InstanceDetails,
1861
+ () => InstanceDetails$,
1855
1862
  0,
1856
1863
  0,
1857
1864
  0,
@@ -1869,14 +1876,14 @@ var ReservationPurchaseRecommendationDetail = [
1869
1876
  0,
1870
1877
  0,
1871
1878
  0,
1872
- () => ReservedCapacityDetails,
1879
+ () => ReservedCapacityDetails$,
1873
1880
  0,
1874
1881
  0,
1875
1882
  0,
1876
1883
  0,
1877
1884
  ],
1878
1885
  ];
1879
- var ReservationPurchaseRecommendationMetadata = [
1886
+ var ReservationPurchaseRecommendationMetadata$ = [
1880
1887
  3,
1881
1888
  n0,
1882
1889
  _RPRM,
@@ -1884,7 +1891,7 @@ var ReservationPurchaseRecommendationMetadata = [
1884
1891
  [_RIe, _GT, _AMd],
1885
1892
  [0, 0, 0],
1886
1893
  ];
1887
- var ReservationPurchaseRecommendationSummary = [
1894
+ var ReservationPurchaseRecommendationSummary$ = [
1888
1895
  3,
1889
1896
  n0,
1890
1897
  _RPRS,
@@ -1892,38 +1899,45 @@ var ReservationPurchaseRecommendationSummary = [
1892
1899
  [_TEMSA, _TEMSP, _CCu],
1893
1900
  [0, 0, 0],
1894
1901
  ];
1895
- var ReservationUtilizationGroup = [
1902
+ var ReservationUtilizationGroup$ = [
1896
1903
  3,
1897
1904
  n0,
1898
1905
  _RUG,
1899
1906
  0,
1900
1907
  [_K, _Va, _At, _Ut],
1901
- [0, 0, 128 | 0, () => ReservationAggregates],
1908
+ [0, 0, 128 | 0, () => ReservationAggregates$],
1902
1909
  ];
1903
- var ReservedCapacityDetails = [3, n0, _RCD, 0, [_DDBCD], [() => DynamoDBCapacityDetails]];
1904
- var ResourceDetails = [3, n0, _RD, 0, [_ECRD], [() => EC2ResourceDetails]];
1905
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
1906
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1907
- var ResourceTag = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
1908
- var ResourceUtilization = [3, n0, _RU, 0, [_ECRU], [() => EC2ResourceUtilization]];
1909
- var ResultByTime = [
1910
+ var ReservedCapacityDetails$ = [
1911
+ 3,
1912
+ n0,
1913
+ _RCD,
1914
+ 0,
1915
+ [_DDBCD],
1916
+ [() => DynamoDBCapacityDetails$],
1917
+ ];
1918
+ var ResourceDetails$ = [3, n0, _RD, 0, [_ECRD], [() => EC2ResourceDetails$]];
1919
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
1920
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1921
+ var ResourceTag$ = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
1922
+ var ResourceUtilization$ = [3, n0, _RU, 0, [_ECRU], [() => EC2ResourceUtilization$]];
1923
+ var ResultByTime$ = [
1910
1924
  3,
1911
1925
  n0,
1912
1926
  _RBTe,
1913
1927
  0,
1914
1928
  [_TP, _To, _G, _Es],
1915
- [() => DateInterval, () => Metrics, () => Groups, 2],
1929
+ [() => DateInterval$, () => Metrics, () => Groups, 2],
1916
1930
  ];
1917
- var RightsizingRecommendation = [
1931
+ var RightsizingRecommendation$ = [
1918
1932
  3,
1919
1933
  n0,
1920
1934
  _RRi,
1921
1935
  0,
1922
1936
  [_AIc, _CI, _RTi, _MRD, _TRD, _FRC],
1923
- [0, () => CurrentInstance, 0, () => ModifyRecommendationDetail, () => TerminateRecommendationDetail, 64 | 0],
1937
+ [0, () => CurrentInstance$, 0, () => ModifyRecommendationDetail$, () => TerminateRecommendationDetail$, 64 | 0],
1924
1938
  ];
1925
- var RightsizingRecommendationConfiguration = [3, n0, _RRC, 0, [_RTec, _BC], [0, 2]];
1926
- var RightsizingRecommendationMetadata = [
1939
+ var RightsizingRecommendationConfiguration$ = [3, n0, _RRC, 0, [_RTec, _BC], [0, 2]];
1940
+ var RightsizingRecommendationMetadata$ = [
1927
1941
  3,
1928
1942
  n0,
1929
1943
  _RRM,
@@ -1931,7 +1945,7 @@ var RightsizingRecommendationMetadata = [
1931
1945
  [_RIe, _GT, _LPID, _AMd],
1932
1946
  [0, 0, 0, 0],
1933
1947
  ];
1934
- var RightsizingRecommendationSummary = [
1948
+ var RightsizingRecommendationSummary$ = [
1935
1949
  3,
1936
1950
  n0,
1937
1951
  _RRS,
@@ -1939,16 +1953,16 @@ var RightsizingRecommendationSummary = [
1939
1953
  [_TRC, _ETMSA, _SCC, _SP],
1940
1954
  [0, 0, 0, 0],
1941
1955
  ];
1942
- var RootCause = [
1956
+ var RootCause$ = [
1943
1957
  3,
1944
1958
  n0,
1945
1959
  _RCo,
1946
1960
  0,
1947
1961
  [_Ser, _Re, _LA, _LAN, _UT, _I],
1948
- [0, 0, 0, 0, 0, () => RootCauseImpact],
1962
+ [0, 0, 0, 0, 0, () => RootCauseImpact$],
1949
1963
  ];
1950
- var RootCauseImpact = [3, n0, _RCI, 0, [_Cont], [1]];
1951
- var SavingsPlans = [
1964
+ var RootCauseImpact$ = [3, n0, _RCI, 0, [_Cont], [1]];
1965
+ var SavingsPlans$ = [
1952
1966
  3,
1953
1967
  n0,
1954
1968
  _SPa,
@@ -1956,26 +1970,26 @@ var SavingsPlans = [
1956
1970
  [_PO, _SPT, _Re, _IF, _TIY, _SPCa, _OI],
1957
1971
  [0, 0, 0, 0, 0, 1, 0],
1958
1972
  ];
1959
- var SavingsPlansAmortizedCommitment = [3, n0, _SPAC, 0, [_ARC, _AUC, _TAC], [0, 0, 0]];
1960
- var SavingsPlansCoverage = [
1973
+ var SavingsPlansAmortizedCommitment$ = [3, n0, _SPAC, 0, [_ARC, _AUC, _TAC], [0, 0, 0]];
1974
+ var SavingsPlansCoverage$ = [
1961
1975
  3,
1962
1976
  n0,
1963
1977
  _SPCav,
1964
1978
  0,
1965
1979
  [_At, _Co, _TP],
1966
- [128 | 0, () => SavingsPlansCoverageData, () => DateInterval],
1980
+ [128 | 0, () => SavingsPlansCoverageData$, () => DateInterval$],
1967
1981
  ];
1968
- var SavingsPlansCoverageData = [3, n0, _SPCD, 0, [_SCBSP, _ODC, _TC, _CP], [0, 0, 0, 0]];
1969
- var SavingsPlansDetails = [3, n0, _SPD, 0, [_Re, _IF, _OI], [0, 0, 0]];
1970
- var SavingsPlansPurchaseAnalysisConfiguration = [
1982
+ var SavingsPlansCoverageData$ = [3, n0, _SPCD, 0, [_SCBSP, _ODC, _TC, _CP], [0, 0, 0, 0]];
1983
+ var SavingsPlansDetails$ = [3, n0, _SPD, 0, [_Re, _IF, _OI], [0, 0, 0]];
1984
+ var SavingsPlansPurchaseAnalysisConfiguration$ = [
1971
1985
  3,
1972
1986
  n0,
1973
1987
  _SPPAC,
1974
1988
  0,
1975
1989
  [_ASc, _AIc, _AT, _SPTA, _SPTE, _LBTP],
1976
- [0, 0, 0, () => SavingsPlansToAdd, 64 | 0, () => DateInterval],
1990
+ [0, 0, 0, () => SavingsPlansToAdd, 64 | 0, () => DateInterval$],
1977
1991
  ];
1978
- var SavingsPlansPurchaseAnalysisDetails = [
1992
+ var SavingsPlansPurchaseAnalysisDetails$ = [
1979
1993
  3,
1980
1994
  n0,
1981
1995
  _SPPAD,
@@ -2006,15 +2020,15 @@ var SavingsPlansPurchaseAnalysisDetails = [
2006
2020
  ],
2007
2021
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => MetricsOverLookbackPeriod],
2008
2022
  ];
2009
- var SavingsPlansPurchaseRecommendation = [
2023
+ var SavingsPlansPurchaseRecommendation$ = [
2010
2024
  3,
2011
2025
  n0,
2012
2026
  _SPPR,
2013
2027
  0,
2014
2028
  [_ASc, _SPT, _TIY, _PO, _LPID, _SPPRD, _SPPRS],
2015
- [0, 0, 0, 0, 0, () => SavingsPlansPurchaseRecommendationDetailList, () => SavingsPlansPurchaseRecommendationSummary],
2029
+ [0, 0, 0, 0, 0, () => SavingsPlansPurchaseRecommendationDetailList, () => SavingsPlansPurchaseRecommendationSummary$],
2016
2030
  ];
2017
- var SavingsPlansPurchaseRecommendationDetail = [
2031
+ var SavingsPlansPurchaseRecommendationDetail$ = [
2018
2032
  3,
2019
2033
  n0,
2020
2034
  _SPPRDa,
@@ -2038,9 +2052,9 @@ var SavingsPlansPurchaseRecommendationDetail = [
2038
2052
  _CAHODS,
2039
2053
  _RDI,
2040
2054
  ],
2041
- [() => SavingsPlansDetails, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
2055
+ [() => SavingsPlansDetails$, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
2042
2056
  ];
2043
- var SavingsPlansPurchaseRecommendationMetadata = [
2057
+ var SavingsPlansPurchaseRecommendationMetadata$ = [
2044
2058
  3,
2045
2059
  n0,
2046
2060
  _SPPRM,
@@ -2048,7 +2062,7 @@ var SavingsPlansPurchaseRecommendationMetadata = [
2048
2062
  [_RIe, _GT, _AMd],
2049
2063
  [0, 0, 0],
2050
2064
  ];
2051
- var SavingsPlansPurchaseRecommendationSummary = [
2065
+ var SavingsPlansPurchaseRecommendationSummary$ = [
2052
2066
  3,
2053
2067
  n0,
2054
2068
  _SPPRS,
@@ -2056,45 +2070,50 @@ var SavingsPlansPurchaseRecommendationSummary = [
2056
2070
  [_EROI, _CCu, _ETC, _CODS, _ESA, _TRC, _DCTP, _HCTP, _ESP, _EMSA, _EODCWCC],
2057
2071
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
2058
2072
  ];
2059
- var SavingsPlansSavings = [3, n0, _SPS, 0, [_NS, _ODCE], [0, 0]];
2060
- var SavingsPlansUtilization = [3, n0, _SPU, 0, [_TCo, _UCs, _UCn, _UP], [0, 0, 0, 0]];
2061
- var SavingsPlansUtilizationAggregates = [
2073
+ var SavingsPlansSavings$ = [3, n0, _SPS, 0, [_NS, _ODCE], [0, 0]];
2074
+ var SavingsPlansUtilization$ = [3, n0, _SPU, 0, [_TCo, _UCs, _UCn, _UP], [0, 0, 0, 0]];
2075
+ var SavingsPlansUtilizationAggregates$ = [
2062
2076
  3,
2063
2077
  n0,
2064
2078
  _SPUA,
2065
2079
  0,
2066
2080
  [_Ut, _Sa, _AC],
2067
- [() => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
2081
+ [() => SavingsPlansUtilization$, () => SavingsPlansSavings$, () => SavingsPlansAmortizedCommitment$],
2068
2082
  ];
2069
- var SavingsPlansUtilizationByTime = [
2083
+ var SavingsPlansUtilizationByTime$ = [
2070
2084
  3,
2071
2085
  n0,
2072
2086
  _SPUBTa,
2073
2087
  0,
2074
2088
  [_TP, _Ut, _Sa, _AC],
2075
- [() => DateInterval, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
2089
+ [
2090
+ () => DateInterval$,
2091
+ () => SavingsPlansUtilization$,
2092
+ () => SavingsPlansSavings$,
2093
+ () => SavingsPlansAmortizedCommitment$,
2094
+ ],
2076
2095
  ];
2077
- var SavingsPlansUtilizationDetail = [
2096
+ var SavingsPlansUtilizationDetail$ = [
2078
2097
  3,
2079
2098
  n0,
2080
2099
  _SPUDa,
2081
2100
  0,
2082
2101
  [_SPA, _At, _Ut, _Sa, _AC],
2083
- [0, 128 | 0, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
2102
+ [0, 128 | 0, () => SavingsPlansUtilization$, () => SavingsPlansSavings$, () => SavingsPlansAmortizedCommitment$],
2084
2103
  ];
2085
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
2086
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
2087
- var ServiceSpecification = [3, n0, _SSe, 0, [_ECS], [() => EC2Specification]];
2088
- var SortDefinition = [3, n0, _SDo, 0, [_K, _SO], [0, 0]];
2089
- var StartCommitmentPurchaseAnalysisRequest = [
2104
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
2105
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2106
+ var ServiceSpecification$ = [3, n0, _SSe, 0, [_ECS], [() => EC2Specification$]];
2107
+ var SortDefinition$ = [3, n0, _SDo, 0, [_K, _SO], [0, 0]];
2108
+ var StartCommitmentPurchaseAnalysisRequest$ = [
2090
2109
  3,
2091
2110
  n0,
2092
2111
  _SCPAR,
2093
2112
  0,
2094
2113
  [_CPAC],
2095
- [() => CommitmentPurchaseAnalysisConfiguration],
2114
+ [() => CommitmentPurchaseAnalysisConfiguration$],
2096
2115
  ];
2097
- var StartCommitmentPurchaseAnalysisResponse = [
2116
+ var StartCommitmentPurchaseAnalysisResponse$ = [
2098
2117
  3,
2099
2118
  n0,
2100
2119
  _SCPARt,
@@ -2102,16 +2121,16 @@ var StartCommitmentPurchaseAnalysisResponse = [
2102
2121
  [_AI, _AST, _ECT],
2103
2122
  [0, 0, 0],
2104
2123
  ];
2105
- var StartCostAllocationTagBackfillRequest = [3, n0, _SCATBR, 0, [_BF], [0]];
2106
- var StartCostAllocationTagBackfillResponse = [
2124
+ var StartCostAllocationTagBackfillRequest$ = [3, n0, _SCATBR, 0, [_BF], [0]];
2125
+ var StartCostAllocationTagBackfillResponse$ = [
2107
2126
  3,
2108
2127
  n0,
2109
2128
  _SCATBRt,
2110
2129
  0,
2111
2130
  [_BRa],
2112
- [() => CostAllocationTagBackfillRequest],
2131
+ [() => CostAllocationTagBackfillRequest$],
2113
2132
  ];
2114
- var StartSavingsPlansPurchaseRecommendationGenerationRequest = [
2133
+ var StartSavingsPlansPurchaseRecommendationGenerationRequest$ = [
2115
2134
  3,
2116
2135
  n0,
2117
2136
  _SSPPRGR,
@@ -2119,7 +2138,7 @@ var StartSavingsPlansPurchaseRecommendationGenerationRequest = [
2119
2138
  [],
2120
2139
  [],
2121
2140
  ];
2122
- var StartSavingsPlansPurchaseRecommendationGenerationResponse = [
2141
+ var StartSavingsPlansPurchaseRecommendationGenerationResponse$ = [
2123
2142
  3,
2124
2143
  n0,
2125
2144
  _SSPPRGRt,
@@ -2127,43 +2146,50 @@ var StartSavingsPlansPurchaseRecommendationGenerationResponse = [
2127
2146
  [_RIe, _GST, _ECT],
2128
2147
  [0, 0, 0],
2129
2148
  ];
2130
- var Subscriber = [3, n0, _Sub, 0, [_Ad, _Ty, _St], [0, 0, 0]];
2131
- var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _RT], [0, () => ResourceTagList]];
2132
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2133
- var TagValues = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
2134
- var TargetInstance = [
2149
+ var Subscriber$ = [3, n0, _Sub, 0, [_Ad, _Ty, _St], [0, 0, 0]];
2150
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _RT], [0, () => ResourceTagList]];
2151
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2152
+ var TagValues$ = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
2153
+ var TargetInstance$ = [
2135
2154
  3,
2136
2155
  n0,
2137
2156
  _TIar,
2138
2157
  0,
2139
2158
  [_EMC, _EMS, _CCu, _DTI, _RD, _ERU, _PDl],
2140
- [0, 0, 0, 2, () => ResourceDetails, () => ResourceUtilization, 64 | 0],
2141
- ];
2142
- var TerminateRecommendationDetail = [3, n0, _TRD, 0, [_EMS, _CCu], [0, 0]];
2143
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
2144
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
2145
- var TotalImpactFilter = [3, n0, _TIF, 0, [_NO, _SV, _EV], [0, 1, 1]];
2146
- var UnknownMonitorException = [-3, n0, _UME, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2147
- schema.TypeRegistry.for(n0).registerError(UnknownMonitorException, UnknownMonitorException$1);
2148
- var UnknownSubscriptionException = [-3, n0, _USE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2149
- schema.TypeRegistry.for(n0).registerError(UnknownSubscriptionException, UnknownSubscriptionException$1);
2150
- var UnresolvableUsageUnitException = [-3, n0, _UUUE, { [_e]: _c }, [_M], [0]];
2151
- schema.TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException, UnresolvableUsageUnitException$1);
2152
- var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _RTK], [0, 64 | 0]];
2153
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2154
- var UpdateAnomalyMonitorRequest = [3, n0, _UAMR, 0, [_MA, _MN], [0, 0]];
2155
- var UpdateAnomalyMonitorResponse = [3, n0, _UAMRp, 0, [_MA], [0]];
2156
- var UpdateAnomalySubscriptionRequest = [
2159
+ [0, 0, 0, 2, () => ResourceDetails$, () => ResourceUtilization$, 64 | 0],
2160
+ ];
2161
+ var TerminateRecommendationDetail$ = [3, n0, _TRD, 0, [_EMS, _CCu], [0, 0]];
2162
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
2163
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
2164
+ var TotalImpactFilter$ = [3, n0, _TIF, 0, [_NO, _SV, _EV], [0, 1, 1]];
2165
+ var UnknownMonitorException$ = [-3, n0, _UME, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2166
+ schema.TypeRegistry.for(n0).registerError(UnknownMonitorException$, UnknownMonitorException);
2167
+ var UnknownSubscriptionException$ = [-3, n0, _USE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2168
+ schema.TypeRegistry.for(n0).registerError(UnknownSubscriptionException$, UnknownSubscriptionException);
2169
+ var UnresolvableUsageUnitException$ = [-3, n0, _UUUE, { [_e]: _c }, [_M], [0]];
2170
+ schema.TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException$, UnresolvableUsageUnitException);
2171
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RAe, _RTK], [0, 64 | 0]];
2172
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2173
+ var UpdateAnomalyMonitorRequest$ = [3, n0, _UAMR, 0, [_MA, _MN], [0, 0]];
2174
+ var UpdateAnomalyMonitorResponse$ = [3, n0, _UAMRp, 0, [_MA], [0]];
2175
+ var UpdateAnomalySubscriptionRequest$ = [
2157
2176
  3,
2158
2177
  n0,
2159
2178
  _UASR,
2160
2179
  0,
2161
2180
  [_SA, _T, _Fr, _MAL, _S, _SN, _TE],
2162
- [0, 1, 0, 64 | 0, () => Subscribers, 0, () => Expression],
2181
+ [0, 1, 0, 64 | 0, () => Subscribers, 0, () => Expression$],
2163
2182
  ];
2164
- var UpdateAnomalySubscriptionResponse = [3, n0, _UASRp, 0, [_SA], [0]];
2165
- var UpdateCostAllocationTagsStatusError = [3, n0, _UCATSE, 0, [_TK, _Cod, _M], [0, 0, 0]];
2166
- var UpdateCostAllocationTagsStatusRequest = [
2183
+ var UpdateAnomalySubscriptionResponse$ = [3, n0, _UASRp, 0, [_SA], [0]];
2184
+ var UpdateCostAllocationTagsStatusError$ = [
2185
+ 3,
2186
+ n0,
2187
+ _UCATSE,
2188
+ 0,
2189
+ [_TK, _Cod, _M],
2190
+ [0, 0, 0],
2191
+ ];
2192
+ var UpdateCostAllocationTagsStatusRequest$ = [
2167
2193
  3,
2168
2194
  n0,
2169
2195
  _UCATSR,
@@ -2171,7 +2197,7 @@ var UpdateCostAllocationTagsStatusRequest = [
2171
2197
  [_CATS],
2172
2198
  [() => CostAllocationTagStatusList],
2173
2199
  ];
2174
- var UpdateCostAllocationTagsStatusResponse = [
2200
+ var UpdateCostAllocationTagsStatusResponse$ = [
2175
2201
  3,
2176
2202
  n0,
2177
2203
  _UCATSRp,
@@ -2179,7 +2205,7 @@ var UpdateCostAllocationTagsStatusResponse = [
2179
2205
  [_Er],
2180
2206
  [() => UpdateCostAllocationTagsStatusErrors],
2181
2207
  ];
2182
- var UpdateCostCategoryDefinitionRequest = [
2208
+ var UpdateCostCategoryDefinitionRequest$ = [
2183
2209
  3,
2184
2210
  n0,
2185
2211
  _UCCDR,
@@ -2187,464 +2213,460 @@ var UpdateCostCategoryDefinitionRequest = [
2187
2213
  [_CCA, _ES, _RV, _R, _DVe, _SCR],
2188
2214
  [0, 0, 0, () => CostCategoryRulesList, 0, () => CostCategorySplitChargeRulesList],
2189
2215
  ];
2190
- var UpdateCostCategoryDefinitionResponse = [3, n0, _UCCDRp, 0, [_CCA, _ES], [0, 0]];
2191
- var UtilizationByTime = [
2216
+ var UpdateCostCategoryDefinitionResponse$ = [3, n0, _UCCDRp, 0, [_CCA, _ES], [0, 0]];
2217
+ var UtilizationByTime$ = [
2192
2218
  3,
2193
2219
  n0,
2194
2220
  _UBTt,
2195
2221
  0,
2196
2222
  [_TP, _G, _To],
2197
- [() => DateInterval, () => ReservationUtilizationGroups, () => ReservationAggregates],
2198
- ];
2199
- var CostExplorerServiceException = [-3, _s, "CostExplorerServiceException", 0, [], []];
2200
- schema.TypeRegistry.for(_s).registerError(CostExplorerServiceException, CostExplorerServiceException$1);
2201
- var AnalysisSummaryList = [1, n0, _ASL, 0, () => AnalysisSummary];
2202
- var Anomalies = [1, n0, _Ano, 0, () => Anomaly];
2203
- var AnomalyMonitors = [1, n0, _AMn, 0, () => AnomalyMonitor];
2204
- var AnomalySubscriptions = [1, n0, _ASnoma, 0, () => AnomalySubscription];
2223
+ [() => DateInterval$, () => ReservationUtilizationGroups, () => ReservationAggregates$],
2224
+ ];
2225
+ var CostExplorerServiceException$ = [-3, _s, "CostExplorerServiceException", 0, [], []];
2226
+ schema.TypeRegistry.for(_s).registerError(CostExplorerServiceException$, CostExplorerServiceException);
2227
+ var AnalysisSummaryList = [1, n0, _ASL, 0, () => AnalysisSummary$];
2228
+ var Anomalies = [1, n0, _Ano, 0, () => Anomaly$];
2229
+ var AnomalyMonitors = [1, n0, _AMn, 0, () => AnomalyMonitor$];
2230
+ var AnomalySubscriptions = [1, n0, _ASnoma, 0, () => AnomalySubscription$];
2205
2231
  var CostAllocationTagBackfillRequestList = [
2206
2232
  1,
2207
2233
  n0,
2208
2234
  _CATBRL,
2209
2235
  0,
2210
- () => CostAllocationTagBackfillRequest,
2211
- ];
2212
- var CostAllocationTagList = [1, n0, _CATL, 0, () => CostAllocationTag];
2213
- var CostAllocationTagStatusList = [1, n0, _CATSL, 0, () => CostAllocationTagStatusEntry];
2214
- var CostAndUsageComparisons = [1, n0, _CAUCo, 0, () => CostAndUsageComparison];
2215
- var CostCategoryProcessingStatusList = [1, n0, _CCPSL, 0, () => CostCategoryProcessingStatus];
2216
- var CostCategoryReferencesList = [1, n0, _CCRL, 0, () => CostCategoryReference];
2217
- var CostCategoryResourceAssociations = [
2218
- 1,
2219
- n0,
2220
- _CCRAo,
2221
- 0,
2222
- () => CostCategoryResourceAssociation,
2236
+ () => CostAllocationTagBackfillRequest$,
2223
2237
  ];
2224
- var CostCategoryRulesList = [1, n0, _CCRLo, 0, () => CostCategoryRule];
2238
+ var CostAllocationTagList = [1, n0, _CATL, 0, () => CostAllocationTag$];
2239
+ var CostAllocationTagStatusList = [1, n0, _CATSL, 0, () => CostAllocationTagStatusEntry$];
2240
+ var CostAndUsageComparisons = [1, n0, _CAUCo, 0, () => CostAndUsageComparison$];
2241
+ var CostCategoryProcessingStatusList = [1, n0, _CCPSL, 0, () => CostCategoryProcessingStatus$];
2242
+ var CostCategoryReferencesList = [1, n0, _CCRL, 0, () => CostCategoryReference$];
2243
+ var CostCategoryResourceAssociations = [1, n0, _CCRAo, 0, () => CostCategoryResourceAssociation$];
2244
+ var CostCategoryRulesList = [1, n0, _CCRLo, 0, () => CostCategoryRule$];
2225
2245
  var CostCategorySplitChargeRuleParametersList = [
2226
2246
  1,
2227
2247
  n0,
2228
2248
  _CCSCRPL,
2229
2249
  0,
2230
- () => CostCategorySplitChargeRuleParameter,
2231
- ];
2232
- var CostCategorySplitChargeRulesList = [1, n0, _CCSCRL, 0, () => CostCategorySplitChargeRule];
2233
- var CostComparisonDrivers = [1, n0, _CCDo, 0, () => CostComparisonDriver];
2234
- var CostDrivers = [1, n0, _CDo, 0, () => CostDriver];
2235
- var CoveragesByTime = [1, n0, _CBTo, 0, () => CoverageByTime];
2236
- var DimensionValuesWithAttributesList = [
2237
- 1,
2238
- n0,
2239
- _DVWAL,
2240
- 0,
2241
- () => DimensionValuesWithAttributes,
2242
- ];
2243
- var Expressions = [1, n0, _Exp, 0, () => Expression];
2244
- var ForecastResultsByTime = [1, n0, _FRBT, 0, () => ForecastResult];
2245
- var GenerationSummaryList = [1, n0, _GSL, 0, () => GenerationSummary];
2246
- var GroupDefinitions = [1, n0, _GD, 0, () => GroupDefinition];
2247
- var Groups = [1, n0, _G, 0, () => Group];
2248
- var MetricsOverLookbackPeriod = [1, n0, _MOLP, 0, () => RecommendationDetailHourlyMetrics];
2249
- var ReservationCoverageGroups = [1, n0, _RCGe, 0, () => ReservationCoverageGroup];
2250
+ () => CostCategorySplitChargeRuleParameter$,
2251
+ ];
2252
+ var CostCategorySplitChargeRulesList = [1, n0, _CCSCRL, 0, () => CostCategorySplitChargeRule$];
2253
+ var CostComparisonDrivers = [1, n0, _CCDo, 0, () => CostComparisonDriver$];
2254
+ var CostDrivers = [1, n0, _CDo, 0, () => CostDriver$];
2255
+ var CoveragesByTime = [1, n0, _CBTo, 0, () => CoverageByTime$];
2256
+ var DimensionValuesWithAttributesList = [1, n0, _DVWAL, 0, () => DimensionValuesWithAttributes$];
2257
+ var Expressions = [1, n0, _Exp, 0, () => Expression$];
2258
+ var ForecastResultsByTime = [1, n0, _FRBT, 0, () => ForecastResult$];
2259
+ var GenerationSummaryList = [1, n0, _GSL, 0, () => GenerationSummary$];
2260
+ var GroupDefinitions = [1, n0, _GD, 0, () => GroupDefinition$];
2261
+ var Groups = [1, n0, _G, 0, () => Group$];
2262
+ var MetricsOverLookbackPeriod = [1, n0, _MOLP, 0, () => RecommendationDetailHourlyMetrics$];
2263
+ var ReservationCoverageGroups = [1, n0, _RCGe, 0, () => ReservationCoverageGroup$];
2250
2264
  var ReservationPurchaseRecommendationDetails = [
2251
2265
  1,
2252
2266
  n0,
2253
2267
  _RPRDe,
2254
2268
  0,
2255
- () => ReservationPurchaseRecommendationDetail,
2256
- ];
2257
- var ReservationPurchaseRecommendations = [
2258
- 1,
2259
- n0,
2260
- _RPRe,
2261
- 0,
2262
- () => ReservationPurchaseRecommendation,
2269
+ () => ReservationPurchaseRecommendationDetail$,
2263
2270
  ];
2264
- var ReservationUtilizationGroups = [1, n0, _RUGe, 0, () => ReservationUtilizationGroup];
2265
- var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
2266
- var ResultsByTime = [1, n0, _RBT, 0, () => ResultByTime];
2267
- var RightsizingRecommendationList = [1, n0, _RRL, 0, () => RightsizingRecommendation];
2268
- var RootCauses = [1, n0, _RC, 0, () => RootCause];
2269
- var SavingsPlansCoverages = [1, n0, _SPC, 0, () => SavingsPlansCoverage];
2271
+ var ReservationPurchaseRecommendations = [1, n0, _RPRe, 0, () => ReservationPurchaseRecommendation$];
2272
+ var ReservationUtilizationGroups = [1, n0, _RUGe, 0, () => ReservationUtilizationGroup$];
2273
+ var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
2274
+ var ResultsByTime = [1, n0, _RBT, 0, () => ResultByTime$];
2275
+ var RightsizingRecommendationList = [1, n0, _RRL, 0, () => RightsizingRecommendation$];
2276
+ var RootCauses = [1, n0, _RC, 0, () => RootCause$];
2277
+ var SavingsPlansCoverages = [1, n0, _SPC, 0, () => SavingsPlansCoverage$];
2270
2278
  var SavingsPlansPurchaseRecommendationDetailList = [
2271
2279
  1,
2272
2280
  n0,
2273
2281
  _SPPRDL,
2274
2282
  0,
2275
- () => SavingsPlansPurchaseRecommendationDetail,
2283
+ () => SavingsPlansPurchaseRecommendationDetail$,
2276
2284
  ];
2277
- var SavingsPlansToAdd = [1, n0, _SPTA, 0, () => SavingsPlans];
2278
- var SavingsPlansUtilizationDetails = [1, n0, _SPUD, 0, () => SavingsPlansUtilizationDetail];
2279
- var SavingsPlansUtilizationsByTime = [1, n0, _SPUBT, 0, () => SavingsPlansUtilizationByTime];
2280
- var SortDefinitions = [1, n0, _SDor, 0, () => SortDefinition];
2281
- var Subscribers = [1, n0, _S, 0, () => Subscriber];
2282
- var TagValuesList = [1, n0, _TVL, 0, () => TagValues];
2283
- var TargetInstancesList = [1, n0, _TIL, 0, () => TargetInstance];
2285
+ var SavingsPlansToAdd = [1, n0, _SPTA, 0, () => SavingsPlans$];
2286
+ var SavingsPlansUtilizationDetails = [1, n0, _SPUD, 0, () => SavingsPlansUtilizationDetail$];
2287
+ var SavingsPlansUtilizationsByTime = [1, n0, _SPUBT, 0, () => SavingsPlansUtilizationByTime$];
2288
+ var SortDefinitions = [1, n0, _SDor, 0, () => SortDefinition$];
2289
+ var Subscribers = [1, n0, _S, 0, () => Subscriber$];
2290
+ var TagValuesList = [1, n0, _TVL, 0, () => TagValues$];
2291
+ var TargetInstancesList = [1, n0, _TIL, 0, () => TargetInstance$];
2284
2292
  var UpdateCostAllocationTagsStatusErrors = [
2285
2293
  1,
2286
2294
  n0,
2287
2295
  _UCATSEp,
2288
2296
  0,
2289
- () => UpdateCostAllocationTagsStatusError,
2297
+ () => UpdateCostAllocationTagsStatusError$,
2290
2298
  ];
2291
- var UtilizationsByTime = [1, n0, _UBT, 0, () => UtilizationByTime];
2292
- var ComparisonMetrics = [2, n0, _CM, 0, 0, () => ComparisonMetricValue];
2293
- var Metrics = [2, n0, _Me, 0, 0, () => MetricValue];
2294
- var CreateAnomalyMonitor = [
2299
+ var UtilizationsByTime = [1, n0, _UBT, 0, () => UtilizationByTime$];
2300
+ var ComparisonMetrics = [2, n0, _CM, 0, 0, () => ComparisonMetricValue$];
2301
+ var Metrics = [2, n0, _Me, 0, 0, () => MetricValue$];
2302
+ var CreateAnomalyMonitor$ = [
2295
2303
  9,
2296
2304
  n0,
2297
2305
  _CAM,
2298
2306
  0,
2299
- () => CreateAnomalyMonitorRequest,
2300
- () => CreateAnomalyMonitorResponse,
2307
+ () => CreateAnomalyMonitorRequest$,
2308
+ () => CreateAnomalyMonitorResponse$,
2301
2309
  ];
2302
- var CreateAnomalySubscription = [
2310
+ var CreateAnomalySubscription$ = [
2303
2311
  9,
2304
2312
  n0,
2305
2313
  _CAS,
2306
2314
  0,
2307
- () => CreateAnomalySubscriptionRequest,
2308
- () => CreateAnomalySubscriptionResponse,
2315
+ () => CreateAnomalySubscriptionRequest$,
2316
+ () => CreateAnomalySubscriptionResponse$,
2309
2317
  ];
2310
- var CreateCostCategoryDefinition = [
2318
+ var CreateCostCategoryDefinition$ = [
2311
2319
  9,
2312
2320
  n0,
2313
2321
  _CCCD,
2314
2322
  0,
2315
- () => CreateCostCategoryDefinitionRequest,
2316
- () => CreateCostCategoryDefinitionResponse,
2323
+ () => CreateCostCategoryDefinitionRequest$,
2324
+ () => CreateCostCategoryDefinitionResponse$,
2317
2325
  ];
2318
- var DeleteAnomalyMonitor = [
2326
+ var DeleteAnomalyMonitor$ = [
2319
2327
  9,
2320
2328
  n0,
2321
2329
  _DAM,
2322
2330
  0,
2323
- () => DeleteAnomalyMonitorRequest,
2324
- () => DeleteAnomalyMonitorResponse,
2331
+ () => DeleteAnomalyMonitorRequest$,
2332
+ () => DeleteAnomalyMonitorResponse$,
2325
2333
  ];
2326
- var DeleteAnomalySubscription = [
2334
+ var DeleteAnomalySubscription$ = [
2327
2335
  9,
2328
2336
  n0,
2329
2337
  _DAS,
2330
2338
  0,
2331
- () => DeleteAnomalySubscriptionRequest,
2332
- () => DeleteAnomalySubscriptionResponse,
2339
+ () => DeleteAnomalySubscriptionRequest$,
2340
+ () => DeleteAnomalySubscriptionResponse$,
2333
2341
  ];
2334
- var DeleteCostCategoryDefinition = [
2342
+ var DeleteCostCategoryDefinition$ = [
2335
2343
  9,
2336
2344
  n0,
2337
2345
  _DCCD,
2338
2346
  0,
2339
- () => DeleteCostCategoryDefinitionRequest,
2340
- () => DeleteCostCategoryDefinitionResponse,
2347
+ () => DeleteCostCategoryDefinitionRequest$,
2348
+ () => DeleteCostCategoryDefinitionResponse$,
2341
2349
  ];
2342
- var DescribeCostCategoryDefinition = [
2350
+ var DescribeCostCategoryDefinition$ = [
2343
2351
  9,
2344
2352
  n0,
2345
2353
  _DCCDe,
2346
2354
  0,
2347
- () => DescribeCostCategoryDefinitionRequest,
2348
- () => DescribeCostCategoryDefinitionResponse,
2355
+ () => DescribeCostCategoryDefinitionRequest$,
2356
+ () => DescribeCostCategoryDefinitionResponse$,
2349
2357
  ];
2350
- var GetAnomalies = [9, n0, _GA, 0, () => GetAnomaliesRequest, () => GetAnomaliesResponse];
2351
- var GetAnomalyMonitors = [
2358
+ var GetAnomalies$ = [
2359
+ 9,
2360
+ n0,
2361
+ _GA,
2362
+ 0,
2363
+ () => GetAnomaliesRequest$,
2364
+ () => GetAnomaliesResponse$,
2365
+ ];
2366
+ var GetAnomalyMonitors$ = [
2352
2367
  9,
2353
2368
  n0,
2354
2369
  _GAM,
2355
2370
  0,
2356
- () => GetAnomalyMonitorsRequest,
2357
- () => GetAnomalyMonitorsResponse,
2371
+ () => GetAnomalyMonitorsRequest$,
2372
+ () => GetAnomalyMonitorsResponse$,
2358
2373
  ];
2359
- var GetAnomalySubscriptions = [
2374
+ var GetAnomalySubscriptions$ = [
2360
2375
  9,
2361
2376
  n0,
2362
2377
  _GAS,
2363
2378
  0,
2364
- () => GetAnomalySubscriptionsRequest,
2365
- () => GetAnomalySubscriptionsResponse,
2379
+ () => GetAnomalySubscriptionsRequest$,
2380
+ () => GetAnomalySubscriptionsResponse$,
2366
2381
  ];
2367
- var GetApproximateUsageRecords = [
2382
+ var GetApproximateUsageRecords$ = [
2368
2383
  9,
2369
2384
  n0,
2370
2385
  _GAUR,
2371
2386
  0,
2372
- () => GetApproximateUsageRecordsRequest,
2373
- () => GetApproximateUsageRecordsResponse,
2387
+ () => GetApproximateUsageRecordsRequest$,
2388
+ () => GetApproximateUsageRecordsResponse$,
2374
2389
  ];
2375
- var GetCommitmentPurchaseAnalysis = [
2390
+ var GetCommitmentPurchaseAnalysis$ = [
2376
2391
  9,
2377
2392
  n0,
2378
2393
  _GCPA,
2379
2394
  0,
2380
- () => GetCommitmentPurchaseAnalysisRequest,
2381
- () => GetCommitmentPurchaseAnalysisResponse,
2395
+ () => GetCommitmentPurchaseAnalysisRequest$,
2396
+ () => GetCommitmentPurchaseAnalysisResponse$,
2382
2397
  ];
2383
- var GetCostAndUsage = [
2398
+ var GetCostAndUsage$ = [
2384
2399
  9,
2385
2400
  n0,
2386
2401
  _GCAU,
2387
2402
  0,
2388
- () => GetCostAndUsageRequest,
2389
- () => GetCostAndUsageResponse,
2403
+ () => GetCostAndUsageRequest$,
2404
+ () => GetCostAndUsageResponse$,
2390
2405
  ];
2391
- var GetCostAndUsageComparisons = [
2406
+ var GetCostAndUsageComparisons$ = [
2392
2407
  9,
2393
2408
  n0,
2394
2409
  _GCAUC,
2395
2410
  0,
2396
- () => GetCostAndUsageComparisonsRequest,
2397
- () => GetCostAndUsageComparisonsResponse,
2411
+ () => GetCostAndUsageComparisonsRequest$,
2412
+ () => GetCostAndUsageComparisonsResponse$,
2398
2413
  ];
2399
- var GetCostAndUsageWithResources = [
2414
+ var GetCostAndUsageWithResources$ = [
2400
2415
  9,
2401
2416
  n0,
2402
2417
  _GCAUWR,
2403
2418
  0,
2404
- () => GetCostAndUsageWithResourcesRequest,
2405
- () => GetCostAndUsageWithResourcesResponse,
2419
+ () => GetCostAndUsageWithResourcesRequest$,
2420
+ () => GetCostAndUsageWithResourcesResponse$,
2406
2421
  ];
2407
- var GetCostCategories = [
2422
+ var GetCostCategories$ = [
2408
2423
  9,
2409
2424
  n0,
2410
2425
  _GCC,
2411
2426
  0,
2412
- () => GetCostCategoriesRequest,
2413
- () => GetCostCategoriesResponse,
2427
+ () => GetCostCategoriesRequest$,
2428
+ () => GetCostCategoriesResponse$,
2414
2429
  ];
2415
- var GetCostComparisonDrivers = [
2430
+ var GetCostComparisonDrivers$ = [
2416
2431
  9,
2417
2432
  n0,
2418
2433
  _GCCD,
2419
2434
  0,
2420
- () => GetCostComparisonDriversRequest,
2421
- () => GetCostComparisonDriversResponse,
2435
+ () => GetCostComparisonDriversRequest$,
2436
+ () => GetCostComparisonDriversResponse$,
2422
2437
  ];
2423
- var GetCostForecast = [
2438
+ var GetCostForecast$ = [
2424
2439
  9,
2425
2440
  n0,
2426
2441
  _GCF,
2427
2442
  0,
2428
- () => GetCostForecastRequest,
2429
- () => GetCostForecastResponse,
2443
+ () => GetCostForecastRequest$,
2444
+ () => GetCostForecastResponse$,
2430
2445
  ];
2431
- var GetDimensionValues = [
2446
+ var GetDimensionValues$ = [
2432
2447
  9,
2433
2448
  n0,
2434
2449
  _GDV,
2435
2450
  0,
2436
- () => GetDimensionValuesRequest,
2437
- () => GetDimensionValuesResponse,
2451
+ () => GetDimensionValuesRequest$,
2452
+ () => GetDimensionValuesResponse$,
2438
2453
  ];
2439
- var GetReservationCoverage = [
2454
+ var GetReservationCoverage$ = [
2440
2455
  9,
2441
2456
  n0,
2442
2457
  _GRC,
2443
2458
  0,
2444
- () => GetReservationCoverageRequest,
2445
- () => GetReservationCoverageResponse,
2459
+ () => GetReservationCoverageRequest$,
2460
+ () => GetReservationCoverageResponse$,
2446
2461
  ];
2447
- var GetReservationPurchaseRecommendation = [
2462
+ var GetReservationPurchaseRecommendation$ = [
2448
2463
  9,
2449
2464
  n0,
2450
2465
  _GRPR,
2451
2466
  0,
2452
- () => GetReservationPurchaseRecommendationRequest,
2453
- () => GetReservationPurchaseRecommendationResponse,
2467
+ () => GetReservationPurchaseRecommendationRequest$,
2468
+ () => GetReservationPurchaseRecommendationResponse$,
2454
2469
  ];
2455
- var GetReservationUtilization = [
2470
+ var GetReservationUtilization$ = [
2456
2471
  9,
2457
2472
  n0,
2458
2473
  _GRU,
2459
2474
  0,
2460
- () => GetReservationUtilizationRequest,
2461
- () => GetReservationUtilizationResponse,
2475
+ () => GetReservationUtilizationRequest$,
2476
+ () => GetReservationUtilizationResponse$,
2462
2477
  ];
2463
- var GetRightsizingRecommendation = [
2478
+ var GetRightsizingRecommendation$ = [
2464
2479
  9,
2465
2480
  n0,
2466
2481
  _GRR,
2467
2482
  0,
2468
- () => GetRightsizingRecommendationRequest,
2469
- () => GetRightsizingRecommendationResponse,
2483
+ () => GetRightsizingRecommendationRequest$,
2484
+ () => GetRightsizingRecommendationResponse$,
2470
2485
  ];
2471
- var GetSavingsPlanPurchaseRecommendationDetails = [
2486
+ var GetSavingsPlanPurchaseRecommendationDetails$ = [
2472
2487
  9,
2473
2488
  n0,
2474
2489
  _GSPPRD,
2475
2490
  0,
2476
- () => GetSavingsPlanPurchaseRecommendationDetailsRequest,
2477
- () => GetSavingsPlanPurchaseRecommendationDetailsResponse,
2491
+ () => GetSavingsPlanPurchaseRecommendationDetailsRequest$,
2492
+ () => GetSavingsPlanPurchaseRecommendationDetailsResponse$,
2478
2493
  ];
2479
- var GetSavingsPlansCoverage = [
2494
+ var GetSavingsPlansCoverage$ = [
2480
2495
  9,
2481
2496
  n0,
2482
2497
  _GSPC,
2483
2498
  0,
2484
- () => GetSavingsPlansCoverageRequest,
2485
- () => GetSavingsPlansCoverageResponse,
2499
+ () => GetSavingsPlansCoverageRequest$,
2500
+ () => GetSavingsPlansCoverageResponse$,
2486
2501
  ];
2487
- var GetSavingsPlansPurchaseRecommendation = [
2502
+ var GetSavingsPlansPurchaseRecommendation$ = [
2488
2503
  9,
2489
2504
  n0,
2490
2505
  _GSPPR,
2491
2506
  0,
2492
- () => GetSavingsPlansPurchaseRecommendationRequest,
2493
- () => GetSavingsPlansPurchaseRecommendationResponse,
2507
+ () => GetSavingsPlansPurchaseRecommendationRequest$,
2508
+ () => GetSavingsPlansPurchaseRecommendationResponse$,
2494
2509
  ];
2495
- var GetSavingsPlansUtilization = [
2510
+ var GetSavingsPlansUtilization$ = [
2496
2511
  9,
2497
2512
  n0,
2498
2513
  _GSPU,
2499
2514
  0,
2500
- () => GetSavingsPlansUtilizationRequest,
2501
- () => GetSavingsPlansUtilizationResponse,
2515
+ () => GetSavingsPlansUtilizationRequest$,
2516
+ () => GetSavingsPlansUtilizationResponse$,
2502
2517
  ];
2503
- var GetSavingsPlansUtilizationDetails = [
2518
+ var GetSavingsPlansUtilizationDetails$ = [
2504
2519
  9,
2505
2520
  n0,
2506
2521
  _GSPUD,
2507
2522
  0,
2508
- () => GetSavingsPlansUtilizationDetailsRequest,
2509
- () => GetSavingsPlansUtilizationDetailsResponse,
2523
+ () => GetSavingsPlansUtilizationDetailsRequest$,
2524
+ () => GetSavingsPlansUtilizationDetailsResponse$,
2510
2525
  ];
2511
- var GetTags = [9, n0, _GTe, 0, () => GetTagsRequest, () => GetTagsResponse];
2512
- var GetUsageForecast = [
2526
+ var GetTags$ = [9, n0, _GTe, 0, () => GetTagsRequest$, () => GetTagsResponse$];
2527
+ var GetUsageForecast$ = [
2513
2528
  9,
2514
2529
  n0,
2515
2530
  _GUF,
2516
2531
  0,
2517
- () => GetUsageForecastRequest,
2518
- () => GetUsageForecastResponse,
2532
+ () => GetUsageForecastRequest$,
2533
+ () => GetUsageForecastResponse$,
2519
2534
  ];
2520
- var ListCommitmentPurchaseAnalyses = [
2535
+ var ListCommitmentPurchaseAnalyses$ = [
2521
2536
  9,
2522
2537
  n0,
2523
2538
  _LCPA,
2524
2539
  0,
2525
- () => ListCommitmentPurchaseAnalysesRequest,
2526
- () => ListCommitmentPurchaseAnalysesResponse,
2540
+ () => ListCommitmentPurchaseAnalysesRequest$,
2541
+ () => ListCommitmentPurchaseAnalysesResponse$,
2527
2542
  ];
2528
- var ListCostAllocationTagBackfillHistory = [
2543
+ var ListCostAllocationTagBackfillHistory$ = [
2529
2544
  9,
2530
2545
  n0,
2531
2546
  _LCATBH,
2532
2547
  0,
2533
- () => ListCostAllocationTagBackfillHistoryRequest,
2534
- () => ListCostAllocationTagBackfillHistoryResponse,
2548
+ () => ListCostAllocationTagBackfillHistoryRequest$,
2549
+ () => ListCostAllocationTagBackfillHistoryResponse$,
2535
2550
  ];
2536
- var ListCostAllocationTags = [
2551
+ var ListCostAllocationTags$ = [
2537
2552
  9,
2538
2553
  n0,
2539
2554
  _LCAT,
2540
2555
  0,
2541
- () => ListCostAllocationTagsRequest,
2542
- () => ListCostAllocationTagsResponse,
2556
+ () => ListCostAllocationTagsRequest$,
2557
+ () => ListCostAllocationTagsResponse$,
2543
2558
  ];
2544
- var ListCostCategoryDefinitions = [
2559
+ var ListCostCategoryDefinitions$ = [
2545
2560
  9,
2546
2561
  n0,
2547
2562
  _LCCD,
2548
2563
  0,
2549
- () => ListCostCategoryDefinitionsRequest,
2550
- () => ListCostCategoryDefinitionsResponse,
2564
+ () => ListCostCategoryDefinitionsRequest$,
2565
+ () => ListCostCategoryDefinitionsResponse$,
2551
2566
  ];
2552
- var ListCostCategoryResourceAssociations = [
2567
+ var ListCostCategoryResourceAssociations$ = [
2553
2568
  9,
2554
2569
  n0,
2555
2570
  _LCCRA,
2556
2571
  0,
2557
- () => ListCostCategoryResourceAssociationsRequest,
2558
- () => ListCostCategoryResourceAssociationsResponse,
2572
+ () => ListCostCategoryResourceAssociationsRequest$,
2573
+ () => ListCostCategoryResourceAssociationsResponse$,
2559
2574
  ];
2560
- var ListSavingsPlansPurchaseRecommendationGeneration = [
2575
+ var ListSavingsPlansPurchaseRecommendationGeneration$ = [
2561
2576
  9,
2562
2577
  n0,
2563
2578
  _LSPPRG,
2564
2579
  0,
2565
- () => ListSavingsPlansPurchaseRecommendationGenerationRequest,
2566
- () => ListSavingsPlansPurchaseRecommendationGenerationResponse,
2580
+ () => ListSavingsPlansPurchaseRecommendationGenerationRequest$,
2581
+ () => ListSavingsPlansPurchaseRecommendationGenerationResponse$,
2567
2582
  ];
2568
- var ListTagsForResource = [
2583
+ var ListTagsForResource$ = [
2569
2584
  9,
2570
2585
  n0,
2571
2586
  _LTFR,
2572
2587
  0,
2573
- () => ListTagsForResourceRequest,
2574
- () => ListTagsForResourceResponse,
2588
+ () => ListTagsForResourceRequest$,
2589
+ () => ListTagsForResourceResponse$,
2575
2590
  ];
2576
- var ProvideAnomalyFeedback = [
2591
+ var ProvideAnomalyFeedback$ = [
2577
2592
  9,
2578
2593
  n0,
2579
2594
  _PAF,
2580
2595
  0,
2581
- () => ProvideAnomalyFeedbackRequest,
2582
- () => ProvideAnomalyFeedbackResponse,
2596
+ () => ProvideAnomalyFeedbackRequest$,
2597
+ () => ProvideAnomalyFeedbackResponse$,
2583
2598
  ];
2584
- var StartCommitmentPurchaseAnalysis = [
2599
+ var StartCommitmentPurchaseAnalysis$ = [
2585
2600
  9,
2586
2601
  n0,
2587
2602
  _SCPA,
2588
2603
  0,
2589
- () => StartCommitmentPurchaseAnalysisRequest,
2590
- () => StartCommitmentPurchaseAnalysisResponse,
2604
+ () => StartCommitmentPurchaseAnalysisRequest$,
2605
+ () => StartCommitmentPurchaseAnalysisResponse$,
2591
2606
  ];
2592
- var StartCostAllocationTagBackfill = [
2607
+ var StartCostAllocationTagBackfill$ = [
2593
2608
  9,
2594
2609
  n0,
2595
2610
  _SCATB,
2596
2611
  0,
2597
- () => StartCostAllocationTagBackfillRequest,
2598
- () => StartCostAllocationTagBackfillResponse,
2612
+ () => StartCostAllocationTagBackfillRequest$,
2613
+ () => StartCostAllocationTagBackfillResponse$,
2599
2614
  ];
2600
- var StartSavingsPlansPurchaseRecommendationGeneration = [
2615
+ var StartSavingsPlansPurchaseRecommendationGeneration$ = [
2601
2616
  9,
2602
2617
  n0,
2603
2618
  _SSPPRG,
2604
2619
  0,
2605
- () => StartSavingsPlansPurchaseRecommendationGenerationRequest,
2606
- () => StartSavingsPlansPurchaseRecommendationGenerationResponse,
2620
+ () => StartSavingsPlansPurchaseRecommendationGenerationRequest$,
2621
+ () => StartSavingsPlansPurchaseRecommendationGenerationResponse$,
2622
+ ];
2623
+ var TagResource$ = [
2624
+ 9,
2625
+ n0,
2626
+ _TRa,
2627
+ 0,
2628
+ () => TagResourceRequest$,
2629
+ () => TagResourceResponse$,
2607
2630
  ];
2608
- var TagResource = [9, n0, _TRa, 0, () => TagResourceRequest, () => TagResourceResponse];
2609
- var UntagResource = [
2631
+ var UntagResource$ = [
2610
2632
  9,
2611
2633
  n0,
2612
2634
  _UR,
2613
2635
  0,
2614
- () => UntagResourceRequest,
2615
- () => UntagResourceResponse,
2636
+ () => UntagResourceRequest$,
2637
+ () => UntagResourceResponse$,
2616
2638
  ];
2617
- var UpdateAnomalyMonitor = [
2639
+ var UpdateAnomalyMonitor$ = [
2618
2640
  9,
2619
2641
  n0,
2620
2642
  _UAM,
2621
2643
  0,
2622
- () => UpdateAnomalyMonitorRequest,
2623
- () => UpdateAnomalyMonitorResponse,
2644
+ () => UpdateAnomalyMonitorRequest$,
2645
+ () => UpdateAnomalyMonitorResponse$,
2624
2646
  ];
2625
- var UpdateAnomalySubscription = [
2647
+ var UpdateAnomalySubscription$ = [
2626
2648
  9,
2627
2649
  n0,
2628
2650
  _UAS,
2629
2651
  0,
2630
- () => UpdateAnomalySubscriptionRequest,
2631
- () => UpdateAnomalySubscriptionResponse,
2652
+ () => UpdateAnomalySubscriptionRequest$,
2653
+ () => UpdateAnomalySubscriptionResponse$,
2632
2654
  ];
2633
- var UpdateCostAllocationTagsStatus = [
2655
+ var UpdateCostAllocationTagsStatus$ = [
2634
2656
  9,
2635
2657
  n0,
2636
2658
  _UCATS,
2637
2659
  0,
2638
- () => UpdateCostAllocationTagsStatusRequest,
2639
- () => UpdateCostAllocationTagsStatusResponse,
2660
+ () => UpdateCostAllocationTagsStatusRequest$,
2661
+ () => UpdateCostAllocationTagsStatusResponse$,
2640
2662
  ];
2641
- var UpdateCostCategoryDefinition = [
2663
+ var UpdateCostCategoryDefinition$ = [
2642
2664
  9,
2643
2665
  n0,
2644
2666
  _UCCD,
2645
2667
  0,
2646
- () => UpdateCostCategoryDefinitionRequest,
2647
- () => UpdateCostCategoryDefinitionResponse,
2668
+ () => UpdateCostCategoryDefinitionRequest$,
2669
+ () => UpdateCostCategoryDefinitionResponse$,
2648
2670
  ];
2649
2671
 
2650
2672
  class CreateAnomalyMonitorCommand extends smithyClient.Command
@@ -2655,7 +2677,7 @@ class CreateAnomalyMonitorCommand extends smithyClient.Command
2655
2677
  })
2656
2678
  .s("AWSInsightsIndexService", "CreateAnomalyMonitor", {})
2657
2679
  .n("CostExplorerClient", "CreateAnomalyMonitorCommand")
2658
- .sc(CreateAnomalyMonitor)
2680
+ .sc(CreateAnomalyMonitor$)
2659
2681
  .build() {
2660
2682
  }
2661
2683
 
@@ -2667,7 +2689,7 @@ class CreateAnomalySubscriptionCommand extends smithyClient.Command
2667
2689
  })
2668
2690
  .s("AWSInsightsIndexService", "CreateAnomalySubscription", {})
2669
2691
  .n("CostExplorerClient", "CreateAnomalySubscriptionCommand")
2670
- .sc(CreateAnomalySubscription)
2692
+ .sc(CreateAnomalySubscription$)
2671
2693
  .build() {
2672
2694
  }
2673
2695
 
@@ -2679,7 +2701,7 @@ class CreateCostCategoryDefinitionCommand extends smithyClient.Command
2679
2701
  })
2680
2702
  .s("AWSInsightsIndexService", "CreateCostCategoryDefinition", {})
2681
2703
  .n("CostExplorerClient", "CreateCostCategoryDefinitionCommand")
2682
- .sc(CreateCostCategoryDefinition)
2704
+ .sc(CreateCostCategoryDefinition$)
2683
2705
  .build() {
2684
2706
  }
2685
2707
 
@@ -2691,7 +2713,7 @@ class DeleteAnomalyMonitorCommand extends smithyClient.Command
2691
2713
  })
2692
2714
  .s("AWSInsightsIndexService", "DeleteAnomalyMonitor", {})
2693
2715
  .n("CostExplorerClient", "DeleteAnomalyMonitorCommand")
2694
- .sc(DeleteAnomalyMonitor)
2716
+ .sc(DeleteAnomalyMonitor$)
2695
2717
  .build() {
2696
2718
  }
2697
2719
 
@@ -2703,7 +2725,7 @@ class DeleteAnomalySubscriptionCommand extends smithyClient.Command
2703
2725
  })
2704
2726
  .s("AWSInsightsIndexService", "DeleteAnomalySubscription", {})
2705
2727
  .n("CostExplorerClient", "DeleteAnomalySubscriptionCommand")
2706
- .sc(DeleteAnomalySubscription)
2728
+ .sc(DeleteAnomalySubscription$)
2707
2729
  .build() {
2708
2730
  }
2709
2731
 
@@ -2715,7 +2737,7 @@ class DeleteCostCategoryDefinitionCommand extends smithyClient.Command
2715
2737
  })
2716
2738
  .s("AWSInsightsIndexService", "DeleteCostCategoryDefinition", {})
2717
2739
  .n("CostExplorerClient", "DeleteCostCategoryDefinitionCommand")
2718
- .sc(DeleteCostCategoryDefinition)
2740
+ .sc(DeleteCostCategoryDefinition$)
2719
2741
  .build() {
2720
2742
  }
2721
2743
 
@@ -2727,7 +2749,7 @@ class DescribeCostCategoryDefinitionCommand extends smithyClient.Command
2727
2749
  })
2728
2750
  .s("AWSInsightsIndexService", "DescribeCostCategoryDefinition", {})
2729
2751
  .n("CostExplorerClient", "DescribeCostCategoryDefinitionCommand")
2730
- .sc(DescribeCostCategoryDefinition)
2752
+ .sc(DescribeCostCategoryDefinition$)
2731
2753
  .build() {
2732
2754
  }
2733
2755
 
@@ -2739,7 +2761,7 @@ class GetAnomaliesCommand extends smithyClient.Command
2739
2761
  })
2740
2762
  .s("AWSInsightsIndexService", "GetAnomalies", {})
2741
2763
  .n("CostExplorerClient", "GetAnomaliesCommand")
2742
- .sc(GetAnomalies)
2764
+ .sc(GetAnomalies$)
2743
2765
  .build() {
2744
2766
  }
2745
2767
 
@@ -2751,7 +2773,7 @@ class GetAnomalyMonitorsCommand extends smithyClient.Command
2751
2773
  })
2752
2774
  .s("AWSInsightsIndexService", "GetAnomalyMonitors", {})
2753
2775
  .n("CostExplorerClient", "GetAnomalyMonitorsCommand")
2754
- .sc(GetAnomalyMonitors)
2776
+ .sc(GetAnomalyMonitors$)
2755
2777
  .build() {
2756
2778
  }
2757
2779
 
@@ -2763,7 +2785,7 @@ class GetAnomalySubscriptionsCommand extends smithyClient.Command
2763
2785
  })
2764
2786
  .s("AWSInsightsIndexService", "GetAnomalySubscriptions", {})
2765
2787
  .n("CostExplorerClient", "GetAnomalySubscriptionsCommand")
2766
- .sc(GetAnomalySubscriptions)
2788
+ .sc(GetAnomalySubscriptions$)
2767
2789
  .build() {
2768
2790
  }
2769
2791
 
@@ -2775,7 +2797,7 @@ class GetApproximateUsageRecordsCommand extends smithyClient.Command
2775
2797
  })
2776
2798
  .s("AWSInsightsIndexService", "GetApproximateUsageRecords", {})
2777
2799
  .n("CostExplorerClient", "GetApproximateUsageRecordsCommand")
2778
- .sc(GetApproximateUsageRecords)
2800
+ .sc(GetApproximateUsageRecords$)
2779
2801
  .build() {
2780
2802
  }
2781
2803
 
@@ -2787,7 +2809,7 @@ class GetCommitmentPurchaseAnalysisCommand extends smithyClient.Command
2787
2809
  })
2788
2810
  .s("AWSInsightsIndexService", "GetCommitmentPurchaseAnalysis", {})
2789
2811
  .n("CostExplorerClient", "GetCommitmentPurchaseAnalysisCommand")
2790
- .sc(GetCommitmentPurchaseAnalysis)
2812
+ .sc(GetCommitmentPurchaseAnalysis$)
2791
2813
  .build() {
2792
2814
  }
2793
2815
 
@@ -2799,7 +2821,7 @@ class GetCostAndUsageCommand extends smithyClient.Command
2799
2821
  })
2800
2822
  .s("AWSInsightsIndexService", "GetCostAndUsage", {})
2801
2823
  .n("CostExplorerClient", "GetCostAndUsageCommand")
2802
- .sc(GetCostAndUsage)
2824
+ .sc(GetCostAndUsage$)
2803
2825
  .build() {
2804
2826
  }
2805
2827
 
@@ -2811,7 +2833,7 @@ class GetCostAndUsageComparisonsCommand extends smithyClient.Command
2811
2833
  })
2812
2834
  .s("AWSInsightsIndexService", "GetCostAndUsageComparisons", {})
2813
2835
  .n("CostExplorerClient", "GetCostAndUsageComparisonsCommand")
2814
- .sc(GetCostAndUsageComparisons)
2836
+ .sc(GetCostAndUsageComparisons$)
2815
2837
  .build() {
2816
2838
  }
2817
2839
 
@@ -2823,7 +2845,7 @@ class GetCostAndUsageWithResourcesCommand extends smithyClient.Command
2823
2845
  })
2824
2846
  .s("AWSInsightsIndexService", "GetCostAndUsageWithResources", {})
2825
2847
  .n("CostExplorerClient", "GetCostAndUsageWithResourcesCommand")
2826
- .sc(GetCostAndUsageWithResources)
2848
+ .sc(GetCostAndUsageWithResources$)
2827
2849
  .build() {
2828
2850
  }
2829
2851
 
@@ -2835,7 +2857,7 @@ class GetCostCategoriesCommand extends smithyClient.Command
2835
2857
  })
2836
2858
  .s("AWSInsightsIndexService", "GetCostCategories", {})
2837
2859
  .n("CostExplorerClient", "GetCostCategoriesCommand")
2838
- .sc(GetCostCategories)
2860
+ .sc(GetCostCategories$)
2839
2861
  .build() {
2840
2862
  }
2841
2863
 
@@ -2847,7 +2869,7 @@ class GetCostComparisonDriversCommand extends smithyClient.Command
2847
2869
  })
2848
2870
  .s("AWSInsightsIndexService", "GetCostComparisonDrivers", {})
2849
2871
  .n("CostExplorerClient", "GetCostComparisonDriversCommand")
2850
- .sc(GetCostComparisonDrivers)
2872
+ .sc(GetCostComparisonDrivers$)
2851
2873
  .build() {
2852
2874
  }
2853
2875
 
@@ -2859,7 +2881,7 @@ class GetCostForecastCommand extends smithyClient.Command
2859
2881
  })
2860
2882
  .s("AWSInsightsIndexService", "GetCostForecast", {})
2861
2883
  .n("CostExplorerClient", "GetCostForecastCommand")
2862
- .sc(GetCostForecast)
2884
+ .sc(GetCostForecast$)
2863
2885
  .build() {
2864
2886
  }
2865
2887
 
@@ -2871,7 +2893,7 @@ class GetDimensionValuesCommand extends smithyClient.Command
2871
2893
  })
2872
2894
  .s("AWSInsightsIndexService", "GetDimensionValues", {})
2873
2895
  .n("CostExplorerClient", "GetDimensionValuesCommand")
2874
- .sc(GetDimensionValues)
2896
+ .sc(GetDimensionValues$)
2875
2897
  .build() {
2876
2898
  }
2877
2899
 
@@ -2883,7 +2905,7 @@ class GetReservationCoverageCommand extends smithyClient.Command
2883
2905
  })
2884
2906
  .s("AWSInsightsIndexService", "GetReservationCoverage", {})
2885
2907
  .n("CostExplorerClient", "GetReservationCoverageCommand")
2886
- .sc(GetReservationCoverage)
2908
+ .sc(GetReservationCoverage$)
2887
2909
  .build() {
2888
2910
  }
2889
2911
 
@@ -2895,7 +2917,7 @@ class GetReservationPurchaseRecommendationCommand extends smithyClient.Command
2895
2917
  })
2896
2918
  .s("AWSInsightsIndexService", "GetReservationPurchaseRecommendation", {})
2897
2919
  .n("CostExplorerClient", "GetReservationPurchaseRecommendationCommand")
2898
- .sc(GetReservationPurchaseRecommendation)
2920
+ .sc(GetReservationPurchaseRecommendation$)
2899
2921
  .build() {
2900
2922
  }
2901
2923
 
@@ -2907,7 +2929,7 @@ class GetReservationUtilizationCommand extends smithyClient.Command
2907
2929
  })
2908
2930
  .s("AWSInsightsIndexService", "GetReservationUtilization", {})
2909
2931
  .n("CostExplorerClient", "GetReservationUtilizationCommand")
2910
- .sc(GetReservationUtilization)
2932
+ .sc(GetReservationUtilization$)
2911
2933
  .build() {
2912
2934
  }
2913
2935
 
@@ -2919,7 +2941,7 @@ class GetRightsizingRecommendationCommand extends smithyClient.Command
2919
2941
  })
2920
2942
  .s("AWSInsightsIndexService", "GetRightsizingRecommendation", {})
2921
2943
  .n("CostExplorerClient", "GetRightsizingRecommendationCommand")
2922
- .sc(GetRightsizingRecommendation)
2944
+ .sc(GetRightsizingRecommendation$)
2923
2945
  .build() {
2924
2946
  }
2925
2947
 
@@ -2931,7 +2953,7 @@ class GetSavingsPlanPurchaseRecommendationDetailsCommand extends smithyClient.Co
2931
2953
  })
2932
2954
  .s("AWSInsightsIndexService", "GetSavingsPlanPurchaseRecommendationDetails", {})
2933
2955
  .n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
2934
- .sc(GetSavingsPlanPurchaseRecommendationDetails)
2956
+ .sc(GetSavingsPlanPurchaseRecommendationDetails$)
2935
2957
  .build() {
2936
2958
  }
2937
2959
 
@@ -2943,7 +2965,7 @@ class GetSavingsPlansCoverageCommand extends smithyClient.Command
2943
2965
  })
2944
2966
  .s("AWSInsightsIndexService", "GetSavingsPlansCoverage", {})
2945
2967
  .n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
2946
- .sc(GetSavingsPlansCoverage)
2968
+ .sc(GetSavingsPlansCoverage$)
2947
2969
  .build() {
2948
2970
  }
2949
2971
 
@@ -2955,7 +2977,7 @@ class GetSavingsPlansPurchaseRecommendationCommand extends smithyClient.Command
2955
2977
  })
2956
2978
  .s("AWSInsightsIndexService", "GetSavingsPlansPurchaseRecommendation", {})
2957
2979
  .n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
2958
- .sc(GetSavingsPlansPurchaseRecommendation)
2980
+ .sc(GetSavingsPlansPurchaseRecommendation$)
2959
2981
  .build() {
2960
2982
  }
2961
2983
 
@@ -2967,7 +2989,7 @@ class GetSavingsPlansUtilizationCommand extends smithyClient.Command
2967
2989
  })
2968
2990
  .s("AWSInsightsIndexService", "GetSavingsPlansUtilization", {})
2969
2991
  .n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
2970
- .sc(GetSavingsPlansUtilization)
2992
+ .sc(GetSavingsPlansUtilization$)
2971
2993
  .build() {
2972
2994
  }
2973
2995
 
@@ -2979,7 +3001,7 @@ class GetSavingsPlansUtilizationDetailsCommand extends smithyClient.Command
2979
3001
  })
2980
3002
  .s("AWSInsightsIndexService", "GetSavingsPlansUtilizationDetails", {})
2981
3003
  .n("CostExplorerClient", "GetSavingsPlansUtilizationDetailsCommand")
2982
- .sc(GetSavingsPlansUtilizationDetails)
3004
+ .sc(GetSavingsPlansUtilizationDetails$)
2983
3005
  .build() {
2984
3006
  }
2985
3007
 
@@ -2991,7 +3013,7 @@ class GetTagsCommand extends smithyClient.Command
2991
3013
  })
2992
3014
  .s("AWSInsightsIndexService", "GetTags", {})
2993
3015
  .n("CostExplorerClient", "GetTagsCommand")
2994
- .sc(GetTags)
3016
+ .sc(GetTags$)
2995
3017
  .build() {
2996
3018
  }
2997
3019
 
@@ -3003,7 +3025,7 @@ class GetUsageForecastCommand extends smithyClient.Command
3003
3025
  })
3004
3026
  .s("AWSInsightsIndexService", "GetUsageForecast", {})
3005
3027
  .n("CostExplorerClient", "GetUsageForecastCommand")
3006
- .sc(GetUsageForecast)
3028
+ .sc(GetUsageForecast$)
3007
3029
  .build() {
3008
3030
  }
3009
3031
 
@@ -3015,7 +3037,7 @@ class ListCommitmentPurchaseAnalysesCommand extends smithyClient.Command
3015
3037
  })
3016
3038
  .s("AWSInsightsIndexService", "ListCommitmentPurchaseAnalyses", {})
3017
3039
  .n("CostExplorerClient", "ListCommitmentPurchaseAnalysesCommand")
3018
- .sc(ListCommitmentPurchaseAnalyses)
3040
+ .sc(ListCommitmentPurchaseAnalyses$)
3019
3041
  .build() {
3020
3042
  }
3021
3043
 
@@ -3027,7 +3049,7 @@ class ListCostAllocationTagBackfillHistoryCommand extends smithyClient.Command
3027
3049
  })
3028
3050
  .s("AWSInsightsIndexService", "ListCostAllocationTagBackfillHistory", {})
3029
3051
  .n("CostExplorerClient", "ListCostAllocationTagBackfillHistoryCommand")
3030
- .sc(ListCostAllocationTagBackfillHistory)
3052
+ .sc(ListCostAllocationTagBackfillHistory$)
3031
3053
  .build() {
3032
3054
  }
3033
3055
 
@@ -3039,7 +3061,7 @@ class ListCostAllocationTagsCommand extends smithyClient.Command
3039
3061
  })
3040
3062
  .s("AWSInsightsIndexService", "ListCostAllocationTags", {})
3041
3063
  .n("CostExplorerClient", "ListCostAllocationTagsCommand")
3042
- .sc(ListCostAllocationTags)
3064
+ .sc(ListCostAllocationTags$)
3043
3065
  .build() {
3044
3066
  }
3045
3067
 
@@ -3051,7 +3073,7 @@ class ListCostCategoryDefinitionsCommand extends smithyClient.Command
3051
3073
  })
3052
3074
  .s("AWSInsightsIndexService", "ListCostCategoryDefinitions", {})
3053
3075
  .n("CostExplorerClient", "ListCostCategoryDefinitionsCommand")
3054
- .sc(ListCostCategoryDefinitions)
3076
+ .sc(ListCostCategoryDefinitions$)
3055
3077
  .build() {
3056
3078
  }
3057
3079
 
@@ -3063,7 +3085,7 @@ class ListCostCategoryResourceAssociationsCommand extends smithyClient.Command
3063
3085
  })
3064
3086
  .s("AWSInsightsIndexService", "ListCostCategoryResourceAssociations", {})
3065
3087
  .n("CostExplorerClient", "ListCostCategoryResourceAssociationsCommand")
3066
- .sc(ListCostCategoryResourceAssociations)
3088
+ .sc(ListCostCategoryResourceAssociations$)
3067
3089
  .build() {
3068
3090
  }
3069
3091
 
@@ -3075,7 +3097,7 @@ class ListSavingsPlansPurchaseRecommendationGenerationCommand extends smithyClie
3075
3097
  })
3076
3098
  .s("AWSInsightsIndexService", "ListSavingsPlansPurchaseRecommendationGeneration", {})
3077
3099
  .n("CostExplorerClient", "ListSavingsPlansPurchaseRecommendationGenerationCommand")
3078
- .sc(ListSavingsPlansPurchaseRecommendationGeneration)
3100
+ .sc(ListSavingsPlansPurchaseRecommendationGeneration$)
3079
3101
  .build() {
3080
3102
  }
3081
3103
 
@@ -3087,7 +3109,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3087
3109
  })
3088
3110
  .s("AWSInsightsIndexService", "ListTagsForResource", {})
3089
3111
  .n("CostExplorerClient", "ListTagsForResourceCommand")
3090
- .sc(ListTagsForResource)
3112
+ .sc(ListTagsForResource$)
3091
3113
  .build() {
3092
3114
  }
3093
3115
 
@@ -3099,7 +3121,7 @@ class ProvideAnomalyFeedbackCommand extends smithyClient.Command
3099
3121
  })
3100
3122
  .s("AWSInsightsIndexService", "ProvideAnomalyFeedback", {})
3101
3123
  .n("CostExplorerClient", "ProvideAnomalyFeedbackCommand")
3102
- .sc(ProvideAnomalyFeedback)
3124
+ .sc(ProvideAnomalyFeedback$)
3103
3125
  .build() {
3104
3126
  }
3105
3127
 
@@ -3111,7 +3133,7 @@ class StartCommitmentPurchaseAnalysisCommand extends smithyClient.Command
3111
3133
  })
3112
3134
  .s("AWSInsightsIndexService", "StartCommitmentPurchaseAnalysis", {})
3113
3135
  .n("CostExplorerClient", "StartCommitmentPurchaseAnalysisCommand")
3114
- .sc(StartCommitmentPurchaseAnalysis)
3136
+ .sc(StartCommitmentPurchaseAnalysis$)
3115
3137
  .build() {
3116
3138
  }
3117
3139
 
@@ -3123,7 +3145,7 @@ class StartCostAllocationTagBackfillCommand extends smithyClient.Command
3123
3145
  })
3124
3146
  .s("AWSInsightsIndexService", "StartCostAllocationTagBackfill", {})
3125
3147
  .n("CostExplorerClient", "StartCostAllocationTagBackfillCommand")
3126
- .sc(StartCostAllocationTagBackfill)
3148
+ .sc(StartCostAllocationTagBackfill$)
3127
3149
  .build() {
3128
3150
  }
3129
3151
 
@@ -3135,7 +3157,7 @@ class StartSavingsPlansPurchaseRecommendationGenerationCommand extends smithyCli
3135
3157
  })
3136
3158
  .s("AWSInsightsIndexService", "StartSavingsPlansPurchaseRecommendationGeneration", {})
3137
3159
  .n("CostExplorerClient", "StartSavingsPlansPurchaseRecommendationGenerationCommand")
3138
- .sc(StartSavingsPlansPurchaseRecommendationGeneration)
3160
+ .sc(StartSavingsPlansPurchaseRecommendationGeneration$)
3139
3161
  .build() {
3140
3162
  }
3141
3163
 
@@ -3147,7 +3169,7 @@ class TagResourceCommand extends smithyClient.Command
3147
3169
  })
3148
3170
  .s("AWSInsightsIndexService", "TagResource", {})
3149
3171
  .n("CostExplorerClient", "TagResourceCommand")
3150
- .sc(TagResource)
3172
+ .sc(TagResource$)
3151
3173
  .build() {
3152
3174
  }
3153
3175
 
@@ -3159,7 +3181,7 @@ class UntagResourceCommand extends smithyClient.Command
3159
3181
  })
3160
3182
  .s("AWSInsightsIndexService", "UntagResource", {})
3161
3183
  .n("CostExplorerClient", "UntagResourceCommand")
3162
- .sc(UntagResource)
3184
+ .sc(UntagResource$)
3163
3185
  .build() {
3164
3186
  }
3165
3187
 
@@ -3171,7 +3193,7 @@ class UpdateAnomalyMonitorCommand extends smithyClient.Command
3171
3193
  })
3172
3194
  .s("AWSInsightsIndexService", "UpdateAnomalyMonitor", {})
3173
3195
  .n("CostExplorerClient", "UpdateAnomalyMonitorCommand")
3174
- .sc(UpdateAnomalyMonitor)
3196
+ .sc(UpdateAnomalyMonitor$)
3175
3197
  .build() {
3176
3198
  }
3177
3199
 
@@ -3183,7 +3205,7 @@ class UpdateAnomalySubscriptionCommand extends smithyClient.Command
3183
3205
  })
3184
3206
  .s("AWSInsightsIndexService", "UpdateAnomalySubscription", {})
3185
3207
  .n("CostExplorerClient", "UpdateAnomalySubscriptionCommand")
3186
- .sc(UpdateAnomalySubscription)
3208
+ .sc(UpdateAnomalySubscription$)
3187
3209
  .build() {
3188
3210
  }
3189
3211
 
@@ -3195,7 +3217,7 @@ class UpdateCostAllocationTagsStatusCommand extends smithyClient.Command
3195
3217
  })
3196
3218
  .s("AWSInsightsIndexService", "UpdateCostAllocationTagsStatus", {})
3197
3219
  .n("CostExplorerClient", "UpdateCostAllocationTagsStatusCommand")
3198
- .sc(UpdateCostAllocationTagsStatus)
3220
+ .sc(UpdateCostAllocationTagsStatus$)
3199
3221
  .build() {
3200
3222
  }
3201
3223
 
@@ -3207,7 +3229,7 @@ class UpdateCostCategoryDefinitionCommand extends smithyClient.Command
3207
3229
  })
3208
3230
  .s("AWSInsightsIndexService", "UpdateCostCategoryDefinition", {})
3209
3231
  .n("CostExplorerClient", "UpdateCostCategoryDefinitionCommand")
3210
- .sc(UpdateCostCategoryDefinition)
3232
+ .sc(UpdateCostCategoryDefinition$)
3211
3233
  .build() {
3212
3234
  }
3213
3235
 
@@ -3541,110 +3563,367 @@ Object.defineProperty(exports, "__Client", {
3541
3563
  get: function () { return smithyClient.Client; }
3542
3564
  });
3543
3565
  exports.AccountScope = AccountScope;
3544
- exports.AnalysisNotFoundException = AnalysisNotFoundException$1;
3566
+ exports.AnalysisDetails$ = AnalysisDetails$;
3567
+ exports.AnalysisNotFoundException = AnalysisNotFoundException;
3568
+ exports.AnalysisNotFoundException$ = AnalysisNotFoundException$;
3545
3569
  exports.AnalysisStatus = AnalysisStatus;
3570
+ exports.AnalysisSummary$ = AnalysisSummary$;
3546
3571
  exports.AnalysisType = AnalysisType;
3572
+ exports.Anomaly$ = Anomaly$;
3573
+ exports.AnomalyDateInterval$ = AnomalyDateInterval$;
3547
3574
  exports.AnomalyFeedbackType = AnomalyFeedbackType;
3575
+ exports.AnomalyMonitor$ = AnomalyMonitor$;
3576
+ exports.AnomalyScore$ = AnomalyScore$;
3577
+ exports.AnomalySubscription$ = AnomalySubscription$;
3548
3578
  exports.AnomalySubscriptionFrequency = AnomalySubscriptionFrequency;
3549
3579
  exports.ApproximationDimension = ApproximationDimension;
3550
- exports.BackfillLimitExceededException = BackfillLimitExceededException$1;
3551
- exports.BillExpirationException = BillExpirationException$1;
3552
- exports.BillingViewHealthStatusException = BillingViewHealthStatusException$1;
3580
+ exports.BackfillLimitExceededException = BackfillLimitExceededException;
3581
+ exports.BackfillLimitExceededException$ = BackfillLimitExceededException$;
3582
+ exports.BillExpirationException = BillExpirationException;
3583
+ exports.BillExpirationException$ = BillExpirationException$;
3584
+ exports.BillingViewHealthStatusException = BillingViewHealthStatusException;
3585
+ exports.BillingViewHealthStatusException$ = BillingViewHealthStatusException$;
3586
+ exports.CommitmentPurchaseAnalysisConfiguration$ = CommitmentPurchaseAnalysisConfiguration$;
3587
+ exports.ComparisonMetricValue$ = ComparisonMetricValue$;
3553
3588
  exports.Context = Context;
3589
+ exports.CostAllocationTag$ = CostAllocationTag$;
3590
+ exports.CostAllocationTagBackfillRequest$ = CostAllocationTagBackfillRequest$;
3554
3591
  exports.CostAllocationTagBackfillStatus = CostAllocationTagBackfillStatus;
3555
3592
  exports.CostAllocationTagStatus = CostAllocationTagStatus;
3593
+ exports.CostAllocationTagStatusEntry$ = CostAllocationTagStatusEntry$;
3556
3594
  exports.CostAllocationTagType = CostAllocationTagType;
3595
+ exports.CostAndUsageComparison$ = CostAndUsageComparison$;
3596
+ exports.CostCategory$ = CostCategory$;
3597
+ exports.CostCategoryInheritedValueDimension$ = CostCategoryInheritedValueDimension$;
3557
3598
  exports.CostCategoryInheritedValueDimensionName = CostCategoryInheritedValueDimensionName;
3599
+ exports.CostCategoryProcessingStatus$ = CostCategoryProcessingStatus$;
3600
+ exports.CostCategoryReference$ = CostCategoryReference$;
3601
+ exports.CostCategoryResourceAssociation$ = CostCategoryResourceAssociation$;
3602
+ exports.CostCategoryRule$ = CostCategoryRule$;
3558
3603
  exports.CostCategoryRuleType = CostCategoryRuleType;
3559
3604
  exports.CostCategoryRuleVersion = CostCategoryRuleVersion;
3560
3605
  exports.CostCategorySplitChargeMethod = CostCategorySplitChargeMethod;
3606
+ exports.CostCategorySplitChargeRule$ = CostCategorySplitChargeRule$;
3607
+ exports.CostCategorySplitChargeRuleParameter$ = CostCategorySplitChargeRuleParameter$;
3561
3608
  exports.CostCategorySplitChargeRuleParameterType = CostCategorySplitChargeRuleParameterType;
3562
3609
  exports.CostCategoryStatus = CostCategoryStatus;
3563
3610
  exports.CostCategoryStatusComponent = CostCategoryStatusComponent;
3611
+ exports.CostCategoryValues$ = CostCategoryValues$;
3612
+ exports.CostComparisonDriver$ = CostComparisonDriver$;
3613
+ exports.CostDriver$ = CostDriver$;
3564
3614
  exports.CostExplorer = CostExplorer;
3565
3615
  exports.CostExplorerClient = CostExplorerClient;
3566
- exports.CostExplorerServiceException = CostExplorerServiceException$1;
3616
+ exports.CostExplorerServiceException = CostExplorerServiceException;
3617
+ exports.CostExplorerServiceException$ = CostExplorerServiceException$;
3618
+ exports.Coverage$ = Coverage$;
3619
+ exports.CoverageByTime$ = CoverageByTime$;
3620
+ exports.CoverageCost$ = CoverageCost$;
3621
+ exports.CoverageHours$ = CoverageHours$;
3622
+ exports.CoverageNormalizedUnits$ = CoverageNormalizedUnits$;
3623
+ exports.CreateAnomalyMonitor$ = CreateAnomalyMonitor$;
3567
3624
  exports.CreateAnomalyMonitorCommand = CreateAnomalyMonitorCommand;
3625
+ exports.CreateAnomalyMonitorRequest$ = CreateAnomalyMonitorRequest$;
3626
+ exports.CreateAnomalyMonitorResponse$ = CreateAnomalyMonitorResponse$;
3627
+ exports.CreateAnomalySubscription$ = CreateAnomalySubscription$;
3568
3628
  exports.CreateAnomalySubscriptionCommand = CreateAnomalySubscriptionCommand;
3629
+ exports.CreateAnomalySubscriptionRequest$ = CreateAnomalySubscriptionRequest$;
3630
+ exports.CreateAnomalySubscriptionResponse$ = CreateAnomalySubscriptionResponse$;
3631
+ exports.CreateCostCategoryDefinition$ = CreateCostCategoryDefinition$;
3569
3632
  exports.CreateCostCategoryDefinitionCommand = CreateCostCategoryDefinitionCommand;
3570
- exports.DataUnavailableException = DataUnavailableException$1;
3633
+ exports.CreateCostCategoryDefinitionRequest$ = CreateCostCategoryDefinitionRequest$;
3634
+ exports.CreateCostCategoryDefinitionResponse$ = CreateCostCategoryDefinitionResponse$;
3635
+ exports.CurrentInstance$ = CurrentInstance$;
3636
+ exports.DataUnavailableException = DataUnavailableException;
3637
+ exports.DataUnavailableException$ = DataUnavailableException$;
3638
+ exports.DateInterval$ = DateInterval$;
3639
+ exports.DeleteAnomalyMonitor$ = DeleteAnomalyMonitor$;
3571
3640
  exports.DeleteAnomalyMonitorCommand = DeleteAnomalyMonitorCommand;
3641
+ exports.DeleteAnomalyMonitorRequest$ = DeleteAnomalyMonitorRequest$;
3642
+ exports.DeleteAnomalyMonitorResponse$ = DeleteAnomalyMonitorResponse$;
3643
+ exports.DeleteAnomalySubscription$ = DeleteAnomalySubscription$;
3572
3644
  exports.DeleteAnomalySubscriptionCommand = DeleteAnomalySubscriptionCommand;
3645
+ exports.DeleteAnomalySubscriptionRequest$ = DeleteAnomalySubscriptionRequest$;
3646
+ exports.DeleteAnomalySubscriptionResponse$ = DeleteAnomalySubscriptionResponse$;
3647
+ exports.DeleteCostCategoryDefinition$ = DeleteCostCategoryDefinition$;
3573
3648
  exports.DeleteCostCategoryDefinitionCommand = DeleteCostCategoryDefinitionCommand;
3649
+ exports.DeleteCostCategoryDefinitionRequest$ = DeleteCostCategoryDefinitionRequest$;
3650
+ exports.DeleteCostCategoryDefinitionResponse$ = DeleteCostCategoryDefinitionResponse$;
3651
+ exports.DescribeCostCategoryDefinition$ = DescribeCostCategoryDefinition$;
3574
3652
  exports.DescribeCostCategoryDefinitionCommand = DescribeCostCategoryDefinitionCommand;
3653
+ exports.DescribeCostCategoryDefinitionRequest$ = DescribeCostCategoryDefinitionRequest$;
3654
+ exports.DescribeCostCategoryDefinitionResponse$ = DescribeCostCategoryDefinitionResponse$;
3575
3655
  exports.Dimension = Dimension;
3656
+ exports.DimensionValues$ = DimensionValues$;
3657
+ exports.DimensionValuesWithAttributes$ = DimensionValuesWithAttributes$;
3658
+ exports.DiskResourceUtilization$ = DiskResourceUtilization$;
3659
+ exports.DynamoDBCapacityDetails$ = DynamoDBCapacityDetails$;
3660
+ exports.EBSResourceUtilization$ = EBSResourceUtilization$;
3661
+ exports.EC2InstanceDetails$ = EC2InstanceDetails$;
3662
+ exports.EC2ResourceDetails$ = EC2ResourceDetails$;
3663
+ exports.EC2ResourceUtilization$ = EC2ResourceUtilization$;
3664
+ exports.EC2Specification$ = EC2Specification$;
3665
+ exports.ESInstanceDetails$ = ESInstanceDetails$;
3666
+ exports.ElastiCacheInstanceDetails$ = ElastiCacheInstanceDetails$;
3576
3667
  exports.ErrorCode = ErrorCode;
3668
+ exports.Expression$ = Expression$;
3577
3669
  exports.FindingReasonCode = FindingReasonCode;
3578
- exports.GenerationExistsException = GenerationExistsException$1;
3670
+ exports.ForecastResult$ = ForecastResult$;
3671
+ exports.GenerationExistsException = GenerationExistsException;
3672
+ exports.GenerationExistsException$ = GenerationExistsException$;
3579
3673
  exports.GenerationStatus = GenerationStatus;
3674
+ exports.GenerationSummary$ = GenerationSummary$;
3675
+ exports.GetAnomalies$ = GetAnomalies$;
3580
3676
  exports.GetAnomaliesCommand = GetAnomaliesCommand;
3677
+ exports.GetAnomaliesRequest$ = GetAnomaliesRequest$;
3678
+ exports.GetAnomaliesResponse$ = GetAnomaliesResponse$;
3679
+ exports.GetAnomalyMonitors$ = GetAnomalyMonitors$;
3581
3680
  exports.GetAnomalyMonitorsCommand = GetAnomalyMonitorsCommand;
3681
+ exports.GetAnomalyMonitorsRequest$ = GetAnomalyMonitorsRequest$;
3682
+ exports.GetAnomalyMonitorsResponse$ = GetAnomalyMonitorsResponse$;
3683
+ exports.GetAnomalySubscriptions$ = GetAnomalySubscriptions$;
3582
3684
  exports.GetAnomalySubscriptionsCommand = GetAnomalySubscriptionsCommand;
3685
+ exports.GetAnomalySubscriptionsRequest$ = GetAnomalySubscriptionsRequest$;
3686
+ exports.GetAnomalySubscriptionsResponse$ = GetAnomalySubscriptionsResponse$;
3687
+ exports.GetApproximateUsageRecords$ = GetApproximateUsageRecords$;
3583
3688
  exports.GetApproximateUsageRecordsCommand = GetApproximateUsageRecordsCommand;
3689
+ exports.GetApproximateUsageRecordsRequest$ = GetApproximateUsageRecordsRequest$;
3690
+ exports.GetApproximateUsageRecordsResponse$ = GetApproximateUsageRecordsResponse$;
3691
+ exports.GetCommitmentPurchaseAnalysis$ = GetCommitmentPurchaseAnalysis$;
3584
3692
  exports.GetCommitmentPurchaseAnalysisCommand = GetCommitmentPurchaseAnalysisCommand;
3693
+ exports.GetCommitmentPurchaseAnalysisRequest$ = GetCommitmentPurchaseAnalysisRequest$;
3694
+ exports.GetCommitmentPurchaseAnalysisResponse$ = GetCommitmentPurchaseAnalysisResponse$;
3695
+ exports.GetCostAndUsage$ = GetCostAndUsage$;
3585
3696
  exports.GetCostAndUsageCommand = GetCostAndUsageCommand;
3697
+ exports.GetCostAndUsageComparisons$ = GetCostAndUsageComparisons$;
3586
3698
  exports.GetCostAndUsageComparisonsCommand = GetCostAndUsageComparisonsCommand;
3699
+ exports.GetCostAndUsageComparisonsRequest$ = GetCostAndUsageComparisonsRequest$;
3700
+ exports.GetCostAndUsageComparisonsResponse$ = GetCostAndUsageComparisonsResponse$;
3701
+ exports.GetCostAndUsageRequest$ = GetCostAndUsageRequest$;
3702
+ exports.GetCostAndUsageResponse$ = GetCostAndUsageResponse$;
3703
+ exports.GetCostAndUsageWithResources$ = GetCostAndUsageWithResources$;
3587
3704
  exports.GetCostAndUsageWithResourcesCommand = GetCostAndUsageWithResourcesCommand;
3705
+ exports.GetCostAndUsageWithResourcesRequest$ = GetCostAndUsageWithResourcesRequest$;
3706
+ exports.GetCostAndUsageWithResourcesResponse$ = GetCostAndUsageWithResourcesResponse$;
3707
+ exports.GetCostCategories$ = GetCostCategories$;
3588
3708
  exports.GetCostCategoriesCommand = GetCostCategoriesCommand;
3709
+ exports.GetCostCategoriesRequest$ = GetCostCategoriesRequest$;
3710
+ exports.GetCostCategoriesResponse$ = GetCostCategoriesResponse$;
3711
+ exports.GetCostComparisonDrivers$ = GetCostComparisonDrivers$;
3589
3712
  exports.GetCostComparisonDriversCommand = GetCostComparisonDriversCommand;
3713
+ exports.GetCostComparisonDriversRequest$ = GetCostComparisonDriversRequest$;
3714
+ exports.GetCostComparisonDriversResponse$ = GetCostComparisonDriversResponse$;
3715
+ exports.GetCostForecast$ = GetCostForecast$;
3590
3716
  exports.GetCostForecastCommand = GetCostForecastCommand;
3717
+ exports.GetCostForecastRequest$ = GetCostForecastRequest$;
3718
+ exports.GetCostForecastResponse$ = GetCostForecastResponse$;
3719
+ exports.GetDimensionValues$ = GetDimensionValues$;
3591
3720
  exports.GetDimensionValuesCommand = GetDimensionValuesCommand;
3721
+ exports.GetDimensionValuesRequest$ = GetDimensionValuesRequest$;
3722
+ exports.GetDimensionValuesResponse$ = GetDimensionValuesResponse$;
3723
+ exports.GetReservationCoverage$ = GetReservationCoverage$;
3592
3724
  exports.GetReservationCoverageCommand = GetReservationCoverageCommand;
3725
+ exports.GetReservationCoverageRequest$ = GetReservationCoverageRequest$;
3726
+ exports.GetReservationCoverageResponse$ = GetReservationCoverageResponse$;
3727
+ exports.GetReservationPurchaseRecommendation$ = GetReservationPurchaseRecommendation$;
3593
3728
  exports.GetReservationPurchaseRecommendationCommand = GetReservationPurchaseRecommendationCommand;
3729
+ exports.GetReservationPurchaseRecommendationRequest$ = GetReservationPurchaseRecommendationRequest$;
3730
+ exports.GetReservationPurchaseRecommendationResponse$ = GetReservationPurchaseRecommendationResponse$;
3731
+ exports.GetReservationUtilization$ = GetReservationUtilization$;
3594
3732
  exports.GetReservationUtilizationCommand = GetReservationUtilizationCommand;
3733
+ exports.GetReservationUtilizationRequest$ = GetReservationUtilizationRequest$;
3734
+ exports.GetReservationUtilizationResponse$ = GetReservationUtilizationResponse$;
3735
+ exports.GetRightsizingRecommendation$ = GetRightsizingRecommendation$;
3595
3736
  exports.GetRightsizingRecommendationCommand = GetRightsizingRecommendationCommand;
3737
+ exports.GetRightsizingRecommendationRequest$ = GetRightsizingRecommendationRequest$;
3738
+ exports.GetRightsizingRecommendationResponse$ = GetRightsizingRecommendationResponse$;
3739
+ exports.GetSavingsPlanPurchaseRecommendationDetails$ = GetSavingsPlanPurchaseRecommendationDetails$;
3596
3740
  exports.GetSavingsPlanPurchaseRecommendationDetailsCommand = GetSavingsPlanPurchaseRecommendationDetailsCommand;
3741
+ exports.GetSavingsPlanPurchaseRecommendationDetailsRequest$ = GetSavingsPlanPurchaseRecommendationDetailsRequest$;
3742
+ exports.GetSavingsPlanPurchaseRecommendationDetailsResponse$ = GetSavingsPlanPurchaseRecommendationDetailsResponse$;
3743
+ exports.GetSavingsPlansCoverage$ = GetSavingsPlansCoverage$;
3597
3744
  exports.GetSavingsPlansCoverageCommand = GetSavingsPlansCoverageCommand;
3745
+ exports.GetSavingsPlansCoverageRequest$ = GetSavingsPlansCoverageRequest$;
3746
+ exports.GetSavingsPlansCoverageResponse$ = GetSavingsPlansCoverageResponse$;
3747
+ exports.GetSavingsPlansPurchaseRecommendation$ = GetSavingsPlansPurchaseRecommendation$;
3598
3748
  exports.GetSavingsPlansPurchaseRecommendationCommand = GetSavingsPlansPurchaseRecommendationCommand;
3749
+ exports.GetSavingsPlansPurchaseRecommendationRequest$ = GetSavingsPlansPurchaseRecommendationRequest$;
3750
+ exports.GetSavingsPlansPurchaseRecommendationResponse$ = GetSavingsPlansPurchaseRecommendationResponse$;
3751
+ exports.GetSavingsPlansUtilization$ = GetSavingsPlansUtilization$;
3599
3752
  exports.GetSavingsPlansUtilizationCommand = GetSavingsPlansUtilizationCommand;
3753
+ exports.GetSavingsPlansUtilizationDetails$ = GetSavingsPlansUtilizationDetails$;
3600
3754
  exports.GetSavingsPlansUtilizationDetailsCommand = GetSavingsPlansUtilizationDetailsCommand;
3755
+ exports.GetSavingsPlansUtilizationDetailsRequest$ = GetSavingsPlansUtilizationDetailsRequest$;
3756
+ exports.GetSavingsPlansUtilizationDetailsResponse$ = GetSavingsPlansUtilizationDetailsResponse$;
3757
+ exports.GetSavingsPlansUtilizationRequest$ = GetSavingsPlansUtilizationRequest$;
3758
+ exports.GetSavingsPlansUtilizationResponse$ = GetSavingsPlansUtilizationResponse$;
3759
+ exports.GetTags$ = GetTags$;
3601
3760
  exports.GetTagsCommand = GetTagsCommand;
3761
+ exports.GetTagsRequest$ = GetTagsRequest$;
3762
+ exports.GetTagsResponse$ = GetTagsResponse$;
3763
+ exports.GetUsageForecast$ = GetUsageForecast$;
3602
3764
  exports.GetUsageForecastCommand = GetUsageForecastCommand;
3765
+ exports.GetUsageForecastRequest$ = GetUsageForecastRequest$;
3766
+ exports.GetUsageForecastResponse$ = GetUsageForecastResponse$;
3603
3767
  exports.Granularity = Granularity;
3768
+ exports.Group$ = Group$;
3769
+ exports.GroupDefinition$ = GroupDefinition$;
3604
3770
  exports.GroupDefinitionType = GroupDefinitionType;
3605
- exports.InvalidNextTokenException = InvalidNextTokenException$1;
3606
- exports.LimitExceededException = LimitExceededException$1;
3771
+ exports.Impact$ = Impact$;
3772
+ exports.InstanceDetails$ = InstanceDetails$;
3773
+ exports.InvalidNextTokenException = InvalidNextTokenException;
3774
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
3775
+ exports.LimitExceededException = LimitExceededException;
3776
+ exports.LimitExceededException$ = LimitExceededException$;
3777
+ exports.ListCommitmentPurchaseAnalyses$ = ListCommitmentPurchaseAnalyses$;
3607
3778
  exports.ListCommitmentPurchaseAnalysesCommand = ListCommitmentPurchaseAnalysesCommand;
3779
+ exports.ListCommitmentPurchaseAnalysesRequest$ = ListCommitmentPurchaseAnalysesRequest$;
3780
+ exports.ListCommitmentPurchaseAnalysesResponse$ = ListCommitmentPurchaseAnalysesResponse$;
3781
+ exports.ListCostAllocationTagBackfillHistory$ = ListCostAllocationTagBackfillHistory$;
3608
3782
  exports.ListCostAllocationTagBackfillHistoryCommand = ListCostAllocationTagBackfillHistoryCommand;
3783
+ exports.ListCostAllocationTagBackfillHistoryRequest$ = ListCostAllocationTagBackfillHistoryRequest$;
3784
+ exports.ListCostAllocationTagBackfillHistoryResponse$ = ListCostAllocationTagBackfillHistoryResponse$;
3785
+ exports.ListCostAllocationTags$ = ListCostAllocationTags$;
3609
3786
  exports.ListCostAllocationTagsCommand = ListCostAllocationTagsCommand;
3787
+ exports.ListCostAllocationTagsRequest$ = ListCostAllocationTagsRequest$;
3788
+ exports.ListCostAllocationTagsResponse$ = ListCostAllocationTagsResponse$;
3789
+ exports.ListCostCategoryDefinitions$ = ListCostCategoryDefinitions$;
3610
3790
  exports.ListCostCategoryDefinitionsCommand = ListCostCategoryDefinitionsCommand;
3791
+ exports.ListCostCategoryDefinitionsRequest$ = ListCostCategoryDefinitionsRequest$;
3792
+ exports.ListCostCategoryDefinitionsResponse$ = ListCostCategoryDefinitionsResponse$;
3793
+ exports.ListCostCategoryResourceAssociations$ = ListCostCategoryResourceAssociations$;
3611
3794
  exports.ListCostCategoryResourceAssociationsCommand = ListCostCategoryResourceAssociationsCommand;
3795
+ exports.ListCostCategoryResourceAssociationsRequest$ = ListCostCategoryResourceAssociationsRequest$;
3796
+ exports.ListCostCategoryResourceAssociationsResponse$ = ListCostCategoryResourceAssociationsResponse$;
3797
+ exports.ListSavingsPlansPurchaseRecommendationGeneration$ = ListSavingsPlansPurchaseRecommendationGeneration$;
3612
3798
  exports.ListSavingsPlansPurchaseRecommendationGenerationCommand = ListSavingsPlansPurchaseRecommendationGenerationCommand;
3799
+ exports.ListSavingsPlansPurchaseRecommendationGenerationRequest$ = ListSavingsPlansPurchaseRecommendationGenerationRequest$;
3800
+ exports.ListSavingsPlansPurchaseRecommendationGenerationResponse$ = ListSavingsPlansPurchaseRecommendationGenerationResponse$;
3801
+ exports.ListTagsForResource$ = ListTagsForResource$;
3613
3802
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3803
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3804
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3614
3805
  exports.LookbackPeriodInDays = LookbackPeriodInDays;
3615
3806
  exports.MatchOption = MatchOption;
3807
+ exports.MemoryDBInstanceDetails$ = MemoryDBInstanceDetails$;
3616
3808
  exports.Metric = Metric;
3809
+ exports.MetricValue$ = MetricValue$;
3810
+ exports.ModifyRecommendationDetail$ = ModifyRecommendationDetail$;
3617
3811
  exports.MonitorDimension = MonitorDimension;
3618
3812
  exports.MonitorType = MonitorType;
3813
+ exports.NetworkResourceUtilization$ = NetworkResourceUtilization$;
3619
3814
  exports.NumericOperator = NumericOperator;
3620
3815
  exports.OfferingClass = OfferingClass;
3621
3816
  exports.PaymentOption = PaymentOption;
3622
3817
  exports.PlatformDifference = PlatformDifference;
3818
+ exports.ProvideAnomalyFeedback$ = ProvideAnomalyFeedback$;
3623
3819
  exports.ProvideAnomalyFeedbackCommand = ProvideAnomalyFeedbackCommand;
3820
+ exports.ProvideAnomalyFeedbackRequest$ = ProvideAnomalyFeedbackRequest$;
3821
+ exports.ProvideAnomalyFeedbackResponse$ = ProvideAnomalyFeedbackResponse$;
3822
+ exports.RDSInstanceDetails$ = RDSInstanceDetails$;
3823
+ exports.RecommendationDetailData$ = RecommendationDetailData$;
3824
+ exports.RecommendationDetailHourlyMetrics$ = RecommendationDetailHourlyMetrics$;
3624
3825
  exports.RecommendationTarget = RecommendationTarget;
3625
- exports.RequestChangedException = RequestChangedException$1;
3626
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
3826
+ exports.RedshiftInstanceDetails$ = RedshiftInstanceDetails$;
3827
+ exports.RequestChangedException = RequestChangedException;
3828
+ exports.RequestChangedException$ = RequestChangedException$;
3829
+ exports.ReservationAggregates$ = ReservationAggregates$;
3830
+ exports.ReservationCoverageGroup$ = ReservationCoverageGroup$;
3831
+ exports.ReservationPurchaseRecommendation$ = ReservationPurchaseRecommendation$;
3832
+ exports.ReservationPurchaseRecommendationDetail$ = ReservationPurchaseRecommendationDetail$;
3833
+ exports.ReservationPurchaseRecommendationMetadata$ = ReservationPurchaseRecommendationMetadata$;
3834
+ exports.ReservationPurchaseRecommendationSummary$ = ReservationPurchaseRecommendationSummary$;
3835
+ exports.ReservationUtilizationGroup$ = ReservationUtilizationGroup$;
3836
+ exports.ReservedCapacityDetails$ = ReservedCapacityDetails$;
3837
+ exports.ResourceDetails$ = ResourceDetails$;
3838
+ exports.ResourceNotFoundException = ResourceNotFoundException;
3839
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3840
+ exports.ResourceTag$ = ResourceTag$;
3841
+ exports.ResourceUtilization$ = ResourceUtilization$;
3842
+ exports.ResultByTime$ = ResultByTime$;
3843
+ exports.RightsizingRecommendation$ = RightsizingRecommendation$;
3844
+ exports.RightsizingRecommendationConfiguration$ = RightsizingRecommendationConfiguration$;
3845
+ exports.RightsizingRecommendationMetadata$ = RightsizingRecommendationMetadata$;
3846
+ exports.RightsizingRecommendationSummary$ = RightsizingRecommendationSummary$;
3627
3847
  exports.RightsizingType = RightsizingType;
3848
+ exports.RootCause$ = RootCause$;
3849
+ exports.RootCauseImpact$ = RootCauseImpact$;
3850
+ exports.SavingsPlans$ = SavingsPlans$;
3851
+ exports.SavingsPlansAmortizedCommitment$ = SavingsPlansAmortizedCommitment$;
3852
+ exports.SavingsPlansCoverage$ = SavingsPlansCoverage$;
3853
+ exports.SavingsPlansCoverageData$ = SavingsPlansCoverageData$;
3628
3854
  exports.SavingsPlansDataType = SavingsPlansDataType;
3629
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
3855
+ exports.SavingsPlansDetails$ = SavingsPlansDetails$;
3856
+ exports.SavingsPlansPurchaseAnalysisConfiguration$ = SavingsPlansPurchaseAnalysisConfiguration$;
3857
+ exports.SavingsPlansPurchaseAnalysisDetails$ = SavingsPlansPurchaseAnalysisDetails$;
3858
+ exports.SavingsPlansPurchaseRecommendation$ = SavingsPlansPurchaseRecommendation$;
3859
+ exports.SavingsPlansPurchaseRecommendationDetail$ = SavingsPlansPurchaseRecommendationDetail$;
3860
+ exports.SavingsPlansPurchaseRecommendationMetadata$ = SavingsPlansPurchaseRecommendationMetadata$;
3861
+ exports.SavingsPlansPurchaseRecommendationSummary$ = SavingsPlansPurchaseRecommendationSummary$;
3862
+ exports.SavingsPlansSavings$ = SavingsPlansSavings$;
3863
+ exports.SavingsPlansUtilization$ = SavingsPlansUtilization$;
3864
+ exports.SavingsPlansUtilizationAggregates$ = SavingsPlansUtilizationAggregates$;
3865
+ exports.SavingsPlansUtilizationByTime$ = SavingsPlansUtilizationByTime$;
3866
+ exports.SavingsPlansUtilizationDetail$ = SavingsPlansUtilizationDetail$;
3867
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
3868
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
3869
+ exports.ServiceSpecification$ = ServiceSpecification$;
3870
+ exports.SortDefinition$ = SortDefinition$;
3630
3871
  exports.SortOrder = SortOrder;
3872
+ exports.StartCommitmentPurchaseAnalysis$ = StartCommitmentPurchaseAnalysis$;
3631
3873
  exports.StartCommitmentPurchaseAnalysisCommand = StartCommitmentPurchaseAnalysisCommand;
3874
+ exports.StartCommitmentPurchaseAnalysisRequest$ = StartCommitmentPurchaseAnalysisRequest$;
3875
+ exports.StartCommitmentPurchaseAnalysisResponse$ = StartCommitmentPurchaseAnalysisResponse$;
3876
+ exports.StartCostAllocationTagBackfill$ = StartCostAllocationTagBackfill$;
3632
3877
  exports.StartCostAllocationTagBackfillCommand = StartCostAllocationTagBackfillCommand;
3878
+ exports.StartCostAllocationTagBackfillRequest$ = StartCostAllocationTagBackfillRequest$;
3879
+ exports.StartCostAllocationTagBackfillResponse$ = StartCostAllocationTagBackfillResponse$;
3880
+ exports.StartSavingsPlansPurchaseRecommendationGeneration$ = StartSavingsPlansPurchaseRecommendationGeneration$;
3633
3881
  exports.StartSavingsPlansPurchaseRecommendationGenerationCommand = StartSavingsPlansPurchaseRecommendationGenerationCommand;
3882
+ exports.StartSavingsPlansPurchaseRecommendationGenerationRequest$ = StartSavingsPlansPurchaseRecommendationGenerationRequest$;
3883
+ exports.StartSavingsPlansPurchaseRecommendationGenerationResponse$ = StartSavingsPlansPurchaseRecommendationGenerationResponse$;
3884
+ exports.Subscriber$ = Subscriber$;
3634
3885
  exports.SubscriberStatus = SubscriberStatus;
3635
3886
  exports.SubscriberType = SubscriberType;
3636
3887
  exports.SupportedSavingsPlansType = SupportedSavingsPlansType;
3888
+ exports.TagResource$ = TagResource$;
3637
3889
  exports.TagResourceCommand = TagResourceCommand;
3890
+ exports.TagResourceRequest$ = TagResourceRequest$;
3891
+ exports.TagResourceResponse$ = TagResourceResponse$;
3892
+ exports.TagValues$ = TagValues$;
3893
+ exports.TargetInstance$ = TargetInstance$;
3638
3894
  exports.TermInYears = TermInYears;
3639
- exports.TooManyTagsException = TooManyTagsException$1;
3640
- exports.UnknownMonitorException = UnknownMonitorException$1;
3641
- exports.UnknownSubscriptionException = UnknownSubscriptionException$1;
3642
- exports.UnresolvableUsageUnitException = UnresolvableUsageUnitException$1;
3895
+ exports.TerminateRecommendationDetail$ = TerminateRecommendationDetail$;
3896
+ exports.TooManyTagsException = TooManyTagsException;
3897
+ exports.TooManyTagsException$ = TooManyTagsException$;
3898
+ exports.TotalImpactFilter$ = TotalImpactFilter$;
3899
+ exports.UnknownMonitorException = UnknownMonitorException;
3900
+ exports.UnknownMonitorException$ = UnknownMonitorException$;
3901
+ exports.UnknownSubscriptionException = UnknownSubscriptionException;
3902
+ exports.UnknownSubscriptionException$ = UnknownSubscriptionException$;
3903
+ exports.UnresolvableUsageUnitException = UnresolvableUsageUnitException;
3904
+ exports.UnresolvableUsageUnitException$ = UnresolvableUsageUnitException$;
3905
+ exports.UntagResource$ = UntagResource$;
3643
3906
  exports.UntagResourceCommand = UntagResourceCommand;
3907
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
3908
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
3909
+ exports.UpdateAnomalyMonitor$ = UpdateAnomalyMonitor$;
3644
3910
  exports.UpdateAnomalyMonitorCommand = UpdateAnomalyMonitorCommand;
3911
+ exports.UpdateAnomalyMonitorRequest$ = UpdateAnomalyMonitorRequest$;
3912
+ exports.UpdateAnomalyMonitorResponse$ = UpdateAnomalyMonitorResponse$;
3913
+ exports.UpdateAnomalySubscription$ = UpdateAnomalySubscription$;
3645
3914
  exports.UpdateAnomalySubscriptionCommand = UpdateAnomalySubscriptionCommand;
3915
+ exports.UpdateAnomalySubscriptionRequest$ = UpdateAnomalySubscriptionRequest$;
3916
+ exports.UpdateAnomalySubscriptionResponse$ = UpdateAnomalySubscriptionResponse$;
3917
+ exports.UpdateCostAllocationTagsStatus$ = UpdateCostAllocationTagsStatus$;
3646
3918
  exports.UpdateCostAllocationTagsStatusCommand = UpdateCostAllocationTagsStatusCommand;
3919
+ exports.UpdateCostAllocationTagsStatusError$ = UpdateCostAllocationTagsStatusError$;
3920
+ exports.UpdateCostAllocationTagsStatusRequest$ = UpdateCostAllocationTagsStatusRequest$;
3921
+ exports.UpdateCostAllocationTagsStatusResponse$ = UpdateCostAllocationTagsStatusResponse$;
3922
+ exports.UpdateCostCategoryDefinition$ = UpdateCostCategoryDefinition$;
3647
3923
  exports.UpdateCostCategoryDefinitionCommand = UpdateCostCategoryDefinitionCommand;
3924
+ exports.UpdateCostCategoryDefinitionRequest$ = UpdateCostCategoryDefinitionRequest$;
3925
+ exports.UpdateCostCategoryDefinitionResponse$ = UpdateCostCategoryDefinitionResponse$;
3926
+ exports.UtilizationByTime$ = UtilizationByTime$;
3648
3927
  exports.paginateGetAnomalies = paginateGetAnomalies;
3649
3928
  exports.paginateGetAnomalyMonitors = paginateGetAnomalyMonitors;
3650
3929
  exports.paginateGetAnomalySubscriptions = paginateGetAnomalySubscriptions;