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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbd150f29ccc2296e6fdb11af11cf715f38c3a2a507a42255218314b096b9db4
4
- data.tar.gz: aa26bda6de4d91483129e28991d1dd3d8efffc3bd82b277383e374937ff88bdc
3
+ metadata.gz: 7eaf7a8dbd1d3bc5b057e8c606382b742cfb8e50b598af108a0847845258f77f
4
+ data.tar.gz: 708dbfa28018fcb1085f75d1f505d04f31bd721739ba1dea925ff5432704e7ec
5
5
  SHA512:
6
- metadata.gz: 99ade70250d4e4428b326df40f7fd2a78358df0fa10dfd80d155d8661ca123a4177bc162f2d50b69be580e07c1e9a889a79d0ed1aaa80cdc8daf7ff6433e4e66
7
- data.tar.gz: a6dbdc7a8f40c61b0ebb677813490161cdd4917845a444333d3652da64509c6afeb28d950e477f0c0ef3af0b4ea2db70b09905c084cb13ed5d2086f45cc200b0
6
+ metadata.gz: fea183876e0fda4e184ab0815229c4079a56955d174ec81831226f79b63e5c1bb0088b6d7e78b9e6e4621870bb8a600b56284a78ed074b2b139c4e8aadcba4a1
7
+ data.tar.gz: dc2607d58aa6c1e48a567add3879fe4c2b09d338dafc45c2e155e92ac43ce57d0e655a56aaf0b58e83fc838f07b681c843f87cd5cd8cef57e30738e836279789
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2025-09-25)
5
+ ------------------
6
+
7
+ * Feature - Attribute HTTP binding update for Get/Delete operations
8
+
4
9
  1.117.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
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.117.0'
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 ServicesSupport for more information.
293
+ # Contact Amazon Web Services Support for more information.
294
294
  #
295
295
  #
296
296
  #
@@ -54,7 +54,7 @@ module Aws::Lightsail
54
54
  autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
56
56
 
57
- GEM_VERSION = '1.117.0'
57
+ GEM_VERSION = '1.118.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services