Skip to content

Commit dc38adb

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent a52086e commit dc38adb

File tree

1 file changed

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

1 file changed

+81
-0
lines changed

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

+81
Original file line numberDiff line numberDiff line change
@@ -2424,6 +2424,12 @@
24242424
"endpoints" : {
24252425
"ap-northeast-1" : { },
24262426
"ap-southeast-1" : { },
2427+
"bedrock-ap-northeast-1" : {
2428+
"credentialScope" : {
2429+
"region" : "ap-northeast-1"
2430+
},
2431+
"hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2432+
},
24272433
"bedrock-ap-southeast-1" : {
24282434
"credentialScope" : {
24292435
"region" : "ap-southeast-1"
@@ -2442,6 +2448,12 @@
24422448
},
24432449
"hostname" : "bedrock-fips.us-west-2.amazonaws.com"
24442450
},
2451+
"bedrock-runtime-ap-northeast-1" : {
2452+
"credentialScope" : {
2453+
"region" : "ap-northeast-1"
2454+
},
2455+
"hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2456+
},
24452457
"bedrock-runtime-ap-southeast-1" : {
24462458
"credentialScope" : {
24472459
"region" : "ap-southeast-1"
@@ -4590,6 +4602,9 @@
45904602
"ap-east-1" : {
45914603
"hostname" : "datazone.ap-east-1.api.aws"
45924604
},
4605+
"ap-northeast-1" : {
4606+
"hostname" : "datazone.ap-northeast-1.api.aws"
4607+
},
45934608
"ap-northeast-2" : {
45944609
"hostname" : "datazone.ap-northeast-2.api.aws"
45954610
},
@@ -4602,21 +4617,43 @@
46024617
"ap-south-2" : {
46034618
"hostname" : "datazone.ap-south-2.api.aws"
46044619
},
4620+
"ap-southeast-1" : {
4621+
"hostname" : "datazone.ap-southeast-1.api.aws"
4622+
},
4623+
"ap-southeast-2" : {
4624+
"hostname" : "datazone.ap-southeast-2.api.aws"
4625+
},
46054626
"ap-southeast-3" : {
46064627
"hostname" : "datazone.ap-southeast-3.api.aws"
46074628
},
46084629
"ap-southeast-4" : {
46094630
"hostname" : "datazone.ap-southeast-4.api.aws"
46104631
},
4632+
"ca-central-1" : {
4633+
"hostname" : "datazone.ca-central-1.api.aws",
4634+
"variants" : [ {
4635+
"hostname" : "datazone-fips.ca-central-1.amazonaws.com",
4636+
"tags" : [ "fips" ]
4637+
} ]
4638+
},
4639+
"eu-central-1" : {
4640+
"hostname" : "datazone.eu-central-1.api.aws"
4641+
},
46114642
"eu-central-2" : {
46124643
"hostname" : "datazone.eu-central-2.api.aws"
46134644
},
4645+
"eu-north-1" : {
4646+
"hostname" : "datazone.eu-north-1.api.aws"
4647+
},
46144648
"eu-south-1" : {
46154649
"hostname" : "datazone.eu-south-1.api.aws"
46164650
},
46174651
"eu-south-2" : {
46184652
"hostname" : "datazone.eu-south-2.api.aws"
46194653
},
4654+
"eu-west-1" : {
4655+
"hostname" : "datazone.eu-west-1.api.aws"
4656+
},
46204657
"eu-west-2" : {
46214658
"hostname" : "datazone.eu-west-2.api.aws"
46224659
},
@@ -4632,8 +4669,32 @@
46324669
"me-south-1" : {
46334670
"hostname" : "datazone.me-south-1.api.aws"
46344671
},
4672+
"sa-east-1" : {
4673+
"hostname" : "datazone.sa-east-1.api.aws"
4674+
},
4675+
"us-east-1" : {
4676+
"hostname" : "datazone.us-east-1.api.aws",
4677+
"variants" : [ {
4678+
"hostname" : "datazone-fips.us-east-1.amazonaws.com",
4679+
"tags" : [ "fips" ]
4680+
} ]
4681+
},
4682+
"us-east-2" : {
4683+
"hostname" : "datazone.us-east-2.api.aws",
4684+
"variants" : [ {
4685+
"hostname" : "datazone-fips.us-east-2.amazonaws.com",
4686+
"tags" : [ "fips" ]
4687+
} ]
4688+
},
46354689
"us-west-1" : {
46364690
"hostname" : "datazone.us-west-1.api.aws"
4691+
},
4692+
"us-west-2" : {
4693+
"hostname" : "datazone.us-west-2.api.aws",
4694+
"variants" : [ {
4695+
"hostname" : "datazone-fips.us-west-2.amazonaws.com",
4696+
"tags" : [ "fips" ]
4697+
} ]
46374698
}
46384699
}
46394700
},
@@ -22734,6 +22795,26 @@
2273422795
}
2273522796
}
2273622797
},
22798+
"m2" : {
22799+
"endpoints" : {
22800+
"fips-us-gov-east-1" : {
22801+
"deprecated" : true
22802+
},
22803+
"fips-us-gov-west-1" : {
22804+
"deprecated" : true
22805+
},
22806+
"us-gov-east-1" : {
22807+
"variants" : [ {
22808+
"tags" : [ "fips" ]
22809+
} ]
22810+
},
22811+
"us-gov-west-1" : {
22812+
"variants" : [ {
22813+
"tags" : [ "fips" ]
22814+
} ]
22815+
}
22816+
}
22817+
},
2273722818
"managedblockchain" : {
2273822819
"endpoints" : {
2273922820
"us-gov-west-1" : { }

0 commit comments

Comments
 (0)