Skip to content

Commit eca8155

Browse files
Update endpoints model
1 parent f613638 commit eca8155

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

botocore/data/endpoints.json

+38
Original file line numberDiff line numberDiff line change
@@ -3565,6 +3565,18 @@
35653565
},
35663566
"hostname" : "bedrock.eu-north-1.amazonaws.com"
35673567
},
3568+
"bedrock-eu-south-1" : {
3569+
"credentialScope" : {
3570+
"region" : "eu-south-1"
3571+
},
3572+
"hostname" : "bedrock.eu-south-1.amazonaws.com"
3573+
},
3574+
"bedrock-eu-south-2" : {
3575+
"credentialScope" : {
3576+
"region" : "eu-south-2"
3577+
},
3578+
"hostname" : "bedrock.eu-south-2.amazonaws.com"
3579+
},
35683580
"bedrock-eu-west-1" : {
35693581
"credentialScope" : {
35703582
"region" : "eu-west-1"
@@ -3673,6 +3685,18 @@
36733685
},
36743686
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
36753687
},
3688+
"bedrock-runtime-eu-south-1" : {
3689+
"credentialScope" : {
3690+
"region" : "eu-south-1"
3691+
},
3692+
"hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
3693+
},
3694+
"bedrock-runtime-eu-south-2" : {
3695+
"credentialScope" : {
3696+
"region" : "eu-south-2"
3697+
},
3698+
"hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
3699+
},
36763700
"bedrock-runtime-eu-west-1" : {
36773701
"credentialScope" : {
36783702
"region" : "eu-west-1"
@@ -3767,6 +3791,8 @@
37673791
"eu-central-1" : { },
37683792
"eu-central-2" : { },
37693793
"eu-north-1" : { },
3794+
"eu-south-1" : { },
3795+
"eu-south-2" : { },
37703796
"eu-west-1" : { },
37713797
"eu-west-2" : { },
37723798
"eu-west-3" : { },
@@ -5163,6 +5189,7 @@
51635189
"ap-southeast-2" : { },
51645190
"ap-southeast-3" : { },
51655191
"ap-southeast-4" : { },
5192+
"ap-southeast-5" : { },
51665193
"ca-central-1" : {
51675194
"variants" : [ {
51685195
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -14702,6 +14729,7 @@
1470214729
"ap-southeast-3" : { },
1470314730
"ap-southeast-4" : { },
1470414731
"ap-southeast-5" : { },
14732+
"ap-southeast-7" : { },
1470514733
"ca-central-1" : { },
1470614734
"ca-west-1" : { },
1470714735
"eu-central-1" : { },
@@ -28526,6 +28554,16 @@
2852628554
"cn-northwest-1" : { }
2852728555
}
2852828556
},
28557+
"metering.marketplace" : {
28558+
"defaults" : {
28559+
"credentialScope" : {
28560+
"service" : "aws-marketplace"
28561+
}
28562+
},
28563+
"endpoints" : {
28564+
"cn-northwest-1" : { }
28565+
}
28566+
},
2852928567
"metrics.sagemaker" : {
2853028568
"endpoints" : {
2853128569
"cn-north-1" : { },

0 commit comments

Comments
 (0)