aws-sdk-applicationautoscaling 1.51.0 → 1.52.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: 4fa6c15509afb980562d51aed0a6c3e8b8870c6f21a2c22c0a0be3986eb46f55
4
- data.tar.gz: 1d671f3fb9df5aba2a290f82e852bc9c1875cb176497635a30e48beb91091776
3
+ metadata.gz: daf58be1364b228e935fbdcdef6e61bfe31a5fd8c1bad0e0df36cef5948a9b09
4
+ data.tar.gz: fe099a91b4edc61514d5d620031b1b352d5d72060d65dc97c62e66049a706d60
5
5
  SHA512:
6
- metadata.gz: 6d800c08d2d6a2c56b4782afc43c09fbeadc5624630f0ddb2bdcee5f1eb77d1314825312d75ec935f38e4fa75948aa55951752736b3fb875c3c3adf96f6f093e
7
- data.tar.gz: 9b57f1872b21db6cccac02ad2ee9b9ba1a2ff87b867f0b1b5143d1f8d9753180e26de29b09d8a3e5feba6e375a3353dbbcff5636250f5d3a6015e858beb336bf
6
+ metadata.gz: 56c2e173e497ccc470d0cc4a2861f232377c98ed71b5445247a149edcc46f29f1b57199d4abbdd2f654fc6a97d9c0b22e980776fce86acf9d5fe0eb6f15e4bef
7
+ data.tar.gz: 9c5e40d48bbebfc2405d995a95ef979e0e108b77378108ca30b20ea4f5a79b49eb2ea5d22273a34d569df6642478e106e8f027c82922046e8c8f33ed7436111e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.51.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
48
48
  # @!group service
49
49
  module Aws::ApplicationAutoScaling
50
50
 
51
- GEM_VERSION = '1.51.0'
51
+ GEM_VERSION = '1.52.0'
52
52
 
53
53
  end
@@ -2608,7 +2608,7 @@ module Aws::ApplicationAutoScaling
2608
2608
  params: params,
2609
2609
  config: config)
2610
2610
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2611
- context[:gem_version] = '1.51.0'
2611
+ context[:gem_version] = '1.52.0'
2612
2612
  Seahorse::Client::Request.new(handlers, context)
2613
2613
  end
2614
2614
 
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
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.51.0
4
+ version: 1.52.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationautoscaling
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationautoscaling/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Application Auto Scaling