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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f163aae155ded0e58b3f4e6f0ea694b0479af76012419a201f57da40e62d4d21
4
- data.tar.gz: 3e1c1379665aedcae7e60f6085fab4ad7274a156200e5fdb2527c3c92e576b7a
3
+ metadata.gz: 7dace94c7e446371f0cd46638ce27c7f05b1614ec9b69715141652eb8173c57b
4
+ data.tar.gz: aef2ea5a4d65f73da49a7adbee1ec72e3461e36414a16fcc33d2a663d6cf4392
5
5
  SHA512:
6
- metadata.gz: 8586a7b3a22f3d6adf3adde9b587485e3f824c4df8718800c3242bbdc0f9254c5882aeacce1029751f40d9fd7942ba844b91dbcf934d0cdfbc53cf20632d2a82
7
- data.tar.gz: 9d5483a4595b50d5b5bb2b8e2cac2b481fc858b16e76fd15686843d42e0be348c4ac32641909bb596402111410727581f2b692d6beb6a3336f3637c04319dceb
6
+ metadata.gz: 030f4468287f39ff4fd1301a8ac7c775b73075c66112a886c021a9549e1358025083741ccab1357d4e7202e55f11307a12464080b91d1ce3a217d7638ac697fd
7
+ data.tar.gz: da1236695d9fdb9effe6e75ace1355ba6a42667de29adb92f071a4e3aab2f89f60c6ccd75f277397ac78900c1c4a68e10e90d0b6797b5752a5a52bd5e496f703
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
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.59.0'
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
- # \{"Value": 2, "Unit": "HOURS"\}`.
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
- # \\\{"Enabled":"True"\\}".
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
@@ -54,7 +54,7 @@ module Aws::OpenSearchService
54
54
  autoload :EndpointProvider, 'aws-sdk-opensearchservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-opensearchservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.0'
58
58
 
59
59
  end
60
60
 
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.59.0
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-10-30 00:00:00.000000000 Z
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