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

UpdateAcceleratorRequest

import type { UpdateAcceleratorRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface UpdateAcceleratorRequest {
AcceleratorArn: string;
Enabled?: boolean | null;
IpAddressType?: IpAddressType | null;
Name?: string | null;
}

§Properties

§
AcceleratorArn: string
[src]

The Amazon Resource Name (ARN) of the accelerator to update.

§
Enabled?: boolean | null
[src]

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

§
IpAddressType?: IpAddressType | null
[src]

The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.

§
Name?: string | null
[src]

The name of the accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or period.