You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aws/generated/snowball.ex
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ defmodule AWS.Snowball do
101
101
Availability of device types differ by Amazon Web Services Region. For more
102
102
information about Region availability, see [Amazon Web Services Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4).
103
103
104
-
## Snow Family Devices and their capacities.
104
+
## Snow Family devices and their capacities.
105
105
106
106
* Snow Family device type: ## SNC1_SSD
107
107
@@ -142,6 +142,13 @@ defmodule AWS.Snowball do
142
142
* Description: Snowball Edge Storage Optimized with EC2
143
143
Compute
144
144
145
+
* Device type: ## V3_5C
146
+
147
+
* Capacity: T32
148
+
149
+
* Description: Snowball Edge Compute Optimized without
150
+
GPU
151
+
145
152
* Device type: ## STANDARD
146
153
147
154
* Capacity: T50
@@ -250,9 +257,11 @@ defmodule AWS.Snowball do
250
257
to make another call to the `GetJobManifest` action.
251
258
252
259
The manifest is an encrypted file that you can download after your job enters
253
-
the `WithCustomer` status. The manifest is decrypted by using the `UnlockCode`
254
-
code value, when you pass both values to the Snow device through the Snowball
255
-
client when the client is started for the first time.
260
+
the `WithCustomer` status. This is the only valid status for calling this API as
261
+
the manifest and `UnlockCode` code value are used for securing your device and
262
+
should only be used when you have the device. The manifest is decrypted by using
263
+
the `UnlockCode` code value, when you pass both values to the Snow device
264
+
through the Snowball client when the client is started for the first time.
256
265
257
266
As a best practice, we recommend that you don't save a copy of an `UnlockCode`
258
267
value in the same location as the manifest file for that job. Saving these
@@ -277,7 +286,9 @@ defmodule AWS.Snowball do
277
286
The `UnlockCode` value is a 29-character code with 25 alphanumeric characters
278
287
and 4 hyphens. This code is used to decrypt the manifest file when it is passed
279
288
along with the manifest to the Snow device through the Snowball client when the
280
-
client is started for the first time.
289
+
client is started for the first time. The only valid status for calling this API
290
+
is `WithCustomer` as the manifest and `Unlock` code values are used for securing
291
+
your device and should only be used when you have the device.
281
292
282
293
As a best practice, we recommend that you don't save a copy of the `UnlockCode`
283
294
in the same location as the manifest file for that job. Saving these separately
0 commit comments