aws-sdk-autoscalingplans 1.57.0 → 1.58.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscalingplans/client.rb +1 -1
- data/lib/aws-sdk-autoscalingplans/client_api.rb +2 -0
- data/lib/aws-sdk-autoscalingplans.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee584c2a1e62ec3fda53cf1b3ae8ce26f01e65fd479819620b7e6da58de604d8
|
4
|
+
data.tar.gz: be476febb48a221f488973540702064dce1d402aeacfae0a20247337993c138d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08c6f967cf7680e58d7ba67192e87f0b2e8f52e3b5b2050cf83ab5143a964a6119085c3cb692b9769f98a274ae8fdee6942d8aac4b8b416a3c36a4e794d21c25'
|
7
|
+
data.tar.gz: 5a1f8ef7bf19e70c44c41b712b11c81de599f2166be2d2aa0c232cf3b398bf0e9a2a440053a0adea471bc41b7fdb071886cbe3fac4bbc6ebb7ecd176d8667690
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -970,7 +970,7 @@ module Aws::AutoScalingPlans
|
|
970
970
|
params: params,
|
971
971
|
config: config)
|
972
972
|
context[:gem_name] = 'aws-sdk-autoscalingplans'
|
973
|
-
context[:gem_version] = '1.
|
973
|
+
context[:gem_version] = '1.58.0'
|
974
974
|
Seahorse::Client::Request.new(handlers, context)
|
975
975
|
end
|
976
976
|
|
@@ -283,9 +283,11 @@ module Aws::AutoScalingPlans
|
|
283
283
|
|
284
284
|
api.metadata = {
|
285
285
|
"apiVersion" => "2018-01-06",
|
286
|
+
"auth" => ["aws.auth#sigv4"],
|
286
287
|
"endpointPrefix" => "autoscaling-plans",
|
287
288
|
"jsonVersion" => "1.1",
|
288
289
|
"protocol" => "json",
|
290
|
+
"protocols" => ["json"],
|
289
291
|
"serviceFullName" => "AWS Auto Scaling Plans",
|
290
292
|
"serviceId" => "Auto Scaling Plans",
|
291
293
|
"signatureVersion" => "v4",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-autoscalingplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.58.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-06-
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|