aws-sdk-inspector 1.63.0 → 1.64.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-inspector/client.rb +7 -1
- data/lib/aws-sdk-inspector.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: 89453a2bc79a44281267ac8246944ecce3f55ba5b991ce45f8ec7fea9b4bb63f
|
4
|
+
data.tar.gz: f21c9f504f4c49f724becef4243e6622a23ece68d322360804c82dfe87e04eac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd986426e2383305f9e8f37d100eddcc4bd759715c48177340e2cc3a5696af3dd66bcb8f9e536a25193e9b2123c33c9bf75a022ce89a200b8b4ff72dba2e64e7
|
7
|
+
data.tar.gz: b4420d99f755fe48ed3bb0d0221be4079a88126b17d93e09e0dee1de0a382df38d2d01882fa6cf398cae72fdc338568996745cae7fe9a75b31452498a147f6d5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -432,6 +432,12 @@ module Aws::Inspector
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -3109,7 +3115,7 @@ module Aws::Inspector
|
|
3109
3115
|
tracer: tracer
|
3110
3116
|
)
|
3111
3117
|
context[:gem_name] = 'aws-sdk-inspector'
|
3112
|
-
context[:gem_version] = '1.
|
3118
|
+
context[:gem_version] = '1.64.0'
|
3113
3119
|
Seahorse::Client::Request.new(handlers, context)
|
3114
3120
|
end
|
3115
3121
|
|
data/lib/aws-sdk-inspector.rb
CHANGED
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.
|
4
|
+
version: 1.64.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: 2024-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|