Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-auth-aws
/
aws.smithy.kotlin.runtime.http.auth
/
AwsHttpSigner
Aws
Http
Signer
class
AwsHttpSigner
(
config
:
AwsHttpSigner.Config
)
AWS SigV4/SigV4a HttpSigner that signs outgoing requests using the given
config
Members
Constructors
Aws
Http
Signer
Link copied to clipboard
constructor
(
config
:
AwsHttpSigner.Config
)
Types
Companion
Link copied to clipboard
object
Companion
Config
Link copied to clipboard
class
Config
Functions
sign
Link copied to clipboard
open
suspend
fun
sign
(
signingRequest
:
<Error class: unknown class>
)