Skip to content

Commit bd0ba84

Browse files
committed
Update services based on v1.44.110 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.44.110
1 parent 9e5da8d commit bd0ba84

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.44.109
1+
v1.44.110

lib/aws/generated/snowball.ex

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defmodule AWS.Snowball do
101101
Availability of device types differ by Amazon Web Services Region. For more
102102
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).
103103
104-
## Snow Family Devices and their capacities.
104+
## Snow Family devices and their capacities.
105105
106106
* Snow Family device type: ## SNC1_SSD
107107
@@ -142,6 +142,13 @@ defmodule AWS.Snowball do
142142
* Description: Snowball Edge Storage Optimized with EC2
143143
Compute
144144
145+
* Device type: ## V3_5C
146+
147+
* Capacity: T32
148+
149+
* Description: Snowball Edge Compute Optimized without
150+
GPU
151+
145152
* Device type: ## STANDARD
146153
147154
* Capacity: T50
@@ -250,9 +257,11 @@ defmodule AWS.Snowball do
250257
to make another call to the `GetJobManifest` action.
251258
252259
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.
256265
257266
As a best practice, we recommend that you don't save a copy of an `UnlockCode`
258267
value in the same location as the manifest file for that job. Saving these
@@ -277,7 +286,9 @@ defmodule AWS.Snowball do
277286
The `UnlockCode` value is a 29-character code with 25 alphanumeric characters
278287
and 4 hyphens. This code is used to decrypt the manifest file when it is passed
279288
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.
281292
282293
As a best practice, we recommend that you don't save a copy of the `UnlockCode`
283294
in the same location as the manifest file for that job. Saving these separately

0 commit comments

Comments
 (0)