aws-sdk-importexport 1.58.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62ad87bb2c84145e5fe9d2eb70b735994268348e42043829665bd6e582677990
4
- data.tar.gz: a71a57aa938392c186c0ba0b43c54bc4534c32e3f0deb24b288de5591d4f7fc9
3
+ metadata.gz: ecb0b0a490057e2228a963f8d95e072a0ebccb8e74033a6795010198c7b11a2d
4
+ data.tar.gz: e9d7aa65183df8e8c6e58566cc299483e538d40b14774ac701cdb65ad7029006
5
5
  SHA512:
6
- metadata.gz: addb21c5aa582773379416d50b32ccde46a7c4a9337f81b9e5c702041c1a14ffbf14b08a25a40140b62bbea6717c27e12a575b32105fad52349f1ccbe320175f
7
- data.tar.gz: 0c131db253c9da8cffba8cfcf3cb1bf02fedd613dd811d45fab46ba7168513de88c428b094ad60311f215c1c0332df44ab6537d36ace7657fd445c370ad2f807
6
+ metadata.gz: 0fa19d127eadf362ac77b673efaf871eb556c4150bd4f079f47ec4dece0fc9cf35e5b41e5e1fff6c3999ad39f014e133df73d65e65d28409a2825e06e5b2e773
7
+ data.tar.gz: 50142bd5a6f267565b8405e5a9e20a8e70aa73800c460be55cc83768d8572938c4d902354b26f75634ec4dcbc9a0f62c551c4b0e9a05c1d657fc927bbb32e291
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.59.0 (2025-03-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.58.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
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
- # Set to true to disable SDK automatically adding host prefix
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.58.0'
822
+ context[:gem_version] = '1.60.0'
824
823
  Seahorse::Client::Request.new(handlers, context)
825
824
  end
826
825
 
@@ -50,6 +50,7 @@ module Aws::ImportExport
50
50
  #
51
51
  # Additionally, error classes are dynamically generated for service errors based on the error code
52
52
  # if they are not defined above.
53
+ # Some existing error classes may use a different class name than the one documented.
53
54
  module Errors
54
55
 
55
56
  extend Aws::Errors::DynamicErrors
@@ -48,7 +48,7 @@ module Aws::ImportExport
48
48
  autoload :Errors, 'aws-sdk-importexport/errors'
49
49
  autoload :Resource, 'aws-sdk-importexport/resource'
50
50
 
51
- GEM_VERSION = '1.58.0'
51
+ GEM_VERSION = '1.60.0'
52
52
 
53
53
  end
54
54
 
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.58.0
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: 2025-02-18 00:00:00.000000000 Z
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.4.10
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: []