aws-sdk-lightsail 1.101.0 → 1.102.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 -3
- data/lib/aws-sdk-lightsail.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dbb5c3af0e8df15e74cc4aa30466bd2020122d7b872a83b2d730edf5e13f124
|
|
4
|
+
data.tar.gz: 3add043be907a06ad48263c9f718f01db6b0148f8d772bc6b24c05fc6d6724c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e77735e199ebc11a3fdf2d1be9be10e840574968bc432fa57849bf201ca59554a0d98c2b3489812ca854d47c602aea5afa4606d87cbcaa9013137649bb7498f
|
|
7
|
+
data.tar.gz: b13e9df6a6df6f573b0be6afcd2cf0cdf2b5dfb54b9fe2c941f590858c37942855ac9c1413663c6a79ba9c750fcdfdc359a38fc6f7bfb73c2451a2402a945d15
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.102.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:lightsail)
|
|
40
|
-
|
|
41
39
|
module Aws::Lightsail
|
|
42
40
|
# An API client for Lightsail. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -12450,7 +12448,7 @@ module Aws::Lightsail
|
|
|
12450
12448
|
tracer: tracer
|
|
12451
12449
|
)
|
|
12452
12450
|
context[:gem_name] = 'aws-sdk-lightsail'
|
|
12453
|
-
context[:gem_version] = '1.
|
|
12451
|
+
context[:gem_version] = '1.102.0'
|
|
12454
12452
|
Seahorse::Client::Request.new(handlers, context)
|
|
12455
12453
|
end
|
|
12456
12454
|
|
data/lib/aws-sdk-lightsail.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:lightsail)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon Lightsail. This module is available in the
|
|
15
17
|
# `aws-sdk-lightsail` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::Lightsail
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.102.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
60
|
|
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.
|
|
4
|
+
version: 1.102.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: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|