aws-sdk-opensearchservice 1.35.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1118 @@
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" | "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" | "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" | "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
+ end
642
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_data_source-instance_method
643
+ def get_data_source: (
644
+ domain_name: ::String,
645
+ name: ::String
646
+ ) -> _GetDataSourceResponseSuccess
647
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataSourceResponseSuccess
648
+
649
+ interface _GetDomainMaintenanceStatusResponseSuccess
650
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDomainMaintenanceStatusResponse]
651
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "TIMED_OUT")
652
+ def status_message: () -> ::String
653
+ def node_id: () -> ::String
654
+ def action: () -> ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD")
655
+ def created_at: () -> ::Time
656
+ def updated_at: () -> ::Time
657
+ end
658
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_domain_maintenance_status-instance_method
659
+ def get_domain_maintenance_status: (
660
+ domain_name: ::String,
661
+ maintenance_id: ::String
662
+ ) -> _GetDomainMaintenanceStatusResponseSuccess
663
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDomainMaintenanceStatusResponseSuccess
664
+
665
+ interface _GetPackageVersionHistoryResponseSuccess
666
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPackageVersionHistoryResponse]
667
+ def package_id: () -> ::String
668
+ def package_version_history_list: () -> ::Array[Types::PackageVersionHistory]
669
+ def next_token: () -> ::String
670
+ end
671
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_package_version_history-instance_method
672
+ def get_package_version_history: (
673
+ package_id: ::String,
674
+ ?max_results: ::Integer,
675
+ ?next_token: ::String
676
+ ) -> _GetPackageVersionHistoryResponseSuccess
677
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPackageVersionHistoryResponseSuccess
678
+
679
+ interface _GetUpgradeHistoryResponseSuccess
680
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUpgradeHistoryResponse]
681
+ def upgrade_histories: () -> ::Array[Types::UpgradeHistory]
682
+ def next_token: () -> ::String
683
+ end
684
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_upgrade_history-instance_method
685
+ def get_upgrade_history: (
686
+ domain_name: ::String,
687
+ ?max_results: ::Integer,
688
+ ?next_token: ::String
689
+ ) -> _GetUpgradeHistoryResponseSuccess
690
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeHistoryResponseSuccess
691
+
692
+ interface _GetUpgradeStatusResponseSuccess
693
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUpgradeStatusResponse]
694
+ def upgrade_step: () -> ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")
695
+ def step_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
696
+ def upgrade_name: () -> ::String
697
+ end
698
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_upgrade_status-instance_method
699
+ def get_upgrade_status: (
700
+ domain_name: ::String
701
+ ) -> _GetUpgradeStatusResponseSuccess
702
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeStatusResponseSuccess
703
+
704
+ interface _ListDataSourcesResponseSuccess
705
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataSourcesResponse]
706
+ def data_sources: () -> ::Array[Types::DataSourceDetails]
707
+ end
708
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_data_sources-instance_method
709
+ def list_data_sources: (
710
+ domain_name: ::String
711
+ ) -> _ListDataSourcesResponseSuccess
712
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataSourcesResponseSuccess
713
+
714
+ interface _ListDomainMaintenancesResponseSuccess
715
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainMaintenancesResponse]
716
+ def domain_maintenances: () -> ::Array[Types::DomainMaintenanceDetails]
717
+ def next_token: () -> ::String
718
+ end
719
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_domain_maintenances-instance_method
720
+ def list_domain_maintenances: (
721
+ domain_name: ::String,
722
+ ?action: ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD"),
723
+ ?status: ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "TIMED_OUT"),
724
+ ?max_results: ::Integer,
725
+ ?next_token: ::String
726
+ ) -> _ListDomainMaintenancesResponseSuccess
727
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainMaintenancesResponseSuccess
728
+
729
+ interface _ListDomainNamesResponseSuccess
730
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainNamesResponse]
731
+ def domain_names: () -> ::Array[Types::DomainInfo]
732
+ end
733
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_domain_names-instance_method
734
+ def list_domain_names: (
735
+ ?engine_type: ("OpenSearch" | "Elasticsearch")
736
+ ) -> _ListDomainNamesResponseSuccess
737
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainNamesResponseSuccess
738
+
739
+ interface _ListDomainsForPackageResponseSuccess
740
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainsForPackageResponse]
741
+ def domain_package_details_list: () -> ::Array[Types::DomainPackageDetails]
742
+ def next_token: () -> ::String
743
+ end
744
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_domains_for_package-instance_method
745
+ def list_domains_for_package: (
746
+ package_id: ::String,
747
+ ?max_results: ::Integer,
748
+ ?next_token: ::String
749
+ ) -> _ListDomainsForPackageResponseSuccess
750
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainsForPackageResponseSuccess
751
+
752
+ interface _ListInstanceTypeDetailsResponseSuccess
753
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListInstanceTypeDetailsResponse]
754
+ def instance_type_details: () -> ::Array[Types::InstanceTypeDetails]
755
+ def next_token: () -> ::String
756
+ end
757
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_instance_type_details-instance_method
758
+ def list_instance_type_details: (
759
+ engine_version: ::String,
760
+ ?domain_name: ::String,
761
+ ?max_results: ::Integer,
762
+ ?next_token: ::String,
763
+ ?retrieve_a_zs: bool,
764
+ ?instance_type: ::String
765
+ ) -> _ListInstanceTypeDetailsResponseSuccess
766
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInstanceTypeDetailsResponseSuccess
767
+
768
+ interface _ListPackagesForDomainResponseSuccess
769
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPackagesForDomainResponse]
770
+ def domain_package_details_list: () -> ::Array[Types::DomainPackageDetails]
771
+ def next_token: () -> ::String
772
+ end
773
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_packages_for_domain-instance_method
774
+ def list_packages_for_domain: (
775
+ domain_name: ::String,
776
+ ?max_results: ::Integer,
777
+ ?next_token: ::String
778
+ ) -> _ListPackagesForDomainResponseSuccess
779
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackagesForDomainResponseSuccess
780
+
781
+ interface _ListScheduledActionsResponseSuccess
782
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListScheduledActionsResponse]
783
+ def scheduled_actions: () -> ::Array[Types::ScheduledAction]
784
+ def next_token: () -> ::String
785
+ end
786
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_scheduled_actions-instance_method
787
+ def list_scheduled_actions: (
788
+ domain_name: ::String,
789
+ ?max_results: ::Integer,
790
+ ?next_token: ::String
791
+ ) -> _ListScheduledActionsResponseSuccess
792
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListScheduledActionsResponseSuccess
793
+
794
+ interface _ListTagsResponseSuccess
795
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsResponse]
796
+ def tag_list: () -> ::Array[Types::Tag]
797
+ end
798
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_tags-instance_method
799
+ def list_tags: (
800
+ arn: ::String
801
+ ) -> _ListTagsResponseSuccess
802
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsResponseSuccess
803
+
804
+ interface _ListVersionsResponseSuccess
805
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVersionsResponse]
806
+ def versions: () -> ::Array[::String]
807
+ def next_token: () -> ::String
808
+ end
809
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_versions-instance_method
810
+ def list_versions: (
811
+ ?max_results: ::Integer,
812
+ ?next_token: ::String
813
+ ) -> _ListVersionsResponseSuccess
814
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
815
+
816
+ interface _ListVpcEndpointAccessResponseSuccess
817
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointAccessResponse]
818
+ def authorized_principal_list: () -> ::Array[Types::AuthorizedPrincipal]
819
+ def next_token: () -> ::String
820
+ end
821
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_vpc_endpoint_access-instance_method
822
+ def list_vpc_endpoint_access: (
823
+ domain_name: ::String,
824
+ ?next_token: ::String
825
+ ) -> _ListVpcEndpointAccessResponseSuccess
826
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointAccessResponseSuccess
827
+
828
+ interface _ListVpcEndpointsResponseSuccess
829
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointsResponse]
830
+ def vpc_endpoint_summary_list: () -> ::Array[Types::VpcEndpointSummary]
831
+ def next_token: () -> ::String
832
+ end
833
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_vpc_endpoints-instance_method
834
+ def list_vpc_endpoints: (
835
+ ?next_token: ::String
836
+ ) -> _ListVpcEndpointsResponseSuccess
837
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointsResponseSuccess
838
+
839
+ interface _ListVpcEndpointsForDomainResponseSuccess
840
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointsForDomainResponse]
841
+ def vpc_endpoint_summary_list: () -> ::Array[Types::VpcEndpointSummary]
842
+ def next_token: () -> ::String
843
+ end
844
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#list_vpc_endpoints_for_domain-instance_method
845
+ def list_vpc_endpoints_for_domain: (
846
+ domain_name: ::String,
847
+ ?next_token: ::String
848
+ ) -> _ListVpcEndpointsForDomainResponseSuccess
849
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointsForDomainResponseSuccess
850
+
851
+ interface _PurchaseReservedInstanceOfferingResponseSuccess
852
+ include ::Seahorse::Client::_ResponseSuccess[Types::PurchaseReservedInstanceOfferingResponse]
853
+ def reserved_instance_id: () -> ::String
854
+ def reservation_name: () -> ::String
855
+ end
856
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#purchase_reserved_instance_offering-instance_method
857
+ def purchase_reserved_instance_offering: (
858
+ reserved_instance_offering_id: ::String,
859
+ reservation_name: ::String,
860
+ ?instance_count: ::Integer
861
+ ) -> _PurchaseReservedInstanceOfferingResponseSuccess
862
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedInstanceOfferingResponseSuccess
863
+
864
+ interface _RejectInboundConnectionResponseSuccess
865
+ include ::Seahorse::Client::_ResponseSuccess[Types::RejectInboundConnectionResponse]
866
+ def connection: () -> Types::InboundConnection
867
+ end
868
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#reject_inbound_connection-instance_method
869
+ def reject_inbound_connection: (
870
+ connection_id: ::String
871
+ ) -> _RejectInboundConnectionResponseSuccess
872
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectInboundConnectionResponseSuccess
873
+
874
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#remove_tags-instance_method
875
+ def remove_tags: (
876
+ arn: ::String,
877
+ tag_keys: Array[::String]
878
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
879
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
880
+
881
+ interface _RevokeVpcEndpointAccessResponseSuccess
882
+ include ::Seahorse::Client::_ResponseSuccess[Types::RevokeVpcEndpointAccessResponse]
883
+ end
884
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#revoke_vpc_endpoint_access-instance_method
885
+ def revoke_vpc_endpoint_access: (
886
+ domain_name: ::String,
887
+ account: ::String
888
+ ) -> _RevokeVpcEndpointAccessResponseSuccess
889
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeVpcEndpointAccessResponseSuccess
890
+
891
+ interface _StartDomainMaintenanceResponseSuccess
892
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDomainMaintenanceResponse]
893
+ def maintenance_id: () -> ::String
894
+ end
895
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#start_domain_maintenance-instance_method
896
+ def start_domain_maintenance: (
897
+ domain_name: ::String,
898
+ action: ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD"),
899
+ ?node_id: ::String
900
+ ) -> _StartDomainMaintenanceResponseSuccess
901
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDomainMaintenanceResponseSuccess
902
+
903
+ interface _StartServiceSoftwareUpdateResponseSuccess
904
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartServiceSoftwareUpdateResponse]
905
+ def service_software_options: () -> Types::ServiceSoftwareOptions
906
+ end
907
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#start_service_software_update-instance_method
908
+ def start_service_software_update: (
909
+ domain_name: ::String,
910
+ ?schedule_at: ("NOW" | "TIMESTAMP" | "OFF_PEAK_WINDOW"),
911
+ ?desired_start_time: ::Integer
912
+ ) -> _StartServiceSoftwareUpdateResponseSuccess
913
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartServiceSoftwareUpdateResponseSuccess
914
+
915
+ interface _UpdateDataSourceResponseSuccess
916
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDataSourceResponse]
917
+ def message: () -> ::String
918
+ end
919
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_data_source-instance_method
920
+ def update_data_source: (
921
+ domain_name: ::String,
922
+ name: ::String,
923
+ data_source_type: {
924
+ s3_glue_data_catalog: {
925
+ role_arn: ::String?
926
+ }?
927
+ },
928
+ ?description: ::String
929
+ ) -> _UpdateDataSourceResponseSuccess
930
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataSourceResponseSuccess
931
+
932
+ interface _UpdateDomainConfigResponseSuccess
933
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDomainConfigResponse]
934
+ def domain_config: () -> Types::DomainConfig
935
+ def dry_run_results: () -> Types::DryRunResults
936
+ def dry_run_progress_status: () -> Types::DryRunProgressStatus
937
+ end
938
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_domain_config-instance_method
939
+ def update_domain_config: (
940
+ domain_name: ::String,
941
+ ?cluster_config: {
942
+ 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" | "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")?,
943
+ instance_count: ::Integer?,
944
+ dedicated_master_enabled: bool?,
945
+ zone_awareness_enabled: bool?,
946
+ zone_awareness_config: {
947
+ availability_zone_count: ::Integer?
948
+ }?,
949
+ 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" | "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")?,
950
+ dedicated_master_count: ::Integer?,
951
+ warm_enabled: bool?,
952
+ warm_type: ("ultrawarm1.medium.search" | "ultrawarm1.large.search" | "ultrawarm1.xlarge.search")?,
953
+ warm_count: ::Integer?,
954
+ cold_storage_options: {
955
+ enabled: bool
956
+ }?,
957
+ multi_az_with_standby_enabled: bool?
958
+ },
959
+ ?ebs_options: {
960
+ ebs_enabled: bool?,
961
+ volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
962
+ volume_size: ::Integer?,
963
+ iops: ::Integer?,
964
+ throughput: ::Integer?
965
+ },
966
+ ?snapshot_options: {
967
+ automated_snapshot_start_hour: ::Integer?
968
+ },
969
+ ?vpc_options: {
970
+ subnet_ids: Array[::String]?,
971
+ security_group_ids: Array[::String]?
972
+ },
973
+ ?cognito_options: {
974
+ enabled: bool?,
975
+ user_pool_id: ::String?,
976
+ identity_pool_id: ::String?,
977
+ role_arn: ::String?
978
+ },
979
+ ?advanced_options: Hash[::String, ::String],
980
+ ?access_policies: ::String,
981
+ ?ip_address_type: ("ipv4" | "dualstack"),
982
+ ?log_publishing_options: Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), {
983
+ cloud_watch_logs_log_group_arn: ::String?,
984
+ enabled: bool?
985
+ }],
986
+ ?encryption_at_rest_options: {
987
+ enabled: bool?,
988
+ kms_key_id: ::String?
989
+ },
990
+ ?domain_endpoint_options: {
991
+ enforce_https: bool?,
992
+ 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")?,
993
+ custom_endpoint_enabled: bool?,
994
+ custom_endpoint: ::String?,
995
+ custom_endpoint_certificate_arn: ::String?
996
+ },
997
+ ?node_to_node_encryption_options: {
998
+ enabled: bool?
999
+ },
1000
+ ?advanced_security_options: {
1001
+ enabled: bool?,
1002
+ internal_user_database_enabled: bool?,
1003
+ master_user_options: {
1004
+ master_user_arn: ::String?,
1005
+ master_user_name: ::String?,
1006
+ master_user_password: ::String?
1007
+ }?,
1008
+ saml_options: {
1009
+ enabled: bool?,
1010
+ idp: {
1011
+ metadata_content: ::String,
1012
+ entity_id: ::String
1013
+ }?,
1014
+ master_user_name: ::String?,
1015
+ master_backend_role: ::String?,
1016
+ subject_key: ::String?,
1017
+ roles_key: ::String?,
1018
+ session_timeout_minutes: ::Integer?
1019
+ }?,
1020
+ anonymous_auth_enabled: bool?
1021
+ },
1022
+ ?auto_tune_options: {
1023
+ desired_state: ("ENABLED" | "DISABLED")?,
1024
+ rollback_on_disable: ("NO_ROLLBACK" | "DEFAULT_ROLLBACK")?,
1025
+ maintenance_schedules: Array[
1026
+ {
1027
+ start_at: ::Time?,
1028
+ duration: {
1029
+ value: ::Integer?,
1030
+ unit: ("HOURS")?
1031
+ }?,
1032
+ cron_expression_for_recurrence: ::String?
1033
+ },
1034
+ ]?,
1035
+ use_off_peak_window: bool?
1036
+ },
1037
+ ?dry_run: bool,
1038
+ ?dry_run_mode: ("Basic" | "Verbose"),
1039
+ ?off_peak_window_options: {
1040
+ enabled: bool?,
1041
+ off_peak_window: {
1042
+ window_start_time: {
1043
+ hours: ::Integer,
1044
+ minutes: ::Integer
1045
+ }?
1046
+ }?
1047
+ },
1048
+ ?software_update_options: {
1049
+ auto_software_update_enabled: bool?
1050
+ }
1051
+ ) -> _UpdateDomainConfigResponseSuccess
1052
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainConfigResponseSuccess
1053
+
1054
+ interface _UpdatePackageResponseSuccess
1055
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePackageResponse]
1056
+ def package_details: () -> Types::PackageDetails
1057
+ end
1058
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_package-instance_method
1059
+ def update_package: (
1060
+ package_id: ::String,
1061
+ package_source: {
1062
+ s3_bucket_name: ::String?,
1063
+ s3_key: ::String?
1064
+ },
1065
+ ?package_description: ::String,
1066
+ ?commit_message: ::String
1067
+ ) -> _UpdatePackageResponseSuccess
1068
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePackageResponseSuccess
1069
+
1070
+ interface _UpdateScheduledActionResponseSuccess
1071
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateScheduledActionResponse]
1072
+ def scheduled_action: () -> Types::ScheduledAction
1073
+ end
1074
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_scheduled_action-instance_method
1075
+ def update_scheduled_action: (
1076
+ domain_name: ::String,
1077
+ action_id: ::String,
1078
+ action_type: ("SERVICE_SOFTWARE_UPDATE" | "JVM_HEAP_SIZE_TUNING" | "JVM_YOUNG_GEN_TUNING"),
1079
+ schedule_at: ("NOW" | "TIMESTAMP" | "OFF_PEAK_WINDOW"),
1080
+ ?desired_start_time: ::Integer
1081
+ ) -> _UpdateScheduledActionResponseSuccess
1082
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScheduledActionResponseSuccess
1083
+
1084
+ interface _UpdateVpcEndpointResponseSuccess
1085
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVpcEndpointResponse]
1086
+ def vpc_endpoint: () -> Types::VpcEndpoint
1087
+ end
1088
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#update_vpc_endpoint-instance_method
1089
+ def update_vpc_endpoint: (
1090
+ vpc_endpoint_id: ::String,
1091
+ vpc_options: {
1092
+ subnet_ids: Array[::String]?,
1093
+ security_group_ids: Array[::String]?
1094
+ }
1095
+ ) -> _UpdateVpcEndpointResponseSuccess
1096
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVpcEndpointResponseSuccess
1097
+
1098
+ interface _UpgradeDomainResponseSuccess
1099
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpgradeDomainResponse]
1100
+ def upgrade_id: () -> ::String
1101
+ def domain_name: () -> ::String
1102
+ def target_version: () -> ::String
1103
+ def perform_check_only: () -> bool
1104
+ def advanced_options: () -> ::Hash[::String, ::String]
1105
+ def change_progress_details: () -> Types::ChangeProgressDetails
1106
+ end
1107
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#upgrade_domain-instance_method
1108
+ def upgrade_domain: (
1109
+ domain_name: ::String,
1110
+ target_version: ::String,
1111
+ ?perform_check_only: bool,
1112
+ ?advanced_options: Hash[::String, ::String]
1113
+ ) -> _UpgradeDomainResponseSuccess
1114
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpgradeDomainResponseSuccess
1115
+ end
1116
+ end
1117
+ end
1118
+