aws-sdk-ec2instanceconnect 1.46.0 → 1.47.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-ec2instanceconnect/client.rb +7 -1
- data/lib/aws-sdk-ec2instanceconnect.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: f3c7a05ac6395bef7f925f6c8bd753fad3634d8326f9799eaa7c6f8795a1afb0
|
|
4
|
+
data.tar.gz: bc602076571792b4bc5667997ee47dc0d4272980e182e7d8e5df0e85bc9bcb96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c96833c916dce5a614796a6c12773f2017b5479b0b20beec75182bc1ea4061e7103b64c7339146c6bc5ab9af7be22f0f85bf1f94c0ea74cfbf3789dc5c9171f9
|
|
7
|
+
data.tar.gz: 469a86c14a160428283ea66bd47b9ab630c060a2662ccb3e5ba3d5ef2c7fe2d038c1fd805851826bc2e89fbac4d1de86df34e8dc1aeda1bf67db3f966ca7671a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.47.0
|
|
@@ -432,6 +432,12 @@ module Aws::EC2InstanceConnect
|
|
|
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
|
#
|
|
@@ -588,7 +594,7 @@ module Aws::EC2InstanceConnect
|
|
|
588
594
|
tracer: tracer
|
|
589
595
|
)
|
|
590
596
|
context[:gem_name] = 'aws-sdk-ec2instanceconnect'
|
|
591
|
-
context[:gem_version] = '1.
|
|
597
|
+
context[:gem_version] = '1.47.0'
|
|
592
598
|
Seahorse::Client::Request.new(handlers, context)
|
|
593
599
|
end
|
|
594
600
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2instanceconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.47.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
|