We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ce84bf + 6c7487c commit 4b4749cCopy full SHA for 4b4749c
templates/swift/client_configuration.mustache
@@ -22,7 +22,7 @@ public struct {{#lambda.client-to-name}}{{{client}}}{{/lambda.client-to-name}}Cl
22
public var hosts: [RetryableHost]
23
public let compression: CompressionAlgorithm
24
25
- init(appID: String,
+ public init(appID: String,
26
apiKey: String,{{#hasRegionalHost}}
27
region: Region{{#fallbackToAliasHost}}? = nil{{/fallbackToAliasHost}},{{/hasRegionalHost}}
28
writeTimeout: TimeInterval = DefaultConfiguration.default.writeTimeout,
0 commit comments