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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7ff17de052cf26159ef91166f3ab965e41453ccfe353c19e8de450b2907ef4a
4
- data.tar.gz: 73a60a434e6335d448d58f46da232a30734728a245c0e2016efcbf65b94a0b91
3
+ metadata.gz: 1e61c8981f669d65e9a1e4b372137eabb92405e14cf71ac5ec1712ea8710715b
4
+ data.tar.gz: b53c431db02d9499475f6d68186932a81ed78d7c5655f69465590a74834356cc
5
5
  SHA512:
6
- metadata.gz: f8a74e4740a13cc051d532fd324f6524d39f4b27b83078b2d56ade3b4917d462b7198380b0f541fd09ae4f21399d869707ec28d9978dfb36006857d8defd1aad
7
- data.tar.gz: 14ba883f9323864c7341de2a3439a8a2275b4cbbfde91713c67e77cd14c8c7b4b2db97361d0e69b89697b0221da8d5a12ad3c6ffa385e85a567c0594b3635560
6
+ metadata.gz: 980dc0e7e6fd2b81a44cb664fe926cd915d10d8bfb23488485f0a2a8823af8b6f68926f742880f61a403dd80a771dc0cfc606aa2d2dc9fb68b9ed7e8497297cd
7
+ data.tar.gz: e43052c74a43f592487ed95643d1a8e3dab066ba7c47746abfa3facab0dbba17262ce574cc51ac200bc192abc74a8eb20643fc927174dbab2457a6f72f236eee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.116.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
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.116.0'
7221
+ context[:gem_version] = '1.117.0'
7216
7222
  Seahorse::Client::Request.new(handlers, context)
7217
7223
  end
7218
7224
 
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
63
63
  # @!group service
64
64
  module Aws::AutoScaling
65
65
 
66
- GEM_VERSION = '1.116.0'
66
+ GEM_VERSION = '1.117.0'
67
67
 
68
68
  end
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.116.0
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-03 00:00:00.000000000 Z
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