UpdateXssMatchSetRequest

public struct UpdateXssMatchSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value returned by the most recent call to GetChangeToken.

    Declaration

    Swift

    public let changeToken: String
  • An array of XssMatchSetUpdate objects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types: XssMatchSetUpdate: Contains Action and XssMatchTuple XssMatchTuple: Contains FieldToMatch and TextTransformation FieldToMatch: Contains Data and Type

    Declaration

    Swift

    public let updates: [XssMatchSetUpdate]
  • The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

    Declaration

    Swift

    public let xssMatchSetId: String
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, updates: [XssMatchSetUpdate], xssMatchSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws