aws-sdk-autoscaling 1.90.0 → 1.91.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: 6880835985313903be5564e7a236561cb584a7a6c7ac0a2bfb882fcb7a4c4608
4
- data.tar.gz: d5040e61bbe3fc74620a6de4dafd95c74f96834c28bbe4fa3cbb96ce12b156c6
3
+ metadata.gz: c4b93e71122057ac3b6cc23b6cf474a7695764a959a9d518af3abc8ef4b78356
4
+ data.tar.gz: 49e21f91abeba2d89c1ef4ecf7a9cd70adfe5a6b60b0824f50e70b047c78f849
5
5
  SHA512:
6
- metadata.gz: 4de3820f03caee5f39150ecd5437ba0e7700f45ba0dbb7614a94008876ccbd33964f761a59539a4f0b4d8937bfb9ee5e09714135459ef6eb454458d218785b7b
7
- data.tar.gz: eceeacf3a99db7add64760bda689a59e00a04e64106477e8cf7784399efa577c8ae15c524906e300b7f6caf961ca73e508d15ff211398e4fdefa01c13d1e392b
6
+ metadata.gz: 5266206f1f85a682ad9fda8cc380c9744805bcdc01d94916b0820cab8364fa4df9e2291c5f679f9a91517569596a25169c51303b7e64655242c9d4247557995a
7
+ data.tar.gz: 6289513eaacd313c97a44b7d809b8bcbbcb5c9a9836349d4b590786d16ec44d9f1c45ae86d87c6197b764679d933cd8e55c14a1db33acd07ab1c4d4f33d7dda8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.90.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -7010,7 +7010,7 @@ module Aws::AutoScaling
7010
7010
  params: params,
7011
7011
  config: config)
7012
7012
  context[:gem_name] = 'aws-sdk-autoscaling'
7013
- context[:gem_version] = '1.90.0'
7013
+ context[:gem_version] = '1.91.0'
7014
7014
  Seahorse::Client::Request.new(handlers, context)
7015
7015
  end
7016
7016
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::AutoScaling
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AttachInstances
@@ -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.90.0'
66
+ GEM_VERSION = '1.91.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.90.0
4
+ version: 1.91.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core