Skip to content

Commit ef24fbc

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-06-06
1 parent 27f0d81 commit ef24fbc

File tree

4 files changed

+102
-48
lines changed

4 files changed

+102
-48
lines changed

clients/client-iotsitewise/src/endpoints.ts

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
33
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";
44

55
const regionHash: RegionHash = {
6+
"ca-central-1": {
7+
variants: [
8+
{
9+
hostname: "iotsitewise-fips.ca-central-1.amazonaws.com",
10+
tags: ["fips"],
11+
},
12+
],
13+
},
614
"us-east-1": {
715
variants: [
816
{
@@ -11,6 +19,14 @@ const regionHash: RegionHash = {
1119
},
1220
],
1321
},
22+
"us-east-2": {
23+
variants: [
24+
{
25+
hostname: "iotsitewise-fips.us-east-2.amazonaws.com",
26+
tags: ["fips"],
27+
},
28+
],
29+
},
1430
"us-gov-west-1": {
1531
variants: [
1632
{
@@ -48,7 +64,9 @@ const partitionHash: PartitionHash = {
4864
"eu-west-1",
4965
"eu-west-2",
5066
"eu-west-3",
67+
"fips-ca-central-1",
5168
"fips-us-east-1",
69+
"fips-us-east-2",
5270
"fips-us-west-2",
5371
"me-south-1",
5472
"sa-east-1",

clients/client-memorydb/src/endpoints.ts

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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+
fips: {
7+
variants: [
8+
{
9+
hostname: "memory-db-fips.us-west-1.amazonaws.com",
10+
tags: [],
11+
},
12+
],
13+
signingRegion: "us-west-1",
14+
},
15+
};
616

717
const partitionHash: PartitionHash = {
818
aws: {
@@ -23,6 +33,7 @@ const partitionHash: PartitionHash = {
2333
"eu-west-1",
2434
"eu-west-2",
2535
"eu-west-3",
36+
"fips",
2637
"me-south-1",
2738
"sa-east-1",
2839
"us-east-1",

clients/client-service-catalog-appregistry/src/endpoints.ts

+1-17
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@ const regionHash: RegionHash = {
2727
},
2828
],
2929
},
30-
"us-gov-east-1": {
31-
variants: [
32-
{
33-
hostname: "servicecatalog-appregistry.us-gov-east-1.amazonaws.com",
34-
tags: ["fips"],
35-
},
36-
],
37-
},
38-
"us-gov-west-1": {
39-
variants: [
40-
{
41-
hostname: "servicecatalog-appregistry.us-gov-west-1.amazonaws.com",
42-
tags: ["fips"],
43-
},
44-
],
45-
},
4630
"us-west-1": {
4731
variants: [
4832
{
@@ -163,7 +147,7 @@ const partitionHash: PartitionHash = {
163147
],
164148
},
165149
"aws-us-gov": {
166-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
150+
regions: ["us-gov-east-1", "us-gov-west-1"],
167151
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
168152
variants: [
169153
{

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

+71-30
Original file line numberDiff line numberDiff line change
@@ -7195,6 +7195,7 @@
71957195
"ap-south-1": {},
71967196
"ap-southeast-1": {},
71977197
"ap-southeast-2": {},
7198+
"ca-central-1": {},
71987199
"eu-central-1": {},
71997200
"eu-west-1": {},
72007201
"eu-west-2": {},
@@ -7235,6 +7236,12 @@
72357236
},
72367237
"hostname": "data.iotevents.ap-southeast-2.amazonaws.com"
72377238
},
7239+
"ca-central-1": {
7240+
"credentialScope": {
7241+
"region": "ca-central-1"
7242+
},
7243+
"hostname": "data.iotevents.ca-central-1.amazonaws.com"
7244+
},
72387245
"eu-central-1": {
72397246
"credentialScope": {
72407247
"region": "eu-central-1"
@@ -7380,15 +7387,37 @@
73807387
"ap-south-1": {},
73817388
"ap-southeast-1": {},
73827389
"ap-southeast-2": {},
7390+
"ca-central-1": {
7391+
"variants": [
7392+
{
7393+
"hostname": "iotsitewise-fips.ca-central-1.amazonaws.com",
7394+
"tags": ["fips"]
7395+
}
7396+
]
7397+
},
73837398
"eu-central-1": {},
73847399
"eu-west-1": {},
7400+
"fips-ca-central-1": {
7401+
"credentialScope": {
7402+
"region": "ca-central-1"
7403+
},
7404+
"deprecated": true,
7405+
"hostname": "iotsitewise-fips.ca-central-1.amazonaws.com"
7406+
},
73857407
"fips-us-east-1": {
73867408
"credentialScope": {
73877409
"region": "us-east-1"
73887410
},
73897411
"deprecated": true,
73907412
"hostname": "iotsitewise-fips.us-east-1.amazonaws.com"
73917413
},
7414+
"fips-us-east-2": {
7415+
"credentialScope": {
7416+
"region": "us-east-2"
7417+
},
7418+
"deprecated": true,
7419+
"hostname": "iotsitewise-fips.us-east-2.amazonaws.com"
7420+
},
73927421
"fips-us-west-2": {
73937422
"credentialScope": {
73947423
"region": "us-west-2"
@@ -7404,6 +7433,14 @@
74047433
}
74057434
]
74067435
},
7436+
"us-east-2": {
7437+
"variants": [
7438+
{
7439+
"hostname": "iotsitewise-fips.us-east-2.amazonaws.com",
7440+
"tags": ["fips"]
7441+
}
7442+
]
7443+
},
74077444
"us-west-2": {
74087445
"variants": [
74097446
{
@@ -8996,6 +9033,32 @@
89969033
}
89979034
}
89989035
},
9036+
"memory-db": {
9037+
"endpoints": {
9038+
"ap-east-1": {},
9039+
"ap-northeast-1": {},
9040+
"ap-northeast-2": {},
9041+
"ap-south-1": {},
9042+
"ap-southeast-1": {},
9043+
"ap-southeast-2": {},
9044+
"ca-central-1": {},
9045+
"eu-central-1": {},
9046+
"eu-north-1": {},
9047+
"eu-west-1": {},
9048+
"eu-west-2": {},
9049+
"fips": {
9050+
"credentialScope": {
9051+
"region": "us-west-1"
9052+
},
9053+
"hostname": "memory-db-fips.us-west-1.amazonaws.com"
9054+
},
9055+
"sa-east-1": {},
9056+
"us-east-1": {},
9057+
"us-east-2": {},
9058+
"us-west-1": {},
9059+
"us-west-2": {}
9060+
}
9061+
},
89999062
"messaging-chime": {
90009063
"endpoints": {
90019064
"eu-central-1": {},
@@ -15502,6 +15565,12 @@
1550215565
}
1550315566
}
1550415567
},
15568+
"memory-db": {
15569+
"endpoints": {
15570+
"cn-north-1": {},
15571+
"cn-northwest-1": {}
15572+
}
15573+
},
1550515574
"monitoring": {
1550615575
"defaults": {
1550715576
"protocols": ["http", "https"]
@@ -19158,36 +19227,8 @@
1915819227
]
1915919228
},
1916019229
"endpoints": {
19161-
"fips-us-gov-east-1": {
19162-
"credentialScope": {
19163-
"region": "us-gov-east-1"
19164-
},
19165-
"deprecated": true,
19166-
"hostname": "servicecatalog-appregistry.us-gov-east-1.amazonaws.com"
19167-
},
19168-
"fips-us-gov-west-1": {
19169-
"credentialScope": {
19170-
"region": "us-gov-west-1"
19171-
},
19172-
"deprecated": true,
19173-
"hostname": "servicecatalog-appregistry.us-gov-west-1.amazonaws.com"
19174-
},
19175-
"us-gov-east-1": {
19176-
"variants": [
19177-
{
19178-
"hostname": "servicecatalog-appregistry.us-gov-east-1.amazonaws.com",
19179-
"tags": ["fips"]
19180-
}
19181-
]
19182-
},
19183-
"us-gov-west-1": {
19184-
"variants": [
19185-
{
19186-
"hostname": "servicecatalog-appregistry.us-gov-west-1.amazonaws.com",
19187-
"tags": ["fips"]
19188-
}
19189-
]
19190-
}
19230+
"us-gov-east-1": {},
19231+
"us-gov-west-1": {}
1919119232
}
1919219233
},
1919319234
"servicediscovery": {

0 commit comments

Comments
 (0)