aws-sdk-securityhub 1.23.0 → 1.24.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: 30f9432948141e40b7ffa3b8ec2e46961dbd576fc0be05339d9366cd89d55db0
4
- data.tar.gz: 77269af12aa9be0bb09e45692521b3d03742f48957d53cb47d9ee39d80d8dd84
3
+ metadata.gz: cb7d4e0d0e3bcedb33777690e1b7d344481c467ebf0a0f682a6f73f3b43285d5
4
+ data.tar.gz: 72ec7b4f3346be2cfce79901d1369d24a1b8d61e546317c4bad14d9e1624e720
5
5
  SHA512:
6
- metadata.gz: 3181280a3670c8984b53bece68f13d99aba9a7efe90ea00b9c18f8050c8e0bcf912672996f3cfedddb24c7078785171fc65c7d4ec1085e35d86d0b111fbe24c8
7
- data.tar.gz: ee57bbffe585c0bc84ea4c8bdbc843cf09af6e68dadbe0ae0b0e383e5a032fac8d86dc6943083807684bd62f086fbaf8479f35c84bab8f089d48f255f2ea8648
6
+ metadata.gz: c4680b5a07507cdaef121dd6cc5505320e5f5a89db7702e2d24a0d47a94d4ef6d26a11d0fbd8b6bee8e1acdca33368f15cdbe1e7d9412fe1aa5e2e3cdbc37f87
7
+ data.tar.gz: 03f2f9dd37bff307ca2e4ec00fa91956464326aa290ef77bed1b96ac23d402a22220e1f5eff95c465826e04f433cdc23ae4a0e766d0a3717c2f4b8324b41e8a3
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-securityhub/customizations'
45
45
  # @service
46
46
  module Aws::SecurityHub
47
47
 
48
- GEM_VERSION = '1.23.0'
48
+ GEM_VERSION = '1.24.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::SecurityHub
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::SecurityHub
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
@@ -5374,7 +5374,7 @@ module Aws::SecurityHub
5374
5374
  params: params,
5375
5375
  config: config)
5376
5376
  context[:gem_name] = 'aws-sdk-securityhub'
5377
- context[:gem_version] = '1.23.0'
5377
+ context[:gem_version] = '1.24.0'
5378
5378
  Seahorse::Client::Request.new(handlers, context)
5379
5379
  end
5380
5380
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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-16 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