aws-sdk-ecs 1.155.0 → 1.156.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-ecs/client.rb +7 -1
- data/lib/aws-sdk-ecs.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: 763417ab0f26cd05bf9c4e4fa14bfda6a17a666420d33f0a179fba1f3d2ee66b
|
|
4
|
+
data.tar.gz: 51ab19576eb56903a68a7dda7c197355a313e44706985d7ff666b36a60531e4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb4b0d1a9c748df6eb1de09ab3c714582deacc22c059c565f819f8dad4261aaf027ce941b3a372f05e6dfc40a11cc9f3b672baf52259a11640686d265466001e
|
|
7
|
+
data.tar.gz: 744323876ce19206535b350e3c02ea90c8d91ea1aa9d963856be5db9b337841ef771340bac8566e42b511bbb564ac8dfb143733d28da745441e1f0e20b7d1e05
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.156.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -432,6 +432,12 @@ module Aws::ECS
|
|
|
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
|
#
|
|
@@ -10439,7 +10445,7 @@ module Aws::ECS
|
|
|
10439
10445
|
tracer: tracer
|
|
10440
10446
|
)
|
|
10441
10447
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
10442
|
-
context[:gem_version] = '1.
|
|
10448
|
+
context[:gem_version] = '1.156.0'
|
|
10443
10449
|
Seahorse::Client::Request.new(handlers, context)
|
|
10444
10450
|
end
|
|
10445
10451
|
|
data/lib/aws-sdk-ecs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ecs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.156.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
|