aws-sdk-applicationautoscaling 1.32.0 → 1.33.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e4f9c213a7953f92e08d0197fc9ea3cf888a0d2
|
4
|
+
data.tar.gz: 1d2617f537ec0139147024ea2f9562cc332847b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc789588d2403183092cc7c441fd737e142ebc290f695fa2825946581d6c94b31343607c51b7d1c038a07f3971040ad468e2841113156c4225436a266909e335
|
7
|
+
data.tar.gz: '08df5bb37bf67dd239574a00604ee41de84440cd636722a45996dad35771ac2950ffbae2c7efc14d6386a35c1b5889da5f85a2b206731026dfab057c9ca5212b'
|
@@ -2245,7 +2245,7 @@ module Aws::ApplicationAutoScaling
|
|
2245
2245
|
params: params,
|
2246
2246
|
config: config)
|
2247
2247
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2248
|
-
context[:gem_version] = '1.
|
2248
|
+
context[:gem_version] = '1.33.0'
|
2249
2249
|
Seahorse::Client::Request.new(handlers, context)
|
2250
2250
|
end
|
2251
2251
|
|
@@ -334,7 +334,7 @@ module Aws::ApplicationAutoScaling
|
|
334
334
|
|
335
335
|
api.metadata = {
|
336
336
|
"apiVersion" => "2016-02-06",
|
337
|
-
"endpointPrefix" => "autoscaling",
|
337
|
+
"endpointPrefix" => "application-autoscaling",
|
338
338
|
"jsonVersion" => "1.1",
|
339
339
|
"protocol" => "json",
|
340
340
|
"serviceFullName" => "Application Auto Scaling",
|
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.33.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: 2019-
|
11
|
+
date: 2019-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|