Skip to content

Commit f9808a7

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent ce710b2 commit f9808a7

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-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: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,12 @@
20652065
},
20662066
"hostname" : "fips.eks.us-east-2.amazonaws.com"
20672067
},
2068+
"fips-us-west-1" : {
2069+
"credentialScope" : {
2070+
"region" : "us-west-1"
2071+
},
2072+
"hostname" : "fips.eks.us-west-1.amazonaws.com"
2073+
},
20682074
"fips-us-west-2" : {
20692075
"credentialScope" : {
20702076
"region" : "us-west-2"
@@ -3362,6 +3368,30 @@
33623368
"eu-west-1" : { },
33633369
"eu-west-2" : { },
33643370
"eu-west-3" : { },
3371+
"fips-us-east-1" : {
3372+
"credentialScope" : {
3373+
"region" : "us-east-1"
3374+
},
3375+
"hostname" : "lakeformation-fips.us-east-1.amazonaws.com"
3376+
},
3377+
"fips-us-east-2" : {
3378+
"credentialScope" : {
3379+
"region" : "us-east-2"
3380+
},
3381+
"hostname" : "lakeformation-fips.us-east-2.amazonaws.com"
3382+
},
3383+
"fips-us-west-1" : {
3384+
"credentialScope" : {
3385+
"region" : "us-west-1"
3386+
},
3387+
"hostname" : "lakeformation-fips.us-west-1.amazonaws.com"
3388+
},
3389+
"fips-us-west-2" : {
3390+
"credentialScope" : {
3391+
"region" : "us-west-2"
3392+
},
3393+
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
3394+
},
33653395
"sa-east-1" : { },
33663396
"us-east-1" : { },
33673397
"us-east-2" : { },
@@ -4228,6 +4258,7 @@
42284258
"ap-northeast-1" : { },
42294259
"ap-northeast-2" : { },
42304260
"ap-south-1" : { },
4261+
"ap-southeast-1" : { },
42314262
"ap-southeast-2" : { },
42324263
"ca-central-1" : { },
42334264
"eu-central-1" : { },
@@ -7708,6 +7739,18 @@
77087739
"protocols" : [ "http", "https" ]
77097740
},
77107741
"endpoints" : {
7742+
"fips-us-gov-east-1" : {
7743+
"credentialScope" : {
7744+
"region" : "us-gov-east-1"
7745+
},
7746+
"hostname" : "eks.us-gov-east-1.amazonaws.com"
7747+
},
7748+
"fips-us-gov-west-1" : {
7749+
"credentialScope" : {
7750+
"region" : "us-gov-west-1"
7751+
},
7752+
"hostname" : "eks.us-gov-west-1.amazonaws.com"
7753+
},
77117754
"us-gov-east-1" : { },
77127755
"us-gov-west-1" : { }
77137756
}
@@ -7915,6 +7958,7 @@
79157958
"protocols" : [ "https" ]
79167959
},
79177960
"endpoints" : {
7961+
"us-gov-east-1" : { },
79187962
"us-gov-west-1" : { },
79197963
"us-gov-west-1-fips" : {
79207964
"credentialScope" : {
@@ -9054,6 +9098,16 @@
90549098
}
90559099
},
90569100
"services" : {
9101+
"api.ecr" : {
9102+
"endpoints" : {
9103+
"us-isob-east-1" : {
9104+
"credentialScope" : {
9105+
"region" : "us-isob-east-1"
9106+
},
9107+
"hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
9108+
}
9109+
}
9110+
},
90579111
"application-autoscaling" : {
90589112
"defaults" : {
90599113
"protocols" : [ "http", "https" ]
@@ -9117,6 +9171,11 @@
91179171
"us-isob-east-1" : { }
91189172
}
91199173
},
9174+
"ecs" : {
9175+
"endpoints" : {
9176+
"us-isob-east-1" : { }
9177+
}
9178+
},
91209179
"elasticache" : {
91219180
"endpoints" : {
91229181
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)