aws-sdk-lightsail 1.80.0 → 1.81.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: 803eb2f5175b8de561a4073e3111c5ceaa4014e202130e23a4fbb45a4eac5fe2
4
- data.tar.gz: b2257691ba6a0df7c83c39bf56afabc23f883be54e9eb3e332c771406508ddc4
3
+ metadata.gz: 6a25554d5b7d5e732173070f3be857ae4ceeedcc48b3b147a587e8bc3d131ea1
4
+ data.tar.gz: 433ef687debac5eeb0024298cd72d74484c4df1022f4cdaeb8c108dfcf9a994c
5
5
  SHA512:
6
- metadata.gz: 994df77c4d6961e40bf1617fef49c8ce60d5dab2a3a091e26e19b8ba4177e4ab0b17a106db8cb1419e96cafb27fbfc7e9b2329e0eea68705ceaa335000774daa
7
- data.tar.gz: be51bd4503388f270d69264cd5e21dee64b51e674159b042b7aaa7ba5dfe4653a376061df8501251e3f4b5acb92d367fd6404cfacca8aa9e6b71ecd7b18e5e8b
6
+ metadata.gz: aeb1cfded74768cd2627d64eb1cb163fdc8605fa393d60f66a432640416d1c8ae9ce26f4317617ba518f2ef644abfcc1280142d651ab4aae2a5e9742e2bd266a
7
+ data.tar.gz: 4f2d42b0ccc3cb468b606d6161e44514b2a96e2449b8d1ba60cfef0bedb4ee2c9528778842f053af4c7a17824127ac194ff45fd8cb85bcc30f9d1c0f7a20f4a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
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.80.0'
12192
+ context[:gem_version] = '1.81.0'
12189
12193
  Seahorse::Client::Request.new(handlers, context)
12190
12194
  end
12191
12195
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lightsail/customizations'
52
52
  # @!group service
53
53
  module Aws::Lightsail
54
54
 
55
- GEM_VERSION = '1.80.0'
55
+ GEM_VERSION = '1.81.0'
56
56
 
57
57
  end
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.80.0
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-06 00:00:00.000000000 Z
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