aws-sdk-opensearchserverless 1.30.0 → 1.31.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-opensearchserverless/client.rb +3 -3
- data/lib/aws-sdk-opensearchserverless.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: 7db13c82565b881fcce4d8700c8d74ef342a4f7162fa579e4394121fb3731fd6
|
4
|
+
data.tar.gz: 42e799b2cec1452c7c248bf911b8ebcfcaed2c86fbaa35ada5b57b2963dc065c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38b47fc862b9d3c0c28febb2aa5d3db5252b16a86182ad6d67cd0fe91a80908294c0913710745366a43272ef14f6c000a7db8b0391101bd0cb7627809cd00918
|
7
|
+
data.tar.gz: 4aa777660d46b5f231d2cc36db102ac2574f5e385d806c3399a52484c161c93b91a7c61926c9ecc701aae1c5e1cdfa4d95eeefe2acdd9b15450b2713aeedbda6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -1565,8 +1565,8 @@ module Aws::OpenSearchServerless
|
|
1565
1565
|
# Lists all OpenSearch Serverless collections. For more information, see
|
1566
1566
|
# [Creating and managing Amazon OpenSearch Serverless collections][1].
|
1567
1567
|
#
|
1568
|
-
# <note markdown="1"> Make sure to include an empty request body
|
1569
|
-
#
|
1568
|
+
# <note markdown="1"> Make sure to include an empty request body \{} if you don't include
|
1569
|
+
# any collection filters in the request.
|
1570
1570
|
#
|
1571
1571
|
# </note>
|
1572
1572
|
#
|
@@ -2421,7 +2421,7 @@ module Aws::OpenSearchServerless
|
|
2421
2421
|
tracer: tracer
|
2422
2422
|
)
|
2423
2423
|
context[:gem_name] = 'aws-sdk-opensearchserverless'
|
2424
|
-
context[:gem_version] = '1.
|
2424
|
+
context[:gem_version] = '1.31.0'
|
2425
2425
|
Seahorse::Client::Request.new(handlers, context)
|
2426
2426
|
end
|
2427
2427
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-opensearchserverless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.31.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|