aws-sdk-guardduty 1.8.0 → 1.9.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: 5cba91410d5791220c666f98ffec5fb0ecaee061
4
- data.tar.gz: 59f6b26ce8bebd8f7ea2161ac994985a73b2d080
3
+ metadata.gz: 161fc93656bd601d22ccaf36cf47e48610c08199
4
+ data.tar.gz: 8bd256d9ee7aec4508e58a16c1eb99d38b02b08c
5
5
  SHA512:
6
- metadata.gz: 6efa76e2b56c8f0b8e4785b2355a504ae71451d4bb32ec2f3caa35867e43e0da7679d01da238d32fe068d5813e1a6b8dd446394533e33f9c0f02adf611a45a57
7
- data.tar.gz: e89210783484c9fba0b57473e437736cd6f85cad169632ec98366185e9e0fbcb81f4f4286daa0a6922cbe52e09374e3533bd8f6f39f122877a362d1d76b90b65
6
+ metadata.gz: ad9048f067eac8cebd68ba20f81f53fc68a48144c20babdf5bbc5c43689c4270c8189fe88f62cf5b9e630d4c814e39762076fe670fe4cc9ca0a1eb2c58afd898
7
+ data.tar.gz: 92506179c5dac18cf54fe282314a516a00edca77d70ca1e67345af5968676a518e23e1610555ead1b4bcff77ab2721fed261897ea8757fb05ef24e7420466992
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-guardduty/customizations'
42
42
  # @service
43
43
  module Aws::GuardDuty
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::GuardDuty
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
  #
@@ -1873,7 +1873,7 @@ module Aws::GuardDuty
1873
1873
  params: params,
1874
1874
  config: config)
1875
1875
  context[:gem_name] = 'aws-sdk-guardduty'
1876
- context[:gem_version] = '1.8.0'
1876
+ context[:gem_version] = '1.9.0'
1877
1877
  Seahorse::Client::Request.new(handlers, context)
1878
1878
  end
1879
1879
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-01 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