Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateIPSetRequest

import type { UpdateIPSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface UpdateIPSetRequest {
ChangeToken: string;
IPSetId: string;
Updates: IPSetUpdate[];
}

§Properties

§
ChangeToken: string
[src]

The value returned by the most recent call to "GetChangeToken".

§
IPSetId: string
[src]

The IPSetId of the "IPSet" that you want to update. IPSetId is returned by "CreateIPSet" and by "ListIPSets".

§
Updates: IPSetUpdate[]
[src]

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.