aws-sdk-resourcegroups 1.5.0 → 1.6.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: de194ba5b2fe72db5ddd7c9450e687459aa81098
4
- data.tar.gz: 979098e54e2b8bdcf84d0311c7df9ed3dd718239
3
+ metadata.gz: 90938a4db8ca4e91cbfc6317c983f5d607660c28
4
+ data.tar.gz: 980de4b97b63f19d215e74c4255e1602fbd6f9e3
5
5
  SHA512:
6
- metadata.gz: fec553e3bcc25a53e171fbb03f90472de709b3be04d2f322aed3ffe4888c67cf4d566962c40d426618ef5fda3f210ee888c24bacd73b86331def55ac1711f11e
7
- data.tar.gz: 07a798d0c4d0c37173eeee5860a2d46d8c3a2247eb7f88c605fde49b06c8b3907bff29db9ea5a1b0c2405722b2a0f13889612a56c7aab1d6831b05d5aa939aca
6
+ metadata.gz: a8aa0dbd4696bfaeb341d9e8e7250e25c79c84b42604546aa21634f29bac20d398b2d338122bae886b1d563f823e524008eee69d5b6d27076b18026e7455d70d
7
+ data.tar.gz: 3fdba80c3b34485552f7d185dba69ef345a84eab10c7018db8faed476907b1284c9028797095aa9db95d5b8b99c1d5939396b19b460af45b754ac1137434847f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroups
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::ResourceGroups
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -703,7 +703,7 @@ module Aws::ResourceGroups
703
703
  params: params,
704
704
  config: config)
705
705
  context[:gem_name] = 'aws-sdk-resourcegroups'
706
- context[:gem_version] = '1.5.0'
706
+ context[:gem_version] = '1.6.0'
707
707
  Seahorse::Client::Request.new(handlers, context)
708
708
  end
709
709
 
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.5.0
4
+ version: 1.6.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: 2018-10-16 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core