aws-sdk-autoscaling 1.116.0 → 1.117.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-autoscaling/client.rb +7 -1
- data/lib/aws-sdk-autoscaling.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: 1e61c8981f669d65e9a1e4b372137eabb92405e14cf71ac5ec1712ea8710715b
|
|
4
|
+
data.tar.gz: b53c431db02d9499475f6d68186932a81ed78d7c5655f69465590a74834356cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 980dc0e7e6fd2b81a44cb664fe926cd915d10d8bfb23488485f0a2a8823af8b6f68926f742880f61a403dd80a771dc0cfc606aa2d2dc9fb68b9ed7e8497297cd
|
|
7
|
+
data.tar.gz: e43052c74a43f592487ed95643d1a8e3dab066ba7c47746abfa3facab0dbba17262ce574cc51ac200bc192abc74a8eb20643fc927174dbab2457a6f72f236eee
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.117.0
|
|
@@ -425,6 +425,12 @@ module Aws::AutoScaling
|
|
|
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
|
#
|
|
@@ -7212,7 +7218,7 @@ module Aws::AutoScaling
|
|
|
7212
7218
|
tracer: tracer
|
|
7213
7219
|
)
|
|
7214
7220
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
7215
|
-
context[:gem_version] = '1.
|
|
7221
|
+
context[:gem_version] = '1.117.0'
|
|
7216
7222
|
Seahorse::Client::Request.new(handlers, context)
|
|
7217
7223
|
end
|
|
7218
7224
|
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-autoscaling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.117.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
|