aws-sdk-inspector 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: 58bc1d8050131682bf367400a2d38de26f21c0029f93b4cca47a3e87f6fd777b
4
- data.tar.gz: 2f09dc828330f92c13abafc60d179b5b6d8b0f2743cedb5eafb75987912bc159
3
+ metadata.gz: 2bbd443200bc119b1f11bb07131a0b3df1b9619b6e56e1370e7cb91e50f8531e
4
+ data.tar.gz: 2e78c87fd6b0ae05b2e469202cdef892145cf6968819878e7c8f2547ec75a0aa
5
5
  SHA512:
6
- metadata.gz: e434887221b24f24380d893f31d8ecc0eda4e9818784fabd4484eb741a80fa384597cbae98c2990654c23142c9e01e639538877351c931885a5ea3344f82ad17
7
- data.tar.gz: 503ada2288498128faa66bf73f7c9ffb4171d9e739240a73dffb4aac5e2ac2f5feea3d5ff7d700923ec43f9e5f24b29bfd4d7dfddaef4a09d1d22dc0a20a4478
6
+ metadata.gz: 2aa36924d0fabe48a7d428aac177d96c64fe54d0dec65ae8b5fe3da6b30e2bba0febe44fa149ff0656970a3261ad7d701be18d81625d334619b04af2118d43d6
7
+ data.tar.gz: d442bc717f5b0722605592b3fea8b074de6d7a1dc5fed93c7b101f8096ba89d6763af0ab8c25d49851b649063551ad8af9563eca0f533238f7f0a0465004c8f4
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-inspector/customizations'
45
45
  # @service
46
46
  module Aws::Inspector
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::Inspector
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.
@@ -2978,7 +2978,7 @@ module Aws::Inspector
2978
2978
  params: params,
2979
2979
  config: config)
2980
2980
  context[:gem_name] = 'aws-sdk-inspector'
2981
- context[:gem_version] = '1.25.0'
2981
+ context[:gem_version] = '1.26.0'
2982
2982
  Seahorse::Client::Request.new(handlers, context)
2983
2983
  end
2984
2984
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector
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-07 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