Structures

The following structures are available globally.

  • Generic Type to wrap around an Output SudoDiRelay type from a List result.

    This allows pagination requests and can use its nextToken to call the next page.

    See more

    Declaration

    Swift

    public struct ListOutput<T>
    extension ListOutput: Equatable where T: Equatable
  • A message retrieved from the Relay Service

    See more

    Declaration

    Swift

    public struct Message : Equatable
  • A postbox that stores messages in the relay.

    See more

    Declaration

    Swift

    public struct Postbox : Equatable
  • Generic non-specific error.

    See more

    Declaration

    Swift

    public struct AnyError : Error, CustomStringConvertible, LocalizedError, Equatable