File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 2641
2641
"endpoints" : {
2642
2642
"ap-northeast-1" : { },
2643
2643
"ap-southeast-1" : { },
2644
+ "ap-southeast-2" : { },
2644
2645
"bedrock-ap-northeast-1" : {
2645
2646
"credentialScope" : {
2646
2647
"region" : "ap-northeast-1"
2653
2654
},
2654
2655
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2655
2656
},
2657
+ "bedrock-ap-southeast-2" : {
2658
+ "credentialScope" : {
2659
+ "region" : "ap-southeast-2"
2660
+ },
2661
+ "hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2662
+ },
2656
2663
"bedrock-eu-central-1" : {
2657
2664
"credentialScope" : {
2658
2665
"region" : "eu-central-1"
2689
2696
},
2690
2697
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2691
2698
},
2699
+ "bedrock-runtime-ap-southeast-2" : {
2700
+ "credentialScope" : {
2701
+ "region" : "ap-southeast-2"
2702
+ },
2703
+ "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2704
+ },
2692
2705
"bedrock-runtime-eu-central-1" : {
2693
2706
"credentialScope" : {
2694
2707
"region" : "eu-central-1"
You can’t perform that action at this time.
0 commit comments