Skip to content

Commit 7d47f9d

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent c8c63a0 commit 7d47f9d

File tree

1 file changed

+22
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+22
-0
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

+22
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,15 @@
580580
"eu-central-1" : { },
581581
"eu-central-2" : { },
582582
"eu-north-1" : { },
583+
"eu-south-1" : { },
584+
"eu-south-2" : { },
583585
"eu-west-1" : { },
584586
"eu-west-2" : { },
585587
"eu-west-3" : { },
586588
"sa-east-1" : { },
587589
"us-east-1" : { },
588590
"us-east-2" : { },
591+
"us-west-1" : { },
589592
"us-west-2" : { }
590593
}
591594
},
@@ -3111,6 +3114,12 @@
31113114
},
31123115
"hostname" : "bedrock.eu-central-2.amazonaws.com"
31133116
},
3117+
"bedrock-eu-north-1" : {
3118+
"credentialScope" : {
3119+
"region" : "eu-north-1"
3120+
},
3121+
"hostname" : "bedrock.eu-north-1.amazonaws.com"
3122+
},
31143123
"bedrock-eu-west-1" : {
31153124
"credentialScope" : {
31163125
"region" : "eu-west-1"
@@ -3213,6 +3222,12 @@
32133222
},
32143223
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
32153224
},
3225+
"bedrock-runtime-eu-north-1" : {
3226+
"credentialScope" : {
3227+
"region" : "eu-north-1"
3228+
},
3229+
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230+
},
32163231
"bedrock-runtime-eu-west-1" : {
32173232
"credentialScope" : {
32183233
"region" : "eu-west-1"
@@ -3306,6 +3321,7 @@
33063321
"ca-central-1" : { },
33073322
"eu-central-1" : { },
33083323
"eu-central-2" : { },
3324+
"eu-north-1" : { },
33093325
"eu-west-1" : { },
33103326
"eu-west-2" : { },
33113327
"eu-west-3" : { },
@@ -36180,6 +36196,12 @@
3618036196
"us-isof-south-1" : { }
3618136197
}
3618236198
},
36199+
"schemas" : {
36200+
"endpoints" : {
36201+
"us-isof-east-1" : { },
36202+
"us-isof-south-1" : { }
36203+
}
36204+
},
3618336205
"secretsmanager" : {
3618436206
"endpoints" : {
3618536207
"us-isof-east-1" : {

0 commit comments

Comments
 (0)