{ "version":"2.0", "metadata":{ "apiVersion":"2016-06-30", "endpointPrefix":"snowball", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"Amazon Snowball", "serviceFullName":"Amazon Import/Export Snowball", "signatureVersion":"v4", "targetPrefix":"AWSIESnowballJobManagementService" }, "operations":{ "CancelJob":{ "name":"CancelJob", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CancelJobRequest"}, "output":{"shape":"CancelJobResult"}, "errors":[ {"shape":"InvalidResourceException"}, {"shape":"InvalidJobStateException"}, {"shape":"KMSRequestFailedException"} ], "documentation":"

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

" }, "CreateAddress":{ "name":"CreateAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateAddressRequest"}, "output":{"shape":"CreateAddressResult"}, "errors":[ {"shape":"InvalidAddressException"}, {"shape":"UnsupportedAddressException"} ], "documentation":"

Creates an address for a Snowball 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. If the address is invalid or unsupported, then an exception is thrown.

" }, "CreateJob":{ "name":"CreateJob", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateJobRequest"}, "output":{"shape":"CreateJobResult"}, "errors":[ {"shape":"InvalidResourceException"}, {"shape":"KMSRequestFailedException"} ], "documentation":"

Creates a job to import or export data between Amazon S3 and your on-premises data center. Note that your AWS account must have the right trust policies and permissions in place to create a job for Snowball. For more information, see api-reference-policies.

" }, "DescribeAddress":{ "name":"DescribeAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAddressRequest"}, "output":{"shape":"DescribeAddressResult"}, "errors":[ {"shape":"InvalidResourceException"} ], "documentation":"

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

" }, "DescribeAddresses":{ "name":"DescribeAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAddressesRequest"}, "output":{"shape":"DescribeAddressesResult"}, "errors":[ {"shape":"InvalidResourceException"} ], "documentation":"

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.

" }, "DescribeJob":{ "name":"DescribeJob", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeJobRequest"}, "output":{"shape":"DescribeJobResult"}, "errors":[ {"shape":"InvalidResourceException"} ], "documentation":"

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

" }, "GetJobManifest":{ "name":"GetJobManifest", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetJobManifestRequest"}, "output":{"shape":"GetJobManifestResult"}, "errors":[ {"shape":"InvalidResourceException"}, {"shape":"InvalidJobStateException"} ], "documentation":"

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.

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

" }, "GetJobUnlockCode":{ "name":"GetJobUnlockCode", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetJobUnlockCodeRequest"}, "output":{"shape":"GetJobUnlockCodeResult"}, "errors":[ {"shape":"InvalidResourceException"}, {"shape":"InvalidJobStateException"} ], "documentation":"

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":{ "name":"GetSnowballUsage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetSnowballUsageRequest"}, "output":{"shape":"GetSnowballUsageResult"}, "documentation":"

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

Note that 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.

" }, "ListJobs":{ "name":"ListJobs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListJobsRequest"}, "output":{"shape":"ListJobsResult"}, "documentation":"

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.

" }, "UpdateJob":{ "name":"UpdateJob", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateJobRequest"}, "output":{"shape":"UpdateJobResult"}, "errors":[ {"shape":"InvalidResourceException"}, {"shape":"InvalidJobStateException"}, {"shape":"KMSRequestFailedException"} ], "documentation":"

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":{ "type":"structure", "members":{ "AddressId":{ "shape":"AddressId", "documentation":"

The unique ID for an address.

" }, "Name":{ "shape":"String", "documentation":"

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

" }, "Company":{ "shape":"String", "documentation":"

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

" }, "Street1":{ "shape":"String", "documentation":"

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

" }, "Street2":{ "shape":"String", "documentation":"

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

" }, "Street3":{ "shape":"String", "documentation":"

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

" }, "City":{ "shape":"String", "documentation":"

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

" }, "StateOrProvince":{ "shape":"String", "documentation":"

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

" }, "PrefectureOrDistrict":{ "shape":"String", "documentation":"

The prefecture or district in an address that a Snowball is to be delivered to.

" }, "Landmark":{ "shape":"String", "documentation":"

A landmark listed in an address that a Snowball is to be delivered to.

" }, "Country":{ "shape":"String", "documentation":"

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

" }, "PostalCode":{ "shape":"String", "documentation":"

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

" }, "PhoneNumber":{ "shape":"String", "documentation":"

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

" } }, "documentation":"

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.

" }, "AddressId":{ "type":"string", "max":40, "min":40, "pattern":"ADID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "AddressList":{ "type":"list", "member":{"shape":"Address"} }, "Boolean":{"type":"boolean"}, "CancelJobRequest":{ "type":"structure", "required":["JobId"], "members":{ "JobId":{ "shape":"JobId", "documentation":"

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

" } } }, "CancelJobResult":{ "type":"structure", "members":{ } }, "CreateAddressRequest":{ "type":"structure", "required":["Address"], "members":{ "Address":{ "shape":"Address", "documentation":"

The address that you want the Snowball shipped to.

" } } }, "CreateAddressResult":{ "type":"structure", "members":{ "AddressId":{ "shape":"String", "documentation":"

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.

" } } }, "CreateJobRequest":{ "type":"structure", "required":[ "JobType", "Resources", "AddressId", "RoleARN", "ShippingOption" ], "members":{ "JobType":{ "shape":"JobType", "documentation":"

Defines the type of job that you're creating.

" }, "Resources":{ "shape":"JobResource", "documentation":"

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.

" }, "Description":{ "shape":"String", "documentation":"

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

" }, "AddressId":{ "shape":"AddressId", "documentation":"

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

" }, "KmsKeyARN":{ "shape":"KmsKeyARN", "documentation":"

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

" }, "RoleARN":{ "shape":"RoleARN", "documentation":"

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

" }, "SnowballCapacityPreference":{ "shape":"SnowballCapacity", "documentation":"

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.

" }, "ShippingOption":{ "shape":"ShippingOption", "documentation":"

The shipping speed for this job. Note that this speed does not 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:

" }, "Notification":{ "shape":"Notification", "documentation":"

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

" } } }, "CreateJobResult":{ "type":"structure", "members":{ "JobId":{ "shape":"JobId", "documentation":"

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

" } } }, "DataTransfer":{ "type":"structure", "members":{ "BytesTransferred":{ "shape":"Long", "documentation":"

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

" }, "ObjectsTransferred":{ "shape":"Long", "documentation":"

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

" }, "TotalBytes":{ "shape":"Long", "documentation":"

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.

" }, "TotalObjects":{ "shape":"Long", "documentation":"

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.

" } }, "documentation":"

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

" }, "DescribeAddressRequest":{ "type":"structure", "required":["AddressId"], "members":{ "AddressId":{ "shape":"AddressId", "documentation":"

The automatically generated ID for a specific address.

" } } }, "DescribeAddressResult":{ "type":"structure", "members":{ "Address":{ "shape":"Address", "documentation":"

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

" } } }, "DescribeAddressesRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"ListLimit", "documentation":"

The number of ADDRESS objects to return.

" }, "NextToken":{ "shape":"String", "documentation":"

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":{ "type":"structure", "members":{ "Addresses":{ "shape":"AddressList", "documentation":"

The Snowball shipping addresses that were created for this account.

" }, "NextToken":{ "shape":"String", "documentation":"

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.

" } } }, "DescribeJobRequest":{ "type":"structure", "required":["JobId"], "members":{ "JobId":{ "shape":"JobId", "documentation":"

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

" } } }, "DescribeJobResult":{ "type":"structure", "members":{ "JobMetadata":{ "shape":"JobMetadata", "documentation":"

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

" }, "SubJobMetadata":{ "shape":"JobMetadataList", "documentation":"

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

" } } }, "GetJobManifestRequest":{ "type":"structure", "required":["JobId"], "members":{ "JobId":{ "shape":"JobId", "documentation":"

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

" } } }, "GetJobManifestResult":{ "type":"structure", "members":{ "ManifestURI":{ "shape":"String", "documentation":"

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

" } } }, "GetJobUnlockCodeRequest":{ "type":"structure", "required":["JobId"], "members":{ "JobId":{ "shape":"JobId", "documentation":"

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

" } } }, "GetJobUnlockCodeResult":{ "type":"structure", "members":{ "UnlockCode":{ "shape":"String", "documentation":"

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

" } } }, "GetSnowballUsageRequest":{ "type":"structure", "members":{ } }, "GetSnowballUsageResult":{ "type":"structure", "members":{ "SnowballLimit":{ "shape":"Integer", "documentation":"

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

" }, "SnowballsInUse":{ "shape":"Integer", "documentation":"

The number of Snowballs that this account is currently using.

" } } }, "Integer":{"type":"integer"}, "InvalidAddressException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

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

", "exception":true }, "InvalidJobStateException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

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

", "exception":true }, "InvalidResourceException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

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

", "exception":true }, "JobId":{ "type":"string", "max":39, "min":39, "pattern":"(M|J)ID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "JobListEntry":{ "type":"structure", "members":{ "JobId":{ "shape":"String", "documentation":"

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

" }, "JobState":{ "shape":"JobState", "documentation":"

The current state of this job.

" }, "IsMaster":{ "shape":"Boolean", "documentation":"

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.

" } }, "documentation":"

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.

" }, "JobListEntryList":{ "type":"list", "member":{"shape":"JobListEntry"} }, "JobLogs":{ "type":"structure", "members":{ "JobCompletionReportURI":{ "shape":"String", "documentation":"

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

" }, "JobSuccessLogURI":{ "shape":"String", "documentation":"

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

" }, "JobFailureLogURI":{ "shape":"String", "documentation":"

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

" } }, "documentation":"

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.

" }, "JobMetadata":{ "type":"structure", "members":{ "JobId":{ "shape":"String", "documentation":"

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

" }, "JobState":{ "shape":"JobState", "documentation":"

The current state of the jobs.

" }, "JobType":{ "shape":"JobType", "documentation":"

The type of job.

" }, "CreationDate":{ "shape":"Timestamp", "documentation":"

The creation date for this job.

" }, "Resources":{ "shape":"JobResource", "documentation":"

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

" }, "Description":{ "shape":"String", "documentation":"

The description of the job, provided at job creation.

" }, "KmsKeyARN":{ "shape":"KmsKeyARN", "documentation":"

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.

" }, "RoleARN":{ "shape":"RoleARN", "documentation":"

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

" }, "AddressId":{ "shape":"AddressId", "documentation":"

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

" }, "ShippingDetails":{ "shape":"ShippingDetails", "documentation":"

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

" }, "SnowballCapacityPreference":{ "shape":"SnowballCapacity", "documentation":"

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.

" }, "Notification":{ "shape":"Notification", "documentation":"

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.

" }, "DataTransferProgress":{ "shape":"DataTransfer", "documentation":"

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

" }, "JobLogInfo":{ "shape":"JobLogs", "documentation":"

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.

" } }, "documentation":"

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.

" }, "JobMetadataList":{ "type":"list", "member":{"shape":"JobMetadata"} }, "JobResource":{ "type":"structure", "members":{ "S3Resources":{ "shape":"S3ResourceList", "documentation":"

An array of S3Resource objects.

" } }, "documentation":"

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

" }, "JobState":{ "type":"string", "enum":[ "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending" ] }, "JobStateList":{ "type":"list", "member":{"shape":"JobState"} }, "JobType":{ "type":"string", "enum":[ "IMPORT", "EXPORT" ] }, "KMSRequestFailedException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

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

", "exception":true }, "KeyRange":{ "type":"structure", "members":{ "BeginMarker":{ "shape":"String", "documentation":"

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

" }, "EndMarker":{ "shape":"String", "documentation":"

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

" } }, "documentation":"

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.

" }, "KmsKeyARN":{ "type":"string", "max":255, "pattern":"arn:(aws|aws-us-gov):kms:.*:[0-9]{12}:key/.*" }, "ListJobsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"ListLimit", "documentation":"

The number of JobListEntry objects to return.

" }, "NextToken":{ "shape":"String", "documentation":"

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":{ "type":"structure", "members":{ "JobListEntries":{ "shape":"JobListEntryList", "documentation":"

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.

" }, "NextToken":{ "shape":"String", "documentation":"

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.

" } } }, "ListLimit":{ "type":"integer", "max":100, "min":0 }, "Long":{"type":"long"}, "Notification":{ "type":"structure", "members":{ "SnsTopicARN":{ "shape":"SnsTopicARN", "documentation":"

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.

Note that 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.

" }, "JobStatesToNotify":{ "shape":"JobStateList", "documentation":"

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

" }, "NotifyAll":{ "shape":"Boolean", "documentation":"

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

" } }, "documentation":"

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.

" }, "ResourceARN":{ "type":"string", "max":255, "pattern":"arn:(aws|aws-us-gov):s3:::.*" }, "RoleARN":{ "type":"string", "max":255, "pattern":"arn:(aws|aws-us-gov):iam::[0-9]{12}:role/.*" }, "S3Resource":{ "type":"structure", "members":{ "BucketArn":{ "shape":"ResourceARN", "documentation":"

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

" }, "KeyRange":{ "shape":"KeyRange", "documentation":"

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.

" } }, "documentation":"

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.

" }, "S3ResourceList":{ "type":"list", "member":{"shape":"S3Resource"} }, "Shipment":{ "type":"structure", "members":{ "Status":{ "shape":"String", "documentation":"

Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

" }, "TrackingNumber":{ "shape":"String", "documentation":"

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.

" } }, "documentation":"

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

" }, "ShippingDetails":{ "type":"structure", "members":{ "ShippingOption":{ "shape":"ShippingOption", "documentation":"

The shipping speed for a particular job. Note that this speed does not 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:

" }, "InboundShipment":{ "shape":"Shipment", "documentation":"

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

" }, "OutboundShipment":{ "shape":"Shipment", "documentation":"

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

" } }, "documentation":"

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

" }, "ShippingOption":{ "type":"string", "enum":[ "SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD" ] }, "SnowballCapacity":{ "type":"string", "enum":[ "T50", "T80", "NoPreference" ] }, "SnsTopicARN":{ "type":"string", "max":255, "pattern":"arn:(aws|aws-us-gov):sns:.*:[0-9]{12}:.*" }, "String":{ "type":"string", "max":255, "min":1 }, "Timestamp":{"type":"timestamp"}, "UnsupportedAddressException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

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.

", "exception":true }, "UpdateJobRequest":{ "type":"structure", "required":["JobId"], "members":{ "JobId":{ "shape":"JobId", "documentation":"

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

" }, "RoleARN":{ "shape":"RoleARN", "documentation":"

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

" }, "Notification":{ "shape":"Notification", "documentation":"

The new or updated Notification object.

" }, "Resources":{ "shape":"JobResource", "documentation":"

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

" }, "AddressId":{ "shape":"AddressId", "documentation":"

The ID of the updated Address object.

" }, "ShippingOption":{ "shape":"ShippingOption", "documentation":"

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

" }, "Description":{ "shape":"String", "documentation":"

The updated description of this job's JobMetadata object.

" }, "SnowballCapacityPreference":{ "shape":"SnowballCapacity", "documentation":"

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

" } } }, "UpdateJobResult":{ "type":"structure", "members":{ } } }, "documentation":"

AWS Import/Export Snowball is a petabyte-scale data transport solution that uses secure appliances 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 appliance, you'll need to use the Snowball client or the Amazon S3 API adapter for Snowball. For more information, see the User Guide.

" }