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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 110576503ee8296276eeff36e8a069c65a55f7f4bf14570315cc773190a49a84
4
- data.tar.gz: 1c82dfb015ebeb3ec5764c72332f5dd56e31bb78fc306d39d0ff0da8d017591a
3
+ metadata.gz: f3c7a05ac6395bef7f925f6c8bd753fad3634d8326f9799eaa7c6f8795a1afb0
4
+ data.tar.gz: bc602076571792b4bc5667997ee47dc0d4272980e182e7d8e5df0e85bc9bcb96
5
5
  SHA512:
6
- metadata.gz: c7db0aada991d38efefe707b7eb39791a2f833ab3a16973c04a75074cd1e265d07dfda7694b3c1c27e2ba8a8ac9efa9af4d95bbe557853581d81a627254ee74c
7
- data.tar.gz: 6879dc41c6c05eb3d4d7419a31277657c5785db4a462131ee785c60a580fe0984b2b037c1f6627cdc55e9d5536d6d29071755323cc88d5216f7d5fa772b44914
6
+ metadata.gz: c96833c916dce5a614796a6c12773f2017b5479b0b20beec75182bc1ea4061e7103b64c7339146c6bc5ab9af7be22f0f85bf1f94c0ea74cfbf3789dc5c9171f9
7
+ data.tar.gz: 469a86c14a160428283ea66bd47b9ab630c060a2662ccb3e5ba3d5ef2c7fe2d038c1fd805851826bc2e89fbac4d1de86df34e8dc1aeda1bf67db3f966ca7671a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
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.46.0'
597
+ context[:gem_version] = '1.47.0'
592
598
  Seahorse::Client::Request.new(handlers, context)
593
599
  end
594
600
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ec2instanceconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::EC2InstanceConnect
54
54
 
55
- GEM_VERSION = '1.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end
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.46.0
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-03 00:00:00.000000000 Z
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