Skip to content

Commit 0438004

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-06-30
1 parent c5cd452 commit 0438004

File tree

2 files changed

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

2 files changed

+10
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,6 +3733,7 @@
37333733
}
37343734
]
37353735
},
3736+
"ap-east-2": {},
37363737
"ap-northeast-1": {
37373738
"variants": [
37383739
{
@@ -41022,6 +41023,12 @@
4102241023
}
4102341024
}
4102441025
},
41026+
"scheduler": {
41027+
"endpoints": {
41028+
"us-gov-east-1": {},
41029+
"us-gov-west-1": {}
41030+
}
41031+
},
4102541032
"schemas": {
4102641033
"endpoints": {
4102741034
"us-gov-east-1": {},

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3143,6 +3143,7 @@ __metadata:
31433143
"@smithy/util-middleware": "npm:^4.0.4"
31443144
"@smithy/util-retry": "npm:^4.0.6"
31453145
"@smithy/util-utf8": "npm:^4.0.0"
3146+
"@smithy/util-waiter": "npm:^4.0.6"
31463147
"@tsconfig/node18": "npm:18.2.4"
31473148
"@types/node": "npm:^18.19.69"
31483149
"@types/uuid": "npm:^9.0.1"
@@ -3705,6 +3706,7 @@ __metadata:
37053706
"@aws-sdk/middleware-recursion-detection": "npm:*"
37063707
"@aws-sdk/middleware-user-agent": "npm:*"
37073708
"@aws-sdk/region-config-resolver": "npm:*"
3709+
"@aws-sdk/token-providers": "npm:*"
37083710
"@aws-sdk/types": "npm:*"
37093711
"@aws-sdk/util-endpoints": "npm:*"
37103712
"@aws-sdk/util-user-agent-browser": "npm:*"
@@ -3763,6 +3765,7 @@ __metadata:
37633765
"@aws-sdk/middleware-recursion-detection": "npm:*"
37643766
"@aws-sdk/middleware-user-agent": "npm:*"
37653767
"@aws-sdk/region-config-resolver": "npm:*"
3768+
"@aws-sdk/token-providers": "npm:*"
37663769
"@aws-sdk/types": "npm:*"
37673770
"@aws-sdk/util-endpoints": "npm:*"
37683771
"@aws-sdk/util-user-agent-browser": "npm:*"

0 commit comments

Comments
 (0)