Other Protocols
The following protocols are available globally.
-
Protocol defining requirements for object providing AWS credentials
See moreDeclaration
Swift
public protocol CredentialProvider
-
protocol to return XMLContainerCoding values. To control how the child elements of a Codable class are encoded inherit from this and return coding values for each
See moreDeclaration
Swift
public protocol XMLCodable : Decodable, Encodable
-
Standard Error type returned by aws-sdk-swift. Initialized with error code and message. Must provide an implementation of var description : String
See moreDeclaration
Swift
public protocol AWSErrorType : CustomStringConvertible, Error