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