Skip to content

Commit f5a47e7

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-10-02
1 parent a896848 commit f5a47e7

File tree

1 file changed

+76
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+76
-0
lines changed

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

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,6 +2669,73 @@
26692669
}
26702670
}
26712671
},
2672+
"bedrock": {
2673+
"endpoints": {
2674+
"ap-southeast-1": {},
2675+
"bedrock-ap-southeast-1": {
2676+
"credentialScope": {
2677+
"region": "ap-southeast-1"
2678+
},
2679+
"hostname": "bedrock.ap-southeast-1.amazonaws.com"
2680+
},
2681+
"bedrock-fips-us-east-1": {
2682+
"credentialScope": {
2683+
"region": "us-east-1"
2684+
},
2685+
"hostname": "bedrock-fips.us-east-1.amazonaws.com"
2686+
},
2687+
"bedrock-fips-us-west-2": {
2688+
"credentialScope": {
2689+
"region": "us-west-2"
2690+
},
2691+
"hostname": "bedrock-fips.us-west-2.amazonaws.com"
2692+
},
2693+
"bedrock-runtime-ap-southeast-1": {
2694+
"credentialScope": {
2695+
"region": "ap-southeast-1"
2696+
},
2697+
"hostname": "bedrock-runtime.ap-southeast-1.amazonaws.com"
2698+
},
2699+
"bedrock-runtime-fips-us-east-1": {
2700+
"credentialScope": {
2701+
"region": "us-east-1"
2702+
},
2703+
"hostname": "bedrock-runtime-fips.us-east-1.amazonaws.com"
2704+
},
2705+
"bedrock-runtime-fips-us-west-2": {
2706+
"credentialScope": {
2707+
"region": "us-west-2"
2708+
},
2709+
"hostname": "bedrock-runtime-fips.us-west-2.amazonaws.com"
2710+
},
2711+
"bedrock-runtime-us-east-1": {
2712+
"credentialScope": {
2713+
"region": "us-east-1"
2714+
},
2715+
"hostname": "bedrock-runtime.us-east-1.amazonaws.com"
2716+
},
2717+
"bedrock-runtime-us-west-2": {
2718+
"credentialScope": {
2719+
"region": "us-west-2"
2720+
},
2721+
"hostname": "bedrock-runtime.us-west-2.amazonaws.com"
2722+
},
2723+
"bedrock-us-east-1": {
2724+
"credentialScope": {
2725+
"region": "us-east-1"
2726+
},
2727+
"hostname": "bedrock.us-east-1.amazonaws.com"
2728+
},
2729+
"bedrock-us-west-2": {
2730+
"credentialScope": {
2731+
"region": "us-west-2"
2732+
},
2733+
"hostname": "bedrock.us-west-2.amazonaws.com"
2734+
},
2735+
"us-east-1": {},
2736+
"us-west-2": {}
2737+
}
2738+
},
26722739
"billingconductor": {
26732740
"endpoints": {
26742741
"aws-global": {
@@ -11404,11 +11471,14 @@
1140411471
"ap-northeast-2": {},
1140511472
"ap-northeast-3": {},
1140611473
"ap-south-1": {},
11474+
"ap-south-2": {},
1140711475
"ap-southeast-1": {},
1140811476
"ap-southeast-2": {},
1140911477
"ap-southeast-3": {},
11478+
"ap-southeast-4": {},
1141011479
"ca-central-1": {},
1141111480
"eu-central-1": {},
11481+
"eu-central-2": {},
1141211482
"eu-north-1": {},
1141311483
"eu-south-1": {},
1141411484
"eu-west-1": {},
@@ -14770,6 +14840,9 @@
1477014840
"ap-southeast-2": {
1477114841
"hostname": "resource-explorer-2.ap-southeast-2.api.aws"
1477214842
},
14843+
"ap-southeast-3": {
14844+
"hostname": "resource-explorer-2.ap-southeast-3.api.aws"
14845+
},
1477314846
"ap-southeast-4": {
1477414847
"hostname": "resource-explorer-2.ap-southeast-4.api.aws"
1477514848
},
@@ -14797,6 +14870,9 @@
1479714870
"il-central-1": {
1479814871
"hostname": "resource-explorer-2.il-central-1.api.aws"
1479914872
},
14873+
"me-south-1": {
14874+
"hostname": "resource-explorer-2.me-south-1.api.aws"
14875+
},
1480014876
"sa-east-1": {
1480114877
"hostname": "resource-explorer-2.sa-east-1.api.aws"
1480214878
},

0 commit comments

Comments
 (0)