@aws-sdk/client-cost-explorer 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CostExplorer.d.ts +0 -35
- package/dist-types/ts3.4/CostExplorerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -702
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cost-explorer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-cost-explorer
|
|
@@ -140,7 +140,6 @@ import {
|
|
|
140
140
|
UpdateCostCategoryDefinitionCommandOutput,
|
|
141
141
|
} from "./commands/UpdateCostCategoryDefinitionCommand";
|
|
142
142
|
import { CostExplorerClient } from "./CostExplorerClient";
|
|
143
|
-
|
|
144
143
|
export declare class CostExplorer extends CostExplorerClient {
|
|
145
144
|
createAnomalyMonitor(
|
|
146
145
|
args: CreateAnomalyMonitorCommandInput,
|
|
@@ -155,7 +154,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
155
154
|
options: __HttpHandlerOptions,
|
|
156
155
|
cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void
|
|
157
156
|
): void;
|
|
158
|
-
|
|
159
157
|
createAnomalySubscription(
|
|
160
158
|
args: CreateAnomalySubscriptionCommandInput,
|
|
161
159
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +167,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
169
167
|
options: __HttpHandlerOptions,
|
|
170
168
|
cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void
|
|
171
169
|
): void;
|
|
172
|
-
|
|
173
170
|
createCostCategoryDefinition(
|
|
174
171
|
args: CreateCostCategoryDefinitionCommandInput,
|
|
175
172
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +180,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
183
180
|
options: __HttpHandlerOptions,
|
|
184
181
|
cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void
|
|
185
182
|
): void;
|
|
186
|
-
|
|
187
183
|
deleteAnomalyMonitor(
|
|
188
184
|
args: DeleteAnomalyMonitorCommandInput,
|
|
189
185
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +193,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
197
193
|
options: __HttpHandlerOptions,
|
|
198
194
|
cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void
|
|
199
195
|
): void;
|
|
200
|
-
|
|
201
196
|
deleteAnomalySubscription(
|
|
202
197
|
args: DeleteAnomalySubscriptionCommandInput,
|
|
203
198
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +206,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
211
206
|
options: __HttpHandlerOptions,
|
|
212
207
|
cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void
|
|
213
208
|
): void;
|
|
214
|
-
|
|
215
209
|
deleteCostCategoryDefinition(
|
|
216
210
|
args: DeleteCostCategoryDefinitionCommandInput,
|
|
217
211
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +219,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
225
219
|
options: __HttpHandlerOptions,
|
|
226
220
|
cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void
|
|
227
221
|
): void;
|
|
228
|
-
|
|
229
222
|
describeCostCategoryDefinition(
|
|
230
223
|
args: DescribeCostCategoryDefinitionCommandInput,
|
|
231
224
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +232,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
239
232
|
options: __HttpHandlerOptions,
|
|
240
233
|
cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void
|
|
241
234
|
): void;
|
|
242
|
-
|
|
243
235
|
getAnomalies(
|
|
244
236
|
args: GetAnomaliesCommandInput,
|
|
245
237
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +245,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
253
245
|
options: __HttpHandlerOptions,
|
|
254
246
|
cb: (err: any, data?: GetAnomaliesCommandOutput) => void
|
|
255
247
|
): void;
|
|
256
|
-
|
|
257
248
|
getAnomalyMonitors(
|
|
258
249
|
args: GetAnomalyMonitorsCommandInput,
|
|
259
250
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +258,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
267
258
|
options: __HttpHandlerOptions,
|
|
268
259
|
cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void
|
|
269
260
|
): void;
|
|
270
|
-
|
|
271
261
|
getAnomalySubscriptions(
|
|
272
262
|
args: GetAnomalySubscriptionsCommandInput,
|
|
273
263
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +271,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
281
271
|
options: __HttpHandlerOptions,
|
|
282
272
|
cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void
|
|
283
273
|
): void;
|
|
284
|
-
|
|
285
274
|
getCostAndUsage(
|
|
286
275
|
args: GetCostAndUsageCommandInput,
|
|
287
276
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +284,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
295
284
|
options: __HttpHandlerOptions,
|
|
296
285
|
cb: (err: any, data?: GetCostAndUsageCommandOutput) => void
|
|
297
286
|
): void;
|
|
298
|
-
|
|
299
287
|
getCostAndUsageWithResources(
|
|
300
288
|
args: GetCostAndUsageWithResourcesCommandInput,
|
|
301
289
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +297,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
309
297
|
options: __HttpHandlerOptions,
|
|
310
298
|
cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void
|
|
311
299
|
): void;
|
|
312
|
-
|
|
313
300
|
getCostCategories(
|
|
314
301
|
args: GetCostCategoriesCommandInput,
|
|
315
302
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +310,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
323
310
|
options: __HttpHandlerOptions,
|
|
324
311
|
cb: (err: any, data?: GetCostCategoriesCommandOutput) => void
|
|
325
312
|
): void;
|
|
326
|
-
|
|
327
313
|
getCostForecast(
|
|
328
314
|
args: GetCostForecastCommandInput,
|
|
329
315
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +323,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
337
323
|
options: __HttpHandlerOptions,
|
|
338
324
|
cb: (err: any, data?: GetCostForecastCommandOutput) => void
|
|
339
325
|
): void;
|
|
340
|
-
|
|
341
326
|
getDimensionValues(
|
|
342
327
|
args: GetDimensionValuesCommandInput,
|
|
343
328
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +336,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
351
336
|
options: __HttpHandlerOptions,
|
|
352
337
|
cb: (err: any, data?: GetDimensionValuesCommandOutput) => void
|
|
353
338
|
): void;
|
|
354
|
-
|
|
355
339
|
getReservationCoverage(
|
|
356
340
|
args: GetReservationCoverageCommandInput,
|
|
357
341
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +349,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
365
349
|
options: __HttpHandlerOptions,
|
|
366
350
|
cb: (err: any, data?: GetReservationCoverageCommandOutput) => void
|
|
367
351
|
): void;
|
|
368
|
-
|
|
369
352
|
getReservationPurchaseRecommendation(
|
|
370
353
|
args: GetReservationPurchaseRecommendationCommandInput,
|
|
371
354
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +368,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
385
368
|
data?: GetReservationPurchaseRecommendationCommandOutput
|
|
386
369
|
) => void
|
|
387
370
|
): void;
|
|
388
|
-
|
|
389
371
|
getReservationUtilization(
|
|
390
372
|
args: GetReservationUtilizationCommandInput,
|
|
391
373
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +381,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
399
381
|
options: __HttpHandlerOptions,
|
|
400
382
|
cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void
|
|
401
383
|
): void;
|
|
402
|
-
|
|
403
384
|
getRightsizingRecommendation(
|
|
404
385
|
args: GetRightsizingRecommendationCommandInput,
|
|
405
386
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +394,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
413
394
|
options: __HttpHandlerOptions,
|
|
414
395
|
cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void
|
|
415
396
|
): void;
|
|
416
|
-
|
|
417
397
|
getSavingsPlansCoverage(
|
|
418
398
|
args: GetSavingsPlansCoverageCommandInput,
|
|
419
399
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +407,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
427
407
|
options: __HttpHandlerOptions,
|
|
428
408
|
cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void
|
|
429
409
|
): void;
|
|
430
|
-
|
|
431
410
|
getSavingsPlansPurchaseRecommendation(
|
|
432
411
|
args: GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
433
412
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +426,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
447
426
|
data?: GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
448
427
|
) => void
|
|
449
428
|
): void;
|
|
450
|
-
|
|
451
429
|
getSavingsPlansUtilization(
|
|
452
430
|
args: GetSavingsPlansUtilizationCommandInput,
|
|
453
431
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +439,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
461
439
|
options: __HttpHandlerOptions,
|
|
462
440
|
cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void
|
|
463
441
|
): void;
|
|
464
|
-
|
|
465
442
|
getSavingsPlansUtilizationDetails(
|
|
466
443
|
args: GetSavingsPlansUtilizationDetailsCommandInput,
|
|
467
444
|
options?: __HttpHandlerOptions
|
|
@@ -481,7 +458,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
481
458
|
data?: GetSavingsPlansUtilizationDetailsCommandOutput
|
|
482
459
|
) => void
|
|
483
460
|
): void;
|
|
484
|
-
|
|
485
461
|
getTags(
|
|
486
462
|
args: GetTagsCommandInput,
|
|
487
463
|
options?: __HttpHandlerOptions
|
|
@@ -495,7 +471,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
495
471
|
options: __HttpHandlerOptions,
|
|
496
472
|
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
497
473
|
): void;
|
|
498
|
-
|
|
499
474
|
getUsageForecast(
|
|
500
475
|
args: GetUsageForecastCommandInput,
|
|
501
476
|
options?: __HttpHandlerOptions
|
|
@@ -509,7 +484,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
509
484
|
options: __HttpHandlerOptions,
|
|
510
485
|
cb: (err: any, data?: GetUsageForecastCommandOutput) => void
|
|
511
486
|
): void;
|
|
512
|
-
|
|
513
487
|
listCostAllocationTags(
|
|
514
488
|
args: ListCostAllocationTagsCommandInput,
|
|
515
489
|
options?: __HttpHandlerOptions
|
|
@@ -523,7 +497,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
523
497
|
options: __HttpHandlerOptions,
|
|
524
498
|
cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void
|
|
525
499
|
): void;
|
|
526
|
-
|
|
527
500
|
listCostCategoryDefinitions(
|
|
528
501
|
args: ListCostCategoryDefinitionsCommandInput,
|
|
529
502
|
options?: __HttpHandlerOptions
|
|
@@ -537,7 +510,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
537
510
|
options: __HttpHandlerOptions,
|
|
538
511
|
cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void
|
|
539
512
|
): void;
|
|
540
|
-
|
|
541
513
|
listTagsForResource(
|
|
542
514
|
args: ListTagsForResourceCommandInput,
|
|
543
515
|
options?: __HttpHandlerOptions
|
|
@@ -551,7 +523,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
551
523
|
options: __HttpHandlerOptions,
|
|
552
524
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
553
525
|
): void;
|
|
554
|
-
|
|
555
526
|
provideAnomalyFeedback(
|
|
556
527
|
args: ProvideAnomalyFeedbackCommandInput,
|
|
557
528
|
options?: __HttpHandlerOptions
|
|
@@ -565,7 +536,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
565
536
|
options: __HttpHandlerOptions,
|
|
566
537
|
cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void
|
|
567
538
|
): void;
|
|
568
|
-
|
|
569
539
|
tagResource(
|
|
570
540
|
args: TagResourceCommandInput,
|
|
571
541
|
options?: __HttpHandlerOptions
|
|
@@ -579,7 +549,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
579
549
|
options: __HttpHandlerOptions,
|
|
580
550
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
581
551
|
): void;
|
|
582
|
-
|
|
583
552
|
untagResource(
|
|
584
553
|
args: UntagResourceCommandInput,
|
|
585
554
|
options?: __HttpHandlerOptions
|
|
@@ -593,7 +562,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
593
562
|
options: __HttpHandlerOptions,
|
|
594
563
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
595
564
|
): void;
|
|
596
|
-
|
|
597
565
|
updateAnomalyMonitor(
|
|
598
566
|
args: UpdateAnomalyMonitorCommandInput,
|
|
599
567
|
options?: __HttpHandlerOptions
|
|
@@ -607,7 +575,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
607
575
|
options: __HttpHandlerOptions,
|
|
608
576
|
cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void
|
|
609
577
|
): void;
|
|
610
|
-
|
|
611
578
|
updateAnomalySubscription(
|
|
612
579
|
args: UpdateAnomalySubscriptionCommandInput,
|
|
613
580
|
options?: __HttpHandlerOptions
|
|
@@ -621,7 +588,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
621
588
|
options: __HttpHandlerOptions,
|
|
622
589
|
cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void
|
|
623
590
|
): void;
|
|
624
|
-
|
|
625
591
|
updateCostAllocationTagsStatus(
|
|
626
592
|
args: UpdateCostAllocationTagsStatusCommandInput,
|
|
627
593
|
options?: __HttpHandlerOptions
|
|
@@ -635,7 +601,6 @@ export declare class CostExplorer extends CostExplorerClient {
|
|
|
635
601
|
options: __HttpHandlerOptions,
|
|
636
602
|
cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void
|
|
637
603
|
): void;
|
|
638
|
-
|
|
639
604
|
updateCostCategoryDefinition(
|
|
640
605
|
args: UpdateCostCategoryDefinitionCommandInput,
|
|
641
606
|
options?: __HttpHandlerOptions
|
|
@@ -257,47 +257,26 @@ export declare type ServiceOutputTypes =
|
|
|
257
257
|
export interface ClientDefaults
|
|
258
258
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
259
259
|
requestHandler?: __HttpHandler;
|
|
260
|
-
|
|
261
260
|
sha256?: __HashConstructor;
|
|
262
|
-
|
|
263
261
|
urlParser?: __UrlParser;
|
|
264
|
-
|
|
265
262
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
266
|
-
|
|
267
263
|
streamCollector?: __StreamCollector;
|
|
268
|
-
|
|
269
264
|
base64Decoder?: __Decoder;
|
|
270
|
-
|
|
271
265
|
base64Encoder?: __Encoder;
|
|
272
|
-
|
|
273
266
|
utf8Decoder?: __Decoder;
|
|
274
|
-
|
|
275
267
|
utf8Encoder?: __Encoder;
|
|
276
|
-
|
|
277
268
|
runtime?: string;
|
|
278
|
-
|
|
279
269
|
disableHostPrefix?: boolean;
|
|
280
|
-
|
|
281
270
|
maxAttempts?: number | __Provider<number>;
|
|
282
|
-
|
|
283
271
|
retryMode?: string | __Provider<string>;
|
|
284
|
-
|
|
285
272
|
logger?: __Logger;
|
|
286
|
-
|
|
287
273
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
288
|
-
|
|
289
274
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
290
|
-
|
|
291
275
|
serviceId?: string;
|
|
292
|
-
|
|
293
276
|
region?: string | __Provider<string>;
|
|
294
|
-
|
|
295
277
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
296
|
-
|
|
297
278
|
regionInfoProvider?: RegionInfoProvider;
|
|
298
|
-
|
|
299
279
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
300
|
-
|
|
301
280
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
302
281
|
}
|
|
303
282
|
declare type CostExplorerClientConfigType = Partial<
|
|
@@ -310,7 +289,6 @@ declare type CostExplorerClientConfigType = Partial<
|
|
|
310
289
|
HostHeaderInputConfig &
|
|
311
290
|
AwsAuthInputConfig &
|
|
312
291
|
UserAgentInputConfig;
|
|
313
|
-
|
|
314
292
|
export interface CostExplorerClientConfig
|
|
315
293
|
extends CostExplorerClientConfigType {}
|
|
316
294
|
declare type CostExplorerClientResolvedConfigType =
|
|
@@ -322,10 +300,8 @@ declare type CostExplorerClientResolvedConfigType =
|
|
|
322
300
|
HostHeaderResolvedConfig &
|
|
323
301
|
AwsAuthResolvedConfig &
|
|
324
302
|
UserAgentResolvedConfig;
|
|
325
|
-
|
|
326
303
|
export interface CostExplorerClientResolvedConfig
|
|
327
304
|
extends CostExplorerClientResolvedConfigType {}
|
|
328
|
-
|
|
329
305
|
export declare class CostExplorerClient extends __Client<
|
|
330
306
|
__HttpHandlerOptions,
|
|
331
307
|
ServiceInputTypes,
|
|
@@ -334,7 +310,6 @@ export declare class CostExplorerClient extends __Client<
|
|
|
334
310
|
> {
|
|
335
311
|
readonly config: CostExplorerClientResolvedConfig;
|
|
336
312
|
constructor(configuration: CostExplorerClientConfig);
|
|
337
|
-
|
|
338
313
|
destroy(): void;
|
|
339
314
|
}
|
|
340
315
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateAnomalyMonitorCommandInput
|
|
|
19
19
|
export interface CreateAnomalyMonitorCommandOutput
|
|
20
20
|
extends CreateAnomalyMonitorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAnomalyMonitorCommand extends $Command<
|
|
24
23
|
CreateAnomalyMonitorCommandInput,
|
|
25
24
|
CreateAnomalyMonitorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAnomalyMonitorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAnomalyMonitorCommandInput;
|
|
29
28
|
constructor(input: CreateAnomalyMonitorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAnomalySubscriptionCommandInput
|
|
|
19
19
|
export interface CreateAnomalySubscriptionCommandOutput
|
|
20
20
|
extends CreateAnomalySubscriptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAnomalySubscriptionCommand extends $Command<
|
|
24
23
|
CreateAnomalySubscriptionCommandInput,
|
|
25
24
|
CreateAnomalySubscriptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAnomalySubscriptionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAnomalySubscriptionCommandInput;
|
|
29
28
|
constructor(input: CreateAnomalySubscriptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCostCategoryDefinitionCommandInput
|
|
|
19
19
|
export interface CreateCostCategoryDefinitionCommandOutput
|
|
20
20
|
extends CreateCostCategoryDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCostCategoryDefinitionCommand extends $Command<
|
|
24
23
|
CreateCostCategoryDefinitionCommandInput,
|
|
25
24
|
CreateCostCategoryDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCostCategoryDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCostCategoryDefinitionCommandInput;
|
|
29
28
|
constructor(input: CreateCostCategoryDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAnomalyMonitorCommandInput
|
|
|
19
19
|
export interface DeleteAnomalyMonitorCommandOutput
|
|
20
20
|
extends DeleteAnomalyMonitorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAnomalyMonitorCommand extends $Command<
|
|
24
23
|
DeleteAnomalyMonitorCommandInput,
|
|
25
24
|
DeleteAnomalyMonitorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAnomalyMonitorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAnomalyMonitorCommandInput;
|
|
29
28
|
constructor(input: DeleteAnomalyMonitorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAnomalySubscriptionCommandInput
|
|
|
19
19
|
export interface DeleteAnomalySubscriptionCommandOutput
|
|
20
20
|
extends DeleteAnomalySubscriptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAnomalySubscriptionCommand extends $Command<
|
|
24
23
|
DeleteAnomalySubscriptionCommandInput,
|
|
25
24
|
DeleteAnomalySubscriptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAnomalySubscriptionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAnomalySubscriptionCommandInput;
|
|
29
28
|
constructor(input: DeleteAnomalySubscriptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteCostCategoryDefinitionCommandInput
|
|
|
19
19
|
export interface DeleteCostCategoryDefinitionCommandOutput
|
|
20
20
|
extends DeleteCostCategoryDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteCostCategoryDefinitionCommand extends $Command<
|
|
24
23
|
DeleteCostCategoryDefinitionCommandInput,
|
|
25
24
|
DeleteCostCategoryDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteCostCategoryDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteCostCategoryDefinitionCommandInput;
|
|
29
28
|
constructor(input: DeleteCostCategoryDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCostCategoryDefinitionCommandInput
|
|
|
19
19
|
export interface DescribeCostCategoryDefinitionCommandOutput
|
|
20
20
|
extends DescribeCostCategoryDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCostCategoryDefinitionCommand extends $Command<
|
|
24
23
|
DescribeCostCategoryDefinitionCommandInput,
|
|
25
24
|
DescribeCostCategoryDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCostCategoryDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCostCategoryDefinitionCommandInput;
|
|
29
28
|
constructor(input: DescribeCostCategoryDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {}
|
|
|
15
15
|
export interface GetAnomaliesCommandOutput
|
|
16
16
|
extends GetAnomaliesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetAnomaliesCommand extends $Command<
|
|
20
19
|
GetAnomaliesCommandInput,
|
|
21
20
|
GetAnomaliesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetAnomaliesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetAnomaliesCommandInput;
|
|
25
24
|
constructor(input: GetAnomaliesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAnomalyMonitorsCommandInput
|
|
|
19
19
|
export interface GetAnomalyMonitorsCommandOutput
|
|
20
20
|
extends GetAnomalyMonitorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAnomalyMonitorsCommand extends $Command<
|
|
24
23
|
GetAnomalyMonitorsCommandInput,
|
|
25
24
|
GetAnomalyMonitorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAnomalyMonitorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAnomalyMonitorsCommandInput;
|
|
29
28
|
constructor(input: GetAnomalyMonitorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAnomalySubscriptionsCommandInput
|
|
|
19
19
|
export interface GetAnomalySubscriptionsCommandOutput
|
|
20
20
|
extends GetAnomalySubscriptionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAnomalySubscriptionsCommand extends $Command<
|
|
24
23
|
GetAnomalySubscriptionsCommandInput,
|
|
25
24
|
GetAnomalySubscriptionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAnomalySubscriptionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAnomalySubscriptionsCommandInput;
|
|
29
28
|
constructor(input: GetAnomalySubscriptionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {}
|
|
|
18
18
|
export interface GetCostAndUsageCommandOutput
|
|
19
19
|
extends GetCostAndUsageResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCostAndUsageCommand extends $Command<
|
|
23
22
|
GetCostAndUsageCommandInput,
|
|
24
23
|
GetCostAndUsageCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCostAndUsageCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCostAndUsageCommandInput;
|
|
28
27
|
constructor(input: GetCostAndUsageCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCostAndUsageWithResourcesCommandInput
|
|
|
19
19
|
export interface GetCostAndUsageWithResourcesCommandOutput
|
|
20
20
|
extends GetCostAndUsageWithResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCostAndUsageWithResourcesCommand extends $Command<
|
|
24
23
|
GetCostAndUsageWithResourcesCommandInput,
|
|
25
24
|
GetCostAndUsageWithResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCostAndUsageWithResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCostAndUsageWithResourcesCommandInput;
|
|
29
28
|
constructor(input: GetCostAndUsageWithResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCostCategoriesCommandInput
|
|
|
19
19
|
export interface GetCostCategoriesCommandOutput
|
|
20
20
|
extends GetCostCategoriesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCostCategoriesCommand extends $Command<
|
|
24
23
|
GetCostCategoriesCommandInput,
|
|
25
24
|
GetCostCategoriesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCostCategoriesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCostCategoriesCommandInput;
|
|
29
28
|
constructor(input: GetCostCategoriesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCostForecastCommandInput extends GetCostForecastRequest {}
|
|
|
18
18
|
export interface GetCostForecastCommandOutput
|
|
19
19
|
extends GetCostForecastResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCostForecastCommand extends $Command<
|
|
23
22
|
GetCostForecastCommandInput,
|
|
24
23
|
GetCostForecastCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCostForecastCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCostForecastCommandInput;
|
|
28
27
|
constructor(input: GetCostForecastCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDimensionValuesCommandInput
|
|
|
19
19
|
export interface GetDimensionValuesCommandOutput
|
|
20
20
|
extends GetDimensionValuesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDimensionValuesCommand extends $Command<
|
|
24
23
|
GetDimensionValuesCommandInput,
|
|
25
24
|
GetDimensionValuesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDimensionValuesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDimensionValuesCommandInput;
|
|
29
28
|
constructor(input: GetDimensionValuesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReservationCoverageCommandInput
|
|
|
19
19
|
export interface GetReservationCoverageCommandOutput
|
|
20
20
|
extends GetReservationCoverageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReservationCoverageCommand extends $Command<
|
|
24
23
|
GetReservationCoverageCommandInput,
|
|
25
24
|
GetReservationCoverageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReservationCoverageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReservationCoverageCommandInput;
|
|
29
28
|
constructor(input: GetReservationCoverageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReservationPurchaseRecommendationCommandInput
|
|
|
19
19
|
export interface GetReservationPurchaseRecommendationCommandOutput
|
|
20
20
|
extends GetReservationPurchaseRecommendationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReservationPurchaseRecommendationCommand extends $Command<
|
|
24
23
|
GetReservationPurchaseRecommendationCommandInput,
|
|
25
24
|
GetReservationPurchaseRecommendationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReservationPurchaseRecommendationCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReservationPurchaseRecommendationCommandInput;
|
|
29
28
|
constructor(input: GetReservationPurchaseRecommendationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReservationUtilizationCommandInput
|
|
|
19
19
|
export interface GetReservationUtilizationCommandOutput
|
|
20
20
|
extends GetReservationUtilizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReservationUtilizationCommand extends $Command<
|
|
24
23
|
GetReservationUtilizationCommandInput,
|
|
25
24
|
GetReservationUtilizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReservationUtilizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReservationUtilizationCommandInput;
|
|
29
28
|
constructor(input: GetReservationUtilizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRightsizingRecommendationCommandInput
|
|
|
19
19
|
export interface GetRightsizingRecommendationCommandOutput
|
|
20
20
|
extends GetRightsizingRecommendationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRightsizingRecommendationCommand extends $Command<
|
|
24
23
|
GetRightsizingRecommendationCommandInput,
|
|
25
24
|
GetRightsizingRecommendationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRightsizingRecommendationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRightsizingRecommendationCommandInput;
|
|
29
28
|
constructor(input: GetRightsizingRecommendationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|