aws-sdk-cloud9 1.75.0 → 1.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9/client.rb +7 -1
- data/lib/aws-sdk-cloud9.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaeaa4ba041c2f93d862ca2fde48fe7387bb66a38c25b0d143c61819a11b7fc4
|
4
|
+
data.tar.gz: 9aaa793032512e310df0a4bab9d3c49a2b052355ad2fe4af498f14d220002f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb7e6dab8492680fcf8c83d1429dd90261179d7bcca01a3458364d355167b25d329ad2a3961be7e26606ecbadfeff9110b2d172a5faeae4f16dc7704d3fa7092
|
7
|
+
data.tar.gz: b14224fed9d289c0957ee0d4041a601a214a0fe1f09b38f3c8f71c45ce004aaab6451599d1ccb188641dd6f90b5a5c4a037a9fd50e71da2afb46a6e823f7af3a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1321
|
+
context[:gem_version] = '1.76.0'
|
1316
1322
|
Seahorse::Client::Request.new(handlers, context)
|
1317
1323
|
end
|
1318
1324
|
|
data/lib/aws-sdk-cloud9.rb
CHANGED
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.
|
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-
|
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
|