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

UpdateClusterRequest

import type { UpdateClusterRequest } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface UpdateClusterRequest {
AddressId?: string | null;
ClusterId: string;
Description?: string | null;
ForwardingAddressId?: string | null;
Notification?: Notification | null;
OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | null;
Resources?: JobResource | null;
RoleARN?: string | null;
ShippingOption?: ShippingOption | null;
}

§Properties

§
AddressId?: string | null
[src]

The ID of the updated "Address" object.

§
ClusterId: string
[src]

The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.

§
Description?: string | null
[src]

The updated description of this cluster.

§
ForwardingAddressId?: string | null
[src]

The updated ID for the forwarding address for a cluster. This field is not supported in most regions.

§
Notification?: Notification | null
[src]

The new or updated "Notification" object.

§
OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | null
[src]

Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).

§
Resources?: JobResource | null
[src]

The updated arrays of "JobResource" objects that can include updated "S3Resource" objects or "LambdaResource" objects.

§
RoleARN?: string | null
[src]

The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).

§
ShippingOption?: ShippingOption | null
[src]

The updated shipping option value of this cluster's "ShippingDetails" object.