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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3577bbc72867635baf8bc5186129c73087a85ee9a09869e57988238a9f7c925
4
- data.tar.gz: 667eb6641cfb50350fd064c79af672d479edade2cc2abe5bde00d94c892d7b4c
3
+ metadata.gz: 120c8b5be70fb61537ca13c40847c26961e9a5dc3785655c947f0e55c3a60f93
4
+ data.tar.gz: f113164c43fdf90821576e3bf56d588f3a0d001c9f8dc1f366f4fec2c01ced08
5
5
  SHA512:
6
- metadata.gz: d2adc579e9bca1b647ed7e397eba38d52eab5e24c62dd68f0cd29285e6cad11aba3335a0634243e7c1b9d72a0961b5fe49114ef460173ecc7a2d65077ec32500
7
- data.tar.gz: 1f485fa61530edd84ce4dbc7590ebc75daf87884717330b21ca36223fea231557a04c37ad0dc392b26941831cb4d47c6d9d89d4caba642f9d9b4f9bdfa5a95ed
6
+ metadata.gz: 7b16120f761f5b533280458db94eaae0445523ee7f6722713057ec0a14b3a44e7099e744c70fa3608074f226aaf6271c9e8b206fdb3a957ed743364edaa6639d
7
+ data.tar.gz: afd34ce0ee4e94c4b4b3fb908b0deb069cebc336464925c44eb1a27cb4886d997c0f509dd1fb6642547ec2f45ac61c35b98ecdc6500c3b1aafd1b1c702e38a33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2022-01-05)
5
+ ------------------
6
+
7
+ * Feature - Updating validation rules for interfaces used in the Snowball API to tighten security of service.
8
+
4
9
  1.46.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
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: "Updated the address to send this to image processing - RJ",
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: "Upgraded to Edge, shipped to Finance Dept, and requested faster shipping speed - TS.",
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.46.0'
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-snowball/customizations'
48
48
  # @!group service
49
49
  module Aws::Snowball
50
50
 
51
- GEM_VERSION = '1.46.0'
51
+ GEM_VERSION = '1.47.0'
52
52
 
53
53
  end
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.46.0
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: 2021-12-21 00:00:00.000000000 Z
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