aws-sdk-resourcegroups 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: 8914b330b6af6eef3cb8ff49703fd0b8047de669
4
- data.tar.gz: 6d223a0b231b0ece1154e6b11ad38dbfd6b9bdf9
3
+ metadata.gz: 5d1c0a053425650b58d9f1fc955856d1e251807c
4
+ data.tar.gz: 63024bdbd336d9ddf3c0f2e8f97af0013b313d94
5
5
  SHA512:
6
- metadata.gz: 9bef9679e0e63655f27839a2a02c573dfbcfc43088a850cf1f15fa92a05c6cc5efc770cfd6ed874f8e7e39b3d3ae9a539493c93f2c6c48c3334f27c2b72baeda
7
- data.tar.gz: cfb37c9c040042b02df45a0588c7dadca951a10c7c41f0d286fcdaa7513bff5958646c86cbcbc5a580647d9ef84a1b202fe60939dcdb357ab223df083c352692
6
+ metadata.gz: 8b5d15cbdb5508c96dc1b77ef4d4d6460dd9e1983952e5b7349fd75112dd6afdb3a564943d1238b3b20f8fb7298ea445337ea45b89ea5e3de88bc953a50c0ea0
7
+ data.tar.gz: cc83ee784f57b13fc0687a92f18fb5da58c0db0e3ad7d42c5a3ce51885f727cd609f0fba5e74119ba777e50cc190a0fca9cc1b39f86e612ef0f94294aa949726
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroups
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::ResourceGroups
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.
@@ -785,7 +789,7 @@ module Aws::ResourceGroups
785
789
  params: params,
786
790
  config: config)
787
791
  context[:gem_name] = 'aws-sdk-resourcegroups'
788
- context[:gem_version] = '1.17.0'
792
+ context[:gem_version] = '1.18.0'
789
793
  Seahorse::Client::Request.new(handlers, context)
790
794
  end
791
795
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroups
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