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.
1 parent 20aa781 commit 52b39c6Copy full SHA for 52b39c6
aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/AwsSdkClientOption.kt
@@ -7,7 +7,14 @@ package aws.sdk.kotlin.runtime.config
7
8
import aws.smithy.kotlin.runtime.collections.AttributeKey
9
10
-// AWS-specific version of smithy-kotlin's SdkClientOption
+/**
11
+ * Common client execution options.
12
+ * AWS-specific version of [aws.smithy.kotlin.runtime.client.SdkClientOption]
13
+ */
14
public object AwsSdkClientOption {
15
+ /**
16
+ * An optional application specific identifier.
17
+ * When set it will be appended to the User-Agent header of every request in the form of: `app/{applicationId}`.
18
19
public val ApplicationId: AttributeKey<String> = AttributeKey("aws.sdk.kotlin#ApplicationId")
20
}
0 commit comments