aws-sdk-cloud9 1.75.0 → 1.76.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: 9f2c3a808265cdbf27b33425a2947fe69b4cdd1a0b0f3000e6a06c9bfc814837
4
- data.tar.gz: 04e550137fac37f8e13d0b8ebe123816b652c6a50b4aae89292840609b46b6c3
3
+ metadata.gz: eaeaa4ba041c2f93d862ca2fde48fe7387bb66a38c25b0d143c61819a11b7fc4
4
+ data.tar.gz: 9aaa793032512e310df0a4bab9d3c49a2b052355ad2fe4af498f14d220002f06
5
5
  SHA512:
6
- metadata.gz: 62da14cccb90165d65f7a94be12e7334075c63f24a503101f6a8e4abc5e90bd3f62eaf66f0555c05f78abfabb7986f1e252eb7c116663aa0785626656d384df1
7
- data.tar.gz: 4af8a422bfe8dc359a3510c569b9cdadae1362cad65dd831451a9c7d17ff83d8812097861995adb3291b8501e757170b138468548043f003d210aca99c601dbd
6
+ metadata.gz: cb7e6dab8492680fcf8c83d1429dd90261179d7bcca01a3458364d355167b25d329ad2a3961be7e26606ecbadfeff9110b2d172a5faeae4f16dc7704d3fa7092
7
+ data.tar.gz: b14224fed9d289c0957ee0d4041a601a214a0fe1f09b38f3c8f71c45ce004aaab6451599d1ccb188641dd6f90b5a5c4a037a9fd50e71da2afb46a6e823f7af3a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -432,6 +432,12 @@ module Aws::Cloud9
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
  #
@@ -1312,7 +1318,7 @@ module Aws::Cloud9
1312
1318
  tracer: tracer
1313
1319
  )
1314
1320
  context[:gem_name] = 'aws-sdk-cloud9'
1315
- context[:gem_version] = '1.75.0'
1321
+ context[:gem_version] = '1.76.0'
1316
1322
  Seahorse::Client::Request.new(handlers, context)
1317
1323
  end
1318
1324
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloud9/customizations'
52
52
  # @!group service
53
53
  module Aws::Cloud9
54
54
 
55
- GEM_VERSION = '1.75.0'
55
+ GEM_VERSION = '1.76.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.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