aws-sdk-importexport 1.59.0 → 1.60.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 +2 -3
- data/lib/aws-sdk-importexport.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecb0b0a490057e2228a963f8d95e072a0ebccb8e74033a6795010198c7b11a2d
|
4
|
+
data.tar.gz: e9d7aa65183df8e8c6e58566cc299483e538d40b14774ac701cdb65ad7029006
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fa19d127eadf362ac77b673efaf871eb556c4150bd4f079f47ec4dece0fc9cf35e5b41e5e1fff6c3999ad39f014e133df73d65e65d28409a2825e06e5b2e773
|
7
|
+
data.tar.gz: 50142bd5a6f267565b8405e5a9e20a8e70aa73800c460be55cc83768d8572938c4d902354b26f75634ec4dcbc9a0f62c551c4b0e9a05c1d657fc927bbb32e291
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -199,8 +199,7 @@ module Aws::ImportExport
|
|
199
199
|
# accepted modes and the configuration defaults that are included.
|
200
200
|
#
|
201
201
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
202
|
-
#
|
203
|
-
# to default service endpoint when available.
|
202
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
204
203
|
#
|
205
204
|
# @option options [Boolean] :disable_request_compression (false)
|
206
205
|
# When set to 'true' the request body will not be compressed
|
@@ -820,7 +819,7 @@ module Aws::ImportExport
|
|
820
819
|
tracer: tracer
|
821
820
|
)
|
822
821
|
context[:gem_name] = 'aws-sdk-importexport'
|
823
|
-
context[:gem_version] = '1.
|
822
|
+
context[:gem_version] = '1.60.0'
|
824
823
|
Seahorse::Client::Request.new(handlers, context)
|
825
824
|
end
|
826
825
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -73,7 +72,6 @@ licenses:
|
|
73
72
|
metadata:
|
74
73
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-importexport
|
75
74
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-importexport/CHANGELOG.md
|
76
|
-
post_install_message:
|
77
75
|
rdoc_options: []
|
78
76
|
require_paths:
|
79
77
|
- lib
|
@@ -88,8 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
86
|
- !ruby/object:Gem::Version
|
89
87
|
version: '0'
|
90
88
|
requirements: []
|
91
|
-
rubygems_version: 3.
|
92
|
-
signing_key:
|
89
|
+
rubygems_version: 3.6.7
|
93
90
|
specification_version: 4
|
94
91
|
summary: AWS SDK for Ruby - AWS Import/Export
|
95
92
|
test_files: []
|