aws-sdk-iotthingsgraph 1.0.0 → 1.1.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: bf202a4569a795e93d8ef62a1681108f09fdf4a8
4
- data.tar.gz: 3eed42f8d79e3ab231f3b091e47b0beee995dbd3
3
+ metadata.gz: f7f34bf75c454d362c2840ccd588a9847b5bb521
4
+ data.tar.gz: c491dcd87fd2478314af16582a0039d8d3876893
5
5
  SHA512:
6
- metadata.gz: 3f6a8d4ee0deeb6a39b208d40f2e5c1b020057e6b9bc74e668bfac51f185f65d934be5b65d5a7146800018aabe048f9c23961b9cf966ba4e7bd6e0f506cd54b6
7
- data.tar.gz: 91f2c321b34ea592630cc02229dcad445623cd144e1a360dd338f090d86a1c099710e69b2175a740ee603521f750be3736b90a0a8b66d964710f3ccc0f74cab4
6
+ metadata.gz: 2e9f40754d5307b04af4132dcb03b889b737e65b85f9a0cdd33fef00090759c6f409cb461b67dba9c405bfca71453df4b980ec75b2ee886c8a479f2c49b0633e
7
+ data.tar.gz: 6afddba1ce05b64537a759b256a1cc535e1e5e2ad969cbc7ed1664d12cc3ce3a26d0e3ab42a026733d5900613ffd1fe2edcb18d713f8da8d5dc17112b5a4671b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
42
42
  # @service
43
43
  module Aws::IoTThingsGraph
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::IoTThingsGraph
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.
@@ -1800,7 +1804,7 @@ module Aws::IoTThingsGraph
1800
1804
  params: params,
1801
1805
  config: config)
1802
1806
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1803
- context[:gem_version] = '1.0.0'
1807
+ context[:gem_version] = '1.1.0'
1804
1808
  Seahorse::Client::Request.new(handlers, context)
1805
1809
  end
1806
1810
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotthingsgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-29 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