Skip to content

Commit d0ee2a7

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 97b2003 commit d0ee2a7

File tree

2 files changed

+79
-3
lines changed

2 files changed

+79
-3
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: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,7 @@
17101710
"deprecated" : true,
17111711
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
17121712
},
1713+
"sa-east-1" : { },
17131714
"us-east-1" : {
17141715
"variants" : [ {
17151716
"hostname" : "appstream2-fips.us-east-1.amazonaws.com",
@@ -9132,14 +9133,35 @@
91329133
"ap-south-1" : { },
91339134
"ap-southeast-1" : { },
91349135
"ap-southeast-2" : { },
9135-
"ca-central-1" : { },
9136+
"ca-central-1" : {
9137+
"variants" : [ {
9138+
"tags" : [ "fips" ]
9139+
} ]
9140+
},
91369141
"eu-central-1" : { },
91379142
"eu-west-1" : { },
91389143
"eu-west-2" : { },
91399144
"eu-west-3" : { },
9145+
"fips-ca-central-1" : {
9146+
"deprecated" : true
9147+
},
9148+
"fips-us-east-1" : {
9149+
"deprecated" : true
9150+
},
9151+
"fips-us-west-2" : {
9152+
"deprecated" : true
9153+
},
91409154
"sa-east-1" : { },
9141-
"us-east-1" : { },
9142-
"us-west-2" : { }
9155+
"us-east-1" : {
9156+
"variants" : [ {
9157+
"tags" : [ "fips" ]
9158+
} ]
9159+
},
9160+
"us-west-2" : {
9161+
"variants" : [ {
9162+
"tags" : [ "fips" ]
9163+
} ]
9164+
}
91439165
}
91449166
},
91459167
"machinelearning" : {
@@ -9616,6 +9638,32 @@
96169638
"us-west-2" : { }
96179639
}
96189640
},
9641+
"metrics.sagemaker" : {
9642+
"endpoints" : {
9643+
"af-south-1" : { },
9644+
"ap-east-1" : { },
9645+
"ap-northeast-1" : { },
9646+
"ap-northeast-2" : { },
9647+
"ap-northeast-3" : { },
9648+
"ap-south-1" : { },
9649+
"ap-southeast-1" : { },
9650+
"ap-southeast-2" : { },
9651+
"ap-southeast-3" : { },
9652+
"ca-central-1" : { },
9653+
"eu-central-1" : { },
9654+
"eu-north-1" : { },
9655+
"eu-south-1" : { },
9656+
"eu-west-1" : { },
9657+
"eu-west-2" : { },
9658+
"me-central-1" : { },
9659+
"me-south-1" : { },
9660+
"sa-east-1" : { },
9661+
"us-east-1" : { },
9662+
"us-east-2" : { },
9663+
"us-west-1" : { },
9664+
"us-west-2" : { }
9665+
}
9666+
},
96199667
"mgh" : {
96209668
"endpoints" : {
96219669
"ap-northeast-1" : { },
@@ -9867,6 +9915,7 @@
98679915
"deprecated" : true,
98689916
"hostname" : "mq-fips.us-west-2.amazonaws.com"
98699917
},
9918+
"me-central-1" : { },
98709919
"me-south-1" : { },
98719920
"sa-east-1" : { },
98729921
"us-east-1" : {
@@ -16647,6 +16696,12 @@
1664716696
"cn-northwest-1" : { }
1664816697
}
1664916698
},
16699+
"metrics.sagemaker" : {
16700+
"endpoints" : {
16701+
"cn-north-1" : { },
16702+
"cn-northwest-1" : { }
16703+
}
16704+
},
1665016705
"monitoring" : {
1665116706
"defaults" : {
1665216707
"protocols" : [ "http", "https" ]
@@ -19379,6 +19434,11 @@
1937919434
"us-gov-west-1" : { }
1938019435
}
1938119436
},
19437+
"metrics.sagemaker" : {
19438+
"endpoints" : {
19439+
"us-gov-west-1" : { }
19440+
}
19441+
},
1938219442
"models.lex" : {
1938319443
"defaults" : {
1938419444
"credentialScope" : {
@@ -21314,6 +21374,11 @@
2131421374
"us-iso-east-1" : { }
2131521375
}
2131621376
},
21377+
"metrics.sagemaker" : {
21378+
"endpoints" : {
21379+
"us-iso-east-1" : { }
21380+
}
21381+
},
2131721382
"monitoring" : {
2131821383
"endpoints" : {
2131921384
"us-iso-east-1" : { },
@@ -21768,6 +21833,11 @@
2176821833
"us-isob-east-1" : { }
2176921834
}
2177021835
},
21836+
"metrics.sagemaker" : {
21837+
"endpoints" : {
21838+
"us-isob-east-1" : { }
21839+
}
21840+
},
2177121841
"monitoring" : {
2177221842
"endpoints" : {
2177321843
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)