Expand description
Supporting code for invocation ID headers in the AWS SDK.
Structs§
- Default
Invocation IdGenerator - An invocation ID generator that uses random UUIDs for the invocation ID.
- Invocation
Id - InvocationId provides a consistent ID across retries
- Invocation
IdInterceptor - This interceptor generates a UUID and attaches it to all request attempts made as part of this operation.
- NoInvocation
IdGenerator test-util
- A “generator” that always returns
None
. - Predefined
Invocation IdGenerator test-util
- A “generator” that returns
InvocationId
s from a predefined list. - Shared
Invocation IdGenerator - Dynamic dispatch implementation of
InvocationIdGenerator
Traits§
- Invocation
IdGenerator - A generator for returning new invocation IDs on demand.