aws-sdk-applicationautoscaling 1.82.0 → 1.83.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e034ca029e3b7c03ac0990ead887498e090590bd3c30c6b0aa3622e462bc9d30
|
|
4
|
+
data.tar.gz: b226a626df170dfa51c3a59f1a6e20c5e507e49fca4190b80c47f549e90b5ebc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a3501c69a9c1fa521ca0f1c4cfbc9e2e2bdc0dd2f5ee3b71bdac9a0c06267e369d54d1cda4456f50aeeac60b75faabc163a18bbf5817d65c3e1e1b0b4789451
|
|
7
|
+
data.tar.gz: c6573d7ca22f2a092047fb92c98e63bec059ecef4319db0f6ac00aed92feea443c753b9aa3c13ccd93c62e02f5aa2b6a3c210685afeac1d487f37a961b844e4e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -3418,7 +3418,7 @@ module Aws::ApplicationAutoScaling
|
|
|
3418
3418
|
params: params,
|
|
3419
3419
|
config: config)
|
|
3420
3420
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
|
3421
|
-
context[:gem_version] = '1.
|
|
3421
|
+
context[:gem_version] = '1.83.0'
|
|
3422
3422
|
Seahorse::Client::Request.new(handlers, context)
|
|
3423
3423
|
end
|
|
3424
3424
|
|
|
@@ -442,6 +442,7 @@ module Aws::ApplicationAutoScaling
|
|
|
442
442
|
"endpointPrefix" => "application-autoscaling",
|
|
443
443
|
"jsonVersion" => "1.1",
|
|
444
444
|
"protocol" => "json",
|
|
445
|
+
"protocols" => ["json"],
|
|
445
446
|
"serviceFullName" => "Application Auto Scaling",
|
|
446
447
|
"serviceId" => "Application Auto Scaling",
|
|
447
448
|
"signatureVersion" => "v4",
|
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.
|
|
4
|
+
version: 1.83.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-05-
|
|
11
|
+
date: 2024-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|