UpdateSqlInjectionMatchSetRequest

public struct UpdateSqlInjectionMatchSetRequest : 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
  • The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

    Declaration

    Swift

    public let sqlInjectionMatchSetId: String
  • An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types: SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation FieldToMatch: Contains Data and Type

    Declaration

    Swift

    public let updates: [SqlInjectionMatchSetUpdate]
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, sqlInjectionMatchSetId: String, updates: [SqlInjectionMatchSetUpdate])
  • Declaration

    Swift

    public func validate(name: String) throws