aws-sdk-backup 1.75.0 → 1.77.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: 98d25013572278e1c975559b88712090f18eafcd9a7326f6d29fb85ac483734d
4
- data.tar.gz: 92cd38e76419613b26ebd4e590d0f5780010d10d2a10287d3ba9700fef50cf57
3
+ metadata.gz: 3ea71fe54139118e6717aab107b724bfacc25b74c6b44980db88cf1583ef834d
4
+ data.tar.gz: ffbe195713fcd24523c7571d470d5b383c8f3d5977bec3f8271159b4302d9e39
5
5
  SHA512:
6
- metadata.gz: 4bc5ab2846333397c28a45c3f38722b75aaf6a10c155822b20781d60a4a1b8550b5afaaf08370b64c6858c4633d0e400a4d6af1788b5f02a5db75920cb756a19
7
- data.tar.gz: 8240a094e2c430771bf7ec1752736b2faf8a398c7bd1db8ee693353a32cc165e801b8bfdf072616dc79f270379bccd130c87d03c07be0815ef811f3a86e14e48
6
+ metadata.gz: 922f7b2cd105ebae27a6824ede8ac6982a6ce3876bc0caa80a5c2f01d4601a07246a9ce8c85fcba6a7c69d390bfdc867a51e047b895205f293252f5a7ea33968
7
+ data.tar.gz: 861ca464457f210638ddb0e0f81192415747bbe9f36f740f26562f67ae13636b466e3918d49fcf4254c28653ea313ba0731a0ffc2d223cfab422c3d649bd667f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-09-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.76.0 (2024-09-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.75.0 (2024-09-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.77.0
@@ -425,6 +425,12 @@ module Aws::Backup
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
  #
@@ -6060,7 +6066,7 @@ module Aws::Backup
6060
6066
  tracer: tracer
6061
6067
  )
6062
6068
  context[:gem_name] = 'aws-sdk-backup'
6063
- context[:gem_version] = '1.75.0'
6069
+ context[:gem_version] = '1.77.0'
6064
6070
  Seahorse::Client::Request.new(handlers, context)
6065
6071
  end
6066
6072