aws-sdk-applicationautoscaling 1.91.0 → 1.92.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1638406d463116abb8357cb24a81ffac48940e1ce02323ec083a3a2ec22b760a
4
- data.tar.gz: 911c4ec13462b0400a87fb61fa73c806463abf1ccf0f2bd0605992c07bcab1c7
3
+ metadata.gz: f405d4707a09e6def32fbec1c09b1fc789e61e885b4c19476ae22b26c368c7cb
4
+ data.tar.gz: b9c79182bd35486d62443cec8127e7c241caa205bcc3209f1fc09e902d048091
5
5
  SHA512:
6
- metadata.gz: fcc72cdf87083cf6f779351a725ab504b30e44cf790662539a49558e6c1ae9d973a438170e570ee6c386d728f2fb20fec8eb038f5469909dbe5fb2531ff1921f
7
- data.tar.gz: 473ce0a87155f5e8bd3ef891e934ef0591ca957909f04e16f176b0473499220a6279654e0414f3319fade9348afb84393c426812d337c43d5e037590ad8502dc
6
+ metadata.gz: 14d79b879e5ce80be3dd07b087dce4ee153f60bac3aa95e4ff3c89e94d267f3175d21df9654a978daf5bea7150136ded11efc53b09650a1761053f863d0a7acf
7
+ data.tar.gz: 0a442ca89b3f0dba922fae4c922c430760e5085d729caf5bae4fcca34ced5d2ca8db98976e7992c9fffb95227440b22fe6280fb967cab2e0682455969f6fedb1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.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.91.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -432,6 +432,12 @@ module Aws::ApplicationAutoScaling
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
  #
@@ -3505,7 +3511,7 @@ module Aws::ApplicationAutoScaling
3505
3511
  tracer: tracer
3506
3512
  )
3507
3513
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3508
- context[:gem_version] = '1.91.0'
3514
+ context[:gem_version] = '1.92.0'
3509
3515
  Seahorse::Client::Request.new(handlers, context)
3510
3516
  end
3511
3517
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationAutoScaling
54
54
 
55
- GEM_VERSION = '1.91.0'
55
+ GEM_VERSION = '1.92.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.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