@aws-sdk/client-cost-explorer 3.554.0 → 3.561.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.
|
@@ -30,8 +30,10 @@ declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
|
30
30
|
* cost and usage-related metric, such as <code>BlendedCosts</code> or
|
|
31
31
|
* <code>UsageQuantity</code>, that you want the request to return. You can also filter and group
|
|
32
32
|
* your data by various dimensions, such as <code>SERVICE</code> or <code>AZ</code>, in a
|
|
33
|
-
* specific time range. For a complete list of valid dimensions, see the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html">GetDimensionValues</a> operation. Management account in an organization in Organizations have access to all member accounts
|
|
34
|
-
*
|
|
33
|
+
* specific time range. For a complete list of valid dimensions, see the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html">GetDimensionValues</a> operation. Management account in an organization in Organizations have access to all member accounts.</p>
|
|
34
|
+
* <p>Hourly granularity is only available for EC2-Instances (Elastic Compute Cloud)
|
|
35
|
+
* resource-level data. All other resource-level data is available at daily
|
|
36
|
+
* granularity.</p>
|
|
35
37
|
* <note>
|
|
36
38
|
* <p>This is an opt-in only feature. You can enable this feature from the Cost Explorer
|
|
37
39
|
* Settings page. For information about how to access the Settings page, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-access.html">Controlling
|
|
@@ -136,6 +136,7 @@ declare const GetReservationPurchaseRecommendationCommand_base: {
|
|
|
136
136
|
* // Metadata: { // ReservationPurchaseRecommendationMetadata
|
|
137
137
|
* // RecommendationId: "STRING_VALUE",
|
|
138
138
|
* // GenerationTimestamp: "STRING_VALUE",
|
|
139
|
+
* // AdditionalMetadata: "STRING_VALUE",
|
|
139
140
|
* // },
|
|
140
141
|
* // Recommendations: [ // ReservationPurchaseRecommendations
|
|
141
142
|
* // { // ReservationPurchaseRecommendation
|
|
@@ -1766,20 +1766,26 @@ export declare const TermInYears: {
|
|
|
1766
1766
|
*/
|
|
1767
1767
|
export type TermInYears = (typeof TermInYears)[keyof typeof TermInYears];
|
|
1768
1768
|
/**
|
|
1769
|
-
* <p>Information about
|
|
1769
|
+
* <p>Information about a recommendation, such as the timestamp for when Amazon Web Services
|
|
1770
|
+
* made a specific recommendation.</p>
|
|
1770
1771
|
* @public
|
|
1771
1772
|
*/
|
|
1772
1773
|
export interface ReservationPurchaseRecommendationMetadata {
|
|
1773
1774
|
/**
|
|
1774
|
-
* <p>The ID for
|
|
1775
|
+
* <p>The ID for the recommendation.</p>
|
|
1775
1776
|
* @public
|
|
1776
1777
|
*/
|
|
1777
1778
|
RecommendationId?: string;
|
|
1778
1779
|
/**
|
|
1779
|
-
* <p>The timestamp for when Amazon Web Services made
|
|
1780
|
+
* <p>The timestamp for when Amazon Web Services made the recommendation.</p>
|
|
1780
1781
|
* @public
|
|
1781
1782
|
*/
|
|
1782
1783
|
GenerationTimestamp?: string;
|
|
1784
|
+
/**
|
|
1785
|
+
* <p>Additional metadata that might be applicable to the recommendation.</p>
|
|
1786
|
+
* @public
|
|
1787
|
+
*/
|
|
1788
|
+
AdditionalMetadata?: string;
|
|
1783
1789
|
}
|
|
1784
1790
|
/**
|
|
1785
1791
|
* <p>Details about the Amazon EC2 reservations that Amazon Web Services recommends that you
|
|
@@ -2478,23 +2484,23 @@ export interface RightsizingRecommendationConfiguration {
|
|
|
2478
2484
|
BenefitsConsidered: boolean | undefined;
|
|
2479
2485
|
}
|
|
2480
2486
|
/**
|
|
2481
|
-
* <p>Metadata for
|
|
2487
|
+
* <p>Metadata for a recommendation set.</p>
|
|
2482
2488
|
* @public
|
|
2483
2489
|
*/
|
|
2484
2490
|
export interface RightsizingRecommendationMetadata {
|
|
2485
2491
|
/**
|
|
2486
|
-
* <p>The ID for
|
|
2492
|
+
* <p>The ID for the recommendation.</p>
|
|
2487
2493
|
* @public
|
|
2488
2494
|
*/
|
|
2489
2495
|
RecommendationId?: string;
|
|
2490
2496
|
/**
|
|
2491
|
-
* <p>The timestamp for when Amazon Web Services made
|
|
2497
|
+
* <p>The timestamp for when Amazon Web Services made the recommendation.</p>
|
|
2492
2498
|
* @public
|
|
2493
2499
|
*/
|
|
2494
2500
|
GenerationTimestamp?: string;
|
|
2495
2501
|
/**
|
|
2496
|
-
* <p>The number of days of previous usage that Amazon Web Services considers when making
|
|
2497
|
-
*
|
|
2502
|
+
* <p>The number of days of previous usage that Amazon Web Services considers when making the
|
|
2503
|
+
* recommendation.</p>
|
|
2498
2504
|
* @public
|
|
2499
2505
|
*/
|
|
2500
2506
|
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
@@ -528,6 +528,7 @@ export type TermInYears = (typeof TermInYears)[keyof typeof TermInYears];
|
|
|
528
528
|
export interface ReservationPurchaseRecommendationMetadata {
|
|
529
529
|
RecommendationId?: string;
|
|
530
530
|
GenerationTimestamp?: string;
|
|
531
|
+
AdditionalMetadata?: string;
|
|
531
532
|
}
|
|
532
533
|
export interface EC2InstanceDetails {
|
|
533
534
|
Family?: string;
|
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.
|
|
4
|
+
"version": "3.561.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,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.556.0",
|
|
24
|
+
"@aws-sdk/core": "3.556.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.556.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|