TerminologyData

public struct TerminologyData : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

    Declaration

    Swift

    public let file: Data
  • The data format of the custom terminology. Either CSV or TMX.

    Declaration

    Swift

    public let format: TerminologyDataFormat
  • Undocumented

    Declaration

    Swift

    public init(file: Data, format: TerminologyDataFormat)
  • Declaration

    Swift

    public func validate(name: String) throws