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

JobMetadata

import type { JobMetadata } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

Contains information about a specific job including shipping information, job status, and other important metadata. This information is returned as a part of the response syntax of the DescribeJob action.

interface JobMetadata {
AddressId?: string | null;
ClusterId?: string | null;
CreationDate?: Date | number | null;
DataTransferProgress?: DataTransfer | null;
Description?: string | null;
DeviceConfiguration?: DeviceConfiguration | null;
ForwardingAddressId?: string | null;
JobId?: string | null;
JobLogInfo?: JobLogs | null;
JobState?: JobState | null;
JobType?: JobType | null;
KmsKeyARN?: string | null;
LongTermPricingId?: string | null;
Notification?: Notification | null;
OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | null;
RemoteManagement?: RemoteManagement | null;
Resources?: JobResource | null;
RoleARN?: string | null;
ShippingDetails?: ShippingDetails | null;
SnowballCapacityPreference?: SnowballCapacity | null;
SnowballType?: SnowballType | null;
TaxDocuments?: TaxDocuments | null;
}

§Properties

§
AddressId?: string | null
[src]

The ID for the address that you want the Snow device shipped to.

§
ClusterId?: string | null
[src]

The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.

§
CreationDate?: Date | number | null
[src]

The creation date for this job.

§
DataTransferProgress?: DataTransfer | null
[src]

A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web Services. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.

§
Description?: string | null
[src]

The description of the job, provided at job creation.

§
DeviceConfiguration?: DeviceConfiguration | null
[src]
§
ForwardingAddressId?: string | null
[src]

The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.

§
JobId?: string | null
[src]

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

§
JobLogInfo?: JobLogs | null
[src]

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.

§
JobState?: JobState | null
[src]

The current status of the jobs.

§
JobType?: JobType | null
[src]

The type of job.

§
KmsKeyARN?: string | null
[src]

The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.

§
LongTermPricingId?: string | null
[src]

The ID of the long-term pricing type for the device.

§
Notification?: Notification | null
[src]

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

§
OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | null
[src]

Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.

§
RemoteManagement?: RemoteManagement | null
[src]

Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.

§
Resources?: JobResource | null
[src]

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

§
RoleARN?: string | null
[src]

The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.

§
ShippingDetails?: ShippingDetails | null
[src]

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

§
SnowballCapacityPreference?: SnowballCapacity | null
[src]

The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.

§
SnowballType?: SnowballType | null
[src]

The type of device used with this job.

§
TaxDocuments?: TaxDocuments | null
[src]

The metadata associated with the tax documents required in your Amazon Web Services Region.