UpdateRegexPatternSetRequest

public struct UpdateRegexPatternSetRequest : 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 RegexPatternSetId of the RegexPatternSet that you want to update. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.

    Declaration

    Swift

    public let regexPatternSetId: String
  • An array of RegexPatternSetUpdate objects that you want to insert into or delete from a RegexPatternSet.

    Declaration

    Swift

    public let updates: [RegexPatternSetUpdate]
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, regexPatternSetId: String, updates: [RegexPatternSetUpdate])
  • Declaration

    Swift

    public func validate(name: String) throws