aws-sdk-snowball 1.1.0 → 1.2.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/lib/aws-sdk-snowball.rb +1 -1
- data/lib/aws-sdk-snowball/client.rb +2 -2
- data/lib/aws-sdk-snowball/types.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cf561ac9cf73b6f38554c4cc03b1fdc5d2ada43
|
|
4
|
+
data.tar.gz: 2238353b8602aeae6afeb1fa7ee5798320f60b3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e8185e587cf68e0dde7d0db5d95525929a7fc40f9edca82b343a0d89ff06e4dcdd4dd2c16426e1e6d0594e7086c2f815bb71a4052cddd90ab2c544780aba579
|
|
7
|
+
data.tar.gz: efd9d6c8670df770b77f53c0f7f698c5036cd3e8c8844780ce9cbcfa44d662f42dc940ae24833dd69820a87e6c43f6612bab4ea1b0343fa562adbc9286752565
|
data/lib/aws-sdk-snowball.rb
CHANGED
|
@@ -314,7 +314,7 @@ module Aws::Snowball
|
|
|
314
314
|
# `Environmental Data Cluster-01`.
|
|
315
315
|
#
|
|
316
316
|
# @option params [required, String] :address_id
|
|
317
|
-
# The ID for the address that you want the cluster shipped to
|
|
317
|
+
# The ID for the address that you want the cluster shipped to.
|
|
318
318
|
#
|
|
319
319
|
# @option params [String] :kms_key_arn
|
|
320
320
|
# The `KmsKeyARN` value that you want to associate with this cluster.
|
|
@@ -1660,7 +1660,7 @@ module Aws::Snowball
|
|
|
1660
1660
|
params: params,
|
|
1661
1661
|
config: config)
|
|
1662
1662
|
context[:gem_name] = 'aws-sdk-snowball'
|
|
1663
|
-
context[:gem_version] = '1.
|
|
1663
|
+
context[:gem_version] = '1.2.0'
|
|
1664
1664
|
Seahorse::Client::Request.new(handlers, context)
|
|
1665
1665
|
end
|
|
1666
1666
|
|
|
@@ -407,7 +407,7 @@ module Aws::Snowball
|
|
|
407
407
|
# @return [String]
|
|
408
408
|
#
|
|
409
409
|
# @!attribute [rw] address_id
|
|
410
|
-
# The ID for the address that you want the cluster shipped to
|
|
410
|
+
# The ID for the address that you want the cluster shipped to.
|
|
411
411
|
# @return [String]
|
|
412
412
|
#
|
|
413
413
|
# @!attribute [rw] kms_key_arn
|
|
@@ -1562,12 +1562,12 @@ module Aws::Snowball
|
|
|
1562
1562
|
#
|
|
1563
1563
|
# @!attribute [rw] inbound_shipment
|
|
1564
1564
|
# The `Status` and `TrackingNumber` values for a Snowball being
|
|
1565
|
-
#
|
|
1565
|
+
# returned to AWS for a particular job.
|
|
1566
1566
|
# @return [Types::Shipment]
|
|
1567
1567
|
#
|
|
1568
1568
|
# @!attribute [rw] outbound_shipment
|
|
1569
1569
|
# The `Status` and `TrackingNumber` values for a Snowball being
|
|
1570
|
-
#
|
|
1570
|
+
# delivered to the address that you specified for a particular job.
|
|
1571
1571
|
# @return [Types::Shipment]
|
|
1572
1572
|
#
|
|
1573
1573
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ShippingDetails AWS API Documentation
|
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.2.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: 2018-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|