aws-sdk-pcs 1.1.0 → 1.2.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pcs/client.rb +7 -1
- data/lib/aws-sdk-pcs.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: 48ce9075dff29ff4ef0008c5b0417dd67ad7841e0673eb3c084a0a9c8df6915f
|
|
4
|
+
data.tar.gz: b2b66c85044e7483e83dd53d8d37b6e5ebbd1332ef842e38f34a413469a9eccd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61e1c64bb64aa089756dd3ef42a2bbe3e7309c5609a6b1d2da48cfdaa3d938d32b9609cae6f24e248f25567bdb2d14b1819ebf3a1492dbb2604ab2a27d43eedb
|
|
7
|
+
data.tar.gz: e7e022704600baad65a2b21b6be59f51f217a12d9d1211816695e9acbcdeb00bb9e3ef72b7430cc2f19a9b1f8d7428e247a6fa08ac7077b5a26bfaf6d6b577bd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
|
@@ -432,6 +432,12 @@ module Aws::PCS
|
|
|
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
|
#
|
|
@@ -1600,7 +1606,7 @@ module Aws::PCS
|
|
|
1600
1606
|
tracer: tracer
|
|
1601
1607
|
)
|
|
1602
1608
|
context[:gem_name] = 'aws-sdk-pcs'
|
|
1603
|
-
context[:gem_version] = '1.
|
|
1609
|
+
context[:gem_version] = '1.2.0'
|
|
1604
1610
|
Seahorse::Client::Request.new(handlers, context)
|
|
1605
1611
|
end
|
|
1606
1612
|
|
data/lib/aws-sdk-pcs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-pcs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.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
|