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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23e5897fc86bd1b42986dca1624612808536ee645eed4975d35edf62adc0966d
4
- data.tar.gz: ffb01347e8786d9550064e198bc8464d5a2e01827ef710de9bee193775b8f4c4
3
+ metadata.gz: 39e9a3e0216e09b59de302e730c95587456045f406379edf432c2852f3e2f805
4
+ data.tar.gz: 230d46466634719a9087a0b015e53b89ea658f16c95ef5bc8957deab15c2b739
5
5
  SHA512:
6
- metadata.gz: e73a16a5bafbd46ce81e83963ff1d1e8fc680d8861e04f325ea96c55affece3fd75d5c2abda0afefe4a98bdb5eeb1ce961aad558c608e449376659680b4c53b6
7
- data.tar.gz: 9d1516a8a5ac5440c4a52e82d91d9a21d929dae82cbbb3c1cf24d8dd0bc03c3085435f8b26de8838b1770df85f4f059294ca2af88b92e3ce5881bf5b399d5d87
6
+ metadata.gz: 152b300c72c414ecd6f6383bac8e13a2483dc400890343845985b282bf3f5edd63788c0d40312a0569b27502d722e7370f441a016b099155f62ceb264abe711f
7
+ data.tar.gz: 11fe8a1cb88920e188151c7e1291173ab96e8e3007fc37458ea42b8381ea095cf1e2398af040a73df4abc6a9f267d37a2e67e1eaef4f6e1236825480ea179e8a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2021-05-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon Lightsail.
8
+
4
9
  1.48.0 (2021-04-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -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.48.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
@@ -8556,7 +8556,7 @@ module Aws::Lightsail
8556
8556
  req.send_request(options)
8557
8557
  end
8558
8558
 
8559
- # Returns information about a specific static IP.
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.48.0'
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.48.0
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-04-13 00:00:00.000000000 Z
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
- rubyforge_project:
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