Skip to content

Commit 2f687cd

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 7d5cfa8 commit 2f687cd

File tree

1 file changed

+65
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+65
-2
lines changed

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

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@
11091109
"ap-northeast-2" : { },
11101110
"ap-northeast-3" : { },
11111111
"ap-south-1" : { },
1112+
"ap-south-2" : { },
11121113
"ap-southeast-1" : { },
11131114
"ap-southeast-2" : { },
11141115
"ap-southeast-4" : { },
@@ -1117,6 +1118,7 @@
11171118
"eu-north-1" : { },
11181119
"eu-west-1" : { },
11191120
"eu-west-3" : { },
1121+
"me-central-1" : { },
11201122
"sa-east-1" : { },
11211123
"us-east-1" : { },
11221124
"us-east-2" : { },
@@ -2657,6 +2659,12 @@
26572659
},
26582660
"hostname" : "bedrock.eu-central-1.amazonaws.com"
26592661
},
2662+
"bedrock-eu-west-3" : {
2663+
"credentialScope" : {
2664+
"region" : "eu-west-3"
2665+
},
2666+
"hostname" : "bedrock.eu-west-3.amazonaws.com"
2667+
},
26602668
"bedrock-fips-us-east-1" : {
26612669
"credentialScope" : {
26622670
"region" : "us-east-1"
@@ -2687,6 +2695,12 @@
26872695
},
26882696
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
26892697
},
2698+
"bedrock-runtime-eu-west-3" : {
2699+
"credentialScope" : {
2700+
"region" : "eu-west-3"
2701+
},
2702+
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
2703+
},
26902704
"bedrock-runtime-fips-us-east-1" : {
26912705
"credentialScope" : {
26922706
"region" : "us-east-1"
@@ -2724,6 +2738,7 @@
27242738
"hostname" : "bedrock.us-west-2.amazonaws.com"
27252739
},
27262740
"eu-central-1" : { },
2741+
"eu-west-3" : { },
27272742
"us-east-1" : { },
27282743
"us-west-2" : { }
27292744
}
@@ -25941,8 +25956,56 @@
2594125956
},
2594225957
"signer" : {
2594325958
"endpoints" : {
25944-
"us-gov-east-1" : { },
25945-
"us-gov-west-1" : { }
25959+
"fips-us-gov-east-1" : {
25960+
"credentialScope" : {
25961+
"region" : "us-gov-east-1"
25962+
},
25963+
"deprecated" : true,
25964+
"hostname" : "signer-fips.us-gov-east-1.amazonaws.com"
25965+
},
25966+
"fips-us-gov-west-1" : {
25967+
"credentialScope" : {
25968+
"region" : "us-gov-west-1"
25969+
},
25970+
"deprecated" : true,
25971+
"hostname" : "signer-fips.us-gov-west-1.amazonaws.com"
25972+
},
25973+
"fips-verification-us-gov-east-1" : {
25974+
"credentialScope" : {
25975+
"region" : "us-gov-east-1"
25976+
},
25977+
"hostname" : "verification.signer-fips.us-gov-east-1.amazonaws.com"
25978+
},
25979+
"fips-verification-us-gov-west-1" : {
25980+
"credentialScope" : {
25981+
"region" : "us-gov-west-1"
25982+
},
25983+
"hostname" : "verification.signer-fips.us-gov-west-1.amazonaws.com"
25984+
},
25985+
"us-gov-east-1" : {
25986+
"variants" : [ {
25987+
"hostname" : "signer-fips.us-gov-east-1.amazonaws.com",
25988+
"tags" : [ "fips" ]
25989+
} ]
25990+
},
25991+
"us-gov-west-1" : {
25992+
"variants" : [ {
25993+
"hostname" : "signer-fips.us-gov-west-1.amazonaws.com",
25994+
"tags" : [ "fips" ]
25995+
} ]
25996+
},
25997+
"verification-us-gov-east-1" : {
25998+
"credentialScope" : {
25999+
"region" : "us-gov-east-1"
26000+
},
26001+
"hostname" : "verification.signer.us-gov-east-1.amazonaws.com"
26002+
},
26003+
"verification-us-gov-west-1" : {
26004+
"credentialScope" : {
26005+
"region" : "us-gov-west-1"
26006+
},
26007+
"hostname" : "verification.signer.us-gov-west-1.amazonaws.com"
26008+
}
2594626009
}
2594726010
},
2594826011
"simspaceweaver" : {

0 commit comments

Comments
 (0)