aws-sdk-opensearchservice 1.59.0 → 1.60.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-opensearchservice/client.rb +1 -1
- data/lib/aws-sdk-opensearchservice/types.rb +2 -2
- data/lib/aws-sdk-opensearchservice.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: 7dace94c7e446371f0cd46638ce27c7f05b1614ec9b69715141652eb8173c57b
|
|
4
|
+
data.tar.gz: aef2ea5a4d65f73da49a7adbee1ec72e3461e36414a16fcc33d2a663d6cf4392
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 030f4468287f39ff4fd1301a8ac7c775b73075c66112a886c021a9549e1358025083741ccab1357d4e7202e55f11307a12464080b91d1ce3a217d7638ac697fd
|
|
7
|
+
data.tar.gz: da1236695d9fdb9effe6e75ace1355ba6a42667de29adb92f071a4e3aab2f89f60c6ccd75f277397ac78900c1c4a68e10e90d0b6797b5752a5a52bd5e496f703
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -5267,7 +5267,7 @@ module Aws::OpenSearchService
|
|
|
5267
5267
|
tracer: tracer
|
|
5268
5268
|
)
|
|
5269
5269
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
|
5270
|
-
context[:gem_version] = '1.
|
|
5270
|
+
context[:gem_version] = '1.60.0'
|
|
5271
5271
|
Seahorse::Client::Request.new(handlers, context)
|
|
5272
5272
|
end
|
|
5273
5273
|
|
|
@@ -644,7 +644,7 @@ module Aws::OpenSearchService
|
|
|
644
644
|
#
|
|
645
645
|
# @!attribute [rw] duration
|
|
646
646
|
# The duration of the maintenance schedule. For example, `"Duration":
|
|
647
|
-
#
|
|
647
|
+
# {"Value": 2, "Unit": "HOURS"}`.
|
|
648
648
|
# @return [Types::Duration]
|
|
649
649
|
#
|
|
650
650
|
# @!attribute [rw] cron_expression_for_recurrence
|
|
@@ -5283,7 +5283,7 @@ module Aws::OpenSearchService
|
|
|
5283
5283
|
# "c5.large.search".
|
|
5284
5284
|
#
|
|
5285
5285
|
# * `STRINGIFIED_JSON`: Contain content in JSON format, such as
|
|
5286
|
-
#
|
|
5286
|
+
# \{"Enabled":"True"}".
|
|
5287
5287
|
# @return [String]
|
|
5288
5288
|
#
|
|
5289
5289
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ModifyingProperties AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opensearchservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.60.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
|