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

AcceptAddressTransferRequest

import type { AcceptAddressTransferRequest } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface AcceptAddressTransferRequest {
Address: string;
DryRun?: boolean | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
Address: string
[src]

The Elastic IP address you are accepting for transfer.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
TagSpecifications?: TagSpecification[] | null
[src]

tag: - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.