aws-sdk-simspaceweaver 1.7.0 → 1.8.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-simspaceweaver/client.rb +5 -1
- data/lib/aws-sdk-simspaceweaver.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: fc802d0ba0cfee6aa4705551fea8c028060d322452fcc7f34e495471f48214a2
|
4
|
+
data.tar.gz: 23d6163baf5edfa7364c48fdc100d7bbef4c5af7647ef0bc06ec4bce1e6fac2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a51570c99c4265272d79d8285d4da1e6f46842d8607c89a6393f6837e36090ab8f31ff2497c074583b2b0181bdf10f0aa0e9920887bb2e9f3f7765dfd7fa1f34
|
7
|
+
data.tar.gz: 64b9564a8b5dbc5155b9785575f57434f8199409700b0856567699dc6bb6b83839c70fc4553433fb524b67eee0f1b96e76b46307743e5ba371d63aa367959a30
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|
@@ -216,6 +216,10 @@ module Aws::SimSpaceWeaver
|
|
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
|
#
|
@@ -1148,7 +1152,7 @@ module Aws::SimSpaceWeaver
|
|
1148
1152
|
params: params,
|
1149
1153
|
config: config)
|
1150
1154
|
context[:gem_name] = 'aws-sdk-simspaceweaver'
|
1151
|
-
context[:gem_version] = '1.
|
1155
|
+
context[:gem_version] = '1.8.0'
|
1152
1156
|
Seahorse::Client::Request.new(handlers, context)
|
1153
1157
|
end
|
1154
1158
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-simspaceweaver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.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
|