Package-level declarations

Types

Link copied to clipboard
data class FormUrlCollectionName(val member: String)

Specifies member name used when encoding a List/Set structure. See https://awslabs.github.io/smithy/1.0/spec/aws/aws-query-protocol.html#collections

Link copied to clipboard

Indicates that the container should be serialized in "flattened" form. See: https://awslabs.github.io/smithy/1.0/spec/aws/aws-query-protocol.html#collections

Link copied to clipboard
data class FormUrlMapName(val key: String = Default.key, val value: String = Default.value)

Specifies key and value node names used to encode a Map structure. See https://awslabs.github.io/smithy/1.0/spec/aws/aws-query-protocol.html#maps

Link copied to clipboard
data class FormUrlSerialName(val name: String)

Specifies a name that a field is encoded into for form-url elements.

Link copied to clipboard
data class QueryLiteral(val key: String, val value: String)

Trait that adds a static key=value pair to a form-url encoded object

Functions

Link copied to clipboard
fun FormUrlSerializer(): <Error class: unknown class>