aws-sdk-kinesis 1.6.0 → 1.7.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: a8932673c11d52a8166380f18b64e9985930a9f6
4
- data.tar.gz: b33e9493e47f5e928a1e144f25c0c0c10be5276b
3
+ metadata.gz: e0e7f7818d5df49fb3bd3e93eb5a212561daf927
4
+ data.tar.gz: 9c22c9e44ce160dc4046654acbe767ab50bcaece
5
5
  SHA512:
6
- metadata.gz: f9e0b0232f270b0f45e571df9876c3a64dc6f26d0427e3408bbf012719e09617adb7bb70758cf8f335e99e998cf020fb58828a9847ca1f225b288d663b2309bb
7
- data.tar.gz: c1ac4f4e3c00fa942b917f7fa839319b35a28902ea72384695e0568a9a1798aea835f43950d2a75dc6d62ebfb10cff444c4ff0db00418b5003db916982461844
6
+ metadata.gz: b21b5982e1189d8db12f956e7402e360a8daab09bc7b1b63b9eb66ef0b395adb43eb2b625d23358271b7966d4738aa4be87bbb17dd3d881c5d7d653766853f8e
7
+ data.tar.gz: f8f0a900fa0eea67a675d96aa8d8cfff5d3dace787b347ee15debeffb2b08cc8a406cfe0fd83bcef4cf7763a9f6119209b8699c311092e5bafc7d7370e22c0e0
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-kinesis/customizations'
43
43
  # @service
44
44
  module Aws::Kinesis
45
45
 
46
- GEM_VERSION = '1.6.0'
46
+ GEM_VERSION = '1.7.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::Kinesis
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
  #
@@ -2044,7 +2044,7 @@ module Aws::Kinesis
2044
2044
  params: params,
2045
2045
  config: config)
2046
2046
  context[:gem_name] = 'aws-sdk-kinesis'
2047
- context[:gem_version] = '1.6.0'
2047
+ context[:gem_version] = '1.7.0'
2048
2048
  Seahorse::Client::Request.new(handlers, context)
2049
2049
  end
2050
2050
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-06 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