aws-sdk-opensearchserverless 1.57.0 → 1.58.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: 3a62fdd4b2b7fb6c834ab45715fe6695d068ac1d9ec8590801b4ae69d542e9b6
4
- data.tar.gz: 70d04c797dbd922eba5af5a5c02e4366d2c8d449f82e21e3b15565266698885c
3
+ metadata.gz: f36bbe39f396bb16d944755950b5c6e2e30f8f2f72b2c291f3d8691f8dbfdc56
4
+ data.tar.gz: ce73b2722c80a7e5116ee5e06d4cd830dd4db8fc4a8db5c87976cef634681989
5
5
  SHA512:
6
- metadata.gz: 7ba6da9178554dd5776ec2ed8db0b08b0560840d5d24cb6b581a21cd86ac8ee0eb986f332f6a31390ab94c6961449fc55799d0a907d94c95defae01bcc5f4d84
7
- data.tar.gz: 636898aba401ce9e50a8cca6c2471668a2c27c47a0d2ca325da25a72c270d9e2e89ad193911a4288f3f245af38934dc2a99239079ff69c7541d64ddf6ef3a106
6
+ metadata.gz: c866e1df76594b17b1e3d2c3ef1a2e673b2971a035ebb8e753e88d19a417e22f40c146ee0296fccc1dbbf932869549de694f635a2736a618b1f7f243e5923a09
7
+ data.tar.gz: 677fd7ade787c0f72f520eb4cff12f686a196155a21c79c53a7de5d1de3f26af238c4176cffce0e05cc4315a19d50a8c9d93dac2d35f99308024899bc2f4bb32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -2976,7 +2976,7 @@ module Aws::OpenSearchServerless
2976
2976
  tracer: tracer
2977
2977
  )
2978
2978
  context[:gem_name] = 'aws-sdk-opensearchserverless'
2979
- context[:gem_version] = '1.57.0'
2979
+ context[:gem_version] = '1.58.0'
2980
2980
  Seahorse::Client::Request.new(handlers, context)
2981
2981
  end
2982
2982
 
@@ -55,7 +55,7 @@ module Aws::OpenSearchServerless
55
55
  autoload :EndpointProvider, 'aws-sdk-opensearchserverless/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-opensearchserverless/endpoints'
57
57
 
58
- GEM_VERSION = '1.57.0'
58
+ GEM_VERSION = '1.58.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -114,7 +114,7 @@ module Aws
114
114
  {
115
115
  type: ("retention"),
116
116
  resource: ::String
117
- },
117
+ }
118
118
  ]
119
119
  ) -> _BatchGetEffectiveLifecyclePolicyResponseSuccess
120
120
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetEffectiveLifecyclePolicyResponseSuccess
@@ -130,7 +130,7 @@ module Aws
130
130
  {
131
131
  type: ("retention"),
132
132
  name: ::String
133
- },
133
+ }
134
134
  ]
135
135
  ) -> _BatchGetLifecyclePolicyResponseSuccess
136
136
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetLifecyclePolicyResponseSuccess
@@ -173,7 +173,7 @@ module Aws
173
173
  {
174
174
  key: ::String,
175
175
  value: ::String
176
- },
176
+ }
177
177
  ],
178
178
  ?standby_replicas: ("ENABLED" | "DISABLED"),
179
179
  ?vector_options: {
@@ -201,7 +201,7 @@ module Aws
201
201
  {
202
202
  key: ::String,
203
203
  value: ::String
204
- },
204
+ }
205
205
  ],
206
206
  ?capacity_limits: {
207
207
  max_indexing_capacity_in_ocu: ::Float?,
@@ -565,7 +565,7 @@ module Aws
565
565
  {
566
566
  key: ::String,
567
567
  value: ::String
568
- },
568
+ }
569
569
  ]
570
570
  ) -> _TagResourceResponseSuccess
571
571
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services