aws-sdk-importexport 1.52.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-importexport/client.rb +8 -4
- data/lib/aws-sdk-importexport.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b4a0873780b3ea80c35be225d77994aa2fec000d0603d52da5167b79682a14e
|
4
|
+
data.tar.gz: 5e502a3f26f1695b985e1432217e3da31bc06762d7a8294ca40880d13d31e2e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e95e8526f280c324daab43bf61e4e07952e7d391c38df04005d0fac7a39be8653407e3d469d090d037870c5fa9093f32e4e225d2c5ace37d89294a8e2c0999b
|
7
|
+
data.tar.gz: 062a94d67b402566e50023f33623abc98261f1c6e8465b9a2130ceb2176ed1174eb46c53d077817bd440d1620287eabbcc3e1374e28ecc0e3681f6d49044714a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -129,13 +129,15 @@ module Aws::ImportExport
|
|
129
129
|
# locations will be searched for credentials:
|
130
130
|
#
|
131
131
|
# * `Aws.config[:credentials]`
|
132
|
-
# * The `:access_key_id`, `:secret_access_key`,
|
133
|
-
#
|
132
|
+
# * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
|
133
|
+
# `:account_id` options.
|
134
|
+
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
|
135
|
+
# ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
|
134
136
|
# * `~/.aws/credentials`
|
135
137
|
# * `~/.aws/config`
|
136
138
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
137
139
|
# are very aggressive. Construct and pass an instance of
|
138
|
-
# `Aws::
|
140
|
+
# `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
139
141
|
# enable retries and extended timeouts. Instance profile credential
|
140
142
|
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
141
143
|
# to true.
|
@@ -154,6 +156,8 @@ module Aws::ImportExport
|
|
154
156
|
#
|
155
157
|
# @option options [String] :access_key_id
|
156
158
|
#
|
159
|
+
# @option options [String] :account_id
|
160
|
+
#
|
157
161
|
# @option options [Boolean] :active_endpoint_cache (false)
|
158
162
|
# When set to `true`, a thread polling for endpoints will be running in
|
159
163
|
# the background every 60 secs (default). Defaults to `false`.
|
@@ -795,7 +799,7 @@ module Aws::ImportExport
|
|
795
799
|
tracer: tracer
|
796
800
|
)
|
797
801
|
context[:gem_name] = 'aws-sdk-importexport'
|
798
|
-
context[:gem_version] = '1.
|
802
|
+
context[:gem_version] = '1.53.0'
|
799
803
|
Seahorse::Client::Request.new(handlers, context)
|
800
804
|
end
|
801
805
|
|
data/lib/aws-sdk-importexport.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
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.53.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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.207.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.207.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv2
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|