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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 848229b5415aa778527512afeaed5b2920ec2ef1eb08c50cdbaf11641bc79fc1
4
- data.tar.gz: 1ba846ac409f0edaef2c372de86831b2bc78735af5b8401feb9ba82f10c384ca
3
+ metadata.gz: d83dae9f0281e3bd24ca42e60b98a77c8d0b4ba0757a068301ba03dfea6b46fc
4
+ data.tar.gz: 97f2871d60d4298851fffeebf19ab926bdf079a8e951acc1adc9d54d20c376cd
5
5
  SHA512:
6
- metadata.gz: c23956b2b34f086ac8441e4af4c3d2f3a04d620ae81b20e549e16ddb7c55ba25fef7a3a39db74bbc7f2d442f86e2993a7e605c7f0534a1b42036fc3daa1b140e
7
- data.tar.gz: b5ce6c867e42e74204227e59e96fb02e68383b119b5afe98c2ca1c8e44a75cb3df1500c97e5f0cd3f01731bec2e536ea6655d8d6c219e85b47363c3e10ec9816
6
+ metadata.gz: b11adaadd7454c051fa3cdccb8b2af4a1bfb1dbbf2f6ed3b7dfafd384da8569f72a3e05e3b1268f0483b697880d00713bcce4bfcbc92633f475286ce8287ec2d
7
+ data.tar.gz: 42cda3dd624604d393cdc1a4f4442f9a7bee78c4ed335c7f7afcee0190ef338b0035b4c9739ecd13a09bf076a5a2842e6c218b51551a19e86c777c934e485277
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lightsail/customizations'
48
48
  # @!group service
49
49
  module Aws::Lightsail
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
@@ -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.44.0'
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 disk snapshot operation.
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.44.0
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-15 00:00:00.000000000 Z
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