aws-sdk-cloudsearchdomain 1.29.0 → 1.30.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-cloudsearchdomain/client.rb +4 -2
- data/lib/aws-sdk-cloudsearchdomain.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: 4f7f4698442e9504ab83fbca985503b2f6b8a2743f080ac581d9c40906a78412
|
|
4
|
+
data.tar.gz: 6cf4c34c994f5d84191a5ceae05a4f5ddfd1eb197537cda497a3fe445bbf24e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0217b90cf140fa856ee259b7d905b82659d25dfeecdfad17f3a2b2266af9c689961c2bf4412a89e86b810ef85de2d1f3e83db3ed400e075f6c247a0d5d8acfc5
|
|
7
|
+
data.tar.gz: 7bbfa761adc7f7df39fe3c73e3481edc76833a0ccf86faacac6b0c29ea73eed11e985e23897bd26c29ec19b33736e7fc3753e5b13d4bd61c116bbe7ff1e718dc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.30.0
|
|
@@ -117,7 +117,9 @@ module Aws::CloudSearchDomain
|
|
|
117
117
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
118
118
|
# are very aggressive. Construct and pass an instance of
|
|
119
119
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
120
|
-
# enable retries and extended timeouts.
|
|
120
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
121
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
122
|
+
# to true.
|
|
121
123
|
#
|
|
122
124
|
# @option options [String] :access_key_id
|
|
123
125
|
#
|
|
@@ -888,7 +890,7 @@ module Aws::CloudSearchDomain
|
|
|
888
890
|
params: params,
|
|
889
891
|
config: config)
|
|
890
892
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
|
891
|
-
context[:gem_version] = '1.
|
|
893
|
+
context[:gem_version] = '1.30.0'
|
|
892
894
|
Seahorse::Client::Request.new(handlers, context)
|
|
893
895
|
end
|
|
894
896
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudsearchdomain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.30.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
|