aws-sdk-elasticache 1.7.0 → 1.8.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: 23bb9309d8ba331f9fdee191e970348c84c0a261
4
- data.tar.gz: 8f171338bbdc80f75b2e917d968270cc6e32ea7b
3
+ metadata.gz: 8aa330051d471efaa4781634408604674fde9d57
4
+ data.tar.gz: b7fcd3e898ec59f4a32fb72a8541572623bfb71b
5
5
  SHA512:
6
- metadata.gz: 5be7232a35df08ee30fe6bfacd2572a22dce12780c6523f5200c39d8d944be5032d32e1dc11fe1a0557f8b794e6527152b6e56385cb446cc83408d006b2ca13d
7
- data.tar.gz: 651e8c738f77c1af0968ca192ddedc9624f0a82369381c530456e3c30b6eb432440233aeee535492f45ed0abd34458af5b96a418a0fe621335195b316fc62292
6
+ metadata.gz: 0547e1af3400023ada98f06e51eaedc4ae944bcecbe72a7da0f5861ccc21f32e94e2147473cb57f4b941dbdcf44c4b3a730cd7ae8a150cd651c4e3c7e3d45bcf
7
+ data.tar.gz: cb69b82f4cb49e8e3f21279d10e08dc38719b7b0240548390f9ebbcbea7975c783fda3837d8c2e6fc20b7d3647b3389e70e4d72ff547a1caf6d7dbab3b69c264
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.7.0'
46
+ GEM_VERSION = '1.8.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::ElastiCache
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
  #
@@ -7540,7 +7540,7 @@ module Aws::ElastiCache
7540
7540
  params: params,
7541
7541
  config: config)
7542
7542
  context[:gem_name] = 'aws-sdk-elasticache'
7543
- context[:gem_version] = '1.7.0'
7543
+ context[:gem_version] = '1.8.0'
7544
7544
  Seahorse::Client::Request.new(handlers, context)
7545
7545
  end
7546
7546
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
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-17 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