{ "version": "2.0", "service": "

AWS Snowball is a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). The Snowball commands described here provide access to the same functionality that is available in the AWS Snowball Management Console, which enables you to create and manage jobs for Snowball. To transfer data locally with a Snowball device, you'll need to use the Snowball client or the Amazon S3 API adapter for Snowball. For more information, see the User Guide.

", "operations": { "CancelCluster": "

Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.

", "CancelJob": "

Cancels the specified job. You can only cancel a job before its JobState value changes to PreparingAppliance. Requesting the ListJobs or DescribeJob action returns a job's JobState as part of the response element data returned.

", "CreateAddress": "

Creates an address for a Snowball to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.

", "CreateCluster": "

Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.

", "CreateJob": "

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your AWS account must have the right trust policies and permissions in place to create a job for Snowball. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.

", "DescribeAddress": "

Takes an AddressId and returns specific details about that address in the form of an Address object.

", "DescribeAddresses": "

Returns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.

", "DescribeCluster": "

Returns information about a specific cluster including shipping information, cluster status, and other important metadata.

", "DescribeJob": "

Returns information about a specific job including shipping information, job status, and other important metadata.

", "GetJobManifest": "

Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action.

The manifest is an encrypted file that you can download after your job enters the WithCustomer status. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snowball through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.

The credentials of a given job, including its manifest file and unlock code, expire 90 days after the job is created.

", "GetJobUnlockCode": "

Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 days after the associated job has been created.

The UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snowball through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.

", "GetSnowballUsage": "

Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use.

The default service limit for the number of Snowballs that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.

", "GetSoftwareUpdates": "

Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.

", "ListClusterJobs": "

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.

", "ListClusters": "

Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

", "ListCompatibleImages": "

This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS account that would be supported for use on a Snowball Edge device. Currently, supported AMIs are based on the CentOS 7 (x86_64) - with Updates HVM, Ubuntu Server 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the AWS Marketplace.

", "ListJobs": "

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.

", "UpdateCluster": "

While a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.

", "UpdateJob": "

While a job's JobState value is New, you can update some of the information associated with a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.

" }, "shapes": { "Address": { "base": "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the Address are required, if the address is invalid or unsupported, then an exception is thrown.

", "refs": { "AddressList$member": null, "CreateAddressRequest$Address": "

The address that you want the Snowball shipped to.

", "DescribeAddressResult$Address": "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

" } }, "AddressId": { "base": null, "refs": { "Address$AddressId": "

The unique ID for an address.

", "ClusterMetadata$AddressId": "

The automatically generated ID for a specific address.

", "ClusterMetadata$ForwardingAddressId": "

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

", "CreateClusterRequest$AddressId": "

The ID for the address that you want the cluster shipped to.

", "CreateClusterRequest$ForwardingAddressId": "

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

", "CreateJobRequest$AddressId": "

The ID for the address that you want the Snowball shipped to.

", "CreateJobRequest$ForwardingAddressId": "

The forwarding address ID for a job. This field is not supported in most regions.

", "DescribeAddressRequest$AddressId": "

The automatically generated ID for a specific address.

", "JobMetadata$AddressId": "

The ID for the address that you want the Snowball shipped to.

", "JobMetadata$ForwardingAddressId": "

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.

", "UpdateClusterRequest$AddressId": "

The ID of the updated Address object.

", "UpdateClusterRequest$ForwardingAddressId": "

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

", "UpdateJobRequest$AddressId": "

The ID of the updated Address object.

", "UpdateJobRequest$ForwardingAddressId": "

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

" } }, "AddressList": { "base": null, "refs": { "DescribeAddressesResult$Addresses": "

The Snowball shipping addresses that were created for this account.

" } }, "AmiId": { "base": null, "refs": { "Ec2AmiResource$AmiId": "

The ID of the AMI in Amazon EC2.

" } }, "Boolean": { "base": null, "refs": { "Address$IsRestricted": "

If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.

", "JobListEntry$IsMaster": "

A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

", "Notification$NotifyAll": "

Any change in job state will trigger a notification for this job.

" } }, "CancelClusterRequest": { "base": null, "refs": { } }, "CancelClusterResult": { "base": null, "refs": { } }, "CancelJobRequest": { "base": null, "refs": { } }, "CancelJobResult": { "base": null, "refs": { } }, "ClusterId": { "base": null, "refs": { "CancelClusterRequest$ClusterId": "

The 39-character ID for the cluster that you want to cancel, for example CID123e4567-e89b-12d3-a456-426655440000.

", "CreateClusterResult$ClusterId": "

The automatically generated ID for a cluster.

", "CreateJobRequest$ClusterId": "

The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this clusterId value. The other job attributes are inherited from the cluster.

", "DescribeClusterRequest$ClusterId": "

The automatically generated ID for a cluster.

", "ListClusterJobsRequest$ClusterId": "

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

", "UpdateClusterRequest$ClusterId": "

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

" } }, "ClusterLimitExceededException": { "base": "

Job creation failed. Currently, clusters support five nodes. If you have less than five nodes for your cluster and you have more nodes to create for this cluster, try again and create jobs until your cluster has exactly five notes.

", "refs": { } }, "ClusterListEntry": { "base": "

Contains a cluster's state, a cluster's ID, and other important information.

", "refs": { "ClusterListEntryList$member": null } }, "ClusterListEntryList": { "base": null, "refs": { "ListClustersResult$ClusterListEntries": "

Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

" } }, "ClusterMetadata": { "base": "

Contains metadata about a specific cluster.

", "refs": { "DescribeClusterResult$ClusterMetadata": "

Information about a specific cluster, including shipping information, cluster status, and other important metadata.

" } }, "ClusterState": { "base": null, "refs": { "ClusterListEntry$ClusterState": "

The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.

", "ClusterMetadata$ClusterState": "

The current status of the cluster.

" } }, "CompatibleImage": { "base": "

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snowball Edge AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

", "refs": { "CompatibleImageList$member": null } }, "CompatibleImageList": { "base": null, "refs": { "ListCompatibleImagesResult$CompatibleImages": "

A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snowball Edge AMI.

" } }, "CreateAddressRequest": { "base": null, "refs": { } }, "CreateAddressResult": { "base": null, "refs": { } }, "CreateClusterRequest": { "base": null, "refs": { } }, "CreateClusterResult": { "base": null, "refs": { } }, "CreateJobRequest": { "base": null, "refs": { } }, "CreateJobResult": { "base": null, "refs": { } }, "DataTransfer": { "base": "

Defines the real-time status of a Snowball's data transfer while the device is at AWS. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.

", "refs": { "JobMetadata$DataTransferProgress": "

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

" } }, "DescribeAddressRequest": { "base": null, "refs": { } }, "DescribeAddressResult": { "base": null, "refs": { } }, "DescribeAddressesRequest": { "base": null, "refs": { } }, "DescribeAddressesResult": { "base": null, "refs": { } }, "DescribeClusterRequest": { "base": null, "refs": { } }, "DescribeClusterResult": { "base": null, "refs": { } }, "DescribeJobRequest": { "base": null, "refs": { } }, "DescribeJobResult": { "base": null, "refs": { } }, "Ec2AmiResource": { "base": "

A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2 AMI ID and the Snowball Edge AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the AWS Cloud and on the device.

", "refs": { "Ec2AmiResourceList$member": null } }, "Ec2AmiResourceList": { "base": null, "refs": { "JobResource$Ec2AmiResources": "

The Amazon Machine Images (AMIs) associated with this job.

" } }, "Ec2RequestFailedException": { "base": "

Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

", "refs": { } }, "EventTriggerDefinition": { "base": "

The container for the EventTriggerDefinition$EventResourceARN.

", "refs": { "EventTriggerDefinitionList$member": null } }, "EventTriggerDefinitionList": { "base": null, "refs": { "LambdaResource$EventTriggers": "

The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.

" } }, "GSTIN": { "base": null, "refs": { "INDTaxDocuments$GSTIN": "

The Goods and Services Tax (GST) documents required in AWS Regions in India.

" } }, "GetJobManifestRequest": { "base": null, "refs": { } }, "GetJobManifestResult": { "base": null, "refs": { } }, "GetJobUnlockCodeRequest": { "base": null, "refs": { } }, "GetJobUnlockCodeResult": { "base": null, "refs": { } }, "GetSnowballUsageRequest": { "base": null, "refs": { } }, "GetSnowballUsageResult": { "base": null, "refs": { } }, "GetSoftwareUpdatesRequest": { "base": null, "refs": { } }, "GetSoftwareUpdatesResult": { "base": null, "refs": { } }, "INDTaxDocuments": { "base": "

The tax documents required in AWS Regions in India.

", "refs": { "TaxDocuments$IND": "

The tax documents required in AWS Regions in India.

" } }, "Integer": { "base": null, "refs": { "GetSnowballUsageResult$SnowballLimit": "

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

", "GetSnowballUsageResult$SnowballsInUse": "

The number of Snowballs that this account is currently using.

" } }, "InvalidAddressException": { "base": "

The address provided was invalid. Check the address with your region's carrier, and try again.

", "refs": { } }, "InvalidInputCombinationException": { "base": "

Job or cluster creation failed. One ore more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

", "refs": { } }, "InvalidJobStateException": { "base": "

The action can't be performed because the job's current state doesn't allow that action to be performed.

", "refs": { } }, "InvalidNextTokenException": { "base": "

The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

", "refs": { } }, "InvalidResourceException": { "base": "

The specified resource can't be found. Check the information you provided in your last request, and try again.

", "refs": { } }, "JobId": { "base": null, "refs": { "CancelJobRequest$JobId": "

The 39-character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

", "CreateJobResult$JobId": "

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

", "DescribeJobRequest$JobId": "

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

", "GetJobManifestRequest$JobId": "

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "GetJobUnlockCodeRequest$JobId": "

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "GetSoftwareUpdatesRequest$JobId": "

The ID for a job that you want to get the software update file for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "UpdateJobRequest$JobId": "

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

" } }, "JobListEntry": { "base": "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of an export job.

", "refs": { "JobListEntryList$member": null } }, "JobListEntryList": { "base": null, "refs": { "ListClusterJobsResult$JobListEntries": "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

", "ListJobsResult$JobListEntries": "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

" } }, "JobLogs": { "base": "

Contains job logs. Whenever Snowball is used to import data into or export data out of Amazon S3, you'll have the option of downloading a PDF job report. Job logs are returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type. The job logs can be accessed for up to 60 minutes after this request has been made. To access any of the job logs after 60 minutes have passed, you'll have to make another call to the DescribeJob action.

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 Snowball for your job part is being delivered to you.

The job report provides you insight into the state of your Amazon S3 data transfer. The report includes details about your job or job part for your records.

For deeper visibility into the status of your transferred objects, you can look at the two associated logs: a success log and a failure log. The logs are saved in comma-separated value (CSV) format, and the name of each log includes the ID of the job or job part that the log describes.

", "refs": { "JobMetadata$JobLogInfo": "

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 Snowball for your job part is being delivered to you.

" } }, "JobMetadata": { "base": "

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.

", "refs": { "DescribeJobResult$JobMetadata": "

Information about a specific job, including shipping information, job status, and other important metadata.

", "JobMetadataList$member": null } }, "JobMetadataList": { "base": null, "refs": { "DescribeJobResult$SubJobMetadata": "

Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

" } }, "JobResource": { "base": "

Contains an array of AWS resource objects. Each object represents an Amazon S3 bucket, an AWS Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.

", "refs": { "ClusterMetadata$Resources": "

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

", "CreateClusterRequest$Resources": "

The resources associated with the cluster job. These resources include Amazon S3 buckets and optional AWS Lambda functions written in the Python language.

", "CreateJobRequest$Resources": "

Defines the Amazon S3 buckets associated with this job.

With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

", "JobMetadata$Resources": "

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

", "UpdateClusterRequest$Resources": "

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

", "UpdateJobRequest$Resources": "

The updated JobResource object, or the updated JobResource object.

" } }, "JobState": { "base": null, "refs": { "JobListEntry$JobState": "

The current state of this job.

", "JobMetadata$JobState": "

The current status of the jobs.

", "JobStateList$member": null } }, "JobStateList": { "base": null, "refs": { "Notification$JobStatesToNotify": "

The list of job states that will trigger a notification for this job.

" } }, "JobType": { "base": null, "refs": { "ClusterMetadata$JobType": "

The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.

", "CreateClusterRequest$JobType": "

The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.

", "CreateJobRequest$JobType": "

Defines the type of job that you're creating.

", "JobListEntry$JobType": "

The type of job.

", "JobMetadata$JobType": "

The type of job.

" } }, "KMSRequestFailedException": { "base": "

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

", "refs": { } }, "KeyRange": { "base": "

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

", "refs": { "S3Resource$KeyRange": "

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

" } }, "KmsKeyARN": { "base": null, "refs": { "ClusterMetadata$KmsKeyARN": "

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

", "CreateClusterRequest$KmsKeyARN": "

The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN values are created by using the CreateKey API action in AWS Key Management Service (AWS KMS).

", "CreateJobRequest$KmsKeyARN": "

The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

", "JobMetadata$KmsKeyARN": "

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

" } }, "LambdaResource": { "base": "

Identifies

", "refs": { "LambdaResourceList$member": null } }, "LambdaResourceList": { "base": null, "refs": { "JobResource$LambdaResources": "

The Python-language Lambda functions for this job.

" } }, "ListClusterJobsRequest": { "base": null, "refs": { } }, "ListClusterJobsResult": { "base": null, "refs": { } }, "ListClustersRequest": { "base": null, "refs": { } }, "ListClustersResult": { "base": null, "refs": { } }, "ListCompatibleImagesRequest": { "base": null, "refs": { } }, "ListCompatibleImagesResult": { "base": null, "refs": { } }, "ListJobsRequest": { "base": null, "refs": { } }, "ListJobsResult": { "base": null, "refs": { } }, "ListLimit": { "base": null, "refs": { "DescribeAddressesRequest$MaxResults": "

The number of ADDRESS objects to return.

", "ListClusterJobsRequest$MaxResults": "

The number of JobListEntry objects to return.

", "ListClustersRequest$MaxResults": "

The number of ClusterListEntry objects to return.

", "ListCompatibleImagesRequest$MaxResults": "

The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.

", "ListJobsRequest$MaxResults": "

The number of JobListEntry objects to return.

" } }, "Long": { "base": null, "refs": { "DataTransfer$BytesTransferred": "

The number of bytes transferred between a Snowball and Amazon S3.

", "DataTransfer$ObjectsTransferred": "

The number of objects transferred between a Snowball and Amazon S3.

", "DataTransfer$TotalBytes": "

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

", "DataTransfer$TotalObjects": "

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

" } }, "Notification": { "base": "

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.

When the notification settings are defined during job creation, you can choose to notify based on a specific set of job states using the JobStatesToNotify array of strings, or you can specify that you want to have Amazon SNS notifications sent out for all job states with NotifyAll set to true.

", "refs": { "ClusterMetadata$Notification": "

The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.

", "CreateClusterRequest$Notification": "

The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.

", "CreateJobRequest$Notification": "

Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

", "JobMetadata$Notification": "

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.

", "UpdateClusterRequest$Notification": "

The new or updated Notification object.

", "UpdateJobRequest$Notification": "

The new or updated Notification object.

" } }, "ResourceARN": { "base": null, "refs": { "EventTriggerDefinition$EventResourceARN": "

The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger associated with this job.

", "LambdaResource$LambdaArn": "

An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.

", "S3Resource$BucketArn": "

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

" } }, "RoleARN": { "base": null, "refs": { "ClusterMetadata$RoleARN": "

The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

", "CreateClusterRequest$RoleARN": "

The RoleARN that you want to associate with this cluster. RoleArn values are created by using the CreateRole API action in AWS Identity and Access Management (IAM).

", "CreateJobRequest$RoleARN": "

The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

", "JobMetadata$RoleARN": "

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

", "UpdateClusterRequest$RoleARN": "

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 AWS Identity and Access Management (IAM).

", "UpdateJobRequest$RoleARN": "

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

" } }, "S3Resource": { "base": "

Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. For export jobs, this object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

", "refs": { "S3ResourceList$member": null } }, "S3ResourceList": { "base": null, "refs": { "JobResource$S3Resources": "

An array of S3Resource objects.

" } }, "Shipment": { "base": "

The Status and TrackingNumber information for an inbound or outbound shipment.

", "refs": { "ShippingDetails$InboundShipment": "

The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

", "ShippingDetails$OutboundShipment": "

The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

" } }, "ShippingDetails": { "base": "

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

", "refs": { "JobMetadata$ShippingDetails": "

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

" } }, "ShippingOption": { "base": null, "refs": { "ClusterMetadata$ShippingOption": "

The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows:

", "CreateClusterRequest$ShippingOption": "

The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows:

", "CreateJobRequest$ShippingOption": "

The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

", "ShippingDetails$ShippingOption": "

The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

", "UpdateClusterRequest$ShippingOption": "

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

", "UpdateJobRequest$ShippingOption": "

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

" } }, "SnowballCapacity": { "base": null, "refs": { "CreateJobRequest$SnowballCapacityPreference": "

If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

", "JobMetadata$SnowballCapacityPreference": "

The Snowball 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.

", "UpdateJobRequest$SnowballCapacityPreference": "

The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.

" } }, "SnowballType": { "base": null, "refs": { "ClusterMetadata$SnowballType": "

The type of AWS Snowball device to use for this cluster. Currently, the only supported device type for cluster jobs is EDGE.

For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.

", "CreateClusterRequest$SnowballType": "

The type of AWS Snowball device to use for this cluster. Currently, the only supported device type for cluster jobs is EDGE.

For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.

", "CreateJobRequest$SnowballType": "

The type of AWS Snowball device to use for this job. Currently, the only supported device type for cluster jobs is EDGE.

For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.

", "JobListEntry$SnowballType": "

The type of device used with this job.

", "JobMetadata$SnowballType": "

The type of device used with this job.

" } }, "SnsTopicARN": { "base": null, "refs": { "Notification$SnsTopicARN": "

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

You can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

" } }, "String": { "base": null, "refs": { "Address$Name": "

The name of a person to receive a Snowball at an address.

", "Address$Company": "

The name of the company to receive a Snowball at an address.

", "Address$Street1": "

The first line in a street address that a Snowball is to be delivered to.

", "Address$Street2": "

The second line in a street address that a Snowball is to be delivered to.

", "Address$Street3": "

The third line in a street address that a Snowball is to be delivered to.

", "Address$City": "

The city in an address that a Snowball is to be delivered to.

", "Address$StateOrProvince": "

The state or province in an address that a Snowball is to be delivered to.

", "Address$PrefectureOrDistrict": "

This field is no longer used and the value is ignored.

", "Address$Landmark": "

This field is no longer used and the value is ignored.

", "Address$Country": "

The country in an address that a Snowball is to be delivered to.

", "Address$PostalCode": "

The postal code in an address that a Snowball is to be delivered to.

", "Address$PhoneNumber": "

The phone number associated with an address that a Snowball is to be delivered to.

", "ClusterLimitExceededException$Message": null, "ClusterListEntry$ClusterId": "

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

", "ClusterListEntry$Description": "

Defines an optional description of the cluster, for example Environmental Data Cluster-01.

", "ClusterMetadata$ClusterId": "

The automatically generated ID for a cluster.

", "ClusterMetadata$Description": "

The optional description of the cluster.

", "CompatibleImage$AmiId": "

The unique identifier for an individual Snowball Edge AMI.

", "CompatibleImage$Name": "

The optional name of a compatible image.

", "CreateAddressResult$AddressId": "

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

", "CreateClusterRequest$Description": "

An optional description of this specific cluster, for example Environmental Data Cluster-01.

", "CreateJobRequest$Description": "

Defines an optional description of this specific job, for example Important Photos 2016-08-11.

", "DescribeAddressesRequest$NextToken": "

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

", "DescribeAddressesResult$NextToken": "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

", "Ec2AmiResource$SnowballAmiId": "

The ID of the AMI on the Snowball Edge device.

", "Ec2RequestFailedException$Message": null, "GetJobManifestResult$ManifestURI": "

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

", "GetJobUnlockCodeResult$UnlockCode": "

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

", "GetSoftwareUpdatesResult$UpdatesURI": "

The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.

", "InvalidAddressException$Message": null, "InvalidInputCombinationException$Message": null, "InvalidJobStateException$Message": null, "InvalidNextTokenException$Message": null, "InvalidResourceException$Message": null, "InvalidResourceException$ResourceType": "

The provided resource value is invalid.

", "JobListEntry$JobId": "

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

", "JobListEntry$Description": "

The optional description of this specific job, for example Important Photos 2016-08-11.

", "JobLogs$JobCompletionReportURI": "

A link to an Amazon S3 presigned URL where the job completion report is located.

", "JobLogs$JobSuccessLogURI": "

A link to an Amazon S3 presigned URL where the job success log is located.

", "JobLogs$JobFailureLogURI": "

A link to an Amazon S3 presigned URL where the job failure log is located.

", "JobMetadata$JobId": "

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

", "JobMetadata$Description": "

The description of the job, provided at job creation.

", "JobMetadata$ClusterId": "

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

", "KMSRequestFailedException$Message": null, "KeyRange$BeginMarker": "

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

", "KeyRange$EndMarker": "

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

", "ListClusterJobsRequest$NextToken": "

HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

", "ListClusterJobsResult$NextToken": "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next ListClusterJobsResult call, your list of returned jobs will start from this point in the array.

", "ListClustersRequest$NextToken": "

HTTP requests are stateless. To identify what object comes \"next\" in the list of ClusterListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

", "ListClustersResult$NextToken": "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.

", "ListCompatibleImagesRequest$NextToken": "

HTTP requests are stateless. To identify what object comes \"next\" in the list of compatible images, you can specify a value for NextToken as the starting point for your list of returned images.

", "ListCompatibleImagesResult$NextToken": "

Because HTTP requests are stateless, this is the starting point for your next list of returned images.

", "ListJobsRequest$NextToken": "

HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

", "ListJobsResult$NextToken": "

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

", "Shipment$Status": "

Status information for a shipment.

", "Shipment$TrackingNumber": "

The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

", "UnsupportedAddressException$Message": null, "UpdateClusterRequest$Description": "

The updated description of this cluster.

", "UpdateJobRequest$Description": "

The updated description of this job's JobMetadata object.

" } }, "TaxDocuments": { "base": "

The tax documents required in your AWS Region.

", "refs": { "ClusterMetadata$TaxDocuments": "

The tax documents required in your AWS Region.

", "CreateClusterRequest$TaxDocuments": "

The tax documents required in your AWS Region.

", "CreateJobRequest$TaxDocuments": "

The tax documents required in your AWS Region.

", "JobMetadata$TaxDocuments": "

The metadata associated with the tax documents required in your AWS Region.

" } }, "Timestamp": { "base": null, "refs": { "ClusterListEntry$CreationDate": "

The creation date for this cluster.

", "ClusterMetadata$CreationDate": "

The creation date for this cluster.

", "JobListEntry$CreationDate": "

The creation date for this job.

", "JobMetadata$CreationDate": "

The creation date for this job.

" } }, "UnsupportedAddressException": { "base": "

The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact AWS Support.

", "refs": { } }, "UpdateClusterRequest": { "base": null, "refs": { } }, "UpdateClusterResult": { "base": null, "refs": { } }, "UpdateJobRequest": { "base": null, "refs": { } }, "UpdateJobResult": { "base": null, "refs": { } } } }