aws-sdk-cloudwatch 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d062179cecc7ea022615b7c76c441ff6fdbc2be
4
- data.tar.gz: a7938052b20c9d5059a285044403c6c4997909b2
3
+ metadata.gz: 7234a6f6b4421e7c3c1b101976a6a081291a9088
4
+ data.tar.gz: 88b8c441642958f51a38eab163eb2207a88137d1
5
5
  SHA512:
6
- metadata.gz: 59645269a37b8f0d3771e1d6cceedb2019e2a6198ff4ce6691f7154a57d1bc074d5fbe0bc928177a7d1b55a14f0b50025d79237904e96158955171426154b350
7
- data.tar.gz: 7aeb24bf1c77c43a229b051f10c97b162bf3d2ae1125c939f9e15c1807c12893d07b93e1bfa7c78a91606e7ea65f66dbb41bec39d58a805aa86d0cfd743a696c
6
+ metadata.gz: 05f0e924d83278f82263794acf1a7c7e4cf3f44a7761ce62ae3b79c711a46efcdcdce6eee60f799accb138143b8979ee3d39d9ca858a3cc7d36e35c9163e8d34
7
+ data.tar.gz: fa60f40509d995167d0529742ab2cf1e3b09a829a1bb647e2061f7a049859a4463278d71ab2eb3bcd0ede83785c1b904ba213f1d2017447527f6bde4edeb4db1
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.7.0'
48
+ GEM_VERSION = '1.8.0'
49
49
 
50
50
  end
@@ -108,7 +108,7 @@ module Aws::CloudWatch
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:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
111
+ # @option options [] :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
  #
@@ -1435,7 +1435,7 @@ module Aws::CloudWatch
1435
1435
  params: params,
1436
1436
  config: config)
1437
1437
  context[:gem_name] = 'aws-sdk-cloudwatch'
1438
- context[:gem_version] = '1.7.0'
1438
+ context[:gem_version] = '1.8.0'
1439
1439
  Seahorse::Client::Request.new(handlers, context)
1440
1440
  end
1441
1441
 
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.7.0
4
+ version: 1.8.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-05 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.26.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.26.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: aws-sigv4
29
35
  requirement: !ruby/object:Gem::Requirement