Payload

public struct Payload : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The content of the payload. You can use a string expression that includes quoted strings (‘<string>’), variables ($variable.<variable-name>), input values ($input.<input-name>.<path-to-datum>), string concatenations, and quoted strings that contain ${} as the content. The recommended maximum size of a content expression is 1 KB.

    Declaration

    Swift

    public let contentExpression: String
  • The value of the payload type can be either STRING or JSON.

    Declaration

    Swift

    public let type: PayloadType
  • Undocumented

    Declaration

    Swift

    public init(contentExpression: String, type: PayloadType)
  • Declaration

    Swift

    public func validate(name: String) throws