aws-sdk-autoscaling 1.45.0 → 1.46.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 +4 -4
- data/lib/aws-sdk-autoscaling.rb +2 -1
- data/lib/aws-sdk-autoscaling/client.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: 69d46faae6b988f40ca324bb0b65e53bc9b9d79241a3d6fd97fef6ec9de26927
|
|
4
|
+
data.tar.gz: 6230cc92ec03b0e3074fc2234a581cf96ae48714703560eba4f64f4a8da0596f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ca6375c6eef681d27ca9cdf02059b69b46e62de1ca7f605007a52f6090548d7dfbf8cc1c2e54024fa591f7143cfed155e428af5e45a850bde62a449c77b4d1c
|
|
7
|
+
data.tar.gz: 1aa7de25fc6a7a088dba855268bd07f1f5e406a25f881ccf4eeca8f2f349ee01f388b81cfabfc466a6379085dad3f71a976bce6f63a2bc74a350f4a7841eada5
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
require 'aws-sdk-core'
|
|
11
12
|
require 'aws-sigv4'
|
|
12
13
|
|
|
@@ -58,6 +59,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
|
|
|
58
59
|
# @!group service
|
|
59
60
|
module Aws::AutoScaling
|
|
60
61
|
|
|
61
|
-
GEM_VERSION = '1.
|
|
62
|
+
GEM_VERSION = '1.46.0'
|
|
62
63
|
|
|
63
64
|
end
|
|
@@ -5358,7 +5358,7 @@ module Aws::AutoScaling
|
|
|
5358
5358
|
params: params,
|
|
5359
5359
|
config: config)
|
|
5360
5360
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
5361
|
-
context[:gem_version] = '1.
|
|
5361
|
+
context[:gem_version] = '1.46.0'
|
|
5362
5362
|
Seahorse::Client::Request.new(handlers, context)
|
|
5363
5363
|
end
|
|
5364
5364
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-autoscaling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.46.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: 2020-
|
|
11
|
+
date: 2020-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|