@aws-sdk/client-cost-explorer 3.889.0 → 3.891.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 (47) hide show
  1. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +2 -0
  4. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +2 -0
  5. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +2 -0
  6. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +2 -0
  7. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +2 -0
  8. package/dist-types/commands/GetAnomaliesCommand.d.ts +2 -0
  9. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +2 -0
  10. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +2 -0
  11. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +2 -0
  12. package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +2 -0
  13. package/dist-types/commands/GetCostAndUsageCommand.d.ts +2 -0
  14. package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +2 -0
  15. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +2 -0
  16. package/dist-types/commands/GetCostCategoriesCommand.d.ts +2 -0
  17. package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +2 -0
  18. package/dist-types/commands/GetCostForecastCommand.d.ts +2 -0
  19. package/dist-types/commands/GetDimensionValuesCommand.d.ts +2 -0
  20. package/dist-types/commands/GetReservationCoverageCommand.d.ts +2 -0
  21. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +2 -0
  22. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +2 -0
  23. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +2 -0
  24. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +2 -0
  25. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +2 -0
  26. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +2 -0
  27. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +2 -0
  28. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +2 -0
  29. package/dist-types/commands/GetTagsCommand.d.ts +2 -0
  30. package/dist-types/commands/GetUsageForecastCommand.d.ts +2 -0
  31. package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +2 -0
  32. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +2 -0
  33. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +2 -0
  34. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +2 -0
  35. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +2 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  37. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +2 -0
  38. package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +2 -0
  39. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +2 -0
  40. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +2 -0
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  42. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  43. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +2 -0
  44. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +2 -0
  45. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +2 -0
  46. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +2 -0
  47. package/package.json +19 -19
@@ -34,6 +34,8 @@ declare const CreateAnomalyMonitorCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, CreateAnomalyMonitorCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, CreateAnomalyMonitorCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // CreateAnomalyMonitorRequest
39
41
  * AnomalyMonitor: { // AnomalyMonitor
@@ -35,6 +35,8 @@ declare const CreateAnomalySubscriptionCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, CreateAnomalySubscriptionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, CreateAnomalySubscriptionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // CreateAnomalySubscriptionRequest
40
42
  * AnomalySubscription: { // AnomalySubscription
@@ -33,6 +33,8 @@ declare const CreateCostCategoryDefinitionCommand_base: {
33
33
  * ```javascript
34
34
  * import { CostExplorerClient, CreateCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
35
35
  * // const { CostExplorerClient, CreateCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
36
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
37
+ * const config = {}; // type is CostExplorerClientConfig
36
38
  * const client = new CostExplorerClient(config);
37
39
  * const input = { // CreateCostCategoryDefinitionRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteAnomalyMonitorCommand_base: {
33
33
  * ```javascript
34
34
  * import { CostExplorerClient, DeleteAnomalyMonitorCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
35
35
  * // const { CostExplorerClient, DeleteAnomalyMonitorCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
36
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
37
+ * const config = {}; // type is CostExplorerClientConfig
36
38
  * const client = new CostExplorerClient(config);
37
39
  * const input = { // DeleteAnomalyMonitorRequest
38
40
  * MonitorArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteAnomalySubscriptionCommand_base: {
33
33
  * ```javascript
34
34
  * import { CostExplorerClient, DeleteAnomalySubscriptionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
35
35
  * // const { CostExplorerClient, DeleteAnomalySubscriptionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
36
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
37
+ * const config = {}; // type is CostExplorerClientConfig
36
38
  * const client = new CostExplorerClient(config);
37
39
  * const input = { // DeleteAnomalySubscriptionRequest
38
40
  * SubscriptionArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DeleteCostCategoryDefinitionCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, DeleteCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, DeleteCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // DeleteCostCategoryDefinitionRequest
39
41
  * CostCategoryArn: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const DescribeCostCategoryDefinitionCommand_base: {
38
38
  * ```javascript
39
39
  * import { CostExplorerClient, DescribeCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
40
40
  * // const { CostExplorerClient, DescribeCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
41
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
42
+ * const config = {}; // type is CostExplorerClientConfig
41
43
  * const client = new CostExplorerClient(config);
42
44
  * const input = { // DescribeCostCategoryDefinitionRequest
43
45
  * CostCategoryArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const GetAnomaliesCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, GetAnomaliesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, GetAnomaliesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // GetAnomaliesRequest
40
42
  * MonitorArn: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const GetAnomalyMonitorsCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetAnomalyMonitorsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetAnomalyMonitorsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetAnomalyMonitorsRequest
39
41
  * MonitorArnList: [ // Values
@@ -34,6 +34,8 @@ declare const GetAnomalySubscriptionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetAnomalySubscriptionsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetAnomalySubscriptionsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetAnomalySubscriptionsRequest
39
41
  * SubscriptionArnList: [ // Values
@@ -34,6 +34,8 @@ declare const GetApproximateUsageRecordsCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetApproximateUsageRecordsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetApproximateUsageRecordsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetApproximateUsageRecordsRequest
39
41
  * Granularity: "DAILY" || "MONTHLY" || "HOURLY", // required
@@ -34,6 +34,8 @@ declare const GetCommitmentPurchaseAnalysisCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetCommitmentPurchaseAnalysisCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetCommitmentPurchaseAnalysisCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetCommitmentPurchaseAnalysisRequest
39
41
  * AnalysisId: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const GetCostAndUsageCommand_base: {
39
39
  * ```javascript
40
40
  * import { CostExplorerClient, GetCostAndUsageCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
41
41
  * // const { CostExplorerClient, GetCostAndUsageCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
42
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
43
+ * const config = {}; // type is CostExplorerClientConfig
42
44
  * const client = new CostExplorerClient(config);
43
45
  * const input = { // GetCostAndUsageRequest
44
46
  * TimePeriod: { // DateInterval
@@ -35,6 +35,8 @@ declare const GetCostAndUsageComparisonsCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, GetCostAndUsageComparisonsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, GetCostAndUsageComparisonsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // GetCostAndUsageComparisonsRequest
40
42
  * BillingViewArn: "STRING_VALUE",
@@ -46,6 +46,8 @@ declare const GetCostAndUsageWithResourcesCommand_base: {
46
46
  * ```javascript
47
47
  * import { CostExplorerClient, GetCostAndUsageWithResourcesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
48
48
  * // const { CostExplorerClient, GetCostAndUsageWithResourcesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
49
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
50
+ * const config = {}; // type is CostExplorerClientConfig
49
51
  * const client = new CostExplorerClient(config);
50
52
  * const input = { // GetCostAndUsageWithResourcesRequest
51
53
  * TimePeriod: { // DateInterval
@@ -37,6 +37,8 @@ declare const GetCostCategoriesCommand_base: {
37
37
  * ```javascript
38
38
  * import { CostExplorerClient, GetCostCategoriesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
39
39
  * // const { CostExplorerClient, GetCostCategoriesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
40
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
41
+ * const config = {}; // type is CostExplorerClientConfig
40
42
  * const client = new CostExplorerClient(config);
41
43
  * const input = { // GetCostCategoriesRequest
42
44
  * SearchString: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const GetCostComparisonDriversCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, GetCostComparisonDriversCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, GetCostComparisonDriversCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // GetCostComparisonDriversRequest
40
42
  * BillingViewArn: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const GetCostForecastCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetCostForecastCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetCostForecastCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetCostForecastRequest
39
41
  * TimePeriod: { // DateInterval
@@ -34,6 +34,8 @@ declare const GetDimensionValuesCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetDimensionValuesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetDimensionValuesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetDimensionValuesRequest
39
41
  * SearchString: "STRING_VALUE",
@@ -78,6 +78,8 @@ declare const GetReservationCoverageCommand_base: {
78
78
  * ```javascript
79
79
  * import { CostExplorerClient, GetReservationCoverageCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
80
80
  * // const { CostExplorerClient, GetReservationCoverageCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
81
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
82
+ * const config = {}; // type is CostExplorerClientConfig
81
83
  * const client = new CostExplorerClient(config);
82
84
  * const input = { // GetReservationCoverageRequest
83
85
  * TimePeriod: { // DateInterval
@@ -48,6 +48,8 @@ declare const GetReservationPurchaseRecommendationCommand_base: {
48
48
  * ```javascript
49
49
  * import { CostExplorerClient, GetReservationPurchaseRecommendationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
50
50
  * // const { CostExplorerClient, GetReservationPurchaseRecommendationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
51
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
52
+ * const config = {}; // type is CostExplorerClientConfig
51
53
  * const client = new CostExplorerClient(config);
52
54
  * const input = { // GetReservationPurchaseRecommendationRequest
53
55
  * AccountId: "STRING_VALUE",
@@ -36,6 +36,8 @@ declare const GetReservationUtilizationCommand_base: {
36
36
  * ```javascript
37
37
  * import { CostExplorerClient, GetReservationUtilizationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
38
38
  * // const { CostExplorerClient, GetReservationUtilizationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
39
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
40
+ * const config = {}; // type is CostExplorerClientConfig
39
41
  * const client = new CostExplorerClient(config);
40
42
  * const input = { // GetReservationUtilizationRequest
41
43
  * TimePeriod: { // DateInterval
@@ -37,6 +37,8 @@ declare const GetRightsizingRecommendationCommand_base: {
37
37
  * ```javascript
38
38
  * import { CostExplorerClient, GetRightsizingRecommendationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
39
39
  * // const { CostExplorerClient, GetRightsizingRecommendationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
40
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
41
+ * const config = {}; // type is CostExplorerClientConfig
40
42
  * const client = new CostExplorerClient(config);
41
43
  * const input = { // GetRightsizingRecommendationRequest
42
44
  * Filter: { // Expression
@@ -34,6 +34,8 @@ declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetSavingsPlanPurchaseRecommendationDetailsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetSavingsPlanPurchaseRecommendationDetailsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetSavingsPlanPurchaseRecommendationDetailsRequest
39
41
  * RecommendationDetailId: "STRING_VALUE", // required
@@ -61,6 +61,8 @@ declare const GetSavingsPlansCoverageCommand_base: {
61
61
  * ```javascript
62
62
  * import { CostExplorerClient, GetSavingsPlansCoverageCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
63
63
  * // const { CostExplorerClient, GetSavingsPlansCoverageCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
64
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
65
+ * const config = {}; // type is CostExplorerClientConfig
64
66
  * const client = new CostExplorerClient(config);
65
67
  * const input = { // GetSavingsPlansCoverageRequest
66
68
  * TimePeriod: { // DateInterval
@@ -36,6 +36,8 @@ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
36
36
  * ```javascript
37
37
  * import { CostExplorerClient, GetSavingsPlansPurchaseRecommendationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
38
38
  * // const { CostExplorerClient, GetSavingsPlansPurchaseRecommendationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
39
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
40
+ * const config = {}; // type is CostExplorerClientConfig
39
41
  * const client = new CostExplorerClient(config);
40
42
  * const input = { // GetSavingsPlansPurchaseRecommendationRequest
41
43
  * SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP", // required
@@ -40,6 +40,8 @@ declare const GetSavingsPlansUtilizationCommand_base: {
40
40
  * ```javascript
41
41
  * import { CostExplorerClient, GetSavingsPlansUtilizationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
42
42
  * // const { CostExplorerClient, GetSavingsPlansUtilizationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
43
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
44
+ * const config = {}; // type is CostExplorerClientConfig
43
45
  * const client = new CostExplorerClient(config);
44
46
  * const input = { // GetSavingsPlansUtilizationRequest
45
47
  * TimePeriod: { // DateInterval
@@ -44,6 +44,8 @@ declare const GetSavingsPlansUtilizationDetailsCommand_base: {
44
44
  * ```javascript
45
45
  * import { CostExplorerClient, GetSavingsPlansUtilizationDetailsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
46
46
  * // const { CostExplorerClient, GetSavingsPlansUtilizationDetailsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
47
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
48
+ * const config = {}; // type is CostExplorerClientConfig
47
49
  * const client = new CostExplorerClient(config);
48
50
  * const input = { // GetSavingsPlansUtilizationDetailsRequest
49
51
  * TimePeriod: { // DateInterval
@@ -34,6 +34,8 @@ declare const GetTagsCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetTagsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetTagsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetTagsRequest
39
41
  * SearchString: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const GetUsageForecastCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, GetUsageForecastCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, GetUsageForecastCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // GetUsageForecastRequest
39
41
  * TimePeriod: { // DateInterval
@@ -33,6 +33,8 @@ declare const ListCommitmentPurchaseAnalysesCommand_base: {
33
33
  * ```javascript
34
34
  * import { CostExplorerClient, ListCommitmentPurchaseAnalysesCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
35
35
  * // const { CostExplorerClient, ListCommitmentPurchaseAnalysesCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
36
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
37
+ * const config = {}; // type is CostExplorerClientConfig
36
38
  * const client = new CostExplorerClient(config);
37
39
  * const input = { // ListCommitmentPurchaseAnalysesRequest
38
40
  * AnalysisStatus: "SUCCEEDED" || "PROCESSING" || "FAILED",
@@ -35,6 +35,8 @@ declare const ListCostAllocationTagBackfillHistoryCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, ListCostAllocationTagBackfillHistoryCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, ListCostAllocationTagBackfillHistoryCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // ListCostAllocationTagBackfillHistoryRequest
40
42
  * NextToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListCostAllocationTagsCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, ListCostAllocationTagsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, ListCostAllocationTagsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // ListCostAllocationTagsRequest
39
41
  * Status: "Active" || "Inactive",
@@ -39,6 +39,8 @@ declare const ListCostCategoryDefinitionsCommand_base: {
39
39
  * ```javascript
40
40
  * import { CostExplorerClient, ListCostCategoryDefinitionsCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
41
41
  * // const { CostExplorerClient, ListCostCategoryDefinitionsCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
42
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
43
+ * const config = {}; // type is CostExplorerClientConfig
42
44
  * const client = new CostExplorerClient(config);
43
45
  * const input = { // ListCostCategoryDefinitionsRequest
44
46
  * EffectiveOn: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, ListSavingsPlansPurchaseRecommendationGenerationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, ListSavingsPlansPurchaseRecommendationGenerationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // ListSavingsPlansPurchaseRecommendationGenerationRequest
39
41
  * GenerationStatus: "SUCCEEDED" || "PROCESSING" || "FAILED",
@@ -34,6 +34,8 @@ declare const ListTagsForResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, ListTagsForResourceCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // ListTagsForResourceRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ProvideAnomalyFeedbackCommand_base: {
33
33
  * ```javascript
34
34
  * import { CostExplorerClient, ProvideAnomalyFeedbackCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
35
35
  * // const { CostExplorerClient, ProvideAnomalyFeedbackCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
36
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
37
+ * const config = {}; // type is CostExplorerClientConfig
36
38
  * const client = new CostExplorerClient(config);
37
39
  * const input = { // ProvideAnomalyFeedbackRequest
38
40
  * AnomalyId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const StartCommitmentPurchaseAnalysisCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, StartCommitmentPurchaseAnalysisCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, StartCommitmentPurchaseAnalysisCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // StartCommitmentPurchaseAnalysisRequest
40
42
  * CommitmentPurchaseAnalysisConfiguration: { // CommitmentPurchaseAnalysisConfiguration
@@ -36,6 +36,8 @@ declare const StartCostAllocationTagBackfillCommand_base: {
36
36
  * ```javascript
37
37
  * import { CostExplorerClient, StartCostAllocationTagBackfillCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
38
38
  * // const { CostExplorerClient, StartCostAllocationTagBackfillCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
39
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
40
+ * const config = {}; // type is CostExplorerClientConfig
39
41
  * const client = new CostExplorerClient(config);
40
42
  * const input = { // StartCostAllocationTagBackfillRequest
41
43
  * BackfillFrom: "STRING_VALUE", // required
@@ -41,6 +41,8 @@ declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
41
41
  * ```javascript
42
42
  * import { CostExplorerClient, StartSavingsPlansPurchaseRecommendationGenerationCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
43
43
  * // const { CostExplorerClient, StartSavingsPlansPurchaseRecommendationGenerationCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
44
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
45
+ * const config = {}; // type is CostExplorerClientConfig
44
46
  * const client = new CostExplorerClient(config);
45
47
  * const input = {};
46
48
  * const command = new StartSavingsPlansPurchaseRecommendationGenerationCommand(input);
@@ -39,6 +39,8 @@ declare const TagResourceCommand_base: {
39
39
  * ```javascript
40
40
  * import { CostExplorerClient, TagResourceCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
41
41
  * // const { CostExplorerClient, TagResourceCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
42
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
43
+ * const config = {}; // type is CostExplorerClientConfig
42
44
  * const client = new CostExplorerClient(config);
43
45
  * const input = { // TagResourceRequest
44
46
  * ResourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UntagResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, UntagResourceCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, UntagResourceCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // UntagResourceRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UpdateAnomalyMonitorCommand_base: {
34
34
  * ```javascript
35
35
  * import { CostExplorerClient, UpdateAnomalyMonitorCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
36
36
  * // const { CostExplorerClient, UpdateAnomalyMonitorCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
37
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
38
+ * const config = {}; // type is CostExplorerClientConfig
37
39
  * const client = new CostExplorerClient(config);
38
40
  * const input = { // UpdateAnomalyMonitorRequest
39
41
  * MonitorArn: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const UpdateAnomalySubscriptionCommand_base: {
38
38
  * ```javascript
39
39
  * import { CostExplorerClient, UpdateAnomalySubscriptionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
40
40
  * // const { CostExplorerClient, UpdateAnomalySubscriptionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
41
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
42
+ * const config = {}; // type is CostExplorerClientConfig
41
43
  * const client = new CostExplorerClient(config);
42
44
  * const input = { // UpdateAnomalySubscriptionRequest
43
45
  * SubscriptionArn: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const UpdateCostAllocationTagsStatusCommand_base: {
36
36
  * ```javascript
37
37
  * import { CostExplorerClient, UpdateCostAllocationTagsStatusCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
38
38
  * // const { CostExplorerClient, UpdateCostAllocationTagsStatusCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
39
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
40
+ * const config = {}; // type is CostExplorerClientConfig
39
41
  * const client = new CostExplorerClient(config);
40
42
  * const input = { // UpdateCostAllocationTagsStatusRequest
41
43
  * CostAllocationTagsStatus: [ // CostAllocationTagStatusList // required
@@ -35,6 +35,8 @@ declare const UpdateCostCategoryDefinitionCommand_base: {
35
35
  * ```javascript
36
36
  * import { CostExplorerClient, UpdateCostCategoryDefinitionCommand } from "@aws-sdk/client-cost-explorer"; // ES Modules import
37
37
  * // const { CostExplorerClient, UpdateCostCategoryDefinitionCommand } = require("@aws-sdk/client-cost-explorer"); // CommonJS import
38
+ * // import type { CostExplorerClientConfig } from "@aws-sdk/client-cost-explorer";
39
+ * const config = {}; // type is CostExplorerClientConfig
38
40
  * const client = new CostExplorerClient(config);
39
41
  * const input = { // UpdateCostCategoryDefinitionRequest
40
42
  * CostCategoryArn: "STRING_VALUE", // required
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-explorer",
3
3
  "description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
4
- "version": "3.889.0",
4
+ "version": "3.891.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cost-explorer",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.888.0",
29
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
+ "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.887.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.888.0",
34
- "@smithy/config-resolver": "^4.2.1",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
+ "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.1",
41
- "@smithy/middleware-retry": "^4.2.1",
40
+ "@smithy/middleware-endpoint": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.1",
44
+ "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.1",
47
+ "@smithy/smithy-client": "^4.6.2",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.1",
54
- "@smithy/util-defaults-mode-node": "^4.1.1",
55
- "@smithy/util-endpoints": "^3.1.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
54
+ "@smithy/util-defaults-mode-node": "^4.1.2",
55
+ "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },