Skip to content

Commit 721c72c

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 4f39fb8 commit 721c72c

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
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 endpoint and partition metadata."
6+
}

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

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7096,20 +7096,53 @@
70967096
"credentialScope" : {
70977097
"region" : "us-east-1"
70987098
},
7099+
"deprecated" : true,
70997100
"hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com"
71007101
},
71017102
"ingest-fips-us-east-2" : {
71027103
"credentialScope" : {
71037104
"region" : "us-east-2"
71047105
},
7106+
"deprecated" : true,
71057107
"hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com"
71067108
},
71077109
"ingest-fips-us-west-2" : {
71087110
"credentialScope" : {
71097111
"region" : "us-west-2"
71107112
},
7113+
"deprecated" : true,
71117114
"hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com"
71127115
},
7116+
"ingest-us-east-1" : {
7117+
"credentialScope" : {
7118+
"region" : "us-east-1"
7119+
},
7120+
"deprecated" : true,
7121+
"variants" : [ {
7122+
"hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com",
7123+
"tags" : [ "fips" ]
7124+
} ]
7125+
},
7126+
"ingest-us-east-2" : {
7127+
"credentialScope" : {
7128+
"region" : "us-east-2"
7129+
},
7130+
"deprecated" : true,
7131+
"variants" : [ {
7132+
"hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com",
7133+
"tags" : [ "fips" ]
7134+
} ]
7135+
},
7136+
"ingest-us-west-2" : {
7137+
"credentialScope" : {
7138+
"region" : "us-west-2"
7139+
},
7140+
"deprecated" : true,
7141+
"variants" : [ {
7142+
"hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com",
7143+
"tags" : [ "fips" ]
7144+
} ]
7145+
},
71137146
"us-east-1" : { },
71147147
"us-east-2" : { },
71157148
"us-west-2" : { }
@@ -10131,10 +10164,26 @@
1013110164
"ap-south-1" : { },
1013210165
"ap-southeast-1" : { },
1013310166
"ap-southeast-2" : { },
10134-
"ca-central-1" : { },
10167+
"ca-central-1" : {
10168+
"credentialScope" : {
10169+
"region" : "ca-central-1"
10170+
},
10171+
"hostname" : "pinpoint.ca-central-1.amazonaws.com",
10172+
"variants" : [ {
10173+
"hostname" : "pinpoint-fips.ca-central-1.amazonaws.com",
10174+
"tags" : [ "fips" ]
10175+
} ]
10176+
},
1013510177
"eu-central-1" : { },
1013610178
"eu-west-1" : { },
1013710179
"eu-west-2" : { },
10180+
"fips-ca-central-1" : {
10181+
"credentialScope" : {
10182+
"region" : "ca-central-1"
10183+
},
10184+
"deprecated" : true,
10185+
"hostname" : "pinpoint-fips.ca-central-1.amazonaws.com"
10186+
},
1013810187
"fips-us-east-1" : {
1013910188
"credentialScope" : {
1014010189
"region" : "us-east-1"

0 commit comments

Comments
 (0)