aws-sdk-opensearchservice 1.26.0 → 1.42.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,1120 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module OpenSearchService
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _AcceptInboundConnectionResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AcceptInboundConnectionResponse]
77
+ def connection: () -> Types::InboundConnection
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#accept_inbound_connection-instance_method
80
+ def accept_inbound_connection: (
81
+ connection_id: ::String
82
+ ) -> _AcceptInboundConnectionResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptInboundConnectionResponseSuccess
84
+
85
+ interface _AddDataSourceResponseSuccess
86
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddDataSourceResponse]
87
+ def message: () -> ::String
88
+ end
89
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#add_data_source-instance_method
90
+ def add_data_source: (
91
+ domain_name: ::String,
92
+ name: ::String,
93
+ data_source_type: {
94
+ s3_glue_data_catalog: {
95
+ role_arn: ::String?
96
+ }?
97
+ },
98
+ ?description: ::String
99
+ ) -> _AddDataSourceResponseSuccess
100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddDataSourceResponseSuccess
101
+
102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#add_tags-instance_method
103
+ def add_tags: (
104
+ arn: ::String,
105
+ tag_list: Array[
106
+ {
107
+ key: ::String,
108
+ value: ::String
109
+ },
110
+ ]
111
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
112
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
113
+
114
+ interface _AssociatePackageResponseSuccess
115
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePackageResponse]
116
+ def domain_package_details: () -> Types::DomainPackageDetails
117
+ end
118
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#associate_package-instance_method
119
+ def associate_package: (
120
+ package_id: ::String,
121
+ domain_name: ::String
122
+ ) -> _AssociatePackageResponseSuccess
123
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePackageResponseSuccess
124
+
125
+ interface _AuthorizeVpcEndpointAccessResponseSuccess
126
+ include ::Seahorse::Client::_ResponseSuccess[Types::AuthorizeVpcEndpointAccessResponse]
127
+ def authorized_principal: () -> Types::AuthorizedPrincipal
128
+ end
129
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#authorize_vpc_endpoint_access-instance_method
130
+ def authorize_vpc_endpoint_access: (
131
+ domain_name: ::String,
132
+ account: ::String
133
+ ) -> _AuthorizeVpcEndpointAccessResponseSuccess
134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeVpcEndpointAccessResponseSuccess
135
+
136
+ interface _CancelDomainConfigChangeResponseSuccess
137
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelDomainConfigChangeResponse]
138
+ def cancelled_change_ids: () -> ::Array[::String]
139
+ def cancelled_change_properties: () -> ::Array[Types::CancelledChangeProperty]
140
+ def dry_run: () -> bool
141
+ end
142
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#cancel_domain_config_change-instance_method
143
+ def cancel_domain_config_change: (
144
+ domain_name: ::String,
145
+ ?dry_run: bool
146
+ ) -> _CancelDomainConfigChangeResponseSuccess
147
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelDomainConfigChangeResponseSuccess
148
+
149
+ interface _CancelServiceSoftwareUpdateResponseSuccess
150
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelServiceSoftwareUpdateResponse]
151
+ def service_software_options: () -> Types::ServiceSoftwareOptions
152
+ end
153
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#cancel_service_software_update-instance_method
154
+ def cancel_service_software_update: (
155
+ domain_name: ::String
156
+ ) -> _CancelServiceSoftwareUpdateResponseSuccess
157
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelServiceSoftwareUpdateResponseSuccess
158
+
159
+ interface _CreateDomainResponseSuccess
160
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDomainResponse]
161
+ def domain_status: () -> Types::DomainStatus
162
+ end
163
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#create_domain-instance_method
164
+ def create_domain: (
165
+ domain_name: ::String,
166
+ ?engine_version: ::String,
167
+ ?cluster_config: {
168
+ instance_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
169
+ instance_count: ::Integer?,
170
+ dedicated_master_enabled: bool?,
171
+ zone_awareness_enabled: bool?,
172
+ zone_awareness_config: {
173
+ availability_zone_count: ::Integer?
174
+ }?,
175
+ dedicated_master_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
176
+ dedicated_master_count: ::Integer?,
177
+ warm_enabled: bool?,
178
+ warm_type: ("ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search")?,
179
+ warm_count: ::Integer?,
180
+ cold_storage_options: {
181
+ enabled: bool
182
+ }?,
183
+ multi_az_with_standby_enabled: bool?
184
+ },
185
+ ?ebs_options: {
186
+ ebs_enabled: bool?,
187
+ volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
188
+ volume_size: ::Integer?,
189
+ iops: ::Integer?,
190
+ throughput: ::Integer?
191
+ },
192
+ ?access_policies: ::String,
193
+ ?ip_address_type: ("ipv4" | "dualstack"),
194
+ ?snapshot_options: {
195
+ automated_snapshot_start_hour: ::Integer?
196
+ },
197
+ ?vpc_options: {
198
+ subnet_ids: Array[::String]?,
199
+ security_group_ids: Array[::String]?
200
+ },
201
+ ?cognito_options: {
202
+ enabled: bool?,
203
+ user_pool_id: ::String?,
204
+ identity_pool_id: ::String?,
205
+ role_arn: ::String?
206
+ },
207
+ ?encryption_at_rest_options: {
208
+ enabled: bool?,
209
+ kms_key_id: ::String?
210
+ },
211
+ ?node_to_node_encryption_options: {
212
+ enabled: bool?
213
+ },
214
+ ?advanced_options: Hash[::String, ::String],
215
+ ?log_publishing_options: Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), {
216
+ cloud_watch_logs_log_group_arn: ::String?,
217
+ enabled: bool?
218
+ }],
219
+ ?domain_endpoint_options: {
220
+ enforce_https: bool?,
221
+ tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10")?,
222
+ custom_endpoint_enabled: bool?,
223
+ custom_endpoint: ::String?,
224
+ custom_endpoint_certificate_arn: ::String?
225
+ },
226
+ ?advanced_security_options: {
227
+ enabled: bool?,
228
+ internal_user_database_enabled: bool?,
229
+ master_user_options: {
230
+ master_user_arn: ::String?,
231
+ master_user_name: ::String?,
232
+ master_user_password: ::String?
233
+ }?,
234
+ saml_options: {
235
+ enabled: bool?,
236
+ idp: {
237
+ metadata_content: ::String,
238
+ entity_id: ::String
239
+ }?,
240
+ master_user_name: ::String?,
241
+ master_backend_role: ::String?,
242
+ subject_key: ::String?,
243
+ roles_key: ::String?,
244
+ session_timeout_minutes: ::Integer?
245
+ }?,
246
+ anonymous_auth_enabled: bool?
247
+ },
248
+ ?tag_list: Array[
249
+ {
250
+ key: ::String,
251
+ value: ::String
252
+ },
253
+ ],
254
+ ?auto_tune_options: {
255
+ desired_state: ("ENABLED" | "DISABLED")?,
256
+ maintenance_schedules: Array[
257
+ {
258
+ start_at: ::Time?,
259
+ duration: {
260
+ value: ::Integer?,
261
+ unit: ("HOURS")?
262
+ }?,
263
+ cron_expression_for_recurrence: ::String?
264
+ },
265
+ ]?,
266
+ use_off_peak_window: bool?
267
+ },
268
+ ?off_peak_window_options: {
269
+ enabled: bool?,
270
+ off_peak_window: {
271
+ window_start_time: {
272
+ hours: ::Integer,
273
+ minutes: ::Integer
274
+ }?
275
+ }?
276
+ },
277
+ ?software_update_options: {
278
+ auto_software_update_enabled: bool?
279
+ }
280
+ ) -> _CreateDomainResponseSuccess
281
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
282
+
283
+ interface _CreateOutboundConnectionResponseSuccess
284
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateOutboundConnectionResponse]
285
+ def local_domain_info: () -> Types::DomainInformationContainer
286
+ def remote_domain_info: () -> Types::DomainInformationContainer
287
+ def connection_alias: () -> ::String
288
+ def connection_status: () -> Types::OutboundConnectionStatus
289
+ def connection_id: () -> ::String
290
+ def connection_mode: () -> ("DIRECT" | "VPC_ENDPOINT")
291
+ def connection_properties: () -> Types::ConnectionProperties
292
+ end
293
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#create_outbound_connection-instance_method
294
+ def create_outbound_connection: (
295
+ local_domain_info: {
296
+ aws_domain_information: {
297
+ owner_id: ::String?,
298
+ domain_name: ::String,
299
+ region: ::String?
300
+ }?
301
+ },
302
+ remote_domain_info: {
303
+ aws_domain_information: {
304
+ owner_id: ::String?,
305
+ domain_name: ::String,
306
+ region: ::String?
307
+ }?
308
+ },
309
+ connection_alias: ::String,
310
+ ?connection_mode: ("DIRECT" | "VPC_ENDPOINT"),
311
+ ?connection_properties: {
312
+ endpoint: ::String?,
313
+ cross_cluster_search: {
314
+ skip_unavailable: ("ENABLED" | "DISABLED")?
315
+ }?
316
+ }
317
+ ) -> _CreateOutboundConnectionResponseSuccess
318
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOutboundConnectionResponseSuccess
319
+
320
+ interface _CreatePackageResponseSuccess
321
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePackageResponse]
322
+ def package_details: () -> Types::PackageDetails
323
+ end
324
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#create_package-instance_method
325
+ def create_package: (
326
+ package_name: ::String,
327
+ package_type: ("TXT-DICTIONARY" | "ZIP-PLUGIN"),
328
+ ?package_description: ::String,
329
+ package_source: {
330
+ s3_bucket_name: ::String?,
331
+ s3_key: ::String?
332
+ }
333
+ ) -> _CreatePackageResponseSuccess
334
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackageResponseSuccess
335
+
336
+ interface _CreateVpcEndpointResponseSuccess
337
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateVpcEndpointResponse]
338
+ def vpc_endpoint: () -> Types::VpcEndpoint
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#create_vpc_endpoint-instance_method
341
+ def create_vpc_endpoint: (
342
+ domain_arn: ::String,
343
+ vpc_options: {
344
+ subnet_ids: Array[::String]?,
345
+ security_group_ids: Array[::String]?
346
+ },
347
+ ?client_token: ::String
348
+ ) -> _CreateVpcEndpointResponseSuccess
349
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcEndpointResponseSuccess
350
+
351
+ interface _DeleteDataSourceResponseSuccess
352
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDataSourceResponse]
353
+ def message: () -> ::String
354
+ end
355
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_data_source-instance_method
356
+ def delete_data_source: (
357
+ domain_name: ::String,
358
+ name: ::String
359
+ ) -> _DeleteDataSourceResponseSuccess
360
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataSourceResponseSuccess
361
+
362
+ interface _DeleteDomainResponseSuccess
363
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDomainResponse]
364
+ def domain_status: () -> Types::DomainStatus
365
+ end
366
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_domain-instance_method
367
+ def delete_domain: (
368
+ domain_name: ::String
369
+ ) -> _DeleteDomainResponseSuccess
370
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDomainResponseSuccess
371
+
372
+ interface _DeleteInboundConnectionResponseSuccess
373
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteInboundConnectionResponse]
374
+ def connection: () -> Types::InboundConnection
375
+ end
376
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_inbound_connection-instance_method
377
+ def delete_inbound_connection: (
378
+ connection_id: ::String
379
+ ) -> _DeleteInboundConnectionResponseSuccess
380
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteInboundConnectionResponseSuccess
381
+
382
+ interface _DeleteOutboundConnectionResponseSuccess
383
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteOutboundConnectionResponse]
384
+ def connection: () -> Types::OutboundConnection
385
+ end
386
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_outbound_connection-instance_method
387
+ def delete_outbound_connection: (
388
+ connection_id: ::String
389
+ ) -> _DeleteOutboundConnectionResponseSuccess
390
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOutboundConnectionResponseSuccess
391
+
392
+ interface _DeletePackageResponseSuccess
393
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePackageResponse]
394
+ def package_details: () -> Types::PackageDetails
395
+ end
396
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_package-instance_method
397
+ def delete_package: (
398
+ package_id: ::String
399
+ ) -> _DeletePackageResponseSuccess
400
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePackageResponseSuccess
401
+
402
+ interface _DeleteVpcEndpointResponseSuccess
403
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVpcEndpointResponse]
404
+ def vpc_endpoint_summary: () -> Types::VpcEndpointSummary
405
+ end
406
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#delete_vpc_endpoint-instance_method
407
+ def delete_vpc_endpoint: (
408
+ vpc_endpoint_id: ::String
409
+ ) -> _DeleteVpcEndpointResponseSuccess
410
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVpcEndpointResponseSuccess
411
+
412
+ interface _DescribeDomainResponseSuccess
413
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainResponse]
414
+ def domain_status: () -> Types::DomainStatus
415
+ end
416
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domain-instance_method
417
+ def describe_domain: (
418
+ domain_name: ::String
419
+ ) -> _DescribeDomainResponseSuccess
420
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainResponseSuccess
421
+
422
+ interface _DescribeDomainAutoTunesResponseSuccess
423
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainAutoTunesResponse]
424
+ def auto_tunes: () -> ::Array[Types::AutoTune]
425
+ def next_token: () -> ::String
426
+ end
427
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domain_auto_tunes-instance_method
428
+ def describe_domain_auto_tunes: (
429
+ domain_name: ::String,
430
+ ?max_results: ::Integer,
431
+ ?next_token: ::String
432
+ ) -> _DescribeDomainAutoTunesResponseSuccess
433
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainAutoTunesResponseSuccess
434
+
435
+ interface _DescribeDomainChangeProgressResponseSuccess
436
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainChangeProgressResponse]
437
+ def change_progress_status: () -> Types::ChangeProgressStatusDetails
438
+ end
439
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domain_change_progress-instance_method
440
+ def describe_domain_change_progress: (
441
+ domain_name: ::String,
442
+ ?change_id: ::String
443
+ ) -> _DescribeDomainChangeProgressResponseSuccess
444
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainChangeProgressResponseSuccess
445
+
446
+ interface _DescribeDomainConfigResponseSuccess
447
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainConfigResponse]
448
+ def domain_config: () -> Types::DomainConfig
449
+ end
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domain_config-instance_method
451
+ def describe_domain_config: (
452
+ domain_name: ::String
453
+ ) -> _DescribeDomainConfigResponseSuccess
454
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainConfigResponseSuccess
455
+
456
+ interface _DescribeDomainHealthResponseSuccess
457
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainHealthResponse]
458
+ def domain_state: () -> ("Active" | "Processing" | "NotAvailable")
459
+ def availability_zone_count: () -> ::String
460
+ def active_availability_zone_count: () -> ::String
461
+ def stand_by_availability_zone_count: () -> ::String
462
+ def data_node_count: () -> ::String
463
+ def dedicated_master: () -> bool
464
+ def master_eligible_node_count: () -> ::String
465
+ def warm_node_count: () -> ::String
466
+ def master_node: () -> ("Available" | "UnAvailable")
467
+ def cluster_health: () -> ("Red" | "Yellow" | "Green" | "NotAvailable")
468
+ def total_shards: () -> ::String
469
+ def total_un_assigned_shards: () -> ::String
470
+ def environment_information: () -> ::Array[Types::EnvironmentInfo]
471
+ end
472
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domain_health-instance_method
473
+ def describe_domain_health: (
474
+ domain_name: ::String
475
+ ) -> _DescribeDomainHealthResponseSuccess
476
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainHealthResponseSuccess
477
+
478
+ interface _DescribeDomainNodesResponseSuccess
479
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainNodesResponse]
480
+ def domain_nodes_status_list: () -> ::Array[Types::DomainNodesStatus]
481
+ end
482
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domain_nodes-instance_method
483
+ def describe_domain_nodes: (
484
+ domain_name: ::String
485
+ ) -> _DescribeDomainNodesResponseSuccess
486
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainNodesResponseSuccess
487
+
488
+ interface _DescribeDomainsResponseSuccess
489
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainsResponse]
490
+ def domain_status_list: () -> ::Array[Types::DomainStatus]
491
+ end
492
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_domains-instance_method
493
+ def describe_domains: (
494
+ domain_names: Array[::String]
495
+ ) -> _DescribeDomainsResponseSuccess
496
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainsResponseSuccess
497
+
498
+ interface _DescribeDryRunProgressResponseSuccess
499
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDryRunProgressResponse]
500
+ def dry_run_progress_status: () -> Types::DryRunProgressStatus
501
+ def dry_run_config: () -> Types::DomainStatus
502
+ def dry_run_results: () -> Types::DryRunResults
503
+ end
504
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_dry_run_progress-instance_method
505
+ def describe_dry_run_progress: (
506
+ domain_name: ::String,
507
+ ?dry_run_id: ::String,
508
+ ?load_dry_run_config: bool
509
+ ) -> _DescribeDryRunProgressResponseSuccess
510
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDryRunProgressResponseSuccess
511
+
512
+ interface _DescribeInboundConnectionsResponseSuccess
513
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInboundConnectionsResponse]
514
+ def connections: () -> ::Array[Types::InboundConnection]
515
+ def next_token: () -> ::String
516
+ end
517
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_inbound_connections-instance_method
518
+ def describe_inbound_connections: (
519
+ ?filters: Array[
520
+ {
521
+ name: ::String?,
522
+ values: Array[::String]?
523
+ },
524
+ ],
525
+ ?max_results: ::Integer,
526
+ ?next_token: ::String
527
+ ) -> _DescribeInboundConnectionsResponseSuccess
528
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInboundConnectionsResponseSuccess
529
+
530
+ interface _DescribeInstanceTypeLimitsResponseSuccess
531
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceTypeLimitsResponse]
532
+ def limits_by_role: () -> ::Hash[::String, Types::Limits]
533
+ end
534
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_instance_type_limits-instance_method
535
+ def describe_instance_type_limits: (
536
+ ?domain_name: ::String,
537
+ instance_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search"),
538
+ engine_version: ::String
539
+ ) -> _DescribeInstanceTypeLimitsResponseSuccess
540
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceTypeLimitsResponseSuccess
541
+
542
+ interface _DescribeOutboundConnectionsResponseSuccess
543
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeOutboundConnectionsResponse]
544
+ def connections: () -> ::Array[Types::OutboundConnection]
545
+ def next_token: () -> ::String
546
+ end
547
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_outbound_connections-instance_method
548
+ def describe_outbound_connections: (
549
+ ?filters: Array[
550
+ {
551
+ name: ::String?,
552
+ values: Array[::String]?
553
+ },
554
+ ],
555
+ ?max_results: ::Integer,
556
+ ?next_token: ::String
557
+ ) -> _DescribeOutboundConnectionsResponseSuccess
558
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOutboundConnectionsResponseSuccess
559
+
560
+ interface _DescribePackagesResponseSuccess
561
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackagesResponse]
562
+ def package_details_list: () -> ::Array[Types::PackageDetails]
563
+ def next_token: () -> ::String
564
+ end
565
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_packages-instance_method
566
+ def describe_packages: (
567
+ ?filters: Array[
568
+ {
569
+ name: ("PackageID" | "PackageName" | "PackageStatus" | "PackageType" | "EngineVersion")?,
570
+ value: Array[::String]?
571
+ },
572
+ ],
573
+ ?max_results: ::Integer,
574
+ ?next_token: ::String
575
+ ) -> _DescribePackagesResponseSuccess
576
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackagesResponseSuccess
577
+
578
+ interface _DescribeReservedInstanceOfferingsResponseSuccess
579
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReservedInstanceOfferingsResponse]
580
+ def next_token: () -> ::String
581
+ def reserved_instance_offerings: () -> ::Array[Types::ReservedInstanceOffering]
582
+ end
583
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_reserved_instance_offerings-instance_method
584
+ def describe_reserved_instance_offerings: (
585
+ ?reserved_instance_offering_id: ::String,
586
+ ?max_results: ::Integer,
587
+ ?next_token: ::String
588
+ ) -> _DescribeReservedInstanceOfferingsResponseSuccess
589
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedInstanceOfferingsResponseSuccess
590
+
591
+ interface _DescribeReservedInstancesResponseSuccess
592
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReservedInstancesResponse]
593
+ def next_token: () -> ::String
594
+ def reserved_instances: () -> ::Array[Types::ReservedInstance]
595
+ end
596
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_reserved_instances-instance_method
597
+ def describe_reserved_instances: (
598
+ ?reserved_instance_id: ::String,
599
+ ?max_results: ::Integer,
600
+ ?next_token: ::String
601
+ ) -> _DescribeReservedInstancesResponseSuccess
602
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedInstancesResponseSuccess
603
+
604
+ interface _DescribeVpcEndpointsResponseSuccess
605
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcEndpointsResponse]
606
+ def vpc_endpoints: () -> ::Array[Types::VpcEndpoint]
607
+ def vpc_endpoint_errors: () -> ::Array[Types::VpcEndpointError]
608
+ end
609
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#describe_vpc_endpoints-instance_method
610
+ def describe_vpc_endpoints: (
611
+ vpc_endpoint_ids: Array[::String]
612
+ ) -> _DescribeVpcEndpointsResponseSuccess
613
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcEndpointsResponseSuccess
614
+
615
+ interface _DissociatePackageResponseSuccess
616
+ include ::Seahorse::Client::_ResponseSuccess[Types::DissociatePackageResponse]
617
+ def domain_package_details: () -> Types::DomainPackageDetails
618
+ end
619
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#dissociate_package-instance_method
620
+ def dissociate_package: (
621
+ package_id: ::String,
622
+ domain_name: ::String
623
+ ) -> _DissociatePackageResponseSuccess
624
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DissociatePackageResponseSuccess
625
+
626
+ interface _GetCompatibleVersionsResponseSuccess
627
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCompatibleVersionsResponse]
628
+ def compatible_versions: () -> ::Array[Types::CompatibleVersionsMap]
629
+ end
630
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_compatible_versions-instance_method
631
+ def get_compatible_versions: (
632
+ ?domain_name: ::String
633
+ ) -> _GetCompatibleVersionsResponseSuccess
634
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCompatibleVersionsResponseSuccess
635
+
636
+ interface _GetDataSourceResponseSuccess
637
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDataSourceResponse]
638
+ def data_source_type: () -> Types::DataSourceType
639
+ def name: () -> ::String
640
+ def description: () -> ::String
641
+ def status: () -> ("ACTIVE" | "DISABLED")
642
+ end
643
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_data_source-instance_method
644
+ def get_data_source: (
645
+ domain_name: ::String,
646
+ name: ::String
647
+ ) -> _GetDataSourceResponseSuccess
648
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataSourceResponseSuccess
649
+
650
+ interface _GetDomainMaintenanceStatusResponseSuccess
651
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDomainMaintenanceStatusResponse]
652
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "TIMED_OUT")
653
+ def status_message: () -> ::String
654
+ def node_id: () -> ::String
655
+ def action: () -> ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD")
656
+ def created_at: () -> ::Time
657
+ def updated_at: () -> ::Time
658
+ end
659
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_domain_maintenance_status-instance_method
660
+ def get_domain_maintenance_status: (
661
+ domain_name: ::String,
662
+ maintenance_id: ::String
663
+ ) -> _GetDomainMaintenanceStatusResponseSuccess
664
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDomainMaintenanceStatusResponseSuccess
665
+
666
+ interface _GetPackageVersionHistoryResponseSuccess
667
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPackageVersionHistoryResponse]
668
+ def package_id: () -> ::String
669
+ def package_version_history_list: () -> ::Array[Types::PackageVersionHistory]
670
+ def next_token: () -> ::String
671
+ end
672
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_package_version_history-instance_method
673
+ def get_package_version_history: (
674
+ package_id: ::String,
675
+ ?max_results: ::Integer,
676
+ ?next_token: ::String
677
+ ) -> _GetPackageVersionHistoryResponseSuccess
678
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPackageVersionHistoryResponseSuccess
679
+
680
+ interface _GetUpgradeHistoryResponseSuccess
681
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUpgradeHistoryResponse]
682
+ def upgrade_histories: () -> ::Array[Types::UpgradeHistory]
683
+ def next_token: () -> ::String
684
+ end
685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_upgrade_history-instance_method
686
+ def get_upgrade_history: (
687
+ domain_name: ::String,
688
+ ?max_results: ::Integer,
689
+ ?next_token: ::String
690
+ ) -> _GetUpgradeHistoryResponseSuccess
691
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeHistoryResponseSuccess
692
+
693
+ interface _GetUpgradeStatusResponseSuccess
694
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUpgradeStatusResponse]
695
+ def upgrade_step: () -> ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")
696
+ def step_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
697
+ def upgrade_name: () -> ::String
698
+ end
699
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_upgrade_status-instance_method
700
+ def get_upgrade_status: (
701
+ domain_name: ::String
702
+ ) -> _GetUpgradeStatusResponseSuccess
703
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeStatusResponseSuccess
704
+
705
+ interface _ListDataSourcesResponseSuccess
706
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSourcesResponse]
707
+ def data_sources: () -> ::Array[Types::DataSourceDetails]
708
+ end
709
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_data_sources-instance_method
710
+ def list_data_sources: (
711
+ domain_name: ::String
712
+ ) -> _ListDataSourcesResponseSuccess
713
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataSourcesResponseSuccess
714
+
715
+ interface _ListDomainMaintenancesResponseSuccess
716
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainMaintenancesResponse]
717
+ def domain_maintenances: () -> ::Array[Types::DomainMaintenanceDetails]
718
+ def next_token: () -> ::String
719
+ end
720
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_domain_maintenances-instance_method
721
+ def list_domain_maintenances: (
722
+ domain_name: ::String,
723
+ ?action: ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD"),
724
+ ?status: ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "TIMED_OUT"),
725
+ ?max_results: ::Integer,
726
+ ?next_token: ::String
727
+ ) -> _ListDomainMaintenancesResponseSuccess
728
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainMaintenancesResponseSuccess
729
+
730
+ interface _ListDomainNamesResponseSuccess
731
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainNamesResponse]
732
+ def domain_names: () -> ::Array[Types::DomainInfo]
733
+ end
734
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_domain_names-instance_method
735
+ def list_domain_names: (
736
+ ?engine_type: ("OpenSearch" | "Elasticsearch")
737
+ ) -> _ListDomainNamesResponseSuccess
738
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainNamesResponseSuccess
739
+
740
+ interface _ListDomainsForPackageResponseSuccess
741
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainsForPackageResponse]
742
+ def domain_package_details_list: () -> ::Array[Types::DomainPackageDetails]
743
+ def next_token: () -> ::String
744
+ end
745
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_domains_for_package-instance_method
746
+ def list_domains_for_package: (
747
+ package_id: ::String,
748
+ ?max_results: ::Integer,
749
+ ?next_token: ::String
750
+ ) -> _ListDomainsForPackageResponseSuccess
751
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainsForPackageResponseSuccess
752
+
753
+ interface _ListInstanceTypeDetailsResponseSuccess
754
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListInstanceTypeDetailsResponse]
755
+ def instance_type_details: () -> ::Array[Types::InstanceTypeDetails]
756
+ def next_token: () -> ::String
757
+ end
758
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_instance_type_details-instance_method
759
+ def list_instance_type_details: (
760
+ engine_version: ::String,
761
+ ?domain_name: ::String,
762
+ ?max_results: ::Integer,
763
+ ?next_token: ::String,
764
+ ?retrieve_a_zs: bool,
765
+ ?instance_type: ::String
766
+ ) -> _ListInstanceTypeDetailsResponseSuccess
767
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInstanceTypeDetailsResponseSuccess
768
+
769
+ interface _ListPackagesForDomainResponseSuccess
770
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPackagesForDomainResponse]
771
+ def domain_package_details_list: () -> ::Array[Types::DomainPackageDetails]
772
+ def next_token: () -> ::String
773
+ end
774
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_packages_for_domain-instance_method
775
+ def list_packages_for_domain: (
776
+ domain_name: ::String,
777
+ ?max_results: ::Integer,
778
+ ?next_token: ::String
779
+ ) -> _ListPackagesForDomainResponseSuccess
780
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackagesForDomainResponseSuccess
781
+
782
+ interface _ListScheduledActionsResponseSuccess
783
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListScheduledActionsResponse]
784
+ def scheduled_actions: () -> ::Array[Types::ScheduledAction]
785
+ def next_token: () -> ::String
786
+ end
787
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_scheduled_actions-instance_method
788
+ def list_scheduled_actions: (
789
+ domain_name: ::String,
790
+ ?max_results: ::Integer,
791
+ ?next_token: ::String
792
+ ) -> _ListScheduledActionsResponseSuccess
793
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListScheduledActionsResponseSuccess
794
+
795
+ interface _ListTagsResponseSuccess
796
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsResponse]
797
+ def tag_list: () -> ::Array[Types::Tag]
798
+ end
799
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_tags-instance_method
800
+ def list_tags: (
801
+ arn: ::String
802
+ ) -> _ListTagsResponseSuccess
803
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsResponseSuccess
804
+
805
+ interface _ListVersionsResponseSuccess
806
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVersionsResponse]
807
+ def versions: () -> ::Array[::String]
808
+ def next_token: () -> ::String
809
+ end
810
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_versions-instance_method
811
+ def list_versions: (
812
+ ?max_results: ::Integer,
813
+ ?next_token: ::String
814
+ ) -> _ListVersionsResponseSuccess
815
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
816
+
817
+ interface _ListVpcEndpointAccessResponseSuccess
818
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointAccessResponse]
819
+ def authorized_principal_list: () -> ::Array[Types::AuthorizedPrincipal]
820
+ def next_token: () -> ::String
821
+ end
822
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_vpc_endpoint_access-instance_method
823
+ def list_vpc_endpoint_access: (
824
+ domain_name: ::String,
825
+ ?next_token: ::String
826
+ ) -> _ListVpcEndpointAccessResponseSuccess
827
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointAccessResponseSuccess
828
+
829
+ interface _ListVpcEndpointsResponseSuccess
830
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointsResponse]
831
+ def vpc_endpoint_summary_list: () -> ::Array[Types::VpcEndpointSummary]
832
+ def next_token: () -> ::String
833
+ end
834
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_vpc_endpoints-instance_method
835
+ def list_vpc_endpoints: (
836
+ ?next_token: ::String
837
+ ) -> _ListVpcEndpointsResponseSuccess
838
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointsResponseSuccess
839
+
840
+ interface _ListVpcEndpointsForDomainResponseSuccess
841
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointsForDomainResponse]
842
+ def vpc_endpoint_summary_list: () -> ::Array[Types::VpcEndpointSummary]
843
+ def next_token: () -> ::String
844
+ end
845
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_vpc_endpoints_for_domain-instance_method
846
+ def list_vpc_endpoints_for_domain: (
847
+ domain_name: ::String,
848
+ ?next_token: ::String
849
+ ) -> _ListVpcEndpointsForDomainResponseSuccess
850
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointsForDomainResponseSuccess
851
+
852
+ interface _PurchaseReservedInstanceOfferingResponseSuccess
853
+ include ::Seahorse::Client::_ResponseSuccess[Types::PurchaseReservedInstanceOfferingResponse]
854
+ def reserved_instance_id: () -> ::String
855
+ def reservation_name: () -> ::String
856
+ end
857
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#purchase_reserved_instance_offering-instance_method
858
+ def purchase_reserved_instance_offering: (
859
+ reserved_instance_offering_id: ::String,
860
+ reservation_name: ::String,
861
+ ?instance_count: ::Integer
862
+ ) -> _PurchaseReservedInstanceOfferingResponseSuccess
863
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedInstanceOfferingResponseSuccess
864
+
865
+ interface _RejectInboundConnectionResponseSuccess
866
+ include ::Seahorse::Client::_ResponseSuccess[Types::RejectInboundConnectionResponse]
867
+ def connection: () -> Types::InboundConnection
868
+ end
869
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#reject_inbound_connection-instance_method
870
+ def reject_inbound_connection: (
871
+ connection_id: ::String
872
+ ) -> _RejectInboundConnectionResponseSuccess
873
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectInboundConnectionResponseSuccess
874
+
875
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#remove_tags-instance_method
876
+ def remove_tags: (
877
+ arn: ::String,
878
+ tag_keys: Array[::String]
879
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
880
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
881
+
882
+ interface _RevokeVpcEndpointAccessResponseSuccess
883
+ include ::Seahorse::Client::_ResponseSuccess[Types::RevokeVpcEndpointAccessResponse]
884
+ end
885
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#revoke_vpc_endpoint_access-instance_method
886
+ def revoke_vpc_endpoint_access: (
887
+ domain_name: ::String,
888
+ account: ::String
889
+ ) -> _RevokeVpcEndpointAccessResponseSuccess
890
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeVpcEndpointAccessResponseSuccess
891
+
892
+ interface _StartDomainMaintenanceResponseSuccess
893
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDomainMaintenanceResponse]
894
+ def maintenance_id: () -> ::String
895
+ end
896
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#start_domain_maintenance-instance_method
897
+ def start_domain_maintenance: (
898
+ domain_name: ::String,
899
+ action: ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD"),
900
+ ?node_id: ::String
901
+ ) -> _StartDomainMaintenanceResponseSuccess
902
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDomainMaintenanceResponseSuccess
903
+
904
+ interface _StartServiceSoftwareUpdateResponseSuccess
905
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartServiceSoftwareUpdateResponse]
906
+ def service_software_options: () -> Types::ServiceSoftwareOptions
907
+ end
908
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#start_service_software_update-instance_method
909
+ def start_service_software_update: (
910
+ domain_name: ::String,
911
+ ?schedule_at: ("NOW" | "TIMESTAMP" | "OFF_PEAK_WINDOW"),
912
+ ?desired_start_time: ::Integer
913
+ ) -> _StartServiceSoftwareUpdateResponseSuccess
914
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartServiceSoftwareUpdateResponseSuccess
915
+
916
+ interface _UpdateDataSourceResponseSuccess
917
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDataSourceResponse]
918
+ def message: () -> ::String
919
+ end
920
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_data_source-instance_method
921
+ def update_data_source: (
922
+ domain_name: ::String,
923
+ name: ::String,
924
+ data_source_type: {
925
+ s3_glue_data_catalog: {
926
+ role_arn: ::String?
927
+ }?
928
+ },
929
+ ?description: ::String,
930
+ ?status: ("ACTIVE" | "DISABLED")
931
+ ) -> _UpdateDataSourceResponseSuccess
932
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataSourceResponseSuccess
933
+
934
+ interface _UpdateDomainConfigResponseSuccess
935
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDomainConfigResponse]
936
+ def domain_config: () -> Types::DomainConfig
937
+ def dry_run_results: () -> Types::DryRunResults
938
+ def dry_run_progress_status: () -> Types::DryRunProgressStatus
939
+ end
940
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_domain_config-instance_method
941
+ def update_domain_config: (
942
+ domain_name: ::String,
943
+ ?cluster_config: {
944
+ instance_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
945
+ instance_count: ::Integer?,
946
+ dedicated_master_enabled: bool?,
947
+ zone_awareness_enabled: bool?,
948
+ zone_awareness_config: {
949
+ availability_zone_count: ::Integer?
950
+ }?,
951
+ dedicated_master_type: ("m3.medium.search" | "m3.large.search" | "m3.xlarge.search" | "m3.2xlarge.search" | "m4.large.search" | "m4.xlarge.search" | "m4.2xlarge.search" | "m4.4xlarge.search" | "m4.10xlarge.search" | "m5.large.search" | "m5.xlarge.search" | "m5.2xlarge.search" | "m5.4xlarge.search" | "m5.12xlarge.search" | "m5.24xlarge.search" | "r5.large.search" | "r5.xlarge.search" | "r5.2xlarge.search" | "r5.4xlarge.search" | "r5.12xlarge.search" | "r5.24xlarge.search" | "c5.large.search" | "c5.xlarge.search" | "c5.2xlarge.search" | "c5.4xlarge.search" | "c5.9xlarge.search" | "c5.18xlarge.search" | "t3.nano.search" | "t3.micro.search" | "t3.small.search" | "t3.medium.search" | "t3.large.search" | "t3.xlarge.search" | "t3.2xlarge.search" | "or1.medium.search" | "or1.large.search" | "or1.xlarge.search" | "or1.2xlarge.search" | "or1.4xlarge.search" | "or1.8xlarge.search" | "or1.12xlarge.search" | "or1.16xlarge.search" | "ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search" | "t2.micro.search" | "t2.small.search" | "t2.medium.search" | "r3.large.search" | "r3.xlarge.search" | "r3.2xlarge.search" | "r3.4xlarge.search" | "r3.8xlarge.search" | "i2.xlarge.search" | "i2.2xlarge.search" | "d2.xlarge.search" | "d2.2xlarge.search" | "d2.4xlarge.search" | "d2.8xlarge.search" | "c4.large.search" | "c4.xlarge.search" | "c4.2xlarge.search" | "c4.4xlarge.search" | "c4.8xlarge.search" | "r4.large.search" | "r4.xlarge.search" | "r4.2xlarge.search" | "r4.4xlarge.search" | "r4.8xlarge.search" | "r4.16xlarge.search" | "i3.large.search" | "i3.xlarge.search" | "i3.2xlarge.search" | "i3.4xlarge.search" | "i3.8xlarge.search" | "i3.16xlarge.search" | "r6g.large.search" | "r6g.xlarge.search" | "r6g.2xlarge.search" | "r6g.4xlarge.search" | "r6g.8xlarge.search" | "r6g.12xlarge.search" | "m6g.large.search" | "m6g.xlarge.search" | "m6g.2xlarge.search" | "m6g.4xlarge.search" | "m6g.8xlarge.search" | "m6g.12xlarge.search" | "c6g.large.search" | "c6g.xlarge.search" | "c6g.2xlarge.search" | "c6g.4xlarge.search" | "c6g.8xlarge.search" | "c6g.12xlarge.search" | "r6gd.large.search" | "r6gd.xlarge.search" | "r6gd.2xlarge.search" | "r6gd.4xlarge.search" | "r6gd.8xlarge.search" | "r6gd.12xlarge.search" | "r6gd.16xlarge.search" | "t4g.small.search" | "t4g.medium.search")?,
952
+ dedicated_master_count: ::Integer?,
953
+ warm_enabled: bool?,
954
+ warm_type: ("ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search")?,
955
+ warm_count: ::Integer?,
956
+ cold_storage_options: {
957
+ enabled: bool
958
+ }?,
959
+ multi_az_with_standby_enabled: bool?
960
+ },
961
+ ?ebs_options: {
962
+ ebs_enabled: bool?,
963
+ volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
964
+ volume_size: ::Integer?,
965
+ iops: ::Integer?,
966
+ throughput: ::Integer?
967
+ },
968
+ ?snapshot_options: {
969
+ automated_snapshot_start_hour: ::Integer?
970
+ },
971
+ ?vpc_options: {
972
+ subnet_ids: Array[::String]?,
973
+ security_group_ids: Array[::String]?
974
+ },
975
+ ?cognito_options: {
976
+ enabled: bool?,
977
+ user_pool_id: ::String?,
978
+ identity_pool_id: ::String?,
979
+ role_arn: ::String?
980
+ },
981
+ ?advanced_options: Hash[::String, ::String],
982
+ ?access_policies: ::String,
983
+ ?ip_address_type: ("ipv4" | "dualstack"),
984
+ ?log_publishing_options: Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), {
985
+ cloud_watch_logs_log_group_arn: ::String?,
986
+ enabled: bool?
987
+ }],
988
+ ?encryption_at_rest_options: {
989
+ enabled: bool?,
990
+ kms_key_id: ::String?
991
+ },
992
+ ?domain_endpoint_options: {
993
+ enforce_https: bool?,
994
+ tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10")?,
995
+ custom_endpoint_enabled: bool?,
996
+ custom_endpoint: ::String?,
997
+ custom_endpoint_certificate_arn: ::String?
998
+ },
999
+ ?node_to_node_encryption_options: {
1000
+ enabled: bool?
1001
+ },
1002
+ ?advanced_security_options: {
1003
+ enabled: bool?,
1004
+ internal_user_database_enabled: bool?,
1005
+ master_user_options: {
1006
+ master_user_arn: ::String?,
1007
+ master_user_name: ::String?,
1008
+ master_user_password: ::String?
1009
+ }?,
1010
+ saml_options: {
1011
+ enabled: bool?,
1012
+ idp: {
1013
+ metadata_content: ::String,
1014
+ entity_id: ::String
1015
+ }?,
1016
+ master_user_name: ::String?,
1017
+ master_backend_role: ::String?,
1018
+ subject_key: ::String?,
1019
+ roles_key: ::String?,
1020
+ session_timeout_minutes: ::Integer?
1021
+ }?,
1022
+ anonymous_auth_enabled: bool?
1023
+ },
1024
+ ?auto_tune_options: {
1025
+ desired_state: ("ENABLED" | "DISABLED")?,
1026
+ rollback_on_disable: ("NO_ROLLBACK" | "DEFAULT_ROLLBACK")?,
1027
+ maintenance_schedules: Array[
1028
+ {
1029
+ start_at: ::Time?,
1030
+ duration: {
1031
+ value: ::Integer?,
1032
+ unit: ("HOURS")?
1033
+ }?,
1034
+ cron_expression_for_recurrence: ::String?
1035
+ },
1036
+ ]?,
1037
+ use_off_peak_window: bool?
1038
+ },
1039
+ ?dry_run: bool,
1040
+ ?dry_run_mode: ("Basic" | "Verbose"),
1041
+ ?off_peak_window_options: {
1042
+ enabled: bool?,
1043
+ off_peak_window: {
1044
+ window_start_time: {
1045
+ hours: ::Integer,
1046
+ minutes: ::Integer
1047
+ }?
1048
+ }?
1049
+ },
1050
+ ?software_update_options: {
1051
+ auto_software_update_enabled: bool?
1052
+ }
1053
+ ) -> _UpdateDomainConfigResponseSuccess
1054
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainConfigResponseSuccess
1055
+
1056
+ interface _UpdatePackageResponseSuccess
1057
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePackageResponse]
1058
+ def package_details: () -> Types::PackageDetails
1059
+ end
1060
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_package-instance_method
1061
+ def update_package: (
1062
+ package_id: ::String,
1063
+ package_source: {
1064
+ s3_bucket_name: ::String?,
1065
+ s3_key: ::String?
1066
+ },
1067
+ ?package_description: ::String,
1068
+ ?commit_message: ::String
1069
+ ) -> _UpdatePackageResponseSuccess
1070
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePackageResponseSuccess
1071
+
1072
+ interface _UpdateScheduledActionResponseSuccess
1073
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateScheduledActionResponse]
1074
+ def scheduled_action: () -> Types::ScheduledAction
1075
+ end
1076
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_scheduled_action-instance_method
1077
+ def update_scheduled_action: (
1078
+ domain_name: ::String,
1079
+ action_id: ::String,
1080
+ action_type: ("SERVICE_SOFTWARE_UPDATE" | "JVM_HEAP_SIZE_TUNING" | "JVM_YOUNG_GEN_TUNING"),
1081
+ schedule_at: ("NOW" | "TIMESTAMP" | "OFF_PEAK_WINDOW"),
1082
+ ?desired_start_time: ::Integer
1083
+ ) -> _UpdateScheduledActionResponseSuccess
1084
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScheduledActionResponseSuccess
1085
+
1086
+ interface _UpdateVpcEndpointResponseSuccess
1087
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVpcEndpointResponse]
1088
+ def vpc_endpoint: () -> Types::VpcEndpoint
1089
+ end
1090
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_vpc_endpoint-instance_method
1091
+ def update_vpc_endpoint: (
1092
+ vpc_endpoint_id: ::String,
1093
+ vpc_options: {
1094
+ subnet_ids: Array[::String]?,
1095
+ security_group_ids: Array[::String]?
1096
+ }
1097
+ ) -> _UpdateVpcEndpointResponseSuccess
1098
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVpcEndpointResponseSuccess
1099
+
1100
+ interface _UpgradeDomainResponseSuccess
1101
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpgradeDomainResponse]
1102
+ def upgrade_id: () -> ::String
1103
+ def domain_name: () -> ::String
1104
+ def target_version: () -> ::String
1105
+ def perform_check_only: () -> bool
1106
+ def advanced_options: () -> ::Hash[::String, ::String]
1107
+ def change_progress_details: () -> Types::ChangeProgressDetails
1108
+ end
1109
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#upgrade_domain-instance_method
1110
+ def upgrade_domain: (
1111
+ domain_name: ::String,
1112
+ target_version: ::String,
1113
+ ?perform_check_only: bool,
1114
+ ?advanced_options: Hash[::String, ::String]
1115
+ ) -> _UpgradeDomainResponseSuccess
1116
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpgradeDomainResponseSuccess
1117
+ end
1118
+ end
1119
+ end
1120
+