aws-sdk-applicationautoscaling 1.111.0 → 1.112.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: 59e0ff1aff53e4393e49299a83455aa94ec424749cbb4c9fa99662aaf1fa0c60
4
- data.tar.gz: 11e8501d65547e45767f56106dbb1d40efd1c64693d0d7c4dc133d629d24aed8
3
+ metadata.gz: a3064fb441c602c808826fc1f591adb0edbc9b8f8e5deb1ff3e9687a851e44d4
4
+ data.tar.gz: f5f611c1a586a5fd997e4853d1cbc8dd1ca32078af862c53580ef1aa68c03473
5
5
  SHA512:
6
- metadata.gz: 3900f7b3828a2cd4d659b62a916b1f89d8b564b64c87343a801e0c59c5d0173791acd1cdb36fefaa8c94a79b1cd25d6282a4e3b089f2710e5cb189b7029bc3f7
7
- data.tar.gz: fa08314c7c1ebc4879813e91783b0fe64a32814f9126d6bad84f82b837912d52ead93c8e31844f7f129bb9c426ab6fabbaed4ae1fec9a40dcb71d153a0486979
6
+ metadata.gz: 9551b48f90a27a51a55f4a1c6c6061526e19bad3b6e92f253c41589a6003b19a6316d6528cca217d16539bcac9d5b0409bcc33b5862ca94ee589cebdc92691ac
7
+ data.tar.gz: e6767300704a4b2cc9c128a19035ef1853aa657ae92370ce142841bb23849591bd9ac0787d82c1334fdfee4e630d72743c278e993f5fc7dce7c91c2614838acc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.111.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -3882,7 +3882,7 @@ module Aws::ApplicationAutoScaling
3882
3882
  tracer: tracer
3883
3883
  )
3884
3884
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3885
- context[:gem_version] = '1.111.0'
3885
+ context[:gem_version] = '1.112.0'
3886
3886
  Seahorse::Client::Request.new(handlers, context)
3887
3887
  end
3888
3888
 
@@ -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.111.0'
57
+ GEM_VERSION = '1.112.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.111.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services