aws-sdk-importexport 1.53.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b4a0873780b3ea80c35be225d77994aa2fec000d0603d52da5167b79682a14e
4
- data.tar.gz: 5e502a3f26f1695b985e1432217e3da31bc06762d7a8294ca40880d13d31e2e5
3
+ metadata.gz: 8a68cf3369839db7ab0cb7503c0a3eda05f2016fe329957fee0808297310db0b
4
+ data.tar.gz: 9bca090d6a9a6d523cc09dda7899aad240edfc3ea857b9dd32748e22668e2b4b
5
5
  SHA512:
6
- metadata.gz: 1e95e8526f280c324daab43bf61e4e07952e7d391c38df04005d0fac7a39be8653407e3d469d090d037870c5fa9093f32e4e225d2c5ace37d89294a8e2c0999b
7
- data.tar.gz: 062a94d67b402566e50023f33623abc98261f1c6e8465b9a2130ceb2176ed1174eb46c53d077817bd440d1620287eabbcc3e1374e28ecc0e3681f6d49044714a
6
+ metadata.gz: 31e7fb6a4145148066c4593452b55cab8ad0ad7d2d0cfd596c3c1688f44842ffbe3cc8fb20dc7e52fdbd82b1932e27334433deb5a504b70350a4e584addad5b8
7
+ data.tar.gz: 2462902b86d1a7bb459856b4efc3f11164f5f326bd344c8cd4d1b740226c056046c5133abde65a9ab4c70797e0995b0c0b1b3564ff80ac1666b5e05c8139c499
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.54.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.53.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.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.53.0'
800
+ context[:gem_version] = '1.55.0'
803
801
  Seahorse::Client::Request.new(handlers, context)
804
802
  end
805
803
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ImportExport
11
12
  # @api private
12
13
  module ClientApi
@@ -717,3 +717,4 @@ module Aws::ImportExport
717
717
 
718
718
  end
719
719
  end
720
+
@@ -11,12 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv2'
13
13
 
14
- require_relative 'aws-sdk-importexport/types'
15
- require_relative 'aws-sdk-importexport/client_api'
16
- require_relative 'aws-sdk-importexport/client'
17
- require_relative 'aws-sdk-importexport/errors'
18
- require_relative 'aws-sdk-importexport/resource'
19
- require_relative 'aws-sdk-importexport/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:importexport)
20
15
 
21
16
  # This module provides support for AWS Import/Export. This module is available in the
22
17
  # `aws-sdk-importexport` gem.
@@ -47,7 +42,14 @@ require_relative 'aws-sdk-importexport/customizations'
47
42
  #
48
43
  # @!group service
49
44
  module Aws::ImportExport
45
+ autoload :Types, 'aws-sdk-importexport/types'
46
+ autoload :ClientApi, 'aws-sdk-importexport/client_api'
47
+ autoload :Client, 'aws-sdk-importexport/client'
48
+ autoload :Errors, 'aws-sdk-importexport/errors'
49
+ autoload :Resource, 'aws-sdk-importexport/resource'
50
50
 
51
- GEM_VERSION = '1.53.0'
51
+ GEM_VERSION = '1.55.0'
52
52
 
53
53
  end
54
+
55
+ require_relative 'aws-sdk-importexport/customizations'
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.53.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-20 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