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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2130e58f4492167185118cd4ab21fcf0a9f215a5
4
- data.tar.gz: 97273b4e21f7ae2ca36f19fcdb0344a5ebcaf543
3
+ metadata.gz: 8cf561ac9cf73b6f38554c4cc03b1fdc5d2ada43
4
+ data.tar.gz: 2238353b8602aeae6afeb1fa7ee5798320f60b3d
5
5
  SHA512:
6
- metadata.gz: d793c653c4dcebe45345fa23106a3880b3554ee2ba844276fbb2d5a59f5b5e62d90002b330fda74505f5b3b17757deb869542b3ec4c1c9da8a2805d064639bdd
7
- data.tar.gz: 0572bb1ae0f26b8476cfcc1e979a01d2910654b90bd23bda17e0b52b9d62d02a860f7d6be837f543b79d83f1e171c349e63b131a336d262a769ab02e9bfad4ae
6
+ metadata.gz: 8e8185e587cf68e0dde7d0db5d95525929a7fc40f9edca82b343a0d89ff06e4dcdd4dd2c16426e1e6d0594e7086c2f815bb71a4052cddd90ab2c544780aba579
7
+ data.tar.gz: efd9d6c8670df770b77f53c0f7f698c5036cd3e8c8844780ce9cbcfa44d662f42dc940ae24833dd69820a87e6c43f6612bab4ea1b0343fa562adbc9286752565
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-snowball/customizations'
42
42
  # @service
43
43
  module Aws::Snowball
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -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.1.0'
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
- # delivered to the address that you specified for a particular job.
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
- # returned to AWS for a particular job.
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.1.0
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: 2017-09-13 00:00:00.000000000 Z
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