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

CreateReplaceRootVolumeTaskRequest

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

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. For more information, see Ensuring idempotency.

§
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.

§
InstanceId: string
[src]

The ID of the instance for which to replace the root volume.

§
SnapshotId?: string | null
[src]

The ID of the snapshot from which to restore the replacement root volume. If you want to restore the volume to the initial launch state, omit this parameter.

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

The tags to apply to the root volume replacement task.