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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-importexport/client.rb +1 -3
- data/lib/aws-sdk-importexport.rb +3 -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: 8a68cf3369839db7ab0cb7503c0a3eda05f2016fe329957fee0808297310db0b
|
|
4
|
+
data.tar.gz: 9bca090d6a9a6d523cc09dda7899aad240edfc3ea857b9dd32748e22668e2b4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31e7fb6a4145148066c4593452b55cab8ad0ad7d2d0cfd596c3c1688f44842ffbe3cc8fb20dc7e52fdbd82b1932e27334433deb5a504b70350a4e584addad5b8
|
|
7
|
+
data.tar.gz: 2462902b86d1a7bb459856b4efc3f11164f5f326bd344c8cd4d1b740226c056046c5133abde65a9ab4c70797e0995b0c0b1b3564ff80ac1666b5e05c8139c499
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
800
|
+
context[:gem_version] = '1.55.0'
|
|
803
801
|
Seahorse::Client::Request.new(handlers, context)
|
|
804
802
|
end
|
|
805
803
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|