aws-sdk-securityhub 1.25.0 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2cd946e32b69755d6befa63698342d383079fa365b0505bf5b0ce741d7940715
4
- data.tar.gz: 195a3f28cad30da62ed67f9a3a4edfd8a13e31463131a0dfcc5b64fb12d34730
3
+ metadata.gz: 97b63fc1ed648cfa077f327165a46e318c368404501bf1470645e4e912f34786
4
+ data.tar.gz: a848d3aecca8d39319d4750692beba03e2561d2fb6de32d4f4821cf9581de60d
5
5
  SHA512:
6
- metadata.gz: 79f862ba77c2c887fdcb1e6487c6965084019c51d09b4a0d87f0f9dd2e8d1bc747e89f52a19336ee5d6db511b4a94ce47bd993fef25b0a1b1496d9a2f73a6216
7
- data.tar.gz: 2e6379cdb8f9a058b1714dfc99ff8f64653623c57ffa1e821a3658d96a704ddc8f37a0874285ed462e4d1a307ebac1f097ebcc83b94e60f3c9079b32cacb54b5
6
+ metadata.gz: 68cc7e808f18b1ef6cd12a4471d8044f1710d2861bbf0065fa82f29860210f5b06af31a59924ac3f2479d19815ee703cd9f2895affc6ba38e81f97a797b4ac3a
7
+ data.tar.gz: 45d37c7e7131cf258369151ad089862f9e3141f7bcfa58b7892356c1cd59df1a9dee50aeac501f5592e7fdd928a56f416866df4803e67acf973eaa368d51cb69
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-securityhub/customizations'
45
45
  # @service
46
46
  module Aws::SecurityHub
47
47
 
48
- GEM_VERSION = '1.25.0'
48
+ GEM_VERSION = '1.26.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::SecurityHub
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -5392,7 +5392,7 @@ module Aws::SecurityHub
5392
5392
  params: params,
5393
5393
  config: config)
5394
5394
  context[:gem_name] = 'aws-sdk-securityhub'
5395
- context[:gem_version] = '1.25.0'
5395
+ context[:gem_version] = '1.26.0'
5396
5396
  Seahorse::Client::Request.new(handlers, context)
5397
5397
  end
5398
5398
 
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.25.0
4
+ version: 1.26.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-05-20 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core