Audio

public struct Audio : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The locale of the audio message. Currently, en-US is supported.

    Declaration

    Swift

    public let locale: Locale
  • The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.

    Declaration

    Swift

    public let location: String
  • Undocumented

    Declaration

    Swift

    public init(locale: Locale, location: String)
  • Declaration

    Swift

    public func validate(name: String) throws