AwsUserAgentMetadata

data class AwsUserAgentMetadata(val sdkMetadata: SdkMetadata, val apiMetadata: ApiMetadata, val osMetadata: OsMetadata, val languageMetadata: LanguageMetadata, val execEnvMetadata: ExecutionEnvMetadata? = null, val frameworkMetadata: FrameworkMetadata? = null, val appId: String? = null, val customMetadata: CustomUserAgentMetadata? = null)

Metadata used to populate the User-Agent and x-amz-user-agent headers

Constructors

Link copied to clipboard
constructor(sdkMetadata: SdkMetadata, apiMetadata: ApiMetadata, osMetadata: OsMetadata, languageMetadata: LanguageMetadata, execEnvMetadata: ExecutionEnvMetadata? = null, frameworkMetadata: FrameworkMetadata? = null, appId: String? = null, customMetadata: CustomUserAgentMetadata? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val appId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Legacy user agent header value for UserAgent

Link copied to clipboard

New-style user agent header value for x-amz-user-agent