aws-sdk-cloudsearch 1.36.0 → 1.37.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: 50ca3d653213c62751a850587f7364581b0b965658e55185f338b50986be1a8d
4
- data.tar.gz: 3b67798d9a028978edca9cf97aadaaa7f5cd5512073b488a38de4170a6fac12c
3
+ metadata.gz: '08964a9b1edc98db38f158e3be927858ccff150231bf9053e2e4a74aa25f682c'
4
+ data.tar.gz: 20fe7ab3869d09cb3f5d82212f076e3903697360e8a54bbc5ca82085b7747695
5
5
  SHA512:
6
- metadata.gz: f68d67b1e0105da830f3049fcc6c2339de51ebbbec45873927c9a6c76e685aa2d24c1cbec63c792c03ffc225113c2c77676614d7d61d865dd8f3ad1ba649f37e
7
- data.tar.gz: fe5ea868a32d38ebc9e845591c17c43557b9abc1e4bfefc8d1b5de8083423b0a9edae9e8156e8ae334eb53426cb1d451d68d7d23e666fc4c9fe234024012df0b
6
+ metadata.gz: 15aac732647c9a22881e78415a3a68087061b6cd4904a23f1735f5d7480ec2e4382bc6ff67839445ddd4c3ddd29283c1d74ceca604f56f04e1c5e4c6fb7fe237
7
+ data.tar.gz: 11710e5fab17ce0a8edb5e3203679d80a38b6be431b5e9fc3f4a6b2e4da2547f2f0853ea25da8f2806e628044da0cb518760d89f73bf0f0254d07e03ede5baac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.36.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -119,7 +119,9 @@ module Aws::CloudSearch
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
@@ -1854,7 +1856,7 @@ module Aws::CloudSearch
1854
1856
  params: params,
1855
1857
  config: config)
1856
1858
  context[:gem_name] = 'aws-sdk-cloudsearch'
1857
- context[:gem_version] = '1.36.0'
1859
+ context[:gem_version] = '1.37.0'
1858
1860
  Seahorse::Client::Request.new(handlers, context)
1859
1861
  end
1860
1862
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudsearch/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudSearch
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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-04 00:00:00.000000000 Z
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