- Navigation GuideYou are on a Client landing page. Commands (operations) are listed on this page. The Client constructor type is linked at the bottom.
SnowballClient
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 .
Installation
npm install @aws-sdk/client-snowball
yarn add @aws-sdk/client-snowball
pnpm add @aws-sdk/client-snowball
SnowballClient Operations
Command | Summary |
---|
Command | Summary |
---|---|
CancelClusterCommand | Cancels a cluster job. You can only cancel a cluster job while it's in the |
CancelJobCommand | Cancels the specified job. You can only cancel a job before its |
CreateAddressCommand | Creates an address for a Snow device 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. If providing an address as a JSON file through the |
CreateClusterCommand | 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. |
CreateJobCommand | 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 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.
|
CreateLongTermPricingCommand | Creates a job with the long-term usage option for a device. The long-term usage is a 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing. |
CreateReturnShippingLabelCommand | Creates a shipping label that will be used to return the Snow device to Amazon Web Services. |
DescribeAddressCommand | Takes an |
DescribeAddressesCommand | Returns a specified number of |
DescribeClusterCommand | Returns information about a specific cluster including shipping information, cluster status, and other important metadata. |
DescribeJobCommand | Returns information about a specific job including shipping information, job status, and other important metadata. |
DescribeReturnShippingLabelCommand | Information on the shipping label of a Snow device that is being returned to Amazon Web Services. |
GetJobManifestCommand | Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified The manifest is an encrypted file that you can download after your job enters the As a best practice, we recommend that you don't save a copy of an The credentials of a given job, including its manifest file and unlock code, expire 360 days after the job is created. |
GetJobUnlockCodeCommand | Returns the The As a best practice, we recommend that you don't save a copy of the |
GetSnowballUsageCommand | Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use. The default service limit for the number of Snow devices that you can have at one time is 1. If you want to increase your service limit, contact Amazon Web Services Support. |
GetSoftwareUpdatesCommand | Returns an Amazon S3 presigned URL for an update file associated with a specified |
ListClusterJobsCommand | Returns an array of |
ListClustersCommand | Returns an array of |
ListCompatibleImagesCommand | This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device. Currently, supported AMIs are based on the Amazon Linux-2, Ubuntu 20.04 LTS - Focal, or Ubuntu 22.04 LTS - Jammy images, available on the Amazon Web Services Marketplace. Ubuntu 16.04 LTS - Xenial (HVM) images are no longer supported in the Market, but still supported for use on devices through Amazon EC2 VM Import/Export and running locally in AMIs. |
ListJobsCommand | Returns an array of |
ListLongTermPricingCommand | Lists all long-term pricing types. |
ListPickupLocationsCommand | A list of locations from which the customer can choose to pickup a device. |
ListServiceVersionsCommand | Lists all supported versions for Snow on-device services. Returns an array of |
UpdateClusterCommand | While a cluster's |
UpdateJobCommand | While a job's |
UpdateJobShipmentStateCommand | Updates the state when a shipment state changes to a different state. |
UpdateLongTermPricingCommand | Updates the long-term pricing type. |
SnowballClient Configuration
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|---|---|
defaultsMode Optional | DefaultsMode | Provider<DefaultsMode> | The @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK. |
disableHostPrefix Optional | boolean | Disable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation. |
extensions Optional | RuntimeExtension[] | Optional extensions |
logger Optional | Logger | Optional logger for logging debug/info/warn/error. |
maxAttempts Optional | number | Provider<number> | Value for how many times a request will be made at most in case of retry. |
profile Optional | string | Setting a client profile is similar to setting a value for the AWS_PROFILE environment variable. Setting a profile on a client in code only affects the single client instance, unlike AWS_PROFILE.When set, and only for environments where an AWS configuration file exists, fields configurable by this file will be retrieved from the specified profile within that file. Conflicting code configuration and environment variables will still have higher priority.For client credential resolution that involves checking the AWS configuration file, the client's profile (this value) will be used unless a different profile is set in the credential provider options. |
region Optional | string | Provider<string> | The AWS region to which this client will send requests |
requestHandler Optional | __HttpHandlerUserInput | The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs. |
retryMode Optional | string | Provider<string> | Specifies which retry algorithm to use. |
useDualstackEndpoint Optional | boolean | Provider<boolean> | Enables IPv6/IPv4 dualstack endpoint. |
useFipsEndpoint Optional | boolean | Provider<boolean> | Enables FIPS compatible endpoints. |
Additional config fields are described in the full configuration type: SnowballClientConfig