aws-sdk-opsworkscm 1.72.0 → 1.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e8f640856a800059ed37e0fb6282bd001915b7ac9cbec8fb28bf48d43ee1ecc
4
- data.tar.gz: 6e2b650f19dc041bae30ae1341fea45e2591c88654b0818ea107c7da95b5555f
3
+ metadata.gz: 1659bcc8bbc9e3c1fd1d6c132a61ff07827efc6e66045854b810b16f4a67f3cf
4
+ data.tar.gz: 249c5f57db78ca03140444d9b7381a49e8b42f699674379d9dd93e7dbb2a14a3
5
5
  SHA512:
6
- metadata.gz: eb939407f7c163f92af104f01aff9f550c0a74993ddbe3f5e9a6f88495d7c108d24e8a9aafe72c1783aa8a6ab9fe81a527fc42b8edc54627b01ed1b2c3b1ff73
7
- data.tar.gz: f9a52103556ce9f5a85d2ca630e53a279a7958e5bc1993e7fbbd8d37e55427f08234b09bd7f02a846128f49dcfb837ead055e06c61a121ffa1d71a452d60efa4
6
+ metadata.gz: ab851aa0cc8c6a03d430e7a6f7901daf610731c95e3af663f3c0d7037aa89dced2dd7050f389e0e7121bb437c942d9df15b9df4d30625bda2f2e82929962150c
7
+ data.tar.gz: 9f108448a704fb1f4fccf580b8e6b0832e7c9b1606ecea74e4dfb36cb993cf99419e986471804babe6844243c5b09c3196a7bd26759525c628731ec25fda819f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.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.72.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -432,6 +432,12 @@ module Aws::OpsWorksCM
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
  #
@@ -1929,7 +1935,7 @@ module Aws::OpsWorksCM
1929
1935
  tracer: tracer
1930
1936
  )
1931
1937
  context[:gem_name] = 'aws-sdk-opsworkscm'
1932
- context[:gem_version] = '1.72.0'
1938
+ context[:gem_version] = '1.73.0'
1933
1939
  Seahorse::Client::Request.new(handlers, context)
1934
1940
  end
1935
1941
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
53
53
  # @!group service
54
54
  module Aws::OpsWorksCM
55
55
 
56
- GEM_VERSION = '1.72.0'
56
+ GEM_VERSION = '1.73.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.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