aws-sdk-cloudtrail 1.4.0 → 1.5.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: 9e85e39980d3f103dc77fc20071fb5ea4353a38e
4
- data.tar.gz: 4d530700c634c9a34d35250d0d884dee80557c48
3
+ metadata.gz: 8ecb19584955b0c6ee2268d5446ba057146bc8f5
4
+ data.tar.gz: 4039d2b5095536f2008ee46548774acab5557572
5
5
  SHA512:
6
- metadata.gz: e6282a87993caa6e5c60183c6cfc9af55637358d01830ca1c613e2b3c6af997d31ce65f897bf40ac905b141cd9bf81912265803a2160dffe47271dd821f4cdd6
7
- data.tar.gz: 6315a776825a7a3a62c62ad7491230c668be9048947c93fc0762b7441e6038fd6ba05f26bb7704aae711022e10f93fba9ed20e50f5f933bc1896b42188d8febc
6
+ metadata.gz: 8a8093fc827a093252d12c9b8dea82805c53466146e16e473e6303c33d3bf4ad6fda229cea08dd624541565487b897457fed43e5d61d5e09dee9ec74c2e53d30
7
+ data.tar.gz: 495b763395319ba7ab448c8d53c7d99ef8b4aa87bc4bc99b91dc8a90aefb7078e0ccdd87d8a9d663be50dacab8c3b9abb7abbbe97a36dbbebafce3b8d3becfd4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudtrail/customizations'
42
42
  # @service
43
43
  module Aws::CloudTrail
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::CloudTrail
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
  #
@@ -1186,7 +1186,7 @@ module Aws::CloudTrail
1186
1186
  params: params,
1187
1187
  config: config)
1188
1188
  context[:gem_name] = 'aws-sdk-cloudtrail'
1189
- context[:gem_version] = '1.4.0'
1189
+ context[:gem_version] = '1.5.0'
1190
1190
  Seahorse::Client::Request.new(handlers, context)
1191
1191
  end
1192
1192
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtrail
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-10-12 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