aws-sdk-networkfirewall 1.49.0 → 1.50.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkfirewall/client.rb +7 -1
- data/lib/aws-sdk-networkfirewall.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: 6baed672d2df215f3ce5ba0c3ccd784b20953f13c51dec6dbcd4bf593291c858
|
|
4
|
+
data.tar.gz: 41efa52368a9b53f574ecb8deef8d1a5caa34305dfca127ca2dc77504202e271
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a696ffd1031eca07abe919457dfc2bd3ce7705cf66e67242f415ee8a7f390de5f4a71c41f9aad2527f9fe6c23722af21d749d9db01b95132d10c9e32e2b01c04
|
|
7
|
+
data.tar.gz: 72480d477c45205b3ead8359e11046467da14350207ebb3e391b3055825d264f472dd25a2262fc708fff079164f252d02c39f86444de8b00eae507039f7cbba7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.50.0
|
|
@@ -432,6 +432,12 @@ module Aws::NetworkFirewall
|
|
|
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
|
#
|
|
@@ -3668,7 +3674,7 @@ module Aws::NetworkFirewall
|
|
|
3668
3674
|
tracer: tracer
|
|
3669
3675
|
)
|
|
3670
3676
|
context[:gem_name] = 'aws-sdk-networkfirewall'
|
|
3671
|
-
context[:gem_version] = '1.
|
|
3677
|
+
context[:gem_version] = '1.50.0'
|
|
3672
3678
|
Seahorse::Client::Request.new(handlers, context)
|
|
3673
3679
|
end
|
|
3674
3680
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-networkfirewall
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.50.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
|