aws-sdk-lightsail 1.60.0 → 1.82.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 565c4b8b0d44e2aedfd3786c7e23673260816ab73b9a30059e9aa466cf534448
4
- data.tar.gz: 2229144074224b4fddd0b470339c39ac29b71da05fd6772bdd14c38ce02e55fe
3
+ metadata.gz: 7a6bc543bf4af7b803b48f4ef0799ab61cc9058ed18f3bf66192cda34b402a60
4
+ data.tar.gz: 2e79d6f62c720aa1798b018b9fc6a119c42a139a40c2de11f2feab6511d1b5e9
5
5
  SHA512:
6
- metadata.gz: 7a36e86cd9fce3e328b41570b375fa21fb527fc5a0d032c6fbd520921013e11da9f11ec6626d9d5e9da7e6aa1c7061f6fbb8333d331db6437311ae7ec40a54c0
7
- data.tar.gz: f6a5b4905a8f7c2c89628b6a87e00d21c042102dc9de58f5abc5dcc6eeafac8713cbf0ffd3248f6e7b3502f32bc9f91f41557fbfc81dc28650128af8e59a879e
6
+ metadata.gz: 9f2e04dd0d6883257bdf62c9666754be4301f8b6c316cd490a3a6cb3bdc424061077699ec7b8afb4bb094ea5a567a553ea85d05cc4177bf697add6d35f958456
7
+ data.tar.gz: cc3256fa878e3d9eed96f4b1a7021b3b666b4b8fe2fff941f0d058cb433e14ca73ab5a3a31f12b6634b82a8297f71a44e9724cde9e88b18e8cc067d32431f6e2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,118 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.81.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.80.0 (2023-07-06)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.79.0 (2023-06-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.78.0 (2023-06-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.77.0 (2023-06-13)
30
+ ------------------
31
+
32
+ * Feature - This release adds pagination for the Get Certificates API operation.
33
+
34
+ 1.76.0 (2023-05-31)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.75.0 (2023-02-28)
40
+ ------------------
41
+
42
+ * Feature - This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
43
+
44
+ 1.74.0 (2023-02-09)
45
+ ------------------
46
+
47
+ * Feature - Documentation updates for Lightsail
48
+
49
+ 1.73.0 (2023-01-18)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
55
+
56
+ 1.72.0 (2023-01-05)
57
+ ------------------
58
+
59
+ * Feature - Documentation updates for Amazon Lightsail.
60
+
61
+ 1.71.0 (2022-11-08)
62
+ ------------------
63
+
64
+ * Feature - This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.
65
+
66
+ 1.70.0 (2022-10-25)
67
+ ------------------
68
+
69
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
70
+
71
+ 1.69.0 (2022-09-23)
72
+ ------------------
73
+
74
+ * Feature - This release adds Instance Metadata Service (IMDS) support for Lightsail instances.
75
+
76
+ 1.68.0 (2022-05-26)
77
+ ------------------
78
+
79
+ * Feature - Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.
80
+
81
+ 1.67.0 (2022-05-12)
82
+ ------------------
83
+
84
+ * Feature - This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
85
+
86
+ 1.66.0 (2022-05-04)
87
+ ------------------
88
+
89
+ * Feature - Documentation updates for Lightsail
90
+
91
+ 1.65.0 (2022-04-26)
92
+ ------------------
93
+
94
+ * Feature - This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.
95
+
96
+ 1.64.0 (2022-04-15)
97
+ ------------------
98
+
99
+ * Feature - This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
100
+
101
+ 1.63.0 (2022-02-24)
102
+ ------------------
103
+
104
+ * Feature - This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
105
+
106
+ 1.62.0 (2022-02-03)
107
+ ------------------
108
+
109
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
110
+
111
+ 1.61.0 (2021-12-21)
112
+ ------------------
113
+
114
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
115
+
4
116
  1.60.0 (2021-11-30)
5
117
  ------------------
6
118
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.82.0