We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4f5fd commit 48d1751Copy full SHA for 48d1751
clients/client-cost-and-usage-report-service/src/models/models_0.ts
@@ -120,6 +120,7 @@ export enum AWSRegion {
120
FRANKFURT = "eu-central-1",
121
HONG_KONG = "ap-east-1",
122
IRELAND = "eu-west-1",
123
+ JAKARTA = "ap-southeast-3",
124
LONDON = "eu-west-2",
125
MILANO = "eu-south-1",
126
MUMBAI = "ap-south-1",
@@ -132,9 +133,11 @@ export enum AWSRegion {
132
133
SAO_PAULO = "sa-east-1",
134
SEOUL = "ap-northeast-2",
135
SINGAPORE = "ap-southeast-1",
136
+ SPAIN = "eu-south-2",
137
STOCKHOLM = "eu-north-1",
138
SYDNEY = "ap-southeast-2",
139
TOKYO = "ap-northeast-1",
140
+ UAE = "me-central-1",
141
US_STANDARD = "us-east-1",
142
}
143
0 commit comments