@aws-sdk/client-cost-explorer 3.940.0 → 3.943.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/dist-cjs/index.js CHANGED
@@ -3392,6 +3392,7 @@ const PaymentOption = {
3392
3392
  };
3393
3393
  const SupportedSavingsPlansType = {
3394
3394
  COMPUTE_SP: "COMPUTE_SP",
3395
+ DATABASE_SP: "DATABASE_SP",
3395
3396
  EC2_INSTANCE_SP: "EC2_INSTANCE_SP",
3396
3397
  SAGEMAKER_SP: "SAGEMAKER_SP",
3397
3398
  };
@@ -21,6 +21,7 @@ export const PaymentOption = {
21
21
  };
22
22
  export const SupportedSavingsPlansType = {
23
23
  COMPUTE_SP: "COMPUTE_SP",
24
+ DATABASE_SP: "DATABASE_SP",
24
25
  EC2_INSTANCE_SP: "EC2_INSTANCE_SP",
25
26
  SAGEMAKER_SP: "SAGEMAKER_SP",
26
27
  };
@@ -91,7 +91,7 @@ declare const GetCommitmentPurchaseAnalysisCommand_base: {
91
91
  * // SavingsPlansToAdd: [ // SavingsPlansToAdd // required
92
92
  * // { // SavingsPlans
93
93
  * // PaymentOption: "NO_UPFRONT" || "PARTIAL_UPFRONT" || "ALL_UPFRONT" || "LIGHT_UTILIZATION" || "MEDIUM_UTILIZATION" || "HEAVY_UTILIZATION",
94
- * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP",
94
+ * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP" || "DATABASE_SP",
95
95
  * // Region: "STRING_VALUE",
96
96
  * // InstanceFamily: "STRING_VALUE",
97
97
  * // TermInYears: "ONE_YEAR" || "THREE_YEARS",
@@ -47,7 +47,7 @@ declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
47
47
  * // RecommendationDetailData: { // RecommendationDetailData
48
48
  * // AccountScope: "PAYER" || "LINKED",
49
49
  * // LookbackPeriodInDays: "SEVEN_DAYS" || "THIRTY_DAYS" || "SIXTY_DAYS",
50
- * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP",
50
+ * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP" || "DATABASE_SP",
51
51
  * // TermInYears: "ONE_YEAR" || "THREE_YEARS",
52
52
  * // PaymentOption: "NO_UPFRONT" || "PARTIAL_UPFRONT" || "ALL_UPFRONT" || "LIGHT_UTILIZATION" || "MEDIUM_UTILIZATION" || "HEAVY_UTILIZATION",
53
53
  * // AccountId: "STRING_VALUE",
@@ -40,7 +40,7 @@ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
40
40
  * const config = {}; // type is CostExplorerClientConfig
41
41
  * const client = new CostExplorerClient(config);
42
42
  * const input = { // GetSavingsPlansPurchaseRecommendationRequest
43
- * SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP", // required
43
+ * SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP" || "DATABASE_SP", // required
44
44
  * TermInYears: "ONE_YEAR" || "THREE_YEARS", // required
45
45
  * PaymentOption: "NO_UPFRONT" || "PARTIAL_UPFRONT" || "ALL_UPFRONT" || "LIGHT_UTILIZATION" || "MEDIUM_UTILIZATION" || "HEAVY_UTILIZATION", // required
46
46
  * AccountScope: "PAYER" || "LINKED",
@@ -125,7 +125,7 @@ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
125
125
  * // },
126
126
  * // SavingsPlansPurchaseRecommendation: { // SavingsPlansPurchaseRecommendation
127
127
  * // AccountScope: "PAYER" || "LINKED",
128
- * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP",
128
+ * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP" || "DATABASE_SP",
129
129
  * // TermInYears: "ONE_YEAR" || "THREE_YEARS",
130
130
  * // PaymentOption: "NO_UPFRONT" || "PARTIAL_UPFRONT" || "ALL_UPFRONT" || "LIGHT_UTILIZATION" || "MEDIUM_UTILIZATION" || "HEAVY_UTILIZATION",
131
131
  * // LookbackPeriodInDays: "SEVEN_DAYS" || "THIRTY_DAYS" || "SIXTY_DAYS",
@@ -63,7 +63,7 @@ declare const ListCommitmentPurchaseAnalysesCommand_base: {
63
63
  * // SavingsPlansToAdd: [ // SavingsPlansToAdd // required
64
64
  * // { // SavingsPlans
65
65
  * // PaymentOption: "NO_UPFRONT" || "PARTIAL_UPFRONT" || "ALL_UPFRONT" || "LIGHT_UTILIZATION" || "MEDIUM_UTILIZATION" || "HEAVY_UTILIZATION",
66
- * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP",
66
+ * // SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP" || "DATABASE_SP",
67
67
  * // Region: "STRING_VALUE",
68
68
  * // InstanceFamily: "STRING_VALUE",
69
69
  * // TermInYears: "ONE_YEAR" || "THREE_YEARS",
@@ -47,7 +47,7 @@ declare const StartCommitmentPurchaseAnalysisCommand_base: {
47
47
  * SavingsPlansToAdd: [ // SavingsPlansToAdd // required
48
48
  * { // SavingsPlans
49
49
  * PaymentOption: "NO_UPFRONT" || "PARTIAL_UPFRONT" || "ALL_UPFRONT" || "LIGHT_UTILIZATION" || "MEDIUM_UTILIZATION" || "HEAVY_UTILIZATION",
50
- * SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP",
50
+ * SavingsPlansType: "COMPUTE_SP" || "EC2_INSTANCE_SP" || "SAGEMAKER_SP" || "DATABASE_SP",
51
51
  * Region: "STRING_VALUE",
52
52
  * InstanceFamily: "STRING_VALUE",
53
53
  * TermInYears: "ONE_YEAR" || "THREE_YEARS",
@@ -57,6 +57,7 @@ export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
57
57
  */
58
58
  export declare const SupportedSavingsPlansType: {
59
59
  readonly COMPUTE_SP: "COMPUTE_SP";
60
+ readonly DATABASE_SP: "DATABASE_SP";
60
61
  readonly EC2_INSTANCE_SP: "EC2_INSTANCE_SP";
61
62
  readonly SAGEMAKER_SP: "SAGEMAKER_SP";
62
63
  };
@@ -5901,7 +5901,7 @@ export interface GetCostForecastRequest {
5901
5901
  Metric: Metric | undefined;
5902
5902
  /**
5903
5903
  * <p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code>
5904
- * forecasts or 12 months of <code>MONTHLY</code> forecasts.</p>
5904
+ * forecasts or 18 months of <code>MONTHLY</code> forecasts.</p>
5905
5905
  * <p>The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and
5906
5906
  * <code>MONTHLY</code> granularities.</p>
5907
5907
  * @public
@@ -7816,7 +7816,7 @@ export interface GetUsageForecastRequest {
7816
7816
  Metric: Metric | undefined;
7817
7817
  /**
7818
7818
  * <p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code>
7819
- * forecasts or 12 months of <code>MONTHLY</code> forecasts.</p>
7819
+ * forecasts or 18 months of <code>MONTHLY</code> forecasts.</p>
7820
7820
  * <p>The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and
7821
7821
  * <code>MONTHLY</code> granularities.</p>
7822
7822
  * @public
@@ -26,6 +26,7 @@ export declare const PaymentOption: {
26
26
  export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
27
27
  export declare const SupportedSavingsPlansType: {
28
28
  readonly COMPUTE_SP: "COMPUTE_SP";
29
+ readonly DATABASE_SP: "DATABASE_SP";
29
30
  readonly EC2_INSTANCE_SP: "EC2_INSTANCE_SP";
30
31
  readonly SAGEMAKER_SP: "SAGEMAKER_SP";
31
32
  };
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.940.0",
4
+ "version": "3.943.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,17 +20,17 @@
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.940.0",
24
- "@aws-sdk/credential-provider-node": "3.940.0",
23
+ "@aws-sdk/core": "3.943.0",
24
+ "@aws-sdk/credential-provider-node": "3.943.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
- "@aws-sdk/middleware-user-agent": "3.940.0",
28
+ "@aws-sdk/middleware-user-agent": "3.943.0",
29
29
  "@aws-sdk/region-config-resolver": "3.936.0",
30
30
  "@aws-sdk/types": "3.936.0",
31
31
  "@aws-sdk/util-endpoints": "3.936.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.936.0",
33
- "@aws-sdk/util-user-agent-node": "3.940.0",
33
+ "@aws-sdk/util-user-agent-node": "3.943.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",