aws-sdk-importexport 1.39.0 → 1.40.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-importexport/client.rb +5 -1
- data/lib/aws-sdk-importexport.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: b2e9d6fbec73240481206f70adf94ec225da3ddb8aedc84a0a2b056de5101b86
|
|
4
|
+
data.tar.gz: ac9fb931fadc66e584e7fa1e0b6a5d9b47e9c529dbb92f68d2a1031ab419a4ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6f43980e522695656145f16c3fa8198309529616a947a619e46e2c99f62787457899244cc21db5af5d64111c243f63371f01e2b3c1894422d49b854b39d3e40
|
|
7
|
+
data.tar.gz: bc025941ccb77687c076e82cef9f16ad845cde1ff895dcacacfb0e83c4a66cce82745d1281f09361e32ae9a0bfa015c778025a1e6bdc0f7eb2d0e0ca0305f285
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -215,6 +215,10 @@ module Aws::ImportExport
|
|
|
215
215
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
216
216
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
217
217
|
#
|
|
218
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
219
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
220
|
+
# variables and the shared configuration file.
|
|
221
|
+
#
|
|
218
222
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
219
223
|
# The log formatter.
|
|
220
224
|
#
|
|
@@ -731,7 +735,7 @@ module Aws::ImportExport
|
|
|
731
735
|
params: params,
|
|
732
736
|
config: config)
|
|
733
737
|
context[:gem_name] = 'aws-sdk-importexport'
|
|
734
|
-
context[:gem_version] = '1.
|
|
738
|
+
context[:gem_version] = '1.40.0'
|
|
735
739
|
Seahorse::Client::Request.new(handlers, context)
|
|
736
740
|
end
|
|
737
741
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-importexport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.40.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
|