aws-sdk-wellarchitected 1.27.0 → 1.28.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-wellarchitected/client.rb +5 -1
- data/lib/aws-sdk-wellarchitected.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: 88b6983191df3ff41f45b0f2379ab08b1204a7d740dc31a9092dad3d0f3ab0ad
|
4
|
+
data.tar.gz: 1a42d1f6d7785babc5665ce25ecec9729b8bdee977688d5ea82fd742d44a5153
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f65f1d0d65906c3776baa5b7d2284a13503ea2ffec7360bc2e0a50bab7c7ea340084447cc5cc86c79c69c785d1c5e0b1d9feb9762d56fbd590917f8cc0312d07
|
7
|
+
data.tar.gz: f44536a8b46fd49a19165cca87afc58e6bc6d90a159214f38eeb36d427d02a94d4874e0d3682f2c9ba5803c50300c6b7a405383fba93ad10672dc65eb38ca7ac
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -216,6 +216,10 @@ module Aws::WellArchitected
|
|
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
|
#
|
@@ -4034,7 +4038,7 @@ module Aws::WellArchitected
|
|
4034
4038
|
params: params,
|
4035
4039
|
config: config)
|
4036
4040
|
context[:gem_name] = 'aws-sdk-wellarchitected'
|
4037
|
-
context[:gem_version] = '1.
|
4041
|
+
context[:gem_version] = '1.28.0'
|
4038
4042
|
Seahorse::Client::Request.new(handlers, context)
|
4039
4043
|
end
|
4040
4044
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-wellarchitected
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.28.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
|