Skip to content

Commit 030a718

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-07-12
1 parent a02b73f commit 030a718

File tree

2 files changed

+134
-2
lines changed
  • clients/client-appconfig/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+134
-2
lines changed

clients/client-appconfig/src/endpoints.ts

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22
import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver";
33
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";
44

5-
const regionHash: RegionHash = {};
5+
const regionHash: RegionHash = {
6+
"us-gov-east-1": {
7+
variants: [
8+
{
9+
hostname: "appconfig.us-gov-east-1.amazonaws.com",
10+
tags: ["fips"],
11+
},
12+
],
13+
},
14+
"us-gov-west-1": {
15+
variants: [
16+
{
17+
hostname: "appconfig.us-gov-west-1.amazonaws.com",
18+
tags: ["fips"],
19+
},
20+
],
21+
},
22+
};
623

724
const partitionHash: PartitionHash = {
825
aws: {
@@ -101,7 +118,7 @@ const partitionHash: PartitionHash = {
101118
],
102119
},
103120
"aws-us-gov": {
104-
regions: ["us-gov-east-1", "us-gov-west-1"],
121+
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
105122
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
106123
variants: [
107124
{

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,32 @@
12501250
"us-west-2": {}
12511251
}
12521252
},
1253+
"appconfig": {
1254+
"endpoints": {
1255+
"af-south-1": {},
1256+
"ap-east-1": {},
1257+
"ap-northeast-1": {},
1258+
"ap-northeast-2": {},
1259+
"ap-northeast-3": {},
1260+
"ap-south-1": {},
1261+
"ap-southeast-1": {},
1262+
"ap-southeast-2": {},
1263+
"ap-southeast-3": {},
1264+
"ca-central-1": {},
1265+
"eu-central-1": {},
1266+
"eu-north-1": {},
1267+
"eu-south-1": {},
1268+
"eu-west-1": {},
1269+
"eu-west-2": {},
1270+
"eu-west-3": {},
1271+
"me-south-1": {},
1272+
"sa-east-1": {},
1273+
"us-east-1": {},
1274+
"us-east-2": {},
1275+
"us-west-1": {},
1276+
"us-west-2": {}
1277+
}
1278+
},
12531279
"appconfigdata": {
12541280
"endpoints": {
12551281
"af-south-1": {},
@@ -3858,6 +3884,32 @@
38583884
"us-west-2": {}
38593885
}
38603886
},
3887+
"dlm": {
3888+
"endpoints": {
3889+
"af-south-1": {},
3890+
"ap-east-1": {},
3891+
"ap-northeast-1": {},
3892+
"ap-northeast-2": {},
3893+
"ap-northeast-3": {},
3894+
"ap-south-1": {},
3895+
"ap-southeast-1": {},
3896+
"ap-southeast-2": {},
3897+
"ap-southeast-3": {},
3898+
"ca-central-1": {},
3899+
"eu-central-1": {},
3900+
"eu-north-1": {},
3901+
"eu-south-1": {},
3902+
"eu-west-1": {},
3903+
"eu-west-2": {},
3904+
"eu-west-3": {},
3905+
"me-south-1": {},
3906+
"sa-east-1": {},
3907+
"us-east-1": {},
3908+
"us-east-2": {},
3909+
"us-west-1": {},
3910+
"us-west-2": {}
3911+
}
3912+
},
38613913
"dms": {
38623914
"endpoints": {
38633915
"af-south-1": {},
@@ -15558,6 +15610,12 @@
1555815610
"cn-northwest-1": {}
1555915611
}
1556015612
},
15613+
"appconfig": {
15614+
"endpoints": {
15615+
"cn-north-1": {},
15616+
"cn-northwest-1": {}
15617+
}
15618+
},
1556115619
"appconfigdata": {
1556215620
"endpoints": {
1556315621
"cn-north-1": {},
@@ -15800,6 +15858,12 @@
1580015858
"cn-northwest-1": {}
1580115859
}
1580215860
},
15861+
"dlm": {
15862+
"endpoints": {
15863+
"cn-north-1": {},
15864+
"cn-northwest-1": {}
15865+
}
15866+
},
1580315867
"dms": {
1580415868
"endpoints": {
1580515869
"cn-north-1": {},
@@ -16951,6 +17015,40 @@
1695117015
"us-gov-west-1": {}
1695217016
}
1695317017
},
17018+
"appconfig": {
17019+
"endpoints": {
17020+
"fips-us-gov-east-1": {
17021+
"credentialScope": {
17022+
"region": "us-gov-east-1"
17023+
},
17024+
"deprecated": true,
17025+
"hostname": "appconfig.us-gov-east-1.amazonaws.com"
17026+
},
17027+
"fips-us-gov-west-1": {
17028+
"credentialScope": {
17029+
"region": "us-gov-west-1"
17030+
},
17031+
"deprecated": true,
17032+
"hostname": "appconfig.us-gov-west-1.amazonaws.com"
17033+
},
17034+
"us-gov-east-1": {
17035+
"variants": [
17036+
{
17037+
"hostname": "appconfig.us-gov-east-1.amazonaws.com",
17038+
"tags": ["fips"]
17039+
}
17040+
]
17041+
},
17042+
"us-gov-west-1": {
17043+
"variants": [
17044+
{
17045+
"hostname": "appconfig.us-gov-west-1.amazonaws.com",
17046+
"tags": ["fips"]
17047+
}
17048+
]
17049+
}
17050+
}
17051+
},
1695417052
"appconfigdata": {
1695517053
"endpoints": {
1695617054
"us-gov-east-1": {},
@@ -17665,6 +17763,12 @@
1766517763
}
1766617764
}
1766717765
},
17766+
"dlm": {
17767+
"endpoints": {
17768+
"us-gov-east-1": {},
17769+
"us-gov-west-1": {}
17770+
}
17771+
},
1766817772
"dms": {
1766917773
"defaults": {
1767017774
"variants": [
@@ -20709,6 +20813,12 @@
2070920813
"us-iso-east-1": {}
2071020814
}
2071120815
},
20816+
"appconfig": {
20817+
"endpoints": {
20818+
"us-iso-east-1": {},
20819+
"us-iso-west-1": {}
20820+
}
20821+
},
2071220822
"appconfigdata": {
2071320823
"endpoints": {
2071420824
"us-iso-west-1": {}
@@ -21233,6 +21343,11 @@
2123321343
}
2123421344
}
2123521345
},
21346+
"appconfig": {
21347+
"endpoints": {
21348+
"us-isob-east-1": {}
21349+
}
21350+
},
2123621351
"application-autoscaling": {
2123721352
"defaults": {
2123821353
"protocols": ["http", "https"]

0 commit comments

Comments
 (0)