aws-sdk-guardduty 1.29.0 → 1.30.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
  SHA256:
3
- metadata.gz: e50a00bf3ee6568ffc0654eaeba519affc475906ba44d67817c53298777b658d
4
- data.tar.gz: fbe871c56e346e900d6099a2201a85d21dde18716e3ee58a4686d29a9f078381
3
+ metadata.gz: 0035c83067063fbdf7c7aeb3e71b5c1e819605919930c115d7be3830d4ed356f
4
+ data.tar.gz: 7d9c94c2ded45a428d58ff3971f28e8177bea5ccd111ed3d6085231881689bd7
5
5
  SHA512:
6
- metadata.gz: d4bb8466dda1c15980880c94c39240667d76cabbee3a888f4abed52d5f9be9ea958ea4ed66ab28652215c313f0c7507d18b5fd3006517c9e78b47ae833df717e
7
- data.tar.gz: 95511ae59595be9f20ad233e8643e4114cf79a4908c7aaab4870e186e9f764f6942eb5d6354d1878ac2232149e37503638909ffbaa6fd09238d9dd6598b37313
6
+ metadata.gz: 6b0018108483c7fbb7c85b7e9afe328fc146b745e99a7dfbf23be3ee96e2cb6b816020362fbc10f3a0d165b61cb1147fcaa1bbdfbc0c4b56bb249f60a543895f
7
+ data.tar.gz: 748310d372c1e4231da1b8bfbfb296226a4d66afda090f62a76fa39bee45913865292c14bc4178af88a3038cca50813670fa2353fd9141026ee5d78717e3ae73
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-guardduty/customizations'
45
45
  # @service
46
46
  module Aws::GuardDuty
47
47
 
48
- GEM_VERSION = '1.29.0'
48
+ GEM_VERSION = '1.30.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::GuardDuty
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::GuardDuty
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2877,7 +2877,7 @@ module Aws::GuardDuty
2877
2877
  params: params,
2878
2878
  config: config)
2879
2879
  context[:gem_name] = 'aws-sdk-guardduty'
2880
- context[:gem_version] = '1.29.0'
2880
+ context[:gem_version] = '1.30.0'
2881
2881
  Seahorse::Client::Request.new(handlers, context)
2882
2882
  end
2883
2883
 
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.29.0
4
+ version: 1.30.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: 2020-04-21 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core