aws-sdk-importexport 1.12.0 → 1.13.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: 61689e46c3ec1cb6277f6f87d929c615a0e342c0
4
- data.tar.gz: 2601925eff94f76b9fc1de36e548dbf6b6260947
3
+ metadata.gz: 6699dc17f45948a74da2328fb90b262e2bfc537a
4
+ data.tar.gz: 20a3a5b3de801326a11b77c3098cb8478d80cbbb
5
5
  SHA512:
6
- metadata.gz: 813a8c857e6913b27847973bc7125327753d6b19bf5189b95eef91b90249159fc500633db50954271af07da29d739234d1c19a13dd46c6ad49407c5c39495c16
7
- data.tar.gz: 79d263293ba7a15e54fed605cd72ff1d67e0f2af231846f90c9d64eb98fa85ae2e65dfc9537c6ce53afd346e2c8c604b6daf5fdaf4e6ef855cba84647eabb376
6
+ metadata.gz: 1b3cf03ce77147db0a98d96d8f4a7344d287629a21402b1708faca045b288150f4b022c8d53be65af041917c2dfbfdcd5577910823827446dc1077c82c348091
7
+ data.tar.gz: 623406c6759ca26b8d880691b628f8031f0b634e84bddb0e5cae47dfd63a4e9e34a3167b883de6eefd74315f81a0f47d964fd08c1cbb390079188ca401ffaef7
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-importexport/customizations'
42
42
  # @service
43
43
  module Aws::ImportExport
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::ImportExport
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.
@@ -599,7 +603,7 @@ module Aws::ImportExport
599
603
  params: params,
600
604
  config: config)
601
605
  context[:gem_name] = 'aws-sdk-importexport'
602
- context[:gem_version] = '1.12.0'
606
+ context[:gem_version] = '1.13.0'
603
607
  Seahorse::Client::Request.new(handlers, context)
604
608
  end
605
609
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-importexport
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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-sigv2
35
35
  requirement: !ruby/object:Gem::Requirement