aws-sdk-snowball 1.46.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +3 -3
- data/lib/aws-sdk-snowball/types.rb +2 -0
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 120c8b5be70fb61537ca13c40847c26961e9a5dc3785655c947f0e55c3a60f93
|
|
4
|
+
data.tar.gz: f113164c43fdf90821576e3bf56d588f3a0d001c9f8dc1f366f4fec2c01ced08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b16120f761f5b533280458db94eaae0445523ee7f6722713057ec0a14b3a44e7099e744c70fa3608074f226aaf6271c9e8b206fdb3a957ed743364edaa6639d
|
|
7
|
+
data.tar.gz: afd34ce0ee4e94c4b4b3fb908b0deb069cebc336464925c44eb1a27cb4886d997c0f509dd1fb6642547ec2f45ac61c35b98ecdc6500c3b1aafd1b1c702e38a33
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.47.0
|
|
@@ -2232,7 +2232,7 @@ module Aws::Snowball
|
|
|
2232
2232
|
# resp = client.update_cluster({
|
|
2233
2233
|
# address_id: "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
|
|
2234
2234
|
# cluster_id: "CID123e4567-e89b-12d3-a456-426655440000",
|
|
2235
|
-
# description: "
|
|
2235
|
+
# description: "updated-cluster-name",
|
|
2236
2236
|
# })
|
|
2237
2237
|
#
|
|
2238
2238
|
# @example Request syntax with placeholder values
|
|
@@ -2367,7 +2367,7 @@ module Aws::Snowball
|
|
|
2367
2367
|
#
|
|
2368
2368
|
# resp = client.update_job({
|
|
2369
2369
|
# address_id: "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
|
|
2370
|
-
# description: "
|
|
2370
|
+
# description: "updated-job-name",
|
|
2371
2371
|
# job_id: "JID123e4567-e89b-12d3-a456-426655440000",
|
|
2372
2372
|
# shipping_option: "NEXT_DAY",
|
|
2373
2373
|
# snowball_capacity_preference: "T100",
|
|
@@ -2520,7 +2520,7 @@ module Aws::Snowball
|
|
|
2520
2520
|
params: params,
|
|
2521
2521
|
config: config)
|
|
2522
2522
|
context[:gem_name] = 'aws-sdk-snowball'
|
|
2523
|
-
context[:gem_version] = '1.
|
|
2523
|
+
context[:gem_version] = '1.47.0'
|
|
2524
2524
|
Seahorse::Client::Request.new(handlers, context)
|
|
2525
2525
|
end
|
|
2526
2526
|
|
|
@@ -367,6 +367,8 @@ module Aws::Snowball
|
|
|
367
367
|
# than once when other requests are not completed.
|
|
368
368
|
#
|
|
369
369
|
# @!attribute [rw] conflict_resource
|
|
370
|
+
# You get this resource when you call `CreateReturnShippingLabel` more
|
|
371
|
+
# than once when other requests are not completed. .
|
|
370
372
|
# @return [String]
|
|
371
373
|
#
|
|
372
374
|
# @!attribute [rw] message
|
data/lib/aws-sdk-snowball.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-snowball
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.47.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|