aws-sdk-lightsail 1.62.0 → 1.65.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +295 -97
- data/lib/aws-sdk-lightsail/client_api.rb +49 -0
- data/lib/aws-sdk-lightsail/types.rb +475 -90
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e63892e5ea6166a43fe28072359a841b091c965a9a40e82d14deac57180c9f7e
|
4
|
+
data.tar.gz: b821d4b16bbea5275d9a76415ae9a33b02c46a92719c192233f60d6d739a310f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a86ad2e7018b61bcaf472347b5d2a37ff0a91786a64605fbf559c5952e6b3526be12ef36147b55db8432cf7477cbd715209b30307d889acd7e3f291f7b4c063
|
7
|
+
data.tar.gz: eed96103fe75ad13862c49fb76261b9c1ff76fa502b9901e5ddb037901ffb9bed530751ecec53eebf5193b83e5f1b85e723b328d5e6bf1e0442b42cc3ed37ee7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.65.0 (2022-04-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.
|
8
|
+
|
9
|
+
1.64.0 (2022-04-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
|
13
|
+
|
14
|
+
1.63.0 (2022-02-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
|
18
|
+
|
4
19
|
1.62.0 (2022-02-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|