aws-sdk-cloudwatchlogs 1.8.0 → 1.9.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: 5f586e55577da55f3433531373568a97d53ccec4
4
- data.tar.gz: 0a36ac160299892b0ba08bbb3676491dfe5ce487
3
+ metadata.gz: 5df33b241956c9e9e73d9344987ac607d0e6df3d
4
+ data.tar.gz: d9f49bb756de4379320a1d94f1d87f8479376cbf
5
5
  SHA512:
6
- metadata.gz: b6e7d3bd8179f1b490328f56e0b071f6c4e6add3db08a5f5d9baca347119539d45da986138900297627f1192d43c2d59ca0db33b5039f87eb212e65fd1fe45d7
7
- data.tar.gz: ce991a842586ef7eb1c10b6009cbf67abfe0658d8f7e29e3c87a50c1c5104608398c5bd757e4fcb441939a21fb7a7851d25e8f1731480fcaffe8659eb1ee7508
6
+ metadata.gz: 9ee3c6faf0e6f63b08a56917fc1e9793561ec12aaede15d33b94277bd9492f81432bf3859a840ef65149d4ae8fcb21c6163d460e84d8cafd66e59e9a8e7e4b32
7
+ data.tar.gz: fc0f8ef9e0881ab9c3e1a287ed10c93aa9d4053edee9d2cb4c64d0730a677e5755b6d9656db7645abbb0960555240d5de4d7f4cab630e400ab1ee98988b86134
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::CloudWatchLogs
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
  #
@@ -1747,7 +1747,7 @@ module Aws::CloudWatchLogs
1747
1747
  params: params,
1748
1748
  config: config)
1749
1749
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
1750
- context[:gem_version] = '1.8.0'
1750
+ context[:gem_version] = '1.9.0'
1751
1751
  Seahorse::Client::Request.new(handlers, context)
1752
1752
  end
1753
1753
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-09-07 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