Skip to content

Commit b0e9f65

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 33a3d9f commit b0e9f65

File tree

2 files changed

+75
-1
lines changed

2 files changed

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

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

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,33 @@
741741
"me-south-1" : { },
742742
"sa-east-1" : { },
743743
"us-east-1" : { },
744+
"us-east-1-fips" : {
745+
"credentialScope" : {
746+
"region" : "us-east-1"
747+
},
748+
"hostname" : "cloudformation-fips.us-east-1.amazonaws.com"
749+
},
744750
"us-east-2" : { },
751+
"us-east-2-fips" : {
752+
"credentialScope" : {
753+
"region" : "us-east-2"
754+
},
755+
"hostname" : "cloudformation-fips.us-east-2.amazonaws.com"
756+
},
745757
"us-west-1" : { },
746-
"us-west-2" : { }
758+
"us-west-1-fips" : {
759+
"credentialScope" : {
760+
"region" : "us-west-1"
761+
},
762+
"hostname" : "cloudformation-fips.us-west-1.amazonaws.com"
763+
},
764+
"us-west-2" : { },
765+
"us-west-2-fips" : {
766+
"credentialScope" : {
767+
"region" : "us-west-2"
768+
},
769+
"hostname" : "cloudformation-fips.us-west-2.amazonaws.com"
770+
}
747771
}
748772
},
749773
"cloudfront" : {
@@ -3052,6 +3076,30 @@
30523076
"ap-southeast-2" : { },
30533077
"eu-central-1" : { },
30543078
"eu-west-1" : { },
3079+
"fips-us-east-1" : {
3080+
"credentialScope" : {
3081+
"region" : "us-east-1"
3082+
},
3083+
"hostname" : "opsworks-cm-fips.us-east-1.amazonaws.com"
3084+
},
3085+
"fips-us-east-2" : {
3086+
"credentialScope" : {
3087+
"region" : "us-east-2"
3088+
},
3089+
"hostname" : "opsworks-cm-fips.us-east-2.amazonaws.com"
3090+
},
3091+
"fips-us-west-1" : {
3092+
"credentialScope" : {
3093+
"region" : "us-west-1"
3094+
},
3095+
"hostname" : "opsworks-cm-fips.us-west-1.amazonaws.com"
3096+
},
3097+
"fips-us-west-2" : {
3098+
"credentialScope" : {
3099+
"region" : "us-west-2"
3100+
},
3101+
"hostname" : "opsworks-cm-fips.us-west-2.amazonaws.com"
3102+
},
30553103
"us-east-1" : { },
30563104
"us-east-2" : { },
30573105
"us-west-1" : { },
@@ -3406,6 +3454,8 @@
34063454
"eu-west-1" : { },
34073455
"eu-west-2" : { },
34083456
"eu-west-3" : { },
3457+
"me-south-1" : { },
3458+
"sa-east-1" : { },
34093459
"us-east-1" : { },
34103460
"us-east-2" : { },
34113461
"us-west-1" : { },
@@ -5432,6 +5482,12 @@
54325482
},
54335483
"codecommit" : {
54345484
"endpoints" : {
5485+
"fips" : {
5486+
"credentialScope" : {
5487+
"region" : "us-gov-west-1"
5488+
},
5489+
"hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
5490+
},
54355491
"us-gov-east-1" : { },
54365492
"us-gov-west-1" : { }
54375493
}
@@ -5797,6 +5853,12 @@
57975853
"isRegionalized" : false,
57985854
"partitionEndpoint" : "aws-us-gov-global"
57995855
},
5856+
"outposts" : {
5857+
"endpoints" : {
5858+
"us-gov-east-1" : { },
5859+
"us-gov-west-1" : { }
5860+
}
5861+
},
58005862
"polly" : {
58015863
"endpoints" : {
58025864
"us-gov-west-1" : { }
@@ -5956,6 +6018,13 @@
59566018
},
59576019
"servicecatalog" : {
59586020
"endpoints" : {
6021+
"us-gov-east-1" : { },
6022+
"us-gov-east-1-fips" : {
6023+
"credentialScope" : {
6024+
"region" : "us-gov-east-1"
6025+
},
6026+
"hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com"
6027+
},
59596028
"us-gov-west-1" : { },
59606029
"us-gov-west-1-fips" : {
59616030
"credentialScope" : {

0 commit comments

Comments
 (0)