Module invocation_id

Source
Expand description

Supporting code for invocation ID headers in the AWS SDK.

Structs§

DefaultInvocationIdGenerator
An invocation ID generator that uses random UUIDs for the invocation ID.
InvocationId
InvocationId provides a consistent ID across retries
InvocationIdInterceptor
This interceptor generates a UUID and attaches it to all request attempts made as part of this operation.
NoInvocationIdGeneratortest-util
A “generator” that always returns None.
PredefinedInvocationIdGeneratortest-util
A “generator” that returns InvocationIds from a predefined list.
SharedInvocationIdGenerator
Dynamic dispatch implementation of InvocationIdGenerator

Traits§

InvocationIdGenerator
A generator for returning new invocation IDs on demand.