aws-sdk-snowball 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f36ae1e47646dbec4d43a7ca9dbcd0d304708e3d
4
- data.tar.gz: 9d5e05f514e67ec2d0b8471c21a6b3c9d35aaeba
3
+ metadata.gz: d6b1d0c2b9a225ea242909a8644462d8d0efbec5
4
+ data.tar.gz: 1c6e581e5c85dbfcbc41d16a05464a804417710e
5
5
  SHA512:
6
- metadata.gz: 981505a6d8675eecc74d3a060d2f336f8553f9d7c8964889facd94ce02104585634db1ebd592cfa7cb511a6889c9e41d3bc737bc7b629c6062e7cb3f61d2792d
7
- data.tar.gz: 5e07f4689ab52267bfc86a3097d9610a6c9d3d5feb1d3a881f2584176d0e8490b44f2fa98c233b03cd688e67d969f845ee72494e401f5ec46731b98b1f96bfda
6
+ metadata.gz: bc04e4cdb956f3ac07d23c56119c13104b5ba0d8035cfae394af3d68039f50d349cec6545ae26ac4bd05c46fb7b92b3d257f77170771714e3ff0cc101418ec85
7
+ data.tar.gz: dccd74dcce3d4310e7e3ef2bad8803468289303a8d54de168077d36f140e25fe51b3b52245326a236782edef900b95d767e2a7ed35f6e3a213e42f165196d30c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-snowball/customizations'
42
42
  # @service
43
43
  module Aws::Snowball
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Snowball
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -1845,7 +1849,7 @@ module Aws::Snowball
1845
1849
  params: params,
1846
1850
  config: config)
1847
1851
  context[:gem_name] = 'aws-sdk-snowball'
1848
- context[:gem_version] = '1.17.0'
1852
+ context[:gem_version] = '1.18.0'
1849
1853
  Seahorse::Client::Request.new(handlers, context)
1850
1854
  end
1851
1855
 
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.17.0
4
+ version: 1.18.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement