File tree Expand file tree Collapse file tree 2 files changed +56
-1
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +56
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 7096
7096
"credentialScope" : {
7097
7097
"region" : "us-east-1"
7098
7098
},
7099
+ "deprecated" : true,
7099
7100
"hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com"
7100
7101
},
7101
7102
"ingest-fips-us-east-2" : {
7102
7103
"credentialScope" : {
7103
7104
"region" : "us-east-2"
7104
7105
},
7106
+ "deprecated" : true,
7105
7107
"hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com"
7106
7108
},
7107
7109
"ingest-fips-us-west-2" : {
7108
7110
"credentialScope" : {
7109
7111
"region" : "us-west-2"
7110
7112
},
7113
+ "deprecated" : true,
7111
7114
"hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com"
7112
7115
},
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
+ },
7113
7146
"us-east-1" : { },
7114
7147
"us-east-2" : { },
7115
7148
"us-west-2" : { }
@@ -10131,10 +10164,26 @@
10131
10164
"ap-south-1" : { },
10132
10165
"ap-southeast-1" : { },
10133
10166
"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
+ },
10135
10177
"eu-central-1" : { },
10136
10178
"eu-west-1" : { },
10137
10179
"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
+ },
10138
10187
"fips-us-east-1" : {
10139
10188
"credentialScope" : {
10140
10189
"region" : "us-east-1"
You can’t perform that action at this time.
0 commit comments