UpdateGeoMatchSetRequest

public struct UpdateGeoMatchSetRequest : 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 GeoMatchSetId of the GeoMatchSet that you want to update. GeoMatchSetId is returned by CreateGeoMatchSet and by ListGeoMatchSets.

    Declaration

    Swift

    public let geoMatchSetId: String
  • An array of GeoMatchSetUpdate objects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types: GeoMatchSetUpdate: Contains Action and GeoMatchConstraint GeoMatchConstraint: Contains Type and Value You can have only one Type and Value per GeoMatchConstraint. To add multiple countries, include multiple GeoMatchSetUpdate objects in your request.

    Declaration

    Swift

    public let updates: [GeoMatchSetUpdate]
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, geoMatchSetId: String, updates: [GeoMatchSetUpdate])
  • Declaration

    Swift

    public func validate(name: String) throws