aws-sdk-deadline 1.9.0 → 1.11.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +7 -1
- data/lib/aws-sdk-deadline/endpoints.rb +102 -408
- data/lib/aws-sdk-deadline/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-deadline.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf62001acf321e700ebd57af41786ccac224f520fcecc42bb94175662d02146c
|
4
|
+
data.tar.gz: a1471d0ae1bf0dbb47453d2e5b8f1aad193d9a6052d6ec8ed3bacdbee7029a72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d932f8cf9cf52a6b05bc28a247011403bdcc0b9f1fcdc72414524883ca5c962945e392feb48eafb4753a2cbeedb7d4b46f63b0abdeaa931ef25519596557201
|
7
|
+
data.tar.gz: b5af6cd6e529d50eaf223d321564ffa0cc7af59fbbee612b2c2f9e7d7b1b57a8954611c58fafa88048e55478fb81a75e6b3265f0b668fade5cf07b90cd40c1ab
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.11.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.10.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.9.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -425,6 +425,12 @@ module Aws::Deadline
|
|
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
|
#
|
@@ -6344,7 +6350,7 @@ module Aws::Deadline
|
|
6344
6350
|
tracer: tracer
|
6345
6351
|
)
|
6346
6352
|
context[:gem_name] = 'aws-sdk-deadline'
|
6347
|
-
context[:gem_version] = '1.
|
6353
|
+
context[:gem_version] = '1.11.0'
|
6348
6354
|
Seahorse::Client::Request.new(handlers, context)
|
6349
6355
|
end
|
6350
6356
|
|