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
"description": "Switch to always serialize defaults in requests. Previously fields were not serialized in requests if they weren't `@required` and hadn't been changed from the default value.",
Copy file name to clipboardExpand all lines: codegen/smithy-aws-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/customization/RegionSupport.kt
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,27 @@ class RegionSupport : KotlinIntegration {
40
40
name ="region"
41
41
symbol =KotlinTypes.String.toBuilder().nullable().build()
42
42
documentation ="""
43
-
The region to sign with and make requests to.
43
+
The AWS region to sign with and make requests to. When specified, this static region configuration
44
+
takes precedence over other region resolution methods.
0 commit comments