Skip to content

Commit 48d1751

Browse files
author
awstools
committed
feat(client-cost-and-usage-report-service): This release adds two new support regions(me-central-1/eu-south-2) for OSG.
1 parent 0a4f5fd commit 48d1751

File tree

2 files changed

+275
-186
lines changed

2 files changed

+275
-186
lines changed

Diff for: clients/client-cost-and-usage-report-service/src/models/models_0.ts

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export enum AWSRegion {
120120
FRANKFURT = "eu-central-1",
121121
HONG_KONG = "ap-east-1",
122122
IRELAND = "eu-west-1",
123+
JAKARTA = "ap-southeast-3",
123124
LONDON = "eu-west-2",
124125
MILANO = "eu-south-1",
125126
MUMBAI = "ap-south-1",
@@ -132,9 +133,11 @@ export enum AWSRegion {
132133
SAO_PAULO = "sa-east-1",
133134
SEOUL = "ap-northeast-2",
134135
SINGAPORE = "ap-southeast-1",
136+
SPAIN = "eu-south-2",
135137
STOCKHOLM = "eu-north-1",
136138
SYDNEY = "ap-southeast-2",
137139
TOKYO = "ap-northeast-1",
140+
UAE = "me-central-1",
138141
US_STANDARD = "us-east-1",
139142
}
140143

0 commit comments

Comments
 (0)