Skip to content

Commit b078874

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-06-29
1 parent ba28895 commit b078874

File tree

4 files changed

+121
-2
lines changed

4 files changed

+121
-2
lines changed

clients/client-iotdeviceadvisor/src/endpoints.ts

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,44 @@
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+
"ap-northeast-1": {
7+
variants: [
8+
{
9+
hostname: "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com",
10+
tags: [],
11+
},
12+
],
13+
signingRegion: "ap-northeast-1",
14+
},
15+
"eu-west-1": {
16+
variants: [
17+
{
18+
hostname: "api.iotdeviceadvisor.eu-west-1.amazonaws.com",
19+
tags: [],
20+
},
21+
],
22+
signingRegion: "eu-west-1",
23+
},
24+
"us-east-1": {
25+
variants: [
26+
{
27+
hostname: "api.iotdeviceadvisor.us-east-1.amazonaws.com",
28+
tags: [],
29+
},
30+
],
31+
signingRegion: "us-east-1",
32+
},
33+
"us-west-2": {
34+
variants: [
35+
{
36+
hostname: "api.iotdeviceadvisor.us-west-2.amazonaws.com",
37+
tags: [],
38+
},
39+
],
40+
signingRegion: "us-west-2",
41+
},
42+
};
643

744
const partitionHash: PartitionHash = {
845
aws: {

clients/client-lakeformation/src/endpoints.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ const regionHash: RegionHash = {
1919
},
2020
],
2121
},
22+
"us-gov-east-1": {
23+
variants: [
24+
{
25+
hostname: "lakeformation-fips.us-gov-east-1.amazonaws.com",
26+
tags: ["fips"],
27+
},
28+
],
29+
},
2230
"us-gov-west-1": {
2331
variants: [
2432
{
@@ -146,7 +154,7 @@ const partitionHash: PartitionHash = {
146154
],
147155
},
148156
"aws-us-gov": {
149-
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
157+
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
150158
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
151159
variants: [
152160
{

clients/client-sso-oidc/src/endpoints.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ const regionHash: RegionHash = {
8484
],
8585
signingRegion: "eu-north-1",
8686
},
87+
"eu-south-1": {
88+
variants: [
89+
{
90+
hostname: "oidc.eu-south-1.amazonaws.com",
91+
tags: [],
92+
},
93+
],
94+
signingRegion: "eu-south-1",
95+
},
8796
"eu-west-1": {
8897
variants: [
8998
{

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

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,34 @@
933933
}
934934
}
935935
},
936+
"api.iotdeviceadvisor": {
937+
"endpoints": {
938+
"ap-northeast-1": {
939+
"credentialScope": {
940+
"region": "ap-northeast-1"
941+
},
942+
"hostname": "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com"
943+
},
944+
"eu-west-1": {
945+
"credentialScope": {
946+
"region": "eu-west-1"
947+
},
948+
"hostname": "api.iotdeviceadvisor.eu-west-1.amazonaws.com"
949+
},
950+
"us-east-1": {
951+
"credentialScope": {
952+
"region": "us-east-1"
953+
},
954+
"hostname": "api.iotdeviceadvisor.us-east-1.amazonaws.com"
955+
},
956+
"us-west-2": {
957+
"credentialScope": {
958+
"region": "us-west-2"
959+
},
960+
"hostname": "api.iotdeviceadvisor.us-west-2.amazonaws.com"
961+
}
962+
}
963+
},
936964
"api.iotwireless": {
937965
"endpoints": {
938966
"ap-northeast-1": {
@@ -2376,6 +2404,7 @@
23762404
"ap-south-1": {},
23772405
"ap-southeast-1": {},
23782406
"ap-southeast-2": {},
2407+
"ap-southeast-3": {},
23792408
"ca-central-1": {},
23802409
"eu-central-1": {},
23812410
"eu-north-1": {},
@@ -9726,6 +9755,12 @@
97269755
},
97279756
"hostname": "oidc.eu-north-1.amazonaws.com"
97289757
},
9758+
"eu-south-1": {
9759+
"credentialScope": {
9760+
"region": "eu-south-1"
9761+
},
9762+
"hostname": "oidc.eu-south-1.amazonaws.com"
9763+
},
97299764
"eu-west-1": {
97309765
"credentialScope": {
97319766
"region": "eu-west-1"
@@ -10735,6 +10770,21 @@
1073510770
}
1073610771
}
1073710772
},
10773+
"redshift-serverless": {
10774+
"endpoints": {
10775+
"ap-northeast-1": {},
10776+
"ap-northeast-2": {},
10777+
"ap-southeast-1": {},
10778+
"ap-southeast-2": {},
10779+
"eu-central-1": {},
10780+
"eu-north-1": {},
10781+
"eu-west-1": {},
10782+
"eu-west-2": {},
10783+
"us-east-1": {},
10784+
"us-east-2": {},
10785+
"us-west-2": {}
10786+
}
10787+
},
1073810788
"rekognition": {
1073910789
"endpoints": {
1074010790
"ap-northeast-1": {},
@@ -18711,13 +18761,28 @@
1871118761
},
1871218762
"lakeformation": {
1871318763
"endpoints": {
18764+
"fips-us-gov-east-1": {
18765+
"credentialScope": {
18766+
"region": "us-gov-east-1"
18767+
},
18768+
"deprecated": true,
18769+
"hostname": "lakeformation-fips.us-gov-east-1.amazonaws.com"
18770+
},
1871418771
"fips-us-gov-west-1": {
1871518772
"credentialScope": {
1871618773
"region": "us-gov-west-1"
1871718774
},
1871818775
"deprecated": true,
1871918776
"hostname": "lakeformation-fips.us-gov-west-1.amazonaws.com"
1872018777
},
18778+
"us-gov-east-1": {
18779+
"variants": [
18780+
{
18781+
"hostname": "lakeformation-fips.us-gov-east-1.amazonaws.com",
18782+
"tags": ["fips"]
18783+
}
18784+
]
18785+
},
1872118786
"us-gov-west-1": {
1872218787
"variants": [
1872318788
{

0 commit comments

Comments
 (0)