Expand description
Supporting code for invocation ID headers in the AWS SDK.
Structs§
- An invocation ID generator that uses random UUIDs for the invocation ID.
- InvocationId provides a consistent ID across retries
- This interceptor generates a UUID and attaches it to all request attempts made as part of this operation.
- Dynamic dispatch implementation of
InvocationIdGenerator
Traits§
- A generator for returning new invocation IDs on demand.