aws-sdk-outposts 1.64.0 → 1.65.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: 5e8523ecf8c3f04548be9cf321f8146170ef59f158f23ccf8135787ab637537f
4
- data.tar.gz: 47d8428972829dd0ee5d4cea1d785b0f35d7333fc906982f6a1e1404455eff70
3
+ metadata.gz: d329ae0aa0a15310c2f7ba601e58d453ea35f4be8e6d5e51b7c8a6da5126c3a8
4
+ data.tar.gz: 41a4e00ac650fa0c08c9d0a0a63552d1c95e007a44a459385a3cc7a601391505
5
5
  SHA512:
6
- metadata.gz: 6ab303d858d801b0055241efa2d163a3061053eb8de95098dd87928f0f14ab48ba248a4785ce16659822f7ad9d8285d67a330d7814fdc914cc2cf1069943c542
7
- data.tar.gz: bad6eb94126918e3a8b4e35c1792e021e050771d17e4ac71aacbb3f577e0a559192408db7a2c4bba5860731962fb46474b38a6b2766d4dc0780446b9a1813021
6
+ metadata.gz: e38667f0067bc9155de93240afab10267b1fdc300a33a34efbe38b088d0c2a452e53a221211a8f9318c173af83d03511828443d115ed73ab24a2fc474e080823
7
+ data.tar.gz: b575fb6e7a32080332741e4804711f516725ea282aa4129b400702f25a5cdec486d3e656fa5c220a82fc359a375f00f319ee236ceeed9b5dba6e8113a3b65e92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -425,6 +425,12 @@ module Aws::Outposts
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
  #
@@ -2146,7 +2152,7 @@ module Aws::Outposts
2146
2152
  tracer: tracer
2147
2153
  )
2148
2154
  context[:gem_name] = 'aws-sdk-outposts'
2149
- context[:gem_version] = '1.64.0'
2155
+ context[:gem_version] = '1.65.0'
2150
2156
  Seahorse::Client::Request.new(handlers, context)
2151
2157
  end
2152
2158
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::Outposts
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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