AWSShape
public protocol AWSShape
Protocol for the input and output objects for all AWS service commands. They need to be Codable so they can be serialized. They also need to provide details on how their container classes are coded when serializing XML.
-
_encoding
Default implementationThe array of members serialization helpers
Default Implementation
Declaration
Swift
static var _encoding: [AWSMemberEncoding] { get }
-
getEncoding(for:
Extension method) return member with provided name
Declaration
Swift
public static func getEncoding(for: String) -> AWSMemberEncoding?
-
idempotencyToken()
Extension methodReturn an idempotencyToken
Declaration
Swift
public static func idempotencyToken() -> String