UpdateByteMatchSetRequest
public struct UpdateByteMatchSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
Declaration
Swift
public let byteMatchSetId: String
-
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String
-
An array of ByteMatchSetUpdate objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types: ByteMatchSetUpdate: Contains Action and ByteMatchTuple ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation FieldToMatch: Contains Data and Type
Declaration
Swift
public let updates: [ByteMatchSetUpdate]
-
Undocumented
Declaration
Swift
public init(byteMatchSetId: String, changeToken: String, updates: [ByteMatchSetUpdate])
-
Declaration
Swift
public func validate(name: String) throws