aws-sdk-detective 1.23.0 → 1.24.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-detective/client.rb +4 -2
- data/lib/aws-sdk-detective.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: e5d031bab16be5065cfe4429ee2917fa78354b99ebb49468168b04f697f4849f
|
|
4
|
+
data.tar.gz: 73849fe1096acc034c2dd48448da353862bd106ffb997b4f82db22277a6e3c3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f297d2cfe79164e4b2107ef45a6d5cf6963dbc6f3e89438ffd8e8ec89efec3559b7bc689d62ad8218a4db0d260bf38e108b6322434331d962616311d2c38764
|
|
7
|
+
data.tar.gz: 5e4371ab8032f9d058405ee7f0da014d58ac3fca831719f6a94fff8f143bffce88fed191b84ec492d90ab944404d19a7908797941bf549bdb866c04671c49ecc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
|
@@ -119,7 +119,9 @@ module Aws::Detective
|
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
122
|
-
# enable retries and extended timeouts.
|
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
124
|
+
# to true.
|
|
123
125
|
#
|
|
124
126
|
# @option options [required, String] :region
|
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -999,7 +1001,7 @@ module Aws::Detective
|
|
|
999
1001
|
params: params,
|
|
1000
1002
|
config: config)
|
|
1001
1003
|
context[:gem_name] = 'aws-sdk-detective'
|
|
1002
|
-
context[:gem_version] = '1.
|
|
1004
|
+
context[:gem_version] = '1.24.0'
|
|
1003
1005
|
Seahorse::Client::Request.new(handlers, context)
|
|
1004
1006
|
end
|
|
1005
1007
|
|
data/lib/aws-sdk-detective.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-detective
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.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: 2021-11-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|