aws-sdk-cloudwatch 1.10.0 → 1.11.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: 388deaaf8d21a67a8086a7286c70a8a558c6a8a1
4
- data.tar.gz: 0bb705c87d45bfb2034e90f65cad8b6e8e3df6ea
3
+ metadata.gz: 696f386b27a3219995873b36cf2725ca8d922745
4
+ data.tar.gz: 7749afb698ff091bb0a3f1e5c02467504edd1e0a
5
5
  SHA512:
6
- metadata.gz: a652578241dc0540d5c4c3f621efaa4708c0a8448f6a92195b3a93c08e9feba7b2a0728252ac9abc203e98b1f99c7ba91fb29a10bdb6b660658b0fa51e195dc9
7
- data.tar.gz: b5740d08e5e33ae7516ff51bc6ebbd465b0cd19d8584e48560c5a59b7c81082e7ccc41dc08ba553ad8a7f4f72ca014a28f59f5fd0ae367ee9829d8ee865bbdb8
6
+ metadata.gz: c7dc0bc1910c75158ddce25be44a2893911e40a5cd5033271b70173b010ed99bf999ed2c67e912f903ef13930374e0c386b1cd281b1f3dc71e606cde28523f8c
7
+ data.tar.gz: d1f809157d2bd474a135a5b7cedbe50c37a544b62cf0ae3f96dca59b81cc7fa697009132f7b6fd436eb999c8376d38050c89937c01a2383c0252554c83418629
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.10.0'
48
+ GEM_VERSION = '1.11.0'
49
49
 
50
50
  end
@@ -96,19 +96,19 @@ module Aws::CloudWatch
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
  #
@@ -1591,7 +1591,7 @@ module Aws::CloudWatch
1591
1591
  params: params,
1592
1592
  config: config)
1593
1593
  context[:gem_name] = 'aws-sdk-cloudwatch'
1594
- context[:gem_version] = '1.10.0'
1594
+ context[:gem_version] = '1.11.0'
1595
1595
  Seahorse::Client::Request.new(handlers, context)
1596
1596
  end
1597
1597
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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-19 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