Skip to content

Commit 57e29b7

Browse files
author
awstools
committed
feat(smithy-client): update client defaults provider
1 parent 6bc6221 commit 57e29b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sdk-default-configuration.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"override": 3100
1717
}
1818
},
19-
"in-region": {},
19+
"in-region": {
20+
},
2021
"cross-region": {
2122
"connectTimeoutInMillis": {
2223
"override": 3100
@@ -51,4 +52,4 @@
5152
"tlsNegotiationTimeoutInMillis": "<p>The maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO message is sent to ethe time the client and server have fully negotiated ciphers and exchanged keys</p>"
5253
}
5354
}
54-
}
55+
}

0 commit comments

Comments
 (0)