aws-sdk-lightsail 1.117.0 → 1.118.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +1 -1
- data/lib/aws-sdk-lightsail/types.rb +1 -1
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7eaf7a8dbd1d3bc5b057e8c606382b742cfb8e50b598af108a0847845258f77f
|
4
|
+
data.tar.gz: 708dbfa28018fcb1085f75d1f505d04f31bd721739ba1dea925ff5432704e7ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fea183876e0fda4e184ab0815229c4079a56955d174ec81831226f79b63e5c1bb0088b6d7e78b9e6e4621870bb8a600b56284a78ed074b2b139c4e8aadcba4a1
|
7
|
+
data.tar.gz: dc2607d58aa6c1e48a567add3879fe4c2b09d338dafc45c2e155e92ac43ce57d0e655a56aaf0b58e83fc838f07b681c843f87cd5cd8cef57e30738e836279789
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.118.0
|
@@ -12484,7 +12484,7 @@ module Aws::Lightsail
|
|
12484
12484
|
tracer: tracer
|
12485
12485
|
)
|
12486
12486
|
context[:gem_name] = 'aws-sdk-lightsail'
|
12487
|
-
context[:gem_version] = '1.
|
12487
|
+
context[:gem_version] = '1.118.0'
|
12488
12488
|
Seahorse::Client::Request.new(handlers, context)
|
12489
12489
|
end
|
12490
12490
|
|
@@ -290,7 +290,7 @@ module Aws::Lightsail
|
|
290
290
|
# *Amazon Lightsail Developer Guide*.
|
291
291
|
#
|
292
292
|
# * `Unknown` - The reason that synchronization failed is unknown.
|
293
|
-
# Contact Amazon Web
|
293
|
+
# Contact Amazon Web Services Support for more information.
|
294
294
|
#
|
295
295
|
#
|
296
296
|
#
|
data/lib/aws-sdk-lightsail.rb
CHANGED