UpdateIPSetRequest
public struct UpdateIPSetRequest : 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 IPSetId of the IPSet that you want to update. IPSetId is returned by CreateIPSet and by ListIPSets.
Declaration
Swift
public let iPSetId: String
-
An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types: IPSetUpdate: Contains Action and IPSetDescriptor IPSetDescriptor: Contains Type and Value You can insert a maximum of 1000 addresses in a single request.
Declaration
Swift
public let updates: [IPSetUpdate]
-
Undocumented
Declaration
Swift
public init(changeToken: String, iPSetId: String, updates: [IPSetUpdate])
-
Declaration
Swift
public func validate(name: String) throws