aws-sdk-lightsail 1.48.0 → 1.49.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail.rb +1 -1
- data/lib/aws-sdk-lightsail/client.rb +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39e9a3e0216e09b59de302e730c95587456045f406379edf432c2852f3e2f805
|
|
4
|
+
data.tar.gz: 230d46466634719a9087a0b015e53b89ea658f16c95ef5bc8957deab15c2b739
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 152b300c72c414ecd6f6383bac8e13a2483dc400890343845985b282bf3f5edd63788c0d40312a0569b27502d722e7370f441a016b099155f62ceb264abe711f
|
|
7
|
+
data.tar.gz: 11fe8a1cb88920e188151c7e1291173ab96e8e3007fc37458ea42b8381ea095cf1e2398af040a73df4abc6a9f267d37a2e67e1eaef4f6e1236825480ea179e8a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
data/lib/aws-sdk-lightsail.rb
CHANGED
|
@@ -8556,7 +8556,7 @@ module Aws::Lightsail
|
|
|
8556
8556
|
req.send_request(options)
|
|
8557
8557
|
end
|
|
8558
8558
|
|
|
8559
|
-
# Returns information about
|
|
8559
|
+
# Returns information about an Amazon Lightsail static IP.
|
|
8560
8560
|
#
|
|
8561
8561
|
# @option params [required, String] :static_ip_name
|
|
8562
8562
|
# The name of the static IP in Lightsail.
|
|
@@ -10593,7 +10593,7 @@ module Aws::Lightsail
|
|
|
10593
10593
|
params: params,
|
|
10594
10594
|
config: config)
|
|
10595
10595
|
context[:gem_name] = 'aws-sdk-lightsail'
|
|
10596
|
-
context[:gem_version] = '1.
|
|
10596
|
+
context[:gem_version] = '1.49.0'
|
|
10597
10597
|
Seahorse::Client::Request.new(handlers, context)
|
|
10598
10598
|
end
|
|
10599
10599
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lightsail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.49.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: 2021-
|
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - Amazon Lightsail
|