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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchserverless/client.rb +1 -1
- data/lib/aws-sdk-opensearchserverless.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f36bbe39f396bb16d944755950b5c6e2e30f8f2f72b2c291f3d8691f8dbfdc56
|
|
4
|
+
data.tar.gz: ce73b2722c80a7e5116ee5e06d4cd830dd4db8fc4a8db5c87976cef634681989
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c866e1df76594b17b1e3d2c3ef1a2e673b2971a035ebb8e753e88d19a417e22f40c146ee0296fccc1dbbf932869549de694f635a2736a618b1f7f243e5923a09
|
|
7
|
+
data.tar.gz: 677fd7ade787c0f72f520eb4cff12f686a196155a21c79c53a7de5d1de3f26af238c4176cffce0e05cc4315a19d50a8c9d93dac2d35f99308024899bc2f4bb32
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
2979
|
+
context[:gem_version] = '1.58.0'
|
|
2980
2980
|
Seahorse::Client::Request.new(handlers, context)
|
|
2981
2981
|
end
|
|
2982
2982
|
|
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
|