aws-sdk-networkmonitor 1.9.0 → 1.10.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-networkmonitor/client.rb +7 -1
- data/lib/aws-sdk-networkmonitor.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: 9789767603e83191c2ea23980f3021898ff20cf5f19dcda5de828c57c5f6765f
|
|
4
|
+
data.tar.gz: 2f931e1ad51152b85c682a40808011bcff8d4c18fdceb298b76096d595d3b99a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 635004bacf73134c5b475d8dff9801471dd83161b1d7bc7318cba5fe2c6d1ec2173ed23dd14d22a543a6528ccab3b78d0d6fbc223716a99891fa61730a109afd
|
|
7
|
+
data.tar.gz: 528b076bd460fb009bddd5b51ac6b6648810b6ea9dc6bf752c70e6459673c8f4d8741a5a9842a36035ad06597bc5dd3f9c7157d0b32dee82a0c74760650dd27e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
|
@@ -425,6 +425,12 @@ module Aws::NetworkMonitor
|
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
|
427
427
|
#
|
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
429
|
+
# Sets a client certificate when creating http connections.
|
|
430
|
+
#
|
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
432
|
+
# Sets a client key when creating http connections.
|
|
433
|
+
#
|
|
428
434
|
# @option options [Float] :ssl_timeout
|
|
429
435
|
# Sets the SSL timeout in seconds
|
|
430
436
|
#
|
|
@@ -1094,7 +1100,7 @@ module Aws::NetworkMonitor
|
|
|
1094
1100
|
tracer: tracer
|
|
1095
1101
|
)
|
|
1096
1102
|
context[:gem_name] = 'aws-sdk-networkmonitor'
|
|
1097
|
-
context[:gem_version] = '1.
|
|
1103
|
+
context[:gem_version] = '1.10.0'
|
|
1098
1104
|
Seahorse::Client::Request.new(handlers, context)
|
|
1099
1105
|
end
|
|
1100
1106
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-networkmonitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.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
|