Skip to content

Commit 26f3c87

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 4df562d commit 26f3c87

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7443,6 +7443,53 @@
74437443
"us-west-2" : { }
74447444
}
74457445
},
7446+
"textract" : {
7447+
"endpoints" : {
7448+
"ap-northeast-2" : { },
7449+
"ap-south-1" : { },
7450+
"ap-southeast-1" : { },
7451+
"ap-southeast-2" : { },
7452+
"ca-central-1" : { },
7453+
"eu-central-1" : { },
7454+
"eu-west-1" : { },
7455+
"eu-west-2" : { },
7456+
"eu-west-3" : { },
7457+
"fips-ca-central-1" : {
7458+
"credentialScope" : {
7459+
"region" : "ca-central-1"
7460+
},
7461+
"hostname" : "textract-fips.ca-central-1.amazonaws.com"
7462+
},
7463+
"fips-us-east-1" : {
7464+
"credentialScope" : {
7465+
"region" : "us-east-1"
7466+
},
7467+
"hostname" : "textract-fips.us-east-1.amazonaws.com"
7468+
},
7469+
"fips-us-east-2" : {
7470+
"credentialScope" : {
7471+
"region" : "us-east-2"
7472+
},
7473+
"hostname" : "textract-fips.us-east-2.amazonaws.com"
7474+
},
7475+
"fips-us-west-1" : {
7476+
"credentialScope" : {
7477+
"region" : "us-west-1"
7478+
},
7479+
"hostname" : "textract-fips.us-west-1.amazonaws.com"
7480+
},
7481+
"fips-us-west-2" : {
7482+
"credentialScope" : {
7483+
"region" : "us-west-2"
7484+
},
7485+
"hostname" : "textract-fips.us-west-2.amazonaws.com"
7486+
},
7487+
"us-east-1" : { },
7488+
"us-east-2" : { },
7489+
"us-west-1" : { },
7490+
"us-west-2" : { }
7491+
}
7492+
},
74467493
"transcribe" : {
74477494
"defaults" : {
74487495
"protocols" : [ "https" ]
@@ -10783,6 +10830,24 @@
1078310830
"us-gov-west-1" : { }
1078410831
}
1078510832
},
10833+
"textract" : {
10834+
"endpoints" : {
10835+
"fips-us-gov-east-1" : {
10836+
"credentialScope" : {
10837+
"region" : "us-gov-east-1"
10838+
},
10839+
"hostname" : "textract-fips.us-gov-east-1.amazonaws.com"
10840+
},
10841+
"fips-us-gov-west-1" : {
10842+
"credentialScope" : {
10843+
"region" : "us-gov-west-1"
10844+
},
10845+
"hostname" : "textract-fips.us-gov-west-1.amazonaws.com"
10846+
},
10847+
"us-gov-east-1" : { },
10848+
"us-gov-west-1" : { }
10849+
}
10850+
},
1078610851
"transcribe" : {
1078710852
"defaults" : {
1078810853
"protocols" : [ "https" ]

0 commit comments

Comments
 (0)