@aws-sdk/client-cost-explorer 3.47.2 → 3.51.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
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cost-explorer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** update clients as of 02/04/2022 ([#3280](https://github.com/aws/aws-sdk-js-v3/issues/3280)) ([63d7f8c](https://github.com/aws/aws-sdk-js-v3/commit/63d7f8c539e0fd782fa5bf997bd6ac2730e4bfda))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-cost-explorer
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @aws-sdk/client-cost-explorer
|
|
@@ -76,6 +76,7 @@ var Dimension;
|
|
|
76
76
|
Dimension["DEPLOYMENT_OPTION"] = "DEPLOYMENT_OPTION";
|
|
77
77
|
Dimension["INSTANCE_TYPE"] = "INSTANCE_TYPE";
|
|
78
78
|
Dimension["INSTANCE_TYPE_FAMILY"] = "INSTANCE_TYPE_FAMILY";
|
|
79
|
+
Dimension["INVOICING_ENTITY"] = "INVOICING_ENTITY";
|
|
79
80
|
Dimension["LEGAL_ENTITY_NAME"] = "LEGAL_ENTITY_NAME";
|
|
80
81
|
Dimension["LINKED_ACCOUNT"] = "LINKED_ACCOUNT";
|
|
81
82
|
Dimension["LINKED_ACCOUNT_NAME"] = "LINKED_ACCOUNT_NAME";
|
|
@@ -59,6 +59,7 @@ export var Dimension;
|
|
|
59
59
|
Dimension["DEPLOYMENT_OPTION"] = "DEPLOYMENT_OPTION";
|
|
60
60
|
Dimension["INSTANCE_TYPE"] = "INSTANCE_TYPE";
|
|
61
61
|
Dimension["INSTANCE_TYPE_FAMILY"] = "INSTANCE_TYPE_FAMILY";
|
|
62
|
+
Dimension["INVOICING_ENTITY"] = "INVOICING_ENTITY";
|
|
62
63
|
Dimension["LEGAL_ENTITY_NAME"] = "LEGAL_ENTITY_NAME";
|
|
63
64
|
Dimension["LINKED_ACCOUNT"] = "LINKED_ACCOUNT";
|
|
64
65
|
Dimension["LINKED_ACCOUNT_NAME"] = "LINKED_ACCOUNT_NAME";
|
|
@@ -198,6 +198,7 @@ export declare enum Dimension {
|
|
|
198
198
|
DEPLOYMENT_OPTION = "DEPLOYMENT_OPTION",
|
|
199
199
|
INSTANCE_TYPE = "INSTANCE_TYPE",
|
|
200
200
|
INSTANCE_TYPE_FAMILY = "INSTANCE_TYPE_FAMILY",
|
|
201
|
+
INVOICING_ENTITY = "INVOICING_ENTITY",
|
|
201
202
|
LEGAL_ENTITY_NAME = "LEGAL_ENTITY_NAME",
|
|
202
203
|
LINKED_ACCOUNT = "LINKED_ACCOUNT",
|
|
203
204
|
LINKED_ACCOUNT_NAME = "LINKED_ACCOUNT_NAME",
|
|
@@ -1632,7 +1633,7 @@ export declare namespace ElastiCacheInstanceDetails {
|
|
|
1632
1633
|
const filterSensitiveLog: (obj: ElastiCacheInstanceDetails) => any;
|
|
1633
1634
|
}
|
|
1634
1635
|
/**
|
|
1635
|
-
* <p>Details about the Amazon
|
|
1636
|
+
* <p>Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends that you
|
|
1636
1637
|
* purchase.</p>
|
|
1637
1638
|
*/
|
|
1638
1639
|
export interface ESInstanceDetails {
|
|
@@ -1767,7 +1768,7 @@ export interface InstanceDetails {
|
|
|
1767
1768
|
*/
|
|
1768
1769
|
ElastiCacheInstanceDetails?: ElastiCacheInstanceDetails;
|
|
1769
1770
|
/**
|
|
1770
|
-
* <p>The Amazon
|
|
1771
|
+
* <p>The Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.</p>
|
|
1771
1772
|
*/
|
|
1772
1773
|
ESInstanceDetails?: ESInstanceDetails;
|
|
1773
1774
|
}
|
|
@@ -3746,6 +3747,8 @@ export interface GetCostAndUsageRequest {
|
|
|
3746
3747
|
* and get the costs that are associated with that account's usage of that service. You can nest <code>Expression</code> objects
|
|
3747
3748
|
* to define any combination of dimension filters. For more information, see
|
|
3748
3749
|
* <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>. </p>
|
|
3750
|
+
* <p>Valid values for <code>MatchOptions</code> for <code>CostCategories</code> and <code>Tags</code> are <code>EQUALS</code>, <code>ABSENT</code>, and <code>CASE_SENSITIVE</code>.</p>
|
|
3751
|
+
* <p>The default values are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. Valid values for <code>MatchOptions</code> for <code>Dimensions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>
|
|
3749
3752
|
*/
|
|
3750
3753
|
Filter?: Expression;
|
|
3751
3754
|
/**
|
|
@@ -3769,7 +3772,7 @@ export interface GetCostAndUsageRequest {
|
|
|
3769
3772
|
/**
|
|
3770
3773
|
* <p>You can group Amazon Web Services costs using up to two different groups, either dimensions, tag keys,
|
|
3771
3774
|
* cost categories, or any two group by types.</p>
|
|
3772
|
-
* <p>Valid values for the <code>DIMENSION</code> type are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>,
|
|
3775
|
+
* <p>Valid values for the <code>DIMENSION</code> type are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>INVOICING_ENTITY</code>, <code>LINKED_ACCOUNT</code>,
|
|
3773
3776
|
* <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>,
|
|
3774
3777
|
* <code>TENANCY</code>, <code>RECORD_TYPE</code>, and <code>USAGE_TYPE</code>.</p>
|
|
3775
3778
|
* <p>When you group by the <code>TAG</code> type and include a valid tag key, you get all tag values, including empty strings.</p>
|
|
@@ -3806,6 +3809,8 @@ export interface GetCostAndUsageWithResourcesRequest {
|
|
|
3806
3809
|
* <p>The <code>GetCostAndUsageWithResources</code> operation requires that you either group by or filter by a
|
|
3807
3810
|
* <code>ResourceId</code>. It requires the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>
|
|
3808
3811
|
* <code>"SERVICE = Amazon Elastic Compute Cloud - Compute"</code> in the filter.</p>
|
|
3812
|
+
* <p>Valid values for <code>MatchOptions</code> for <code>CostCategories</code> and <code>Tags</code> are <code>EQUALS</code>, <code>ABSENT</code>, and <code>CASE_SENSITIVE</code>.</p>
|
|
3813
|
+
* <p>The default values are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. Valid values for <code>MatchOptions</code> for <code>Dimensions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>
|
|
3809
3814
|
*/
|
|
3810
3815
|
Filter: Expression | undefined;
|
|
3811
3816
|
/**
|
|
@@ -4177,12 +4182,30 @@ export interface GetDimensionValuesRequest {
|
|
|
4177
4182
|
* <p>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</p>
|
|
4178
4183
|
* </li>
|
|
4179
4184
|
* <li>
|
|
4185
|
+
* <p>BILLING_ENTITY - The Amazon Web Services seller that your account is with. Possible values are the following:</p>
|
|
4186
|
+
* <p>- Amazon Web Services(Amazon Web Services): The entity that sells Amazon Web Services services.</p>
|
|
4187
|
+
* <p>- AISPL (Amazon Internet Services Pvt. Ltd.): The local Indian entity that is an acting reseller for Amazon Web Services services in India.</p>
|
|
4188
|
+
* <p>- Amazon Web Services Marketplace: The entity that supports the sale of solutions built on Amazon Web Services by third-party software providers.</p>
|
|
4189
|
+
* </li>
|
|
4190
|
+
* <li>
|
|
4191
|
+
* <p>CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.</p>
|
|
4192
|
+
* </li>
|
|
4193
|
+
* <li>
|
|
4194
|
+
* <p>DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are <code>SingleAZ</code> and <code>MultiAZ</code>.</p>
|
|
4195
|
+
* </li>
|
|
4196
|
+
* <li>
|
|
4180
4197
|
* <p>DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL.</p>
|
|
4181
4198
|
* </li>
|
|
4182
4199
|
* <li>
|
|
4183
4200
|
* <p>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</p>
|
|
4184
4201
|
* </li>
|
|
4185
4202
|
* <li>
|
|
4203
|
+
* <p>INSTANCE_TYPE_FAMILY - A family of instance types optimized to fit different use cases. Examples are <code>Compute Optimized</code> (<code>C4</code>, <code>C5</code>, <code>C6g</code>, <code>C7g</code> etc.), <code>Memory Optimization</code> (<code>R4</code>, <code>R5n</code>, <code>R5b</code>, <code>R6g</code> etc).</p>
|
|
4204
|
+
* </li>
|
|
4205
|
+
* <li>
|
|
4206
|
+
* <p>INVOICING_ENTITY - The name of the entity issuing the Amazon Web Services invoice.</p>
|
|
4207
|
+
* </li>
|
|
4208
|
+
* <li>
|
|
4186
4209
|
* <p>LEGAL_ENTITY_NAME - The name of the organization that sells you Amazon Web Services services, such as Amazon Web Services.</p>
|
|
4187
4210
|
* </li>
|
|
4188
4211
|
* <li>
|
|
@@ -4203,9 +4226,21 @@ export interface GetDimensionValuesRequest {
|
|
|
4203
4226
|
* Instances and Standard Reserved Instances.</p>
|
|
4204
4227
|
* </li>
|
|
4205
4228
|
* <li>
|
|
4229
|
+
* <p>RESERVATION_ID - The unique identifier for an Amazon Web Services Reservation Instance.</p>
|
|
4230
|
+
* </li>
|
|
4231
|
+
* <li>
|
|
4232
|
+
* <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plans.</p>
|
|
4233
|
+
* </li>
|
|
4234
|
+
* <li>
|
|
4235
|
+
* <p>SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute).</p>
|
|
4236
|
+
* </li>
|
|
4237
|
+
* <li>
|
|
4206
4238
|
* <p>SERVICE - The Amazon Web Services service such as Amazon DynamoDB.</p>
|
|
4207
4239
|
* </li>
|
|
4208
4240
|
* <li>
|
|
4241
|
+
* <p>TENANCY - The tenancy of a resource. Examples are shared or dedicated.</p>
|
|
4242
|
+
* </li>
|
|
4243
|
+
* <li>
|
|
4209
4244
|
* <p>USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the <code>GetDimensionValues</code> operation
|
|
4210
4245
|
* includes a unit attribute. Examples include GB and Hrs.</p>
|
|
4211
4246
|
* </li>
|
|
@@ -4277,7 +4312,7 @@ export interface GetDimensionValuesRequest {
|
|
|
4277
4312
|
* field contains the Amazon Web Services ID of the member account.</p>
|
|
4278
4313
|
* </li>
|
|
4279
4314
|
* <li>
|
|
4280
|
-
* <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings
|
|
4315
|
+
* <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plans.</p>
|
|
4281
4316
|
* </li>
|
|
4282
4317
|
* </ul>
|
|
4283
4318
|
*/
|
|
@@ -4429,6 +4464,9 @@ export interface GetReservationCoverageRequest {
|
|
|
4429
4464
|
* <p>INSTANCE_TYPE</p>
|
|
4430
4465
|
* </li>
|
|
4431
4466
|
* <li>
|
|
4467
|
+
* <p>INVOICING_ENTITY</p>
|
|
4468
|
+
* </li>
|
|
4469
|
+
* <li>
|
|
4432
4470
|
* <p>LINKED_ACCOUNT</p>
|
|
4433
4471
|
* </li>
|
|
4434
4472
|
* <li>
|
|
@@ -116,6 +116,7 @@ export declare enum Dimension {
|
|
|
116
116
|
DEPLOYMENT_OPTION = "DEPLOYMENT_OPTION",
|
|
117
117
|
INSTANCE_TYPE = "INSTANCE_TYPE",
|
|
118
118
|
INSTANCE_TYPE_FAMILY = "INSTANCE_TYPE_FAMILY",
|
|
119
|
+
INVOICING_ENTITY = "INVOICING_ENTITY",
|
|
119
120
|
LEGAL_ENTITY_NAME = "LEGAL_ENTITY_NAME",
|
|
120
121
|
LINKED_ACCOUNT = "LINKED_ACCOUNT",
|
|
121
122
|
LINKED_ACCOUNT_NAME = "LINKED_ACCOUNT_NAME",
|
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.51.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,41 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.51.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.51.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.51.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.51.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.51.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.51.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.51.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
-
"@
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
55
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
|
+
"@types/node": "^12.7.5",
|
|
57
|
+
"concurrently": "7.0.0",
|
|
58
|
+
"downlevel-dts": "0.7.0",
|
|
59
|
+
"rimraf": "3.0.2",
|
|
60
|
+
"typedoc": "0.19.2",
|
|
61
|
+
"typescript": "~4.3.5"
|
|
56
62
|
},
|
|
57
63
|
"engines": {
|
|
58
64
|
"node": ">=12.0.0"
|