aws-sdk-kinesisanalytics 1.5.0 → 1.6.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: ada8ae00767351a03b107fc2cb057e6c947a23e5
4
- data.tar.gz: 93c1cb6278c2e91b85d692f0edea507787b3d8e0
3
+ metadata.gz: c93c2a73c6131f4c5f36623e23ab5cc7be278d0d
4
+ data.tar.gz: 005a444634e71163d9b187e73fceeb4b7b8f93d5
5
5
  SHA512:
6
- metadata.gz: 25aa67cfc5ec9c91f88fe743fdaef29692a9f23c833afdbe60ae167dc0db7adfca345fa7d5fd10d0b7bd082fa21c89fe24ddfc02e2032bcd416e26ed5460f8a6
7
- data.tar.gz: 5ff8a69e2552e55b3ad7c3b1c30af4feed452ffd0a8cd384c3f32d9419968a5e3a3a47178c613bae4c6766ed7aa9489398caacddccda3d5e36582f79cc6c1c9a
6
+ metadata.gz: 9e7132616a7adc43b74d8c6a52fd703de0e0eaeb630ebbe453877550a7c06d87126565763119aec04a1cc5ba34d7fd9e16cf06c50fa58189176d07e949c655b5
7
+ data.tar.gz: a8cce23d269e255d24671a64f98f04a7ecface4b800e5186a57fa70c4b7489cb9465a2afd25c58006e6a685b1f1446b340f4a7f618f2c13bb0359cf38d81a293
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::KinesisAnalytics
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
  #
@@ -1426,7 +1426,7 @@ module Aws::KinesisAnalytics
1426
1426
  params: params,
1427
1427
  config: config)
1428
1428
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1429
- context[:gem_version] = '1.5.0'
1429
+ context[:gem_version] = '1.6.0'
1430
1430
  Seahorse::Client::Request.new(handlers, context)
1431
1431
  end
1432
1432
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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