aws-sdk-applicationautoscaling 1.103.0 → 1.104.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: 1b109a48072d6bb0caf72960cc19ed2bbfaca11e68c6ba658568e3d0be3aa7f6
4
- data.tar.gz: fa598ce382dcda59df2a4f8d41e75d15431f2ba797f92012b156759cec42a8c6
3
+ metadata.gz: 2b47d51773a412318c89f7c9f50b5ab68fb6fcfdeaac9730e5e480adefe93aef
4
+ data.tar.gz: e1af43fa3d317911b976c30532a7c1f50e74293868190245edca5f4e787e0fce
5
5
  SHA512:
6
- metadata.gz: 07b75764beb1f747cbf44cdb69083beaec13cc468f9bfe46c1887aeeaccd7d97264893bbfc7217f3f44c61b1f6a0b81ad9dfc3540e13451f5b7f91ecbf67f34e
7
- data.tar.gz: 3c0119cb1ee479d5adbb354928aa8173fd53564ee5be50fe4590557a32540cc4a87afbd9e55124db5de9ecbb1df9bfa0c55804b2d23b390c1ebc0065a70d6e77
6
+ metadata.gz: 1d193205383eaf2988e5fd798b9688fafd40a4d28d5671c611f698224ef443bc8ee8a289e5e33f34cb966023a04845a5930122a1faeeb7382d8fd14c534c9a15
7
+ data.tar.gz: 257e21999f5a70d1c491e82b75c8311bacc7e55f64af518c02691e3ea214d2e8ac67581c2b78d7f7e56cff9ce98ffd8246366176ac13bd01df249811078b245a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.103.0 (2025-04-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -3876,7 +3876,7 @@ module Aws::ApplicationAutoScaling
3876
3876
  tracer: tracer
3877
3877
  )
3878
3878
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3879
- context[:gem_version] = '1.103.0'
3879
+ context[:gem_version] = '1.104.0'
3880
3880
  Seahorse::Client::Request.new(handlers, context)
3881
3881
  end
3882
3882
 
@@ -54,7 +54,7 @@ module Aws::ApplicationAutoScaling
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationautoscaling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationautoscaling/endpoints'
56
56
 
57
- GEM_VERSION = '1.103.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationautoscaling
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationautoscaling/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Application Auto Scaling
99
96
  test_files: []