@aws-sdk/client-cost-and-usage-report-service 3.178.0 → 3.179.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,17 @@
|
|
|
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.179.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.178.0...v3.179.0) (2022-09-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-cost-and-usage-report-service:** This release adds two new support regions(me-central-1/eu-south-2) for OSG. ([48d1751](https://github.com/aws/aws-sdk-js-v3/commit/48d1751acce27a850ba595632c4249cf554362d5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-cost-and-usage-report-service
|
|
@@ -65,6 +65,7 @@ var AWSRegion;
|
|
|
65
65
|
AWSRegion["FRANKFURT"] = "eu-central-1";
|
|
66
66
|
AWSRegion["HONG_KONG"] = "ap-east-1";
|
|
67
67
|
AWSRegion["IRELAND"] = "eu-west-1";
|
|
68
|
+
AWSRegion["JAKARTA"] = "ap-southeast-3";
|
|
68
69
|
AWSRegion["LONDON"] = "eu-west-2";
|
|
69
70
|
AWSRegion["MILANO"] = "eu-south-1";
|
|
70
71
|
AWSRegion["MUMBAI"] = "ap-south-1";
|
|
@@ -77,9 +78,11 @@ var AWSRegion;
|
|
|
77
78
|
AWSRegion["SAO_PAULO"] = "sa-east-1";
|
|
78
79
|
AWSRegion["SEOUL"] = "ap-northeast-2";
|
|
79
80
|
AWSRegion["SINGAPORE"] = "ap-southeast-1";
|
|
81
|
+
AWSRegion["SPAIN"] = "eu-south-2";
|
|
80
82
|
AWSRegion["STOCKHOLM"] = "eu-north-1";
|
|
81
83
|
AWSRegion["SYDNEY"] = "ap-southeast-2";
|
|
82
84
|
AWSRegion["TOKYO"] = "ap-northeast-1";
|
|
85
|
+
AWSRegion["UAE"] = "me-central-1";
|
|
83
86
|
AWSRegion["US_STANDARD"] = "us-east-1";
|
|
84
87
|
})(AWSRegion = exports.AWSRegion || (exports.AWSRegion = {}));
|
|
85
88
|
var TimeUnit;
|
|
@@ -61,6 +61,7 @@ export var AWSRegion;
|
|
|
61
61
|
AWSRegion["FRANKFURT"] = "eu-central-1";
|
|
62
62
|
AWSRegion["HONG_KONG"] = "ap-east-1";
|
|
63
63
|
AWSRegion["IRELAND"] = "eu-west-1";
|
|
64
|
+
AWSRegion["JAKARTA"] = "ap-southeast-3";
|
|
64
65
|
AWSRegion["LONDON"] = "eu-west-2";
|
|
65
66
|
AWSRegion["MILANO"] = "eu-south-1";
|
|
66
67
|
AWSRegion["MUMBAI"] = "ap-south-1";
|
|
@@ -73,9 +74,11 @@ export var AWSRegion;
|
|
|
73
74
|
AWSRegion["SAO_PAULO"] = "sa-east-1";
|
|
74
75
|
AWSRegion["SEOUL"] = "ap-northeast-2";
|
|
75
76
|
AWSRegion["SINGAPORE"] = "ap-southeast-1";
|
|
77
|
+
AWSRegion["SPAIN"] = "eu-south-2";
|
|
76
78
|
AWSRegion["STOCKHOLM"] = "eu-north-1";
|
|
77
79
|
AWSRegion["SYDNEY"] = "ap-southeast-2";
|
|
78
80
|
AWSRegion["TOKYO"] = "ap-northeast-1";
|
|
81
|
+
AWSRegion["UAE"] = "me-central-1";
|
|
79
82
|
AWSRegion["US_STANDARD"] = "us-east-1";
|
|
80
83
|
})(AWSRegion || (AWSRegion = {}));
|
|
81
84
|
export var TimeUnit;
|
|
@@ -90,6 +90,7 @@ export declare enum AWSRegion {
|
|
|
90
90
|
FRANKFURT = "eu-central-1",
|
|
91
91
|
HONG_KONG = "ap-east-1",
|
|
92
92
|
IRELAND = "eu-west-1",
|
|
93
|
+
JAKARTA = "ap-southeast-3",
|
|
93
94
|
LONDON = "eu-west-2",
|
|
94
95
|
MILANO = "eu-south-1",
|
|
95
96
|
MUMBAI = "ap-south-1",
|
|
@@ -102,9 +103,11 @@ export declare enum AWSRegion {
|
|
|
102
103
|
SAO_PAULO = "sa-east-1",
|
|
103
104
|
SEOUL = "ap-northeast-2",
|
|
104
105
|
SINGAPORE = "ap-southeast-1",
|
|
106
|
+
SPAIN = "eu-south-2",
|
|
105
107
|
STOCKHOLM = "eu-north-1",
|
|
106
108
|
SYDNEY = "ap-southeast-2",
|
|
107
109
|
TOKYO = "ap-northeast-1",
|
|
110
|
+
UAE = "me-central-1",
|
|
108
111
|
US_STANDARD = "us-east-1"
|
|
109
112
|
}
|
|
110
113
|
export declare enum TimeUnit {
|
|
@@ -55,6 +55,7 @@ export declare enum AWSRegion {
|
|
|
55
55
|
FRANKFURT = "eu-central-1",
|
|
56
56
|
HONG_KONG = "ap-east-1",
|
|
57
57
|
IRELAND = "eu-west-1",
|
|
58
|
+
JAKARTA = "ap-southeast-3",
|
|
58
59
|
LONDON = "eu-west-2",
|
|
59
60
|
MILANO = "eu-south-1",
|
|
60
61
|
MUMBAI = "ap-south-1",
|
|
@@ -67,9 +68,11 @@ export declare enum AWSRegion {
|
|
|
67
68
|
SAO_PAULO = "sa-east-1",
|
|
68
69
|
SEOUL = "ap-northeast-2",
|
|
69
70
|
SINGAPORE = "ap-southeast-1",
|
|
71
|
+
SPAIN = "eu-south-2",
|
|
70
72
|
STOCKHOLM = "eu-north-1",
|
|
71
73
|
SYDNEY = "ap-southeast-2",
|
|
72
74
|
TOKYO = "ap-northeast-1",
|
|
75
|
+
UAE = "me-central-1",
|
|
73
76
|
US_STANDARD = "us-east-1",
|
|
74
77
|
}
|
|
75
78
|
export declare enum TimeUnit {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-and-usage-report-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost And Usage Report Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.179.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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.179.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
24
|
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
32
|
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
33
|
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.179.0",
|
|
35
35
|
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
36
|
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
37
|
"@aws-sdk/node-config-provider": "3.178.0",
|