Skip to content

Commit 52b39c6

Browse files
committed
Add KDocs
1 parent 20aa781 commit 52b39c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/AwsSdkClientOption.kt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ package aws.sdk.kotlin.runtime.config
77

88
import aws.smithy.kotlin.runtime.collections.AttributeKey
99

10-
// AWS-specific version of smithy-kotlin's SdkClientOption
10+
/**
11+
* Common client execution options.
12+
* AWS-specific version of [aws.smithy.kotlin.runtime.client.SdkClientOption]
13+
*/
1114
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+
*/
1219
public val ApplicationId: AttributeKey<String> = AttributeKey("aws.sdk.kotlin#ApplicationId")
1320
}

0 commit comments

Comments
 (0)