aws-sdk-importexport 1.54.0 → 1.55.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: 3917fc0e7882041e5e847be602adff9eb7b6e47e2d6e875563130f3c08e6718c
4
- data.tar.gz: dec3a0d88f6201d01700f32b80db4ddebe44eb74cc7d7906e751e4b9a12d3ccc
3
+ metadata.gz: 8a68cf3369839db7ab0cb7503c0a3eda05f2016fe329957fee0808297310db0b
4
+ data.tar.gz: 9bca090d6a9a6d523cc09dda7899aad240edfc3ea857b9dd32748e22668e2b4b
5
5
  SHA512:
6
- metadata.gz: 769b73d1d4dace059336d2ef54eff96c0d55497bd4e89471044ad7bafd23b0ad95f4affe4763e558e5e7581e0677fe22ee6fc9a5a20f271b24dd84771eca1803
7
- data.tar.gz: 0ff778ebe81948bb136804c58ad72e053cd736b79d16acf81cad91bb8c79c392ec0da4032a678dc32b920990b69a3b2e83425f365f95e8f61d8db9862504ec07
6
+ metadata.gz: 31e7fb6a4145148066c4593452b55cab8ad0ad7d2d0cfd596c3c1688f44842ffbe3cc8fb20dc7e52fdbd82b1932e27334433deb5a504b70350a4e584addad5b8
7
+ data.tar.gz: 2462902b86d1a7bb459856b4efc3f11164f5f326bd344c8cd4d1b740226c056046c5133abde65a9ab4c70797e0995b0c0b1b3564ff80ac1666b5e05c8139c499
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/signature_v2.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/query.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:importexport)
40
-
41
39
  module Aws::ImportExport
42
40
  # An API client for ImportExport. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -799,7 +797,7 @@ module Aws::ImportExport
799
797
  tracer: tracer
800
798
  )
801
799
  context[:gem_name] = 'aws-sdk-importexport'
802
- context[:gem_version] = '1.54.0'
800
+ context[:gem_version] = '1.55.0'
803
801
  Seahorse::Client::Request.new(handlers, context)
804
802
  end
805
803
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv2'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:importexport)
15
+
14
16
  # This module provides support for AWS Import/Export. This module is available in the
15
17
  # `aws-sdk-importexport` gem.
16
18
  #
@@ -46,7 +48,7 @@ module Aws::ImportExport
46
48
  autoload :Errors, 'aws-sdk-importexport/errors'
47
49
  autoload :Resource, 'aws-sdk-importexport/resource'
48
50
 
49
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.55.0'
50
52
 
51
53
  end
52
54
 
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.54.0
4
+ version: 1.55.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core