Skip to content

Commit c7adf6b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-09-19
1 parent 464cb91 commit c7adf6b

File tree

2 files changed

+0
-55
lines changed
  • clients/client-fsx/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+0
-55
lines changed

clients/client-fsx/src/endpoints.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ const regionHash: RegionHash = {
4343
},
4444
],
4545
},
46-
"us-west-1": {
47-
variants: [
48-
{
49-
hostname: "fsx-fips.us-west-1.amazonaws.com",
50-
tags: ["fips"],
51-
},
52-
],
53-
},
5446
"us-west-2": {
5547
variants: [
5648
{
@@ -84,18 +76,15 @@ const partitionHash: PartitionHash = {
8476
"fips-prod-ca-central-1",
8577
"fips-prod-us-east-1",
8678
"fips-prod-us-east-2",
87-
"fips-prod-us-west-1",
8879
"fips-prod-us-west-2",
8980
"fips-us-east-1",
9081
"fips-us-east-2",
91-
"fips-us-west-1",
9282
"fips-us-west-2",
9383
"me-central-1",
9484
"me-south-1",
9585
"prod-ca-central-1",
9686
"prod-us-east-1",
9787
"prod-us-east-2",
98-
"prod-us-west-1",
9988
"prod-us-west-2",
10089
"sa-east-1",
10190
"us-east-1",

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6753,12 +6753,7 @@
67536753
},
67546754
"fsx": {
67556755
"endpoints": {
6756-
"af-south-1": {},
6757-
"ap-east-1": {},
67586756
"ap-northeast-1": {},
6759-
"ap-northeast-2": {},
6760-
"ap-northeast-3": {},
6761-
"ap-south-1": {},
67626757
"ap-southeast-1": {},
67636758
"ap-southeast-2": {},
67646759
"ca-central-1": {
@@ -6770,11 +6765,8 @@
67706765
]
67716766
},
67726767
"eu-central-1": {},
6773-
"eu-north-1": {},
6774-
"eu-south-1": {},
67756768
"eu-west-1": {},
67766769
"eu-west-2": {},
6777-
"eu-west-3": {},
67786770
"fips-ca-central-1": {
67796771
"credentialScope": {
67806772
"region": "ca-central-1"
@@ -6803,13 +6795,6 @@
68036795
"deprecated": true,
68046796
"hostname": "fsx-fips.us-east-2.amazonaws.com"
68056797
},
6806-
"fips-prod-us-west-1": {
6807-
"credentialScope": {
6808-
"region": "us-west-1"
6809-
},
6810-
"deprecated": true,
6811-
"hostname": "fsx-fips.us-west-1.amazonaws.com"
6812-
},
68136798
"fips-prod-us-west-2": {
68146799
"credentialScope": {
68156800
"region": "us-west-2"
@@ -6831,21 +6816,13 @@
68316816
"deprecated": true,
68326817
"hostname": "fsx-fips.us-east-2.amazonaws.com"
68336818
},
6834-
"fips-us-west-1": {
6835-
"credentialScope": {
6836-
"region": "us-west-1"
6837-
},
6838-
"deprecated": true,
6839-
"hostname": "fsx-fips.us-west-1.amazonaws.com"
6840-
},
68416819
"fips-us-west-2": {
68426820
"credentialScope": {
68436821
"region": "us-west-2"
68446822
},
68456823
"deprecated": true,
68466824
"hostname": "fsx-fips.us-west-2.amazonaws.com"
68476825
},
6848-
"me-south-1": {},
68496826
"prod-ca-central-1": {
68506827
"credentialScope": {
68516828
"region": "ca-central-1"
@@ -6882,18 +6859,6 @@
68826859
}
68836860
]
68846861
},
6885-
"prod-us-west-1": {
6886-
"credentialScope": {
6887-
"region": "us-west-1"
6888-
},
6889-
"deprecated": true,
6890-
"variants": [
6891-
{
6892-
"hostname": "fsx-fips.us-west-1.amazonaws.com",
6893-
"tags": ["fips"]
6894-
}
6895-
]
6896-
},
68976862
"prod-us-west-2": {
68986863
"credentialScope": {
68996864
"region": "us-west-2"
@@ -6906,7 +6871,6 @@
69066871
}
69076872
]
69086873
},
6909-
"sa-east-1": {},
69106874
"us-east-1": {
69116875
"variants": [
69126876
{
@@ -6923,14 +6887,6 @@
69236887
}
69246888
]
69256889
},
6926-
"us-west-1": {
6927-
"variants": [
6928-
{
6929-
"hostname": "fsx-fips.us-west-1.amazonaws.com",
6930-
"tags": ["fips"]
6931-
}
6932-
]
6933-
},
69346890
"us-west-2": {
69356891
"variants": [
69366892
{

0 commit comments

Comments
 (0)