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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae14b5347615ea094477efbc9553828f2faad7d9cb1c1d4bc42581edf3b85883
4
- data.tar.gz: 45d8e7dbac54230568605e4be4eee6cb5d522810d6af720d2ee090e6cb0640fd
3
+ metadata.gz: c021768904cfbe6f8122934f8cfc446f27470fad7ac6a48bfdd687bef7a0a4a4
4
+ data.tar.gz: 8d10b86ff5e6424999df495caa56e6ca5824bf71271f2e035553ff77edbea306
5
5
  SHA512:
6
- metadata.gz: a82acf4da132bad6dd8522f2003ccc7804052d846887185c8a70611302bec4f8a84d8c78447285cdc6e9a1f85382a42cf7ac958f2fd2305bd7489700d10cbae6
7
- data.tar.gz: ace62727c457f2a90733d8dce53a6166042aaa2ab76244e685829cd1b895357928d2dfaf59c00a2827cf7d091e14561c38ffa91036c8f00cf0312336efb1b41b
6
+ metadata.gz: 8971383dac8bad2bd92da7f838d5dcca2e76d1147376654a14003d7c8e38f999076a3ef53cc7650b415db51195c272063268bbc9a5c7f61f7c1216d037635638
7
+ data.tar.gz: 637dafc0af94cca1fa986c50f41b5f0fe539b5da1474451b91b79997af11caccc6aafdb44f27f007a4cca867bef9fd836d0c90b566f3b71c1080eb9d4e83242b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.44.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
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/<sdk_ua_app_id>. It should have a
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.44.0'
763
+ context[:gem_version] = '1.45.0'
763
764
  Seahorse::Client::Request.new(handlers, context)
764
765
  end
765
766
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-importexport/customizations'
48
48
  # @!group service
49
49
  module Aws::ImportExport
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
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.44.0
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-04-25 00:00:00.000000000 Z
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