aws-sdk-lightsail 1.80.0 → 1.81.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +5 -1
- data/lib/aws-sdk-lightsail.rb +1 -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: 6a25554d5b7d5e732173070f3be857ae4ceeedcc48b3b147a587e8bc3d131ea1
|
4
|
+
data.tar.gz: 433ef687debac5eeb0024298cd72d74484c4df1022f4cdaeb8c108dfcf9a994c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aeb1cfded74768cd2627d64eb1cb163fdc8605fa393d60f66a432640416d1c8ae9ce26f4317617ba518f2ef644abfcc1280142d651ab4aae2a5e9742e2bd266a
|
7
|
+
data.tar.gz: 4f2d42b0ccc3cb468b606d6161e44514b2a96e2449b8d1ba60cfef0bedb4ee2c9528778842f053af4c7a17824127ac194ff45fd8cb85bcc30f9d1c0f7a20f4a1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
@@ -216,6 +216,10 @@ module Aws::Lightsail
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -12185,7 +12189,7 @@ module Aws::Lightsail
|
|
12185
12189
|
params: params,
|
12186
12190
|
config: config)
|
12187
12191
|
context[:gem_name] = 'aws-sdk-lightsail'
|
12188
|
-
context[:gem_version] = '1.
|
12192
|
+
context[:gem_version] = '1.81.0'
|
12189
12193
|
Seahorse::Client::Request.new(handlers, context)
|
12190
12194
|
end
|
12191
12195
|
|
data/lib/aws-sdk-lightsail.rb
CHANGED
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.81.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|