aws-sdk-importexport 1.44.0 → 1.45.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 +4 -3
- data/lib/aws-sdk-importexport.rb +1 -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: c021768904cfbe6f8122934f8cfc446f27470fad7ac6a48bfdd687bef7a0a4a4
|
4
|
+
data.tar.gz: 8d10b86ff5e6424999df495caa56e6ca5824bf71271f2e035553ff77edbea306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8971383dac8bad2bd92da7f838d5dcca2e76d1147376654a14003d7c8e38f999076a3ef53cc7650b415db51195c272063268bbc9a5c7f61f7c1216d037635638
|
7
|
+
data.tar.gz: 637dafc0af94cca1fa986c50f41b5f0fe539b5da1474451b91b79997af11caccc6aafdb44f27f007a4cca867bef9fd836d0c90b566f3b71c1080eb9d4e83242b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|
@@ -300,8 +300,9 @@ module Aws::ImportExport
|
|
300
300
|
#
|
301
301
|
# @option options [String] :sdk_ua_app_id
|
302
302
|
# A unique and opaque application ID that is appended to the
|
303
|
-
# User-Agent header as app
|
304
|
-
# maximum length of 50.
|
303
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
304
|
+
# maximum length of 50. This variable is sourced from environment
|
305
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
305
306
|
#
|
306
307
|
# @option options [String] :secret_access_key
|
307
308
|
#
|
@@ -759,7 +760,7 @@ module Aws::ImportExport
|
|
759
760
|
params: params,
|
760
761
|
config: config)
|
761
762
|
context[:gem_name] = 'aws-sdk-importexport'
|
762
|
-
context[:gem_version] = '1.
|
763
|
+
context[:gem_version] = '1.45.0'
|
763
764
|
Seahorse::Client::Request.new(handlers, context)
|
764
765
|
end
|
765
766
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
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.45.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-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|