aws-sdk-lightsail 1.44.0 → 1.45.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-lightsail.rb +1 -1
- data/lib/aws-sdk-lightsail/client.rb +1 -1
- data/lib/aws-sdk-lightsail/types.rb +6 -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: d83dae9f0281e3bd24ca42e60b98a77c8d0b4ba0757a068301ba03dfea6b46fc
|
4
|
+
data.tar.gz: 97f2871d60d4298851fffeebf19ab926bdf079a8e951acc1adc9d54d20c376cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b11adaadd7454c051fa3cdccb8b2af4a1bfb1dbbf2f6ed3b7dfafd384da8569f72a3e05e3b1268f0483b697880d00713bcce4bfcbc92633f475286ce8287ec2d
|
7
|
+
data.tar.gz: 42cda3dd624604d393cdc1a4f4442f9a7bee78c4ed335c7f7afcee0190ef338b0035b4c9739ecd13a09bf076a5a2842e6c218b51551a19e86c777c934e485277
|
data/lib/aws-sdk-lightsail.rb
CHANGED
@@ -10508,7 +10508,7 @@ module Aws::Lightsail
|
|
10508
10508
|
params: params,
|
10509
10509
|
config: config)
|
10510
10510
|
context[:gem_name] = 'aws-sdk-lightsail'
|
10511
|
-
context[:gem_version] = '1.
|
10511
|
+
context[:gem_version] = '1.45.0'
|
10512
10512
|
Seahorse::Client::Request.new(handlers, context)
|
10513
10513
|
end
|
10514
10514
|
|
@@ -5453,7 +5453,7 @@ module Aws::Lightsail
|
|
5453
5453
|
# @return [String]
|
5454
5454
|
#
|
5455
5455
|
# @!attribute [rw] progress
|
5456
|
-
# The progress of the
|
5456
|
+
# The progress of the snapshot.
|
5457
5457
|
# @return [String]
|
5458
5458
|
#
|
5459
5459
|
# @!attribute [rw] from_disk_name
|
@@ -10241,6 +10241,11 @@ module Aws::Lightsail
|
|
10241
10241
|
#
|
10242
10242
|
# @!attribute [rw] progress
|
10243
10243
|
# The progress of the snapshot.
|
10244
|
+
#
|
10245
|
+
# <note markdown="1"> This is populated only for disk snapshots, and is `null` for
|
10246
|
+
# instance snapshots.
|
10247
|
+
#
|
10248
|
+
# </note>
|
10244
10249
|
# @return [String]
|
10245
10250
|
#
|
10246
10251
|
# @!attribute [rw] from_attached_disks
|
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.45.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-02-
|
11
|
+
date: 2021-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|