aws-sdk-dax 1.4.0 → 1.5.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: d2569d52488f7459f99ce7f1b67d74b34a5cea01
4
- data.tar.gz: d5a5a4bcdaa2a2b1b3a66fd991c7f5a12b5c2968
3
+ metadata.gz: 8d8a09c1ec8746e7fb2b418deaf7491f9ee67b57
4
+ data.tar.gz: 4362112933e15407d9b9056cbff44895cb152bfd
5
5
  SHA512:
6
- metadata.gz: 8b46974af8c7c72e87337b9494328118ed165fb42e9168e45010ba993df8600160275a05626bfe0e6f3cfae86d56b3946d4675c3ce2090fe943cd5a3facf5da8
7
- data.tar.gz: 45c7c892abdba507ebf986fb36330c75a1a2191f0d83551b1016788bd0eaf3c2dcf6955871a22ed4a4196ef35eac292074f9ed960a13d13dd9a9ae778b7b84bd
6
+ metadata.gz: 16ca694386ffe0a1d7d83954c5047e9da12783aab4a4d08c8dda82e4a38a383b8887ec421c737e759b37b6720d90ab7271e01573b4e67e6296090bdafc3f1856
7
+ data.tar.gz: 44c1e6f88ba65f727917836076f53c7b35aba17bcec0d80f42c5d786b424a207b87dda4ebb388e47bfb7319bff76e7bd67a84d253c2268ef0a364e172dda911a
data/lib/aws-sdk-dax.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dax/customizations'
42
42
  # @service
43
43
  module Aws::DAX
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -108,7 +108,7 @@ module Aws::DAX
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
  #
@@ -1465,7 +1465,7 @@ module Aws::DAX
1465
1465
  params: params,
1466
1466
  config: config)
1467
1467
  context[:gem_name] = 'aws-sdk-dax'
1468
- context[:gem_version] = '1.4.0'
1468
+ context[:gem_version] = '1.5.0'
1469
1469
  Seahorse::Client::Request.new(handlers, context)
1470
1470
  end
1471
1471
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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