aws-sdk-firehose 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: 218d5e8bfd5f723fb57000b01545d7d912f66b13
4
- data.tar.gz: 8fff3e162338b65ed93692da2f184f70da039806
3
+ metadata.gz: '039c54a0abe9d7e71395eda7a08bc2eb23fdcc49'
4
+ data.tar.gz: 4ec6922c34da12f58240d296bd2cdad22e5585a1
5
5
  SHA512:
6
- metadata.gz: 70dce6c10406bccc14551e6f2c438d47552b9363158ac2ca7dac060f4b050b7154fb6002d567cf327040b536015cfae9039eefea4931839b0898fe7d626028d3
7
- data.tar.gz: 5b86a938c633421da8b0d7c70634233f34d96fe024ba629bea9f60182ce5b0ff2c38102a1abf551edae1ee461a7732f1435f4bffa2f43240f26a1a5da356b7b1
6
+ metadata.gz: b03deee2bfbb5883d2876baf6d8ddc0e3d46cbd3a48a090e350edbe2df71c6c50373013bf3ad7350afff884d7c060e31a02f99fd46e4d01b899b19c0c386155b
7
+ data.tar.gz: 2f49f1483fa153e70a4c0c80fa1156edb7812b9772b273082612446c2d69b1dcae536e1a4957ac8e851971f979d05c4e09a01a5ce0ffc10b014d84125ef351bb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-firehose/customizations'
42
42
  # @service
43
43
  module Aws::Firehose
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Firehose
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
  #
@@ -1656,7 +1656,7 @@ module Aws::Firehose
1656
1656
  params: params,
1657
1657
  config: config)
1658
1658
  context[:gem_name] = 'aws-sdk-firehose'
1659
- context[:gem_version] = '1.6.0'
1659
+ context[:gem_version] = '1.7.0'
1660
1660
  Seahorse::Client::Request.new(handlers, context)
1661
1661
  end
1662
1662
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-firehose
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