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-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/AWSServiceConfig.kt
ConfigField(REGION_RESOLVER, AWSClientRuntimeTypes.Core.RegionResolver, documentation ="The region resolver uses an array of region providers to resolve the region."),
102
+
ConfigField(REGION_RESOLVER, AWSClientRuntimeTypes.Core.RegionResolver, "\$T", documentation ="The region resolver uses an array of region providers to resolve the region."),
94
103
ConfigField(SIGNING_REGION_CONFIG_NAME, SwiftTypes.String, "\$T", "The region to sign requests in. (Required)")
Copy file name to clipboardExpand all lines: codegen/smithy-aws-swift-codegen/src/test/kotlin/software/amazon/smithy/aws/swift/codegen/RestJsonProtocolGeneratorTests.kt
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ class RestJsonProtocolGeneratorTests {
121
121
public var endpointResolver: AWSClientRuntime.EndpointResolver
122
122
public var frameworkMetadata: AWSClientRuntime.FrameworkMetadata?
123
123
public var region: Swift.String?
124
-
public var regionResolver: AWSClientRuntime.RegionResolver
124
+
public var regionResolver: AWSClientRuntime.RegionResolver?
125
125
public var signingRegion: Swift.String?
126
126
127
127
public init(
@@ -133,10 +133,17 @@ class RestJsonProtocolGeneratorTests {
0 commit comments