Amazon Snow Family Job Metadata Structure
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.
JobMetadata is a JSON Structure definition published by Amazon Snow Family, describing 25 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-job-metadata-structure.json",
"name": "JobMetadata",
"description": "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 <code>DescribeJob</code> action.",
"properties": {
"JobId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The automatically generated ID for a job, for example <code>JID123e4567-e89b-12d3-a456-426655440000</code>."
}
]
},
"JobState": {
"allOf": [
{
"$ref": "#/components/schemas/JobState"
},
{
"description": "The current status of the jobs."
}
]
},
"JobType": {
"allOf": [
{
"$ref": "#/components/schemas/JobType"
},
{
"description": "The type of job."
}
]
},
"SnowballType": {
"allOf": [
{
"$ref": "#/components/schemas/SnowballType"
},
{
"description": "The type of device used with this job."
}
]
},
"CreationDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The creation date for this job."
}
]
},
"Resources": {
"allOf": [
{
"$ref": "#/components/schemas/JobResource"
},
{
"description": "An array of <code>S3Resource</code> objects. Each <code>S3Resource</code> object represents an Amazon S3 bucket that your transferred data will be exported from or imported into."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The description of the job, provided at job creation."
}
]
},
"KmsKeyARN": {
"allOf": [
{
"$ref": "#/components/schemas/KmsKeyARN"
},
{
"description": "The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html\">CreateKey</a> API action in KMS."
}
]
},
"RoleARN": {
"allOf": [
{
"$ref": "#/components/schemas/RoleARN"
},
{
"description": "The role ARN associated with this job. This ARN was created using the <a href=\"https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html\">CreateRole</a> API action in Identity and Access Management."
}
]
},
"AddressId": {
"allOf": [
{
"$ref": "#/components/schemas/AddressId"
},
{
"description": "The ID for the address that you want the Snow device shipped to."
}
]
},
"ShippingDetails": {
"allOf": [
{
"$ref": "#/components/schemas/ShippingDetails"
},
{
"description": "A job's shipping information, including inbound and outbound tracking numbers and shipping speed options."
}
]
},
"SnowballCapacityPreference": {
"allOf": [
{
"$ref": "#/components/schemas/SnowballCapacity"
},
{
"description": "<p>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.</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>"
}
]
},
"Notification": {
"allOf": [
{
"$ref": "#/components/schemas/Notification"
},
{
"description": "The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The <code>Notification</code> object is returned as a part of the response syntax of the <code>DescribeJob</code> action in the <code>JobMetadata</code> data type."
}
]
},
"DataTransferProgress": {
"allOf": [
{
"$ref": "#/components/schemas/DataTransfer"
},
{
"description": "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 <code>JobState</code> value of <code>InProgress</code>, for both import and export jobs."
}
]
},
"JobLogInfo": {
"allOf": [
{
"$ref": "#/components/schemas/JobLogs"
},
{
"description": "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."
}
]
},
"ClusterId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The 39-character ID for the cluster, for example <code>CID123e4567-e89b-12d3-a456-426655440000</code>."
}
]
},
"ForwardingAddressId": {
"allOf": [
{
"$ref": "#/components/schemas/AddressId"
},
{
"description": "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."
}
]
},
"TaxDocuments": {
"allOf": [
{
"$ref": "#/components/schemas/TaxDocuments"
},
{
"description": "The metadata associated with the tax documents required in your Amazon Web Services Region."
}
]
},
"DeviceConfiguration": {
"$ref": "#/components/schemas/DeviceConfiguration"
},
"RemoteManagement": {
"allOf": [
{
"$ref": "#/components/schemas/RemoteManagement"
},
{
"description": "Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to <code>INSTALLED_AUTOSTART</code>, 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."
}
]
},
"LongTermPricingId": {
"allOf": [
{
"$ref": "#/components/schemas/LongTermPricingId"
},
{
"description": "The ID of the long-term pricing type for the device."
}
]
},
"OnDeviceServiceConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/OnDeviceServiceConfiguration"
},
{
"description": "Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device."
}
]
},
"ImpactLevel": {
"allOf": [
{
"$ref": "#/components/schemas/ImpactLevel"
},
{
"description": "The highest impact level of data that will be stored or processed on the device, provided at job creation."
}
]
},
"PickupDetails": {
"allOf": [
{
"$ref": "#/components/schemas/PickupDetails"
},
{
"description": "Information identifying the person picking up the device."
}
]
},
"SnowballId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Unique ID associated with a device."
}
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/amazon-snow-family-job-metadata-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.