openapi: 3.0.0 info: version: '2016-06-30' x-release: v4 title: 'Amazon Import/Export Snowball #X Amz Target=AWSIESnowballJobManagementService.CancelCluster #X Amz Target=AWSIESnowballJobManagementService.CancelCluster #X Amz Target=AWSIESnowballJobManagementService.CreateJob API' description: The Amazon Web Services Snow Family provides 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 Snow Family commands described here provide access to the same functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device, you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the User Guide. x-logo: url: https://twitter.com/awscloud/profile_image?size=original backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: snowball x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/snowball-2016-06-30.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://snowball.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Amazon Snowball multi-region endpoint - url: https://snowball.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Amazon Snowball multi-region endpoint - url: http://snowball.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Amazon Snowball endpoint for China (Beijing) and China (Ningxia) - url: https://snowball.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Amazon Snowball endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: '#X Amz Target=AWSIESnowballJobManagementService.CreateJob' paths: /#X-Amz-Target=AWSIESnowballJobManagementService.CreateJob: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: CreateJob description: '

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. 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.

Only the Snowball; Edge device type is supported when ordering clustered jobs.

The device capacity is optional.

Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services.

Snow Family devices and their capacities.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateJobResult' examples: CreateJob200Example: summary: Default CreateJob 200 x-microcks-default: true value: JobId: example-value '480': description: InvalidResourceException content: application/json: schema: $ref: '#/components/schemas/InvalidResourceException' examples: CreateJob480Example: summary: Default CreateJob 480 x-microcks-default: true value: example-value '481': description: KMSRequestFailedException content: application/json: schema: $ref: '#/components/schemas/KMSRequestFailedException' examples: CreateJob481Example: summary: Default CreateJob 481 x-microcks-default: true value: example-value '482': description: InvalidInputCombinationException content: application/json: schema: $ref: '#/components/schemas/InvalidInputCombinationException' examples: CreateJob482Example: summary: Default CreateJob 482 x-microcks-default: true value: example-value '483': description: ClusterLimitExceededException content: application/json: schema: $ref: '#/components/schemas/ClusterLimitExceededException' examples: CreateJob483Example: summary: Default CreateJob 483 x-microcks-default: true value: example-value '484': description: Ec2RequestFailedException content: application/json: schema: $ref: '#/components/schemas/Ec2RequestFailedException' examples: CreateJob484Example: summary: Default CreateJob 484 x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateJobRequest' examples: CreateJobRequestExample: summary: Default CreateJob request x-microcks-default: true value: JobType: example-value Resources: example-value OnDeviceServiceConfiguration: example-value Description: example-value AddressId: example-value KmsKeyARN: arn:aws:service:us-east-1:123456789012:resource/example RoleARN: arn:aws:service:us-east-1:123456789012:resource/example SnowballCapacityPreference: example-value ShippingOption: example-value Notification: example-value ClusterId: example-value SnowballType: example-value ForwardingAddressId: example-value TaxDocuments: example-value DeviceConfiguration: example-value RemoteManagement: example-value LongTermPricingId: example-value ImpactLevel: example-value PickupDetails: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - AWSIESnowballJobManagementService.CreateJob summary: Amazon Create Job x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - '#X Amz Target=AWSIESnowballJobManagementService.CreateJob' components: schemas: CreateJobResult: type: object example: JobId: JID123e4567-e89b-12d3-a456-426655440000 properties: JobId: allOf: - $ref: '#/components/schemas/JobId' - description: The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000. AmiId: type: string pattern: (ami-[0-9a-f]{8})|(ami-[0-9a-f]{17}) minLength: 12 maxLength: 21 DeviceServiceName: type: string enum: - NFS_ON_DEVICE_SERVICE - S3_ON_DEVICE_SERVICE SnsTopicARN: type: string pattern: arn:aws.*:sns:.*:[0-9]{12}:.* maxLength: 255 Ec2RequestFailedException: {} String: type: string pattern: .* minLength: 1 maxLength: 1024 EventTriggerDefinition: type: object properties: EventResourceARN: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job. description: The container for the EventTriggerDefinition$EventResourceARN. SnowballCapacity: type: string enum: - T50 - T80 - T100 - T42 - T98 - T8 - T14 - T32 - NoPreference - T240 - T13 TGWOnDeviceServiceConfiguration: type: object properties: StorageLimit: allOf: - $ref: '#/components/schemas/StorageLimit' - description: The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge. StorageUnit: allOf: - $ref: '#/components/schemas/StorageUnit' - description: The scale unit of the virtual tapes on the device. description: An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device. JobType: type: string enum: - IMPORT - EXPORT - LOCAL_USE KmsKeyARN: type: string pattern: arn:aws.*:kms:.*:[0-9]{12}:key/.* maxLength: 255 Notification: type: object properties: SnsTopicARN: allOf: - $ref: '#/components/schemas/SnsTopicARN' - description:

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 Amazon Web Services Management Console, or by using the Subscribe Amazon Simple Notification Service (Amazon SNS) API action.

JobStatesToNotify: allOf: - $ref: '#/components/schemas/JobStateList' - description: The list of job states that will trigger a notification for this job. NotifyAll: allOf: - $ref: '#/components/schemas/Boolean' - description: Any change in job state will trigger a notification for this job. DevicePickupSnsTopicARN: allOf: - $ref: '#/components/schemas/SnsTopicARN' - description: Used to send SNS notifications for the person picking up the device (identified during job creation). description:

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.

OnDeviceServiceConfiguration: type: object properties: NFSOnDeviceService: allOf: - $ref: '#/components/schemas/NFSOnDeviceServiceConfiguration' - description: Represents the NFS (Network File System) service on a Snow Family device. TGWOnDeviceService: allOf: - $ref: '#/components/schemas/TGWOnDeviceServiceConfiguration' - description: Represents the Storage Gateway service Tape Gateway type on a Snow Family device. EKSOnDeviceService: allOf: - $ref: '#/components/schemas/EKSOnDeviceServiceConfiguration' - description: The configuration of EKS Anywhere on the Snow Family device. S3OnDeviceService: allOf: - $ref: '#/components/schemas/S3OnDeviceServiceConfiguration' - description: Configuration for Amazon S3 compatible storage on Snow family devices. description: An object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device. Ec2AmiResource: type: object required: - AmiId properties: AmiId: allOf: - $ref: '#/components/schemas/AmiId' - description: The ID of the AMI in Amazon EC2. SnowballAmiId: allOf: - $ref: '#/components/schemas/String' - description: The ID of the AMI on the Snow device. description: A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2-compatible AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the Amazon Web Services Cloud and on the device. GSTIN: type: string pattern: \d{2}[A-Z]{5}\d{4}[A-Z]{1}[A-Z\d]{1}[Z]{1}[A-Z\d]{1} minLength: 15 maxLength: 15 ServiceSize: type: integer minimum: 3 maximum: 16 ResourceARN: type: string pattern: arn:aws.*:* maxLength: 255 PhoneNumber: type: string pattern: '^\s*(?:\+?(\d{1,3}))?[-. (]*(\d{3})[-. )]*(\d{3})[-. ]*(\d{4})(?: *x(\d+))?\s*$' minLength: 7 maxLength: 30 format: password Boolean: type: boolean Ec2AmiResourceList: type: array items: $ref: '#/components/schemas/Ec2AmiResource' S3StorageLimit: type: number format: double minimum: 0 S3Resource: type: object properties: BucketArn: allOf: - $ref: '#/components/schemas/ResourceARN' - description: The Amazon Resource Name (ARN) of an Amazon S3 bucket. KeyRange: allOf: - $ref: '#/components/schemas/KeyRange' - description: 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. TargetOnDeviceServices: allOf: - $ref: '#/components/schemas/TargetOnDeviceServiceList' - description: Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System). description: 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. TargetOnDeviceServiceList: type: array items: $ref: '#/components/schemas/TargetOnDeviceService' JobResource: type: object properties: S3Resources: allOf: - $ref: '#/components/schemas/S3ResourceList' - description: An array of S3Resource objects. LambdaResources: allOf: - $ref: '#/components/schemas/LambdaResourceList' - description: The Python-language Lambda functions for this job. Ec2AmiResources: allOf: - $ref: '#/components/schemas/Ec2AmiResourceList' - description: The Amazon Machine Images (AMIs) associated with this job. description: Contains an array of Amazon Web Services resource objects. Each object represents an Amazon S3 bucket, an Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job. JobId: type: string pattern: (M|J)ID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} minLength: 39 maxLength: 39 RoleARN: type: string pattern: arn:aws.*:iam::[0-9]{12}:role/.* maxLength: 255 SnowconeDeviceConfiguration: type: object properties: WirelessConnection: allOf: - $ref: '#/components/schemas/WirelessConnection' - description: Configures the wireless connection for the Snowcone device. description: Specifies the device configuration for an Snowcone job. LambdaResourceList: type: array items: $ref: '#/components/schemas/LambdaResource' Email: type: string pattern: ^(?=.{3,100}$).+@.+[.].+$ minLength: 3 maxLength: 320 format: password KMSRequestFailedException: {} ClusterId: type: string pattern: CID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} minLength: 39 maxLength: 39 InvalidResourceException: {} JobStateList: type: array items: $ref: '#/components/schemas/JobState' S3ResourceList: type: array items: $ref: '#/components/schemas/S3Resource' SnowballType: type: string enum: - STANDARD - EDGE - EDGE_C - EDGE_CG - EDGE_S - SNC1_HDD - SNC1_SSD - V3_5C - V3_5S - RACK_5U_C EKSOnDeviceServiceConfiguration: type: object properties: KubernetesVersion: allOf: - $ref: '#/components/schemas/String' - description: The Kubernetes version for EKS Anywhere on the Snow Family device. EKSAnywhereVersion: allOf: - $ref: '#/components/schemas/String' - description: The version of EKS Anywhere on the Snow Family device. description: An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device. ClusterLimitExceededException: {} EventTriggerDefinitionList: type: array items: $ref: '#/components/schemas/EventTriggerDefinition' WirelessConnection: type: object properties: IsWifiEnabled: allOf: - $ref: '#/components/schemas/Boolean' - description: Enables the Wi-Fi adapter on an Snowcone device. description: Configures the wireless connection on an Snowcone device. INDTaxDocuments: type: object properties: GSTIN: allOf: - $ref: '#/components/schemas/GSTIN' - description: The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India. description: The tax documents required in Amazon Web Services Region in India. JobState: type: string enum: - New - PreparingAppliance - PreparingShipment - InTransitToCustomer - WithCustomer - InTransitToAWS - WithAWSSortingFacility - WithAWS - InProgress - Complete - Cancelled - Listing - Pending NodeFaultTolerance: type: integer minimum: 1 maximum: 4 StorageUnit: type: string enum: - TB StorageLimit: type: integer minimum: 0 ShippingOption: type: string enum: - SECOND_DAY - NEXT_DAY - EXPRESS - STANDARD KeyRange: type: object properties: BeginMarker: allOf: - $ref: '#/components/schemas/String' - description: The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted. EndMarker: allOf: - $ref: '#/components/schemas/String' - description: The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted. description: 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. TargetOnDeviceService: type: object properties: ServiceName: allOf: - $ref: '#/components/schemas/DeviceServiceName' - description: Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into. TransferOption: allOf: - $ref: '#/components/schemas/TransferOption' - description: Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device. description: An object that represents the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System). AddressId: type: string pattern: ADID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} minLength: 40 maxLength: 40 DevicePickupId: type: string pattern: DPID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} minLength: 40 maxLength: 40 S3OnDeviceServiceConfiguration: type: object properties: StorageLimit: allOf: - $ref: '#/components/schemas/S3StorageLimit' - description: If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided. StorageUnit: allOf: - $ref: '#/components/schemas/StorageUnit' - description: Storage unit. Currently the only supported unit is TB. ServiceSize: allOf: - $ref: '#/components/schemas/ServiceSize' - description: Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted. FaultTolerance: allOf: - $ref: '#/components/schemas/NodeFaultTolerance' - description: '>Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices service configuration.' description: Amazon S3 compatible storage on Snow family devices configuration items. TaxDocuments: type: object properties: IND: $ref: '#/components/schemas/INDTaxDocuments' description: The tax documents required in your Amazon Web Services Region. LongTermPricingId: type: string pattern: LTPID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} minLength: 41 maxLength: 41 ImpactLevel: type: string enum: - IL2 - IL4 - IL5 - IL6 - IL99 Timestamp: type: string format: date-time NFSOnDeviceServiceConfiguration: type: object properties: StorageLimit: allOf: - $ref: '#/components/schemas/StorageLimit' - description: The maximum NFS storage for one Snow Family device. StorageUnit: allOf: - $ref: '#/components/schemas/StorageUnit' - description: '

The scale unit of the NFS storage on the device.

Valid values: TB.

' description: An object that represents the metadata and configuration settings for the NFS (Network File System) service on an Amazon Web Services Snow Family device. LambdaResource: type: object properties: LambdaArn: allOf: - $ref: '#/components/schemas/ResourceARN' - description: An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource. EventTriggers: allOf: - $ref: '#/components/schemas/EventTriggerDefinitionList' - description: The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job. description: 'Identifies ' CreateJobRequest: type: object title: CreateJobRequest properties: JobType: allOf: - $ref: '#/components/schemas/JobType' - description: 'Defines the type of job that you''re creating. ' Resources: allOf: - $ref: '#/components/schemas/JobResource' - description:

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.

OnDeviceServiceConfiguration: allOf: - $ref: '#/components/schemas/OnDeviceServiceConfiguration' - description: Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type. Description: allOf: - $ref: '#/components/schemas/String' - description: Defines an optional description of this specific job, for example Important Photos 2016-08-11. AddressId: allOf: - $ref: '#/components/schemas/AddressId' - description: The ID for the address that you want the Snow device shipped to. KmsKeyARN: allOf: - $ref: '#/components/schemas/KmsKeyARN' - description: The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey Key Management Service (KMS) API action. RoleARN: allOf: - $ref: '#/components/schemas/RoleARN' - description: The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole Identity and Access Management (IAM) API action. SnowballCapacityPreference: allOf: - $ref: '#/components/schemas/SnowballCapacity' - description:

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

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.

ShippingOption: allOf: - $ref: '#/components/schemas/ShippingOption' - description:

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

Notification: allOf: - $ref: '#/components/schemas/Notification' - description: Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job. ClusterId: allOf: - $ref: '#/components/schemas/ClusterId' - description: 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. SnowballType: allOf: - $ref: '#/components/schemas/SnowballType' - description:

The type of Snow Family devices to use for this job.

For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.

The type of Amazon Web Services Snow 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.

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.

ForwardingAddressId: allOf: - $ref: '#/components/schemas/AddressId' - description: The forwarding address ID for a job. This field is not supported in most Regions. TaxDocuments: allOf: - $ref: '#/components/schemas/TaxDocuments' - description: The tax documents required in your Amazon Web Services Region. DeviceConfiguration: allOf: - $ref: '#/components/schemas/DeviceConfiguration' - description:

Defines the device configuration for an Snowcone job.

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.

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 INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Edge client to manage the device. When set to NOT_INSTALLED, remote management will not be available on the device. ' LongTermPricingId: allOf: - $ref: '#/components/schemas/LongTermPricingId' - description: The ID of the long-term pricing type for the 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. PickupDetails: type: object properties: Name: allOf: - $ref: '#/components/schemas/String' - description: The name of the person picking up the device. PhoneNumber: allOf: - $ref: '#/components/schemas/PhoneNumber' - description: The phone number of the person picking up the device. Email: allOf: - $ref: '#/components/schemas/Email' - description: The email address of the person picking up the device. IdentificationNumber: allOf: - $ref: '#/components/schemas/String' - description: The number on the credential identifying the person picking up the device. IdentificationExpirationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: Expiration date of the credential identifying the person picking up the device. IdentificationIssuingOrg: allOf: - $ref: '#/components/schemas/String' - description: Organization that issued the credential identifying the person picking up the device. DevicePickupId: allOf: - $ref: '#/components/schemas/DevicePickupId' - description: The unique ID for a device that will be picked up. description: Information identifying the person picking up the device. DeviceConfiguration: type: object properties: SnowconeDeviceConfiguration: allOf: - $ref: '#/components/schemas/SnowconeDeviceConfiguration' - description: Returns information about the device configuration for an Snowcone job. description: 'The container for SnowconeDeviceConfiguration. ' TransferOption: type: string enum: - IMPORT - EXPORT - LOCAL_USE RemoteManagement: type: string enum: - INSTALLED_ONLY - INSTALLED_AUTOSTART - NOT_INSTALLED InvalidInputCombinationException: {} parameters: X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/snowball/ x-hasEquivalentPaths: true