aws-sdk-autoscalingplans 1.60.0 → 1.61.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: a305fc904f1c8c7c97a2183e68e0ea095eb6d1836e403e33aa3c2f3819530ca0
4
- data.tar.gz: 8693ebc19d90946f086b5da356608deefbcebf969bb190ccb2aadf0f3d573bca
3
+ metadata.gz: 48967faa4b6c2f8abc463a6714df5762693b39feef398f1499a5168e7344d8cd
4
+ data.tar.gz: add38393d4268ba37a580b0c06592233137bf5003bfd14c156a033dcd028ebe1
5
5
  SHA512:
6
- metadata.gz: 747771d5886622e5714346da3d758e77369461049997eb994db41f056855c9cb21f953f21017497dca7dd5f17e3d51a1f47a6deda93426194d999e071019785c
7
- data.tar.gz: da7b30bc1094f393f25aa653844ba38afa229174c27d6b74afb06dca21f84e20e3a67006d3158e054d03bd5ca8a3ba92cefec1d29226ccc08797a98b0215b143
6
+ metadata.gz: b2c2e9cea9f90abd46d373d17ea3ea712030b3ed0b3a11433503c73fa683a840ea984ef8b887c21360dda1aee25401f807e57a7a1ad3e3c4f172b50521cb879b
7
+ data.tar.gz: '007571355329ebede015003b94a524ec1d70a06cc756a98fb50bbbd362871d82a75feb6f021024c6e149e6dd5c80a3be5febda7841a98328bb46c38d8c1898a3'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.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.60.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -432,6 +432,12 @@ module Aws::AutoScalingPlans
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
  #
@@ -996,7 +1002,7 @@ module Aws::AutoScalingPlans
996
1002
  tracer: tracer
997
1003
  )
998
1004
  context[:gem_name] = 'aws-sdk-autoscalingplans'
999
- context[:gem_version] = '1.60.0'
1005
+ context[:gem_version] = '1.61.0'
1000
1006
  Seahorse::Client::Request.new(handlers, context)
1001
1007
  end
1002
1008
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
52
52
  # @!group service
53
53
  module Aws::AutoScalingPlans
54
54
 
55
- GEM_VERSION = '1.60.0'
55
+ GEM_VERSION = '1.61.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.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