You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfig.java
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
* made at most in case of retry.</li>
40
40
* <li>retryMode: Specifies which retry algorithm to use.</li>
41
41
* <li>logger: Optional logger for logging debug/info/warn/error.</li>
42
+
* <li>useFipsEndpoint: Enables FIPS compatible endpoints, if available.</li>
42
43
* </ul>
43
44
*
44
45
* <p>This plugin adds the following Node runtime specific values:
@@ -47,15 +48,17 @@
47
48
* <li>maxAttempts: Uses the default maxAttempts provider that checks things
48
49
* like environment variables and the AWS config file.</li>
49
50
* <li>retryMode: Specifies which retry algorithm to use.</li>
50
-
* <li>logger: Sets to empty as logger is passed in client configuration</li>
51
+
* <li>logger: Sets to empty as logger is passed in client configuration.</li>
0 commit comments