UpdateRegexMatchSetRequest
public struct UpdateRegexMatchSetRequest : 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 RegexMatchSetId of the RegexMatchSet that you want to update. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
Declaration
Swift
public let regexMatchSetId: String
-
An array of RegexMatchSetUpdate objects that you want to insert into or delete from a RegexMatchSet. For more information, see RegexMatchTuple.
Declaration
Swift
public let updates: [RegexMatchSetUpdate]
-
Undocumented
Declaration
Swift
public init(changeToken: String, regexMatchSetId: String, updates: [RegexMatchSetUpdate])
-
Declaration
Swift
public func validate(name: String) throws