v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426146126.4 KB

While a job's <code>JobState</code> value is <code>New</code>, 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.

post/#X-Amz-Target=AWSIESnowballJobManagementService.UpdateJob

Headers

X-Amz-Target'AWSIESnowballJobManagementService.UpdateJob' required

Request body

JobIdstring required

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

RoleARNstring

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a>Identity and Access Management (IAM) API action.

AddressIdstring

The ID of the updated <a>Address</a> object.

ShippingOption'SECOND_DAY' | 'NEXT_DAY' | 'EXPRESS' | 'STANDARD'

The updated shipping option value of this job's <a>ShippingDetails</a> object.

Descriptionstring

The updated description of this job's <a>JobMetadata</a> object.

SnowballCapacityPreference'T50' | 'T80' | 'T100' | 'T42' | 'T98' | 'T8' | 'T14' | 'T32' | 'NoPreference' | 'T240'
<p>The updated <code>SnowballCapacityPreference</code> of this job's <a>JobMetadata</a> object. The 50 TB Snowballs are only available in the US regions.</p> <p>For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the <i>Snowcone User Guide</i> or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>
ForwardingAddressIdstring

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

Response

Success

UpdateJobResult required