aws-sdk-inspector2 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-inspector2/client.rb +5 -1
- data/lib/aws-sdk-inspector2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48a64547a948e32523585dc966c3277157dfb7427cdf979c2cf6a7fb20bdf585
|
4
|
+
data.tar.gz: a3dfac824c5d504b18a40f0e1114c537b7f831667d6dccbeaa92b672aced1438
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9950f1e375e74e24b481f39c3bf5f9a18d60d96c0813941b402516456d3a3c7d0afe60fdfb9e4e0efcd99028504ef2be91f0ba9b3c99633d5a4f69e54003077a
|
7
|
+
data.tar.gz: e2ead9a7e7fca09fcea315bdfc7e65e767362592fbb69f0beedb29dbb6cb0ed24776698cb785625aff1a4d8599712f4a266929c46d66372193541563337705db
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -216,6 +216,10 @@ module Aws::Inspector2
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -4240,7 +4244,7 @@ module Aws::Inspector2
|
|
4240
4244
|
params: params,
|
4241
4245
|
config: config)
|
4242
4246
|
context[:gem_name] = 'aws-sdk-inspector2'
|
4243
|
-
context[:gem_version] = '1.
|
4247
|
+
context[:gem_version] = '1.19.0'
|
4244
4248
|
Seahorse::Client::Request.new(handlers, context)
|
4245
4249
|
end
|
4246
4250
|
|
data/lib/aws-sdk-inspector2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-inspector2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|