aws-sdk-migrationhub 1.14.0 → 1.15.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: 0a320d261ebf4a0e564f78149753e83c72d9bab2
4
- data.tar.gz: 5d72f188faeed0c6bb22b0c9c8fd76bc7bea384f
3
+ metadata.gz: 6479371e78e825c417db804c3dbea42de7f84145
4
+ data.tar.gz: 390e29e79092ba62f0980b441bbdf14121318e26
5
5
  SHA512:
6
- metadata.gz: 35c2d471bad67ea819601e44789f8a89c108da43802f804ad0f2e5cff3df0538190989f533c3f857615a84769b58cd0380aace28e3ca3fe6eb84666875cf5d45
7
- data.tar.gz: bdfc4cedca9e96b38ba7e844a56e1863a51bd11e22f658130a855d31373ffcd9f077c107a5e81e0dd6ed7414e066337ee94c19f9464ae4847daeb35c09fb22e3
6
+ metadata.gz: cf73d28c6e15a12912e04b938d4de2c9d99ed2fbf31453e4ea41bebe70452bc7c311823f6cca54aba5cf35d1d7eb9c0693d31a8c0a9f82fff3dc3451e42f7678
7
+ data.tar.gz: 8b823945f72bd22e8b374044d165171d543f8a1a557fcfcb2908128f50e668a0aa3ed0d68064621cd36b4e1ba352a3cab14d3da831dd21f8b7fcfb6590e45c2e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-migrationhub/customizations'
42
42
  # @service
43
43
  module Aws::MigrationHub
44
44
 
45
- GEM_VERSION = '1.14.0'
45
+ GEM_VERSION = '1.15.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::MigrationHub
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.
@@ -1020,7 +1024,7 @@ module Aws::MigrationHub
1020
1024
  params: params,
1021
1025
  config: config)
1022
1026
  context[:gem_name] = 'aws-sdk-migrationhub'
1023
- context[:gem_version] = '1.14.0'
1027
+ context[:gem_version] = '1.15.0'
1024
1028
  Seahorse::Client::Request.new(handlers, context)
1025
1029
  end
1026
1030
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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