Other Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum Region : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum ServiceProtocolType
  • rules for encoding/decoding containers like arrays and dictionaries.

    See more

    Declaration

    Swift

    public enum XMLContainerCoding
  • Error type for standard server errors returned by AWS

    See more

    Declaration

    Swift

    public enum AWSServerError : AWSErrorType
    extension AWSServerError : CustomStringConvertible
  • Error type for standard client errors returned by AWS

    See more

    Declaration

    Swift

    public enum AWSClientError : AWSErrorType
    extension AWSClientError : CustomStringConvertible
  • Enumaration used to store request/response body in various forms

    See more

    Declaration

    Swift

    public enum Body