@aws-sdk/client-cost-explorer 3.651.1 → 3.654.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 (85) hide show
  1. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +11 -0
  7. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +11 -0
  8. package/dist-types/commands/GetAnomaliesCommand.d.ts +11 -0
  9. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +11 -0
  10. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +11 -0
  11. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +11 -0
  12. package/dist-types/commands/GetCostAndUsageCommand.d.ts +11 -0
  13. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +11 -0
  14. package/dist-types/commands/GetCostCategoriesCommand.d.ts +11 -0
  15. package/dist-types/commands/GetCostForecastCommand.d.ts +11 -0
  16. package/dist-types/commands/GetDimensionValuesCommand.d.ts +11 -0
  17. package/dist-types/commands/GetReservationCoverageCommand.d.ts +11 -0
  18. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +21 -0
  19. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +11 -0
  20. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +11 -0
  21. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +11 -0
  22. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +11 -0
  23. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +11 -0
  24. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +11 -0
  25. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +11 -0
  26. package/dist-types/commands/GetTagsCommand.d.ts +11 -0
  27. package/dist-types/commands/GetUsageForecastCommand.d.ts +11 -0
  28. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +11 -0
  29. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +11 -0
  34. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +12 -0
  35. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  38. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +11 -0
  39. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +11 -0
  40. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +11 -0
  41. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +11 -0
  42. package/dist-types/models/models_0.d.ts +73 -12
  43. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/models/models_0.d.ts +12 -0
  85. package/package.json +35 -35
@@ -143,4 +143,15 @@ declare const CreateAnomalyMonitorCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class CreateAnomalyMonitorCommand extends CreateAnomalyMonitorCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: CreateAnomalyMonitorRequest;
150
+ output: CreateAnomalyMonitorResponse;
151
+ };
152
+ sdk: {
153
+ input: CreateAnomalyMonitorCommandInput;
154
+ output: CreateAnomalyMonitorCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -154,4 +154,15 @@ declare const CreateAnomalySubscriptionCommand_base: {
154
154
  * @public
155
155
  */
156
156
  export declare class CreateAnomalySubscriptionCommand extends CreateAnomalySubscriptionCommand_base {
157
+ /** @internal type navigation helper, not in runtime. */
158
+ protected static __types: {
159
+ api: {
160
+ input: CreateAnomalySubscriptionRequest;
161
+ output: CreateAnomalySubscriptionResponse;
162
+ };
163
+ sdk: {
164
+ input: CreateAnomalySubscriptionCommandInput;
165
+ output: CreateAnomalySubscriptionCommandOutput;
166
+ };
167
+ };
157
168
  }
@@ -168,4 +168,15 @@ declare const CreateCostCategoryDefinitionCommand_base: {
168
168
  * @public
169
169
  */
170
170
  export declare class CreateCostCategoryDefinitionCommand extends CreateCostCategoryDefinitionCommand_base {
171
+ /** @internal type navigation helper, not in runtime. */
172
+ protected static __types: {
173
+ api: {
174
+ input: CreateCostCategoryDefinitionRequest;
175
+ output: CreateCostCategoryDefinitionResponse;
176
+ };
177
+ sdk: {
178
+ input: CreateCostCategoryDefinitionCommandInput;
179
+ output: CreateCostCategoryDefinitionCommandOutput;
180
+ };
181
+ };
171
182
  }
@@ -61,4 +61,15 @@ declare const DeleteAnomalyMonitorCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteAnomalyMonitorCommand extends DeleteAnomalyMonitorCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteAnomalyMonitorRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteAnomalyMonitorCommandInput;
72
+ output: DeleteAnomalyMonitorCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -61,4 +61,15 @@ declare const DeleteAnomalySubscriptionCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteAnomalySubscriptionRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteAnomalySubscriptionCommandInput;
72
+ output: DeleteAnomalySubscriptionCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -65,4 +65,15 @@ declare const DeleteCostCategoryDefinitionCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteCostCategoryDefinitionCommand extends DeleteCostCategoryDefinitionCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteCostCategoryDefinitionRequest;
72
+ output: DeleteCostCategoryDefinitionResponse;
73
+ };
74
+ sdk: {
75
+ input: DeleteCostCategoryDefinitionCommandInput;
76
+ output: DeleteCostCategoryDefinitionCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -176,4 +176,15 @@ declare const DescribeCostCategoryDefinitionCommand_base: {
176
176
  * @public
177
177
  */
178
178
  export declare class DescribeCostCategoryDefinitionCommand extends DescribeCostCategoryDefinitionCommand_base {
179
+ /** @internal type navigation helper, not in runtime. */
180
+ protected static __types: {
181
+ api: {
182
+ input: DescribeCostCategoryDefinitionRequest;
183
+ output: DescribeCostCategoryDefinitionResponse;
184
+ };
185
+ sdk: {
186
+ input: DescribeCostCategoryDefinitionCommandInput;
187
+ output: DescribeCostCategoryDefinitionCommandOutput;
188
+ };
189
+ };
179
190
  }
@@ -107,4 +107,15 @@ declare const GetAnomaliesCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class GetAnomaliesCommand extends GetAnomaliesCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: GetAnomaliesRequest;
114
+ output: GetAnomaliesResponse;
115
+ };
116
+ sdk: {
117
+ input: GetAnomaliesCommandInput;
118
+ output: GetAnomaliesCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -150,4 +150,15 @@ declare const GetAnomalyMonitorsCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class GetAnomalyMonitorsCommand extends GetAnomalyMonitorsCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: GetAnomalyMonitorsRequest;
157
+ output: GetAnomalyMonitorsResponse;
158
+ };
159
+ sdk: {
160
+ input: GetAnomalyMonitorsCommandInput;
161
+ output: GetAnomalyMonitorsCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -158,4 +158,15 @@ declare const GetAnomalySubscriptionsCommand_base: {
158
158
  * @public
159
159
  */
160
160
  export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base {
161
+ /** @internal type navigation helper, not in runtime. */
162
+ protected static __types: {
163
+ api: {
164
+ input: GetAnomalySubscriptionsRequest;
165
+ output: GetAnomalySubscriptionsResponse;
166
+ };
167
+ sdk: {
168
+ input: GetAnomalySubscriptionsCommandInput;
169
+ output: GetAnomalySubscriptionsCommandOutput;
170
+ };
171
+ };
161
172
  }
@@ -75,4 +75,15 @@ declare const GetApproximateUsageRecordsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetApproximateUsageRecordsCommand extends GetApproximateUsageRecordsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetApproximateUsageRecordsRequest;
82
+ output: GetApproximateUsageRecordsResponse;
83
+ };
84
+ sdk: {
85
+ input: GetApproximateUsageRecordsCommandInput;
86
+ output: GetApproximateUsageRecordsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -202,4 +202,15 @@ declare const GetCostAndUsageCommand_base: {
202
202
  * @public
203
203
  */
204
204
  export declare class GetCostAndUsageCommand extends GetCostAndUsageCommand_base {
205
+ /** @internal type navigation helper, not in runtime. */
206
+ protected static __types: {
207
+ api: {
208
+ input: GetCostAndUsageRequest;
209
+ output: GetCostAndUsageResponse;
210
+ };
211
+ sdk: {
212
+ input: GetCostAndUsageCommandInput;
213
+ output: GetCostAndUsageCommandOutput;
214
+ };
215
+ };
205
216
  }
@@ -209,4 +209,15 @@ declare const GetCostAndUsageWithResourcesCommand_base: {
209
209
  * @public
210
210
  */
211
211
  export declare class GetCostAndUsageWithResourcesCommand extends GetCostAndUsageWithResourcesCommand_base {
212
+ /** @internal type navigation helper, not in runtime. */
213
+ protected static __types: {
214
+ api: {
215
+ input: GetCostAndUsageWithResourcesRequest;
216
+ output: GetCostAndUsageWithResourcesResponse;
217
+ };
218
+ sdk: {
219
+ input: GetCostAndUsageWithResourcesCommandInput;
220
+ output: GetCostAndUsageWithResourcesCommandOutput;
221
+ };
222
+ };
212
223
  }
@@ -165,4 +165,15 @@ declare const GetCostCategoriesCommand_base: {
165
165
  * @public
166
166
  */
167
167
  export declare class GetCostCategoriesCommand extends GetCostCategoriesCommand_base {
168
+ /** @internal type navigation helper, not in runtime. */
169
+ protected static __types: {
170
+ api: {
171
+ input: GetCostCategoriesRequest;
172
+ output: GetCostCategoriesResponse;
173
+ };
174
+ sdk: {
175
+ input: GetCostCategoriesCommandInput;
176
+ output: GetCostCategoriesCommandOutput;
177
+ };
178
+ };
168
179
  }
@@ -151,4 +151,15 @@ declare const GetCostForecastCommand_base: {
151
151
  * @public
152
152
  */
153
153
  export declare class GetCostForecastCommand extends GetCostForecastCommand_base {
154
+ /** @internal type navigation helper, not in runtime. */
155
+ protected static __types: {
156
+ api: {
157
+ input: GetCostForecastRequest;
158
+ output: GetCostForecastResponse;
159
+ };
160
+ sdk: {
161
+ input: GetCostForecastCommandInput;
162
+ output: GetCostForecastCommandOutput;
163
+ };
164
+ };
154
165
  }
@@ -165,4 +165,15 @@ declare const GetDimensionValuesCommand_base: {
165
165
  * @public
166
166
  */
167
167
  export declare class GetDimensionValuesCommand extends GetDimensionValuesCommand_base {
168
+ /** @internal type navigation helper, not in runtime. */
169
+ protected static __types: {
170
+ api: {
171
+ input: GetDimensionValuesRequest;
172
+ output: GetDimensionValuesResponse;
173
+ };
174
+ sdk: {
175
+ input: GetDimensionValuesCommandInput;
176
+ output: GetDimensionValuesCommandOutput;
177
+ };
178
+ };
168
179
  }
@@ -247,4 +247,15 @@ declare const GetReservationCoverageCommand_base: {
247
247
  * @public
248
248
  */
249
249
  export declare class GetReservationCoverageCommand extends GetReservationCoverageCommand_base {
250
+ /** @internal type navigation helper, not in runtime. */
251
+ protected static __types: {
252
+ api: {
253
+ input: GetReservationCoverageRequest;
254
+ output: GetReservationCoverageResponse;
255
+ };
256
+ sdk: {
257
+ input: GetReservationCoverageCommandInput;
258
+ output: GetReservationCoverageCommandOutput;
259
+ };
260
+ };
250
261
  }
@@ -222,6 +222,16 @@ declare const GetReservationPurchaseRecommendationCommand_base: {
222
222
  * // EstimatedReservationCostForLookbackPeriod: "STRING_VALUE",
223
223
  * // UpfrontCost: "STRING_VALUE",
224
224
  * // RecurringStandardMonthlyCost: "STRING_VALUE",
225
+ * // ReservedCapacityDetails: { // ReservedCapacityDetails
226
+ * // DynamoDBCapacityDetails: { // DynamoDBCapacityDetails
227
+ * // CapacityUnits: "STRING_VALUE",
228
+ * // Region: "STRING_VALUE",
229
+ * // },
230
+ * // },
231
+ * // RecommendedNumberOfCapacityUnitsToPurchase: "STRING_VALUE",
232
+ * // MinimumNumberOfCapacityUnitsUsedPerHour: "STRING_VALUE",
233
+ * // MaximumNumberOfCapacityUnitsUsedPerHour: "STRING_VALUE",
234
+ * // AverageNumberOfCapacityUnitsUsedPerHour: "STRING_VALUE",
225
235
  * // },
226
236
  * // ],
227
237
  * // RecommendationSummary: { // ReservationPurchaseRecommendationSummary
@@ -257,4 +267,15 @@ declare const GetReservationPurchaseRecommendationCommand_base: {
257
267
  * @public
258
268
  */
259
269
  export declare class GetReservationPurchaseRecommendationCommand extends GetReservationPurchaseRecommendationCommand_base {
270
+ /** @internal type navigation helper, not in runtime. */
271
+ protected static __types: {
272
+ api: {
273
+ input: GetReservationPurchaseRecommendationRequest;
274
+ output: GetReservationPurchaseRecommendationResponse;
275
+ };
276
+ sdk: {
277
+ input: GetReservationPurchaseRecommendationCommandInput;
278
+ output: GetReservationPurchaseRecommendationCommandOutput;
279
+ };
280
+ };
260
281
  }
@@ -208,4 +208,15 @@ declare const GetReservationUtilizationCommand_base: {
208
208
  * @public
209
209
  */
210
210
  export declare class GetReservationUtilizationCommand extends GetReservationUtilizationCommand_base {
211
+ /** @internal type navigation helper, not in runtime. */
212
+ protected static __types: {
213
+ api: {
214
+ input: GetReservationUtilizationRequest;
215
+ output: GetReservationUtilizationResponse;
216
+ };
217
+ sdk: {
218
+ input: GetReservationUtilizationCommandInput;
219
+ output: GetReservationUtilizationCommandOutput;
220
+ };
221
+ };
211
222
  }
@@ -279,4 +279,15 @@ declare const GetRightsizingRecommendationCommand_base: {
279
279
  * @public
280
280
  */
281
281
  export declare class GetRightsizingRecommendationCommand extends GetRightsizingRecommendationCommand_base {
282
+ /** @internal type navigation helper, not in runtime. */
283
+ protected static __types: {
284
+ api: {
285
+ input: GetRightsizingRecommendationRequest;
286
+ output: GetRightsizingRecommendationResponse;
287
+ };
288
+ sdk: {
289
+ input: GetRightsizingRecommendationCommandInput;
290
+ output: GetRightsizingRecommendationCommandOutput;
291
+ };
292
+ };
282
293
  }
@@ -103,4 +103,15 @@ declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends GetSavingsPlanPurchaseRecommendationDetailsCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: GetSavingsPlanPurchaseRecommendationDetailsRequest;
110
+ output: GetSavingsPlanPurchaseRecommendationDetailsResponse;
111
+ };
112
+ sdk: {
113
+ input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput;
114
+ output: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -197,4 +197,15 @@ declare const GetSavingsPlansCoverageCommand_base: {
197
197
  * @public
198
198
  */
199
199
  export declare class GetSavingsPlansCoverageCommand extends GetSavingsPlansCoverageCommand_base {
200
+ /** @internal type navigation helper, not in runtime. */
201
+ protected static __types: {
202
+ api: {
203
+ input: GetSavingsPlansCoverageRequest;
204
+ output: GetSavingsPlansCoverageResponse;
205
+ };
206
+ sdk: {
207
+ input: GetSavingsPlansCoverageCommandInput;
208
+ output: GetSavingsPlansCoverageCommandOutput;
209
+ };
210
+ };
200
211
  }
@@ -189,4 +189,15 @@ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
189
189
  * @public
190
190
  */
191
191
  export declare class GetSavingsPlansPurchaseRecommendationCommand extends GetSavingsPlansPurchaseRecommendationCommand_base {
192
+ /** @internal type navigation helper, not in runtime. */
193
+ protected static __types: {
194
+ api: {
195
+ input: GetSavingsPlansPurchaseRecommendationRequest;
196
+ output: GetSavingsPlansPurchaseRecommendationResponse;
197
+ };
198
+ sdk: {
199
+ input: GetSavingsPlansPurchaseRecommendationCommandInput;
200
+ output: GetSavingsPlansPurchaseRecommendationCommandOutput;
201
+ };
202
+ };
192
203
  }
@@ -184,4 +184,15 @@ declare const GetSavingsPlansUtilizationCommand_base: {
184
184
  * @public
185
185
  */
186
186
  export declare class GetSavingsPlansUtilizationCommand extends GetSavingsPlansUtilizationCommand_base {
187
+ /** @internal type navigation helper, not in runtime. */
188
+ protected static __types: {
189
+ api: {
190
+ input: GetSavingsPlansUtilizationRequest;
191
+ output: GetSavingsPlansUtilizationResponse;
192
+ };
193
+ sdk: {
194
+ input: GetSavingsPlansUtilizationCommandInput;
195
+ output: GetSavingsPlansUtilizationCommandOutput;
196
+ };
197
+ };
187
198
  }
@@ -200,4 +200,15 @@ declare const GetSavingsPlansUtilizationDetailsCommand_base: {
200
200
  * @public
201
201
  */
202
202
  export declare class GetSavingsPlansUtilizationDetailsCommand extends GetSavingsPlansUtilizationDetailsCommand_base {
203
+ /** @internal type navigation helper, not in runtime. */
204
+ protected static __types: {
205
+ api: {
206
+ input: GetSavingsPlansUtilizationDetailsRequest;
207
+ output: GetSavingsPlansUtilizationDetailsResponse;
208
+ };
209
+ sdk: {
210
+ input: GetSavingsPlansUtilizationDetailsCommandInput;
211
+ output: GetSavingsPlansUtilizationDetailsCommandOutput;
212
+ };
213
+ };
203
214
  }
@@ -159,4 +159,15 @@ declare const GetTagsCommand_base: {
159
159
  * @public
160
160
  */
161
161
  export declare class GetTagsCommand extends GetTagsCommand_base {
162
+ /** @internal type navigation helper, not in runtime. */
163
+ protected static __types: {
164
+ api: {
165
+ input: GetTagsRequest;
166
+ output: GetTagsResponse;
167
+ };
168
+ sdk: {
169
+ input: GetTagsCommandInput;
170
+ output: GetTagsCommandOutput;
171
+ };
172
+ };
162
173
  }
@@ -156,4 +156,15 @@ declare const GetUsageForecastCommand_base: {
156
156
  * @public
157
157
  */
158
158
  export declare class GetUsageForecastCommand extends GetUsageForecastCommand_base {
159
+ /** @internal type navigation helper, not in runtime. */
160
+ protected static __types: {
161
+ api: {
162
+ input: GetUsageForecastRequest;
163
+ output: GetUsageForecastResponse;
164
+ };
165
+ sdk: {
166
+ input: GetUsageForecastCommandInput;
167
+ output: GetUsageForecastCommandOutput;
168
+ };
169
+ };
159
170
  }
@@ -75,4 +75,15 @@ declare const ListCostAllocationTagBackfillHistoryCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListCostAllocationTagBackfillHistoryCommand extends ListCostAllocationTagBackfillHistoryCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListCostAllocationTagBackfillHistoryRequest;
82
+ output: ListCostAllocationTagBackfillHistoryResponse;
83
+ };
84
+ sdk: {
85
+ input: ListCostAllocationTagBackfillHistoryCommandInput;
86
+ output: ListCostAllocationTagBackfillHistoryCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -79,4 +79,15 @@ declare const ListCostAllocationTagsCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListCostAllocationTagsCommand extends ListCostAllocationTagsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListCostAllocationTagsRequest;
86
+ output: ListCostAllocationTagsResponse;
87
+ };
88
+ sdk: {
89
+ input: ListCostAllocationTagsCommandInput;
90
+ output: ListCostAllocationTagsCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -87,4 +87,15 @@ declare const ListCostCategoryDefinitionsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListCostCategoryDefinitionsCommand extends ListCostCategoryDefinitionsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListCostCategoryDefinitionsRequest;
94
+ output: ListCostCategoryDefinitionsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListCostCategoryDefinitionsCommandInput;
98
+ output: ListCostCategoryDefinitionsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -81,4 +81,15 @@ declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListSavingsPlansPurchaseRecommendationGenerationCommand extends ListSavingsPlansPurchaseRecommendationGenerationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListSavingsPlansPurchaseRecommendationGenerationRequest;
88
+ output: ListSavingsPlansPurchaseRecommendationGenerationResponse;
89
+ };
90
+ sdk: {
91
+ input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput;
92
+ output: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -69,4 +69,15 @@ declare const ListTagsForResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: ListTagsForResourceRequest;
76
+ output: ListTagsForResourceResponse;
77
+ };
78
+ sdk: {
79
+ input: ListTagsForResourceCommandInput;
80
+ output: ListTagsForResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -61,4 +61,15 @@ declare const ProvideAnomalyFeedbackCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class ProvideAnomalyFeedbackCommand extends ProvideAnomalyFeedbackCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: ProvideAnomalyFeedbackRequest;
68
+ output: ProvideAnomalyFeedbackResponse;
69
+ };
70
+ sdk: {
71
+ input: ProvideAnomalyFeedbackCommandInput;
72
+ output: ProvideAnomalyFeedbackCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -24,6 +24,7 @@ export interface StartCostAllocationTagBackfillCommandOutput extends StartCostAl
24
24
  declare const StartCostAllocationTagBackfillCommand_base: {
25
25
  new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: StartCostAllocationTagBackfillCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ /** @internal type navigation helper, not in runtime. */
27
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
29
  };
29
30
  /**
@@ -74,4 +75,15 @@ declare const StartCostAllocationTagBackfillCommand_base: {
74
75
  * @public
75
76
  */
76
77
  export declare class StartCostAllocationTagBackfillCommand extends StartCostAllocationTagBackfillCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: StartCostAllocationTagBackfillRequest;
82
+ output: StartCostAllocationTagBackfillResponse;
83
+ };
84
+ sdk: {
85
+ input: StartCostAllocationTagBackfillCommandInput;
86
+ output: StartCostAllocationTagBackfillCommandOutput;
87
+ };
88
+ };
77
89
  }
@@ -78,4 +78,15 @@ declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends StartSavingsPlansPurchaseRecommendationGenerationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: {};
85
+ output: StartSavingsPlansPurchaseRecommendationGenerationResponse;
86
+ };
87
+ sdk: {
88
+ input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput;
89
+ output: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -77,4 +77,15 @@ declare const TagResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: TagResourceRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: TagResourceCommandInput;
88
+ output: TagResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -65,4 +65,15 @@ declare const UntagResourceCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: UntagResourceRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: UntagResourceCommandInput;
76
+ output: UntagResourceCommandOutput;
77
+ };
78
+ };
68
79
  }