Skip to content

Commit ef071d5

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-06
1 parent ca9a579 commit ef071d5

File tree

4 files changed

+119
-4
lines changed

4 files changed

+119
-4
lines changed

clients/client-ec2/src/endpoints.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ const regionHash: RegionHash = {
6565
hostname: "ec2.us-gov-east-1.amazonaws.com",
6666
tags: [],
6767
},
68+
{
69+
hostname: "ec2.us-gov-east-1.api.aws",
70+
tags: ["dualstack"],
71+
},
6872
],
6973
signingRegion: "us-gov-east-1",
7074
},
@@ -74,6 +78,10 @@ const regionHash: RegionHash = {
7478
hostname: "ec2.us-gov-west-1.amazonaws.com",
7579
tags: [],
7680
},
81+
{
82+
hostname: "ec2.us-gov-west-1.api.aws",
83+
tags: ["dualstack"],
84+
},
7785
],
7886
signingRegion: "us-gov-west-1",
7987
},

clients/client-pinpoint/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ const regionHash: RegionHash = {
1616
],
1717
signingRegion: "us-east-1",
1818
},
19+
"us-east-2": {
20+
variants: [
21+
{
22+
hostname: "pinpoint.us-east-2.amazonaws.com",
23+
tags: [],
24+
},
25+
{
26+
hostname: "pinpoint-fips.us-east-2.amazonaws.com",
27+
tags: ["fips"],
28+
},
29+
],
30+
signingRegion: "us-east-2",
31+
},
1932
"us-gov-west-1": {
2033
variants: [
2134
{
@@ -64,6 +77,7 @@ const partitionHash: PartitionHash = {
6477
"eu-west-2",
6578
"eu-west-3",
6679
"fips-us-east-1",
80+
"fips-us-east-2",
6781
"fips-us-west-2",
6882
"me-central-1",
6983
"me-south-1",

clients/client-timestream-write/src/endpoints.ts

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
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+
"ingest-fips-us-east-1": {
7+
variants: [
8+
{
9+
hostname: "ingest.timestream-fips.us-east-1.amazonaws.com",
10+
tags: [],
11+
},
12+
],
13+
signingRegion: "us-east-1",
14+
},
15+
"ingest-fips-us-east-2": {
16+
variants: [
17+
{
18+
hostname: "ingest.timestream-fips.us-east-2.amazonaws.com",
19+
tags: [],
20+
},
21+
],
22+
signingRegion: "us-east-2",
23+
},
24+
"ingest-fips-us-west-2": {
25+
variants: [
26+
{
27+
hostname: "ingest.timestream-fips.us-west-2.amazonaws.com",
28+
tags: [],
29+
},
30+
],
31+
signingRegion: "us-west-2",
32+
},
33+
};
634

735
const partitionHash: PartitionHash = {
836
aws: {
@@ -23,6 +51,9 @@ const partitionHash: PartitionHash = {
2351
"eu-west-1",
2452
"eu-west-2",
2553
"eu-west-3",
54+
"ingest-fips-us-east-1",
55+
"ingest-fips-us-east-2",
56+
"ingest-fips-us-west-2",
2657
"me-central-1",
2758
"me-south-1",
2859
"sa-east-1",

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

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,6 +2550,7 @@
25502550
"eu-west-1": {},
25512551
"eu-west-2": {},
25522552
"eu-west-3": {},
2553+
"me-central-1": {},
25532554
"me-south-1": {},
25542555
"sa-east-1": {},
25552556
"us-east-1": {},
@@ -7680,6 +7681,35 @@
76807681
"isRegionalized": false,
76817682
"partitionEndpoint": "aws-global"
76827683
},
7684+
"ingest.timestream": {
7685+
"endpoints": {
7686+
"ap-northeast-1": {},
7687+
"ap-southeast-2": {},
7688+
"eu-central-1": {},
7689+
"eu-west-1": {},
7690+
"ingest-fips-us-east-1": {
7691+
"credentialScope": {
7692+
"region": "us-east-1"
7693+
},
7694+
"hostname": "ingest.timestream-fips.us-east-1.amazonaws.com"
7695+
},
7696+
"ingest-fips-us-east-2": {
7697+
"credentialScope": {
7698+
"region": "us-east-2"
7699+
},
7700+
"hostname": "ingest.timestream-fips.us-east-2.amazonaws.com"
7701+
},
7702+
"ingest-fips-us-west-2": {
7703+
"credentialScope": {
7704+
"region": "us-west-2"
7705+
},
7706+
"hostname": "ingest.timestream-fips.us-west-2.amazonaws.com"
7707+
},
7708+
"us-east-1": {},
7709+
"us-east-2": {},
7710+
"us-west-2": {}
7711+
}
7712+
},
76837713
"inspector": {
76847714
"endpoints": {
76857715
"ap-northeast-1": {},
@@ -10952,6 +10982,13 @@
1095210982
"deprecated": true,
1095310983
"hostname": "pinpoint-fips.us-east-1.amazonaws.com"
1095410984
},
10985+
"fips-us-east-2": {
10986+
"credentialScope": {
10987+
"region": "us-east-2"
10988+
},
10989+
"deprecated": true,
10990+
"hostname": "pinpoint-fips.us-east-2.amazonaws.com"
10991+
},
1095510992
"fips-us-west-2": {
1095610993
"credentialScope": {
1095710994
"region": "us-west-2"
@@ -10971,6 +11008,18 @@
1097111008
}
1097211009
]
1097311010
},
11011+
"us-east-2": {
11012+
"credentialScope": {
11013+
"region": "us-east-2"
11014+
},
11015+
"hostname": "pinpoint.us-east-2.amazonaws.com",
11016+
"variants": [
11017+
{
11018+
"hostname": "pinpoint-fips.us-east-2.amazonaws.com",
11019+
"tags": ["fips"]
11020+
}
11021+
]
11022+
},
1097411023
"us-west-2": {
1097511024
"credentialScope": {
1097611025
"region": "us-west-2"
@@ -19079,13 +19128,25 @@
1907919128
"credentialScope": {
1908019129
"region": "us-gov-east-1"
1908119130
},
19082-
"hostname": "ec2.us-gov-east-1.amazonaws.com"
19131+
"hostname": "ec2.us-gov-east-1.amazonaws.com",
19132+
"variants": [
19133+
{
19134+
"hostname": "ec2.us-gov-east-1.api.aws",
19135+
"tags": ["dualstack"]
19136+
}
19137+
]
1908319138
},
1908419139
"us-gov-west-1": {
1908519140
"credentialScope": {
1908619141
"region": "us-gov-west-1"
1908719142
},
19088-
"hostname": "ec2.us-gov-west-1.amazonaws.com"
19143+
"hostname": "ec2.us-gov-west-1.amazonaws.com",
19144+
"variants": [
19145+
{
19146+
"hostname": "ec2.us-gov-west-1.api.aws",
19147+
"tags": ["dualstack"]
19148+
}
19149+
]
1908919150
}
1909019151
}
1909119152
},
@@ -22526,7 +22587,8 @@
2252622587
},
2252722588
"synthetics": {
2252822589
"endpoints": {
22529-
"us-iso-east-1": {}
22590+
"us-iso-east-1": {},
22591+
"us-iso-west-1": {}
2253022592
}
2253122593
},
2253222594
"tagging": {

0 commit comments

Comments
 (0)