aws-sdk-elasticsearchservice 1.80.0 → 1.81.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,873 @@
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 ElasticsearchService
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/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 _AcceptInboundCrossClusterSearchConnectionResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AcceptInboundCrossClusterSearchConnectionResponse]
77
+ def cross_cluster_search_connection: () -> Types::InboundCrossClusterSearchConnection
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#accept_inbound_cross_cluster_search_connection-instance_method
80
+ def accept_inbound_cross_cluster_search_connection: (
81
+ cross_cluster_search_connection_id: ::String
82
+ ) -> _AcceptInboundCrossClusterSearchConnectionResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptInboundCrossClusterSearchConnectionResponseSuccess
84
+
85
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#add_tags-instance_method
86
+ def add_tags: (
87
+ arn: ::String,
88
+ tag_list: Array[
89
+ {
90
+ key: ::String,
91
+ value: ::String
92
+ },
93
+ ]
94
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
95
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
96
+
97
+ interface _AssociatePackageResponseSuccess
98
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePackageResponse]
99
+ def domain_package_details: () -> Types::DomainPackageDetails
100
+ end
101
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#associate_package-instance_method
102
+ def associate_package: (
103
+ package_id: ::String,
104
+ domain_name: ::String
105
+ ) -> _AssociatePackageResponseSuccess
106
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePackageResponseSuccess
107
+
108
+ interface _AuthorizeVpcEndpointAccessResponseSuccess
109
+ include ::Seahorse::Client::_ResponseSuccess[Types::AuthorizeVpcEndpointAccessResponse]
110
+ def authorized_principal: () -> Types::AuthorizedPrincipal
111
+ end
112
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#authorize_vpc_endpoint_access-instance_method
113
+ def authorize_vpc_endpoint_access: (
114
+ domain_name: ::String,
115
+ account: ::String
116
+ ) -> _AuthorizeVpcEndpointAccessResponseSuccess
117
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AuthorizeVpcEndpointAccessResponseSuccess
118
+
119
+ interface _CancelElasticsearchServiceSoftwareUpdateResponseSuccess
120
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelElasticsearchServiceSoftwareUpdateResponse]
121
+ def service_software_options: () -> Types::ServiceSoftwareOptions
122
+ end
123
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#cancel_elasticsearch_service_software_update-instance_method
124
+ def cancel_elasticsearch_service_software_update: (
125
+ domain_name: ::String
126
+ ) -> _CancelElasticsearchServiceSoftwareUpdateResponseSuccess
127
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelElasticsearchServiceSoftwareUpdateResponseSuccess
128
+
129
+ interface _CreateElasticsearchDomainResponseSuccess
130
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateElasticsearchDomainResponse]
131
+ def domain_status: () -> Types::ElasticsearchDomainStatus
132
+ end
133
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#create_elasticsearch_domain-instance_method
134
+ def create_elasticsearch_domain: (
135
+ domain_name: ::String,
136
+ ?elasticsearch_version: ::String,
137
+ ?elasticsearch_cluster_config: {
138
+ instance_type: ("m3.medium.elasticsearch" | "m3.large.elasticsearch" | "m3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "t2.medium.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.16xlarge.elasticsearch")?,
139
+ instance_count: ::Integer?,
140
+ dedicated_master_enabled: bool?,
141
+ zone_awareness_enabled: bool?,
142
+ zone_awareness_config: {
143
+ availability_zone_count: ::Integer?
144
+ }?,
145
+ dedicated_master_type: ("m3.medium.elasticsearch" | "m3.large.elasticsearch" | "m3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "t2.medium.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.16xlarge.elasticsearch")?,
146
+ dedicated_master_count: ::Integer?,
147
+ warm_enabled: bool?,
148
+ warm_type: ("ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch")?,
149
+ warm_count: ::Integer?,
150
+ cold_storage_options: {
151
+ enabled: bool
152
+ }?
153
+ },
154
+ ?ebs_options: {
155
+ ebs_enabled: bool?,
156
+ volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
157
+ volume_size: ::Integer?,
158
+ iops: ::Integer?,
159
+ throughput: ::Integer?
160
+ },
161
+ ?access_policies: ::String,
162
+ ?snapshot_options: {
163
+ automated_snapshot_start_hour: ::Integer?
164
+ },
165
+ ?vpc_options: {
166
+ subnet_ids: Array[::String]?,
167
+ security_group_ids: Array[::String]?
168
+ },
169
+ ?cognito_options: {
170
+ enabled: bool?,
171
+ user_pool_id: ::String?,
172
+ identity_pool_id: ::String?,
173
+ role_arn: ::String?
174
+ },
175
+ ?encryption_at_rest_options: {
176
+ enabled: bool?,
177
+ kms_key_id: ::String?
178
+ },
179
+ ?node_to_node_encryption_options: {
180
+ enabled: bool?
181
+ },
182
+ ?advanced_options: Hash[::String, ::String],
183
+ ?log_publishing_options: Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), {
184
+ cloud_watch_logs_log_group_arn: ::String?,
185
+ enabled: bool?
186
+ }],
187
+ ?domain_endpoint_options: {
188
+ enforce_https: bool?,
189
+ 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")?,
190
+ custom_endpoint_enabled: bool?,
191
+ custom_endpoint: ::String?,
192
+ custom_endpoint_certificate_arn: ::String?
193
+ },
194
+ ?advanced_security_options: {
195
+ enabled: bool?,
196
+ internal_user_database_enabled: bool?,
197
+ master_user_options: {
198
+ master_user_arn: ::String?,
199
+ master_user_name: ::String?,
200
+ master_user_password: ::String?
201
+ }?,
202
+ saml_options: {
203
+ enabled: bool?,
204
+ idp: {
205
+ metadata_content: ::String,
206
+ entity_id: ::String
207
+ }?,
208
+ master_user_name: ::String?,
209
+ master_backend_role: ::String?,
210
+ subject_key: ::String?,
211
+ roles_key: ::String?,
212
+ session_timeout_minutes: ::Integer?
213
+ }?,
214
+ anonymous_auth_enabled: bool?
215
+ },
216
+ ?auto_tune_options: {
217
+ desired_state: ("ENABLED" | "DISABLED")?,
218
+ maintenance_schedules: Array[
219
+ {
220
+ start_at: ::Time?,
221
+ duration: {
222
+ value: ::Integer?,
223
+ unit: ("HOURS")?
224
+ }?,
225
+ cron_expression_for_recurrence: ::String?
226
+ },
227
+ ]?
228
+ },
229
+ ?tag_list: Array[
230
+ {
231
+ key: ::String,
232
+ value: ::String
233
+ },
234
+ ]
235
+ ) -> _CreateElasticsearchDomainResponseSuccess
236
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateElasticsearchDomainResponseSuccess
237
+
238
+ interface _CreateOutboundCrossClusterSearchConnectionResponseSuccess
239
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateOutboundCrossClusterSearchConnectionResponse]
240
+ def source_domain_info: () -> Types::DomainInformation
241
+ def destination_domain_info: () -> Types::DomainInformation
242
+ def connection_alias: () -> ::String
243
+ def connection_status: () -> Types::OutboundCrossClusterSearchConnectionStatus
244
+ def cross_cluster_search_connection_id: () -> ::String
245
+ end
246
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#create_outbound_cross_cluster_search_connection-instance_method
247
+ def create_outbound_cross_cluster_search_connection: (
248
+ source_domain_info: {
249
+ owner_id: ::String?,
250
+ domain_name: ::String,
251
+ region: ::String?
252
+ },
253
+ destination_domain_info: {
254
+ owner_id: ::String?,
255
+ domain_name: ::String,
256
+ region: ::String?
257
+ },
258
+ connection_alias: ::String
259
+ ) -> _CreateOutboundCrossClusterSearchConnectionResponseSuccess
260
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOutboundCrossClusterSearchConnectionResponseSuccess
261
+
262
+ interface _CreatePackageResponseSuccess
263
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePackageResponse]
264
+ def package_details: () -> Types::PackageDetails
265
+ end
266
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#create_package-instance_method
267
+ def create_package: (
268
+ package_name: ::String,
269
+ package_type: ("TXT-DICTIONARY"),
270
+ ?package_description: ::String,
271
+ package_source: {
272
+ s3_bucket_name: ::String?,
273
+ s3_key: ::String?
274
+ }
275
+ ) -> _CreatePackageResponseSuccess
276
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackageResponseSuccess
277
+
278
+ interface _CreateVpcEndpointResponseSuccess
279
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateVpcEndpointResponse]
280
+ def vpc_endpoint: () -> Types::VpcEndpoint
281
+ end
282
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#create_vpc_endpoint-instance_method
283
+ def create_vpc_endpoint: (
284
+ domain_arn: ::String,
285
+ vpc_options: {
286
+ subnet_ids: Array[::String]?,
287
+ security_group_ids: Array[::String]?
288
+ },
289
+ ?client_token: ::String
290
+ ) -> _CreateVpcEndpointResponseSuccess
291
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcEndpointResponseSuccess
292
+
293
+ interface _DeleteElasticsearchDomainResponseSuccess
294
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteElasticsearchDomainResponse]
295
+ def domain_status: () -> Types::ElasticsearchDomainStatus
296
+ end
297
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#delete_elasticsearch_domain-instance_method
298
+ def delete_elasticsearch_domain: (
299
+ domain_name: ::String
300
+ ) -> _DeleteElasticsearchDomainResponseSuccess
301
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteElasticsearchDomainResponseSuccess
302
+
303
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#delete_elasticsearch_service_role-instance_method
304
+ def delete_elasticsearch_service_role: () -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
305
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
306
+
307
+ interface _DeleteInboundCrossClusterSearchConnectionResponseSuccess
308
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteInboundCrossClusterSearchConnectionResponse]
309
+ def cross_cluster_search_connection: () -> Types::InboundCrossClusterSearchConnection
310
+ end
311
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#delete_inbound_cross_cluster_search_connection-instance_method
312
+ def delete_inbound_cross_cluster_search_connection: (
313
+ cross_cluster_search_connection_id: ::String
314
+ ) -> _DeleteInboundCrossClusterSearchConnectionResponseSuccess
315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteInboundCrossClusterSearchConnectionResponseSuccess
316
+
317
+ interface _DeleteOutboundCrossClusterSearchConnectionResponseSuccess
318
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteOutboundCrossClusterSearchConnectionResponse]
319
+ def cross_cluster_search_connection: () -> Types::OutboundCrossClusterSearchConnection
320
+ end
321
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#delete_outbound_cross_cluster_search_connection-instance_method
322
+ def delete_outbound_cross_cluster_search_connection: (
323
+ cross_cluster_search_connection_id: ::String
324
+ ) -> _DeleteOutboundCrossClusterSearchConnectionResponseSuccess
325
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOutboundCrossClusterSearchConnectionResponseSuccess
326
+
327
+ interface _DeletePackageResponseSuccess
328
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePackageResponse]
329
+ def package_details: () -> Types::PackageDetails
330
+ end
331
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#delete_package-instance_method
332
+ def delete_package: (
333
+ package_id: ::String
334
+ ) -> _DeletePackageResponseSuccess
335
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePackageResponseSuccess
336
+
337
+ interface _DeleteVpcEndpointResponseSuccess
338
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVpcEndpointResponse]
339
+ def vpc_endpoint_summary: () -> Types::VpcEndpointSummary
340
+ end
341
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#delete_vpc_endpoint-instance_method
342
+ def delete_vpc_endpoint: (
343
+ vpc_endpoint_id: ::String
344
+ ) -> _DeleteVpcEndpointResponseSuccess
345
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVpcEndpointResponseSuccess
346
+
347
+ interface _DescribeDomainAutoTunesResponseSuccess
348
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainAutoTunesResponse]
349
+ def auto_tunes: () -> ::Array[Types::AutoTune]
350
+ def next_token: () -> ::String
351
+ end
352
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_domain_auto_tunes-instance_method
353
+ def describe_domain_auto_tunes: (
354
+ domain_name: ::String,
355
+ ?max_results: ::Integer,
356
+ ?next_token: ::String
357
+ ) -> _DescribeDomainAutoTunesResponseSuccess
358
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainAutoTunesResponseSuccess
359
+
360
+ interface _DescribeDomainChangeProgressResponseSuccess
361
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainChangeProgressResponse]
362
+ def change_progress_status: () -> Types::ChangeProgressStatusDetails
363
+ end
364
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_domain_change_progress-instance_method
365
+ def describe_domain_change_progress: (
366
+ domain_name: ::String,
367
+ ?change_id: ::String
368
+ ) -> _DescribeDomainChangeProgressResponseSuccess
369
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDomainChangeProgressResponseSuccess
370
+
371
+ interface _DescribeElasticsearchDomainResponseSuccess
372
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeElasticsearchDomainResponse]
373
+ def domain_status: () -> Types::ElasticsearchDomainStatus
374
+ end
375
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_elasticsearch_domain-instance_method
376
+ def describe_elasticsearch_domain: (
377
+ domain_name: ::String
378
+ ) -> _DescribeElasticsearchDomainResponseSuccess
379
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeElasticsearchDomainResponseSuccess
380
+
381
+ interface _DescribeElasticsearchDomainConfigResponseSuccess
382
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeElasticsearchDomainConfigResponse]
383
+ def domain_config: () -> Types::ElasticsearchDomainConfig
384
+ end
385
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_elasticsearch_domain_config-instance_method
386
+ def describe_elasticsearch_domain_config: (
387
+ domain_name: ::String
388
+ ) -> _DescribeElasticsearchDomainConfigResponseSuccess
389
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeElasticsearchDomainConfigResponseSuccess
390
+
391
+ interface _DescribeElasticsearchDomainsResponseSuccess
392
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeElasticsearchDomainsResponse]
393
+ def domain_status_list: () -> ::Array[Types::ElasticsearchDomainStatus]
394
+ end
395
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_elasticsearch_domains-instance_method
396
+ def describe_elasticsearch_domains: (
397
+ domain_names: Array[::String]
398
+ ) -> _DescribeElasticsearchDomainsResponseSuccess
399
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeElasticsearchDomainsResponseSuccess
400
+
401
+ interface _DescribeElasticsearchInstanceTypeLimitsResponseSuccess
402
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeElasticsearchInstanceTypeLimitsResponse]
403
+ def limits_by_role: () -> ::Hash[::String, Types::Limits]
404
+ end
405
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_elasticsearch_instance_type_limits-instance_method
406
+ def describe_elasticsearch_instance_type_limits: (
407
+ ?domain_name: ::String,
408
+ instance_type: ("m3.medium.elasticsearch" | "m3.large.elasticsearch" | "m3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "t2.medium.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.16xlarge.elasticsearch"),
409
+ elasticsearch_version: ::String
410
+ ) -> _DescribeElasticsearchInstanceTypeLimitsResponseSuccess
411
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeElasticsearchInstanceTypeLimitsResponseSuccess
412
+
413
+ interface _DescribeInboundCrossClusterSearchConnectionsResponseSuccess
414
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInboundCrossClusterSearchConnectionsResponse]
415
+ def cross_cluster_search_connections: () -> ::Array[Types::InboundCrossClusterSearchConnection]
416
+ def next_token: () -> ::String
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_inbound_cross_cluster_search_connections-instance_method
419
+ def describe_inbound_cross_cluster_search_connections: (
420
+ ?filters: Array[
421
+ {
422
+ name: ::String?,
423
+ values: Array[::String]?
424
+ },
425
+ ],
426
+ ?max_results: ::Integer,
427
+ ?next_token: ::String
428
+ ) -> _DescribeInboundCrossClusterSearchConnectionsResponseSuccess
429
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInboundCrossClusterSearchConnectionsResponseSuccess
430
+
431
+ interface _DescribeOutboundCrossClusterSearchConnectionsResponseSuccess
432
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeOutboundCrossClusterSearchConnectionsResponse]
433
+ def cross_cluster_search_connections: () -> ::Array[Types::OutboundCrossClusterSearchConnection]
434
+ def next_token: () -> ::String
435
+ end
436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_outbound_cross_cluster_search_connections-instance_method
437
+ def describe_outbound_cross_cluster_search_connections: (
438
+ ?filters: Array[
439
+ {
440
+ name: ::String?,
441
+ values: Array[::String]?
442
+ },
443
+ ],
444
+ ?max_results: ::Integer,
445
+ ?next_token: ::String
446
+ ) -> _DescribeOutboundCrossClusterSearchConnectionsResponseSuccess
447
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOutboundCrossClusterSearchConnectionsResponseSuccess
448
+
449
+ interface _DescribePackagesResponseSuccess
450
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackagesResponse]
451
+ def package_details_list: () -> ::Array[Types::PackageDetails]
452
+ def next_token: () -> ::String
453
+ end
454
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_packages-instance_method
455
+ def describe_packages: (
456
+ ?filters: Array[
457
+ {
458
+ name: ("PackageID" | "PackageName" | "PackageStatus")?,
459
+ value: Array[::String]?
460
+ },
461
+ ],
462
+ ?max_results: ::Integer,
463
+ ?next_token: ::String
464
+ ) -> _DescribePackagesResponseSuccess
465
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackagesResponseSuccess
466
+
467
+ interface _DescribeReservedElasticsearchInstanceOfferingsResponseSuccess
468
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReservedElasticsearchInstanceOfferingsResponse]
469
+ def next_token: () -> ::String
470
+ def reserved_elasticsearch_instance_offerings: () -> ::Array[Types::ReservedElasticsearchInstanceOffering]
471
+ end
472
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_reserved_elasticsearch_instance_offerings-instance_method
473
+ def describe_reserved_elasticsearch_instance_offerings: (
474
+ ?reserved_elasticsearch_instance_offering_id: ::String,
475
+ ?max_results: ::Integer,
476
+ ?next_token: ::String
477
+ ) -> _DescribeReservedElasticsearchInstanceOfferingsResponseSuccess
478
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedElasticsearchInstanceOfferingsResponseSuccess
479
+
480
+ interface _DescribeReservedElasticsearchInstancesResponseSuccess
481
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReservedElasticsearchInstancesResponse]
482
+ def next_token: () -> ::String
483
+ def reserved_elasticsearch_instances: () -> ::Array[Types::ReservedElasticsearchInstance]
484
+ end
485
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_reserved_elasticsearch_instances-instance_method
486
+ def describe_reserved_elasticsearch_instances: (
487
+ ?reserved_elasticsearch_instance_id: ::String,
488
+ ?max_results: ::Integer,
489
+ ?next_token: ::String
490
+ ) -> _DescribeReservedElasticsearchInstancesResponseSuccess
491
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservedElasticsearchInstancesResponseSuccess
492
+
493
+ interface _DescribeVpcEndpointsResponseSuccess
494
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcEndpointsResponse]
495
+ def vpc_endpoints: () -> ::Array[Types::VpcEndpoint]
496
+ def vpc_endpoint_errors: () -> ::Array[Types::VpcEndpointError]
497
+ end
498
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#describe_vpc_endpoints-instance_method
499
+ def describe_vpc_endpoints: (
500
+ vpc_endpoint_ids: Array[::String]
501
+ ) -> _DescribeVpcEndpointsResponseSuccess
502
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcEndpointsResponseSuccess
503
+
504
+ interface _DissociatePackageResponseSuccess
505
+ include ::Seahorse::Client::_ResponseSuccess[Types::DissociatePackageResponse]
506
+ def domain_package_details: () -> Types::DomainPackageDetails
507
+ end
508
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#dissociate_package-instance_method
509
+ def dissociate_package: (
510
+ package_id: ::String,
511
+ domain_name: ::String
512
+ ) -> _DissociatePackageResponseSuccess
513
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DissociatePackageResponseSuccess
514
+
515
+ interface _GetCompatibleElasticsearchVersionsResponseSuccess
516
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCompatibleElasticsearchVersionsResponse]
517
+ def compatible_elasticsearch_versions: () -> ::Array[Types::CompatibleVersionsMap]
518
+ end
519
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#get_compatible_elasticsearch_versions-instance_method
520
+ def get_compatible_elasticsearch_versions: (
521
+ ?domain_name: ::String
522
+ ) -> _GetCompatibleElasticsearchVersionsResponseSuccess
523
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCompatibleElasticsearchVersionsResponseSuccess
524
+
525
+ interface _GetPackageVersionHistoryResponseSuccess
526
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPackageVersionHistoryResponse]
527
+ def package_id: () -> ::String
528
+ def package_version_history_list: () -> ::Array[Types::PackageVersionHistory]
529
+ def next_token: () -> ::String
530
+ end
531
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#get_package_version_history-instance_method
532
+ def get_package_version_history: (
533
+ package_id: ::String,
534
+ ?max_results: ::Integer,
535
+ ?next_token: ::String
536
+ ) -> _GetPackageVersionHistoryResponseSuccess
537
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPackageVersionHistoryResponseSuccess
538
+
539
+ interface _GetUpgradeHistoryResponseSuccess
540
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUpgradeHistoryResponse]
541
+ def upgrade_histories: () -> ::Array[Types::UpgradeHistory]
542
+ def next_token: () -> ::String
543
+ end
544
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#get_upgrade_history-instance_method
545
+ def get_upgrade_history: (
546
+ domain_name: ::String,
547
+ ?max_results: ::Integer,
548
+ ?next_token: ::String
549
+ ) -> _GetUpgradeHistoryResponseSuccess
550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeHistoryResponseSuccess
551
+
552
+ interface _GetUpgradeStatusResponseSuccess
553
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetUpgradeStatusResponse]
554
+ def upgrade_step: () -> ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")
555
+ def step_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
556
+ def upgrade_name: () -> ::String
557
+ end
558
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#get_upgrade_status-instance_method
559
+ def get_upgrade_status: (
560
+ domain_name: ::String
561
+ ) -> _GetUpgradeStatusResponseSuccess
562
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUpgradeStatusResponseSuccess
563
+
564
+ interface _ListDomainNamesResponseSuccess
565
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainNamesResponse]
566
+ def domain_names: () -> ::Array[Types::DomainInfo]
567
+ end
568
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_domain_names-instance_method
569
+ def list_domain_names: (
570
+ ?engine_type: ("OpenSearch" | "Elasticsearch")
571
+ ) -> _ListDomainNamesResponseSuccess
572
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainNamesResponseSuccess
573
+
574
+ interface _ListDomainsForPackageResponseSuccess
575
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDomainsForPackageResponse]
576
+ def domain_package_details_list: () -> ::Array[Types::DomainPackageDetails]
577
+ def next_token: () -> ::String
578
+ end
579
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_domains_for_package-instance_method
580
+ def list_domains_for_package: (
581
+ package_id: ::String,
582
+ ?max_results: ::Integer,
583
+ ?next_token: ::String
584
+ ) -> _ListDomainsForPackageResponseSuccess
585
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDomainsForPackageResponseSuccess
586
+
587
+ interface _ListElasticsearchInstanceTypesResponseSuccess
588
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListElasticsearchInstanceTypesResponse]
589
+ def elasticsearch_instance_types: () -> ::Array[("m3.medium.elasticsearch" | "m3.large.elasticsearch" | "m3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "t2.medium.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.16xlarge.elasticsearch")]
590
+ def next_token: () -> ::String
591
+ end
592
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_elasticsearch_instance_types-instance_method
593
+ def list_elasticsearch_instance_types: (
594
+ elasticsearch_version: ::String,
595
+ ?domain_name: ::String,
596
+ ?max_results: ::Integer,
597
+ ?next_token: ::String
598
+ ) -> _ListElasticsearchInstanceTypesResponseSuccess
599
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListElasticsearchInstanceTypesResponseSuccess
600
+
601
+ interface _ListElasticsearchVersionsResponseSuccess
602
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListElasticsearchVersionsResponse]
603
+ def elasticsearch_versions: () -> ::Array[::String]
604
+ def next_token: () -> ::String
605
+ end
606
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_elasticsearch_versions-instance_method
607
+ def list_elasticsearch_versions: (
608
+ ?max_results: ::Integer,
609
+ ?next_token: ::String
610
+ ) -> _ListElasticsearchVersionsResponseSuccess
611
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListElasticsearchVersionsResponseSuccess
612
+
613
+ interface _ListPackagesForDomainResponseSuccess
614
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPackagesForDomainResponse]
615
+ def domain_package_details_list: () -> ::Array[Types::DomainPackageDetails]
616
+ def next_token: () -> ::String
617
+ end
618
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_packages_for_domain-instance_method
619
+ def list_packages_for_domain: (
620
+ domain_name: ::String,
621
+ ?max_results: ::Integer,
622
+ ?next_token: ::String
623
+ ) -> _ListPackagesForDomainResponseSuccess
624
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackagesForDomainResponseSuccess
625
+
626
+ interface _ListTagsResponseSuccess
627
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsResponse]
628
+ def tag_list: () -> ::Array[Types::Tag]
629
+ end
630
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_tags-instance_method
631
+ def list_tags: (
632
+ arn: ::String
633
+ ) -> _ListTagsResponseSuccess
634
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsResponseSuccess
635
+
636
+ interface _ListVpcEndpointAccessResponseSuccess
637
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointAccessResponse]
638
+ def authorized_principal_list: () -> ::Array[Types::AuthorizedPrincipal]
639
+ def next_token: () -> ::String
640
+ end
641
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_vpc_endpoint_access-instance_method
642
+ def list_vpc_endpoint_access: (
643
+ domain_name: ::String,
644
+ ?next_token: ::String
645
+ ) -> _ListVpcEndpointAccessResponseSuccess
646
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointAccessResponseSuccess
647
+
648
+ interface _ListVpcEndpointsResponseSuccess
649
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointsResponse]
650
+ def vpc_endpoint_summary_list: () -> ::Array[Types::VpcEndpointSummary]
651
+ def next_token: () -> ::String
652
+ end
653
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_vpc_endpoints-instance_method
654
+ def list_vpc_endpoints: (
655
+ ?next_token: ::String
656
+ ) -> _ListVpcEndpointsResponseSuccess
657
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointsResponseSuccess
658
+
659
+ interface _ListVpcEndpointsForDomainResponseSuccess
660
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVpcEndpointsForDomainResponse]
661
+ def vpc_endpoint_summary_list: () -> ::Array[Types::VpcEndpointSummary]
662
+ def next_token: () -> ::String
663
+ end
664
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#list_vpc_endpoints_for_domain-instance_method
665
+ def list_vpc_endpoints_for_domain: (
666
+ domain_name: ::String,
667
+ ?next_token: ::String
668
+ ) -> _ListVpcEndpointsForDomainResponseSuccess
669
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVpcEndpointsForDomainResponseSuccess
670
+
671
+ interface _PurchaseReservedElasticsearchInstanceOfferingResponseSuccess
672
+ include ::Seahorse::Client::_ResponseSuccess[Types::PurchaseReservedElasticsearchInstanceOfferingResponse]
673
+ def reserved_elasticsearch_instance_id: () -> ::String
674
+ def reservation_name: () -> ::String
675
+ end
676
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#purchase_reserved_elasticsearch_instance_offering-instance_method
677
+ def purchase_reserved_elasticsearch_instance_offering: (
678
+ reserved_elasticsearch_instance_offering_id: ::String,
679
+ reservation_name: ::String,
680
+ ?instance_count: ::Integer
681
+ ) -> _PurchaseReservedElasticsearchInstanceOfferingResponseSuccess
682
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedElasticsearchInstanceOfferingResponseSuccess
683
+
684
+ interface _RejectInboundCrossClusterSearchConnectionResponseSuccess
685
+ include ::Seahorse::Client::_ResponseSuccess[Types::RejectInboundCrossClusterSearchConnectionResponse]
686
+ def cross_cluster_search_connection: () -> Types::InboundCrossClusterSearchConnection
687
+ end
688
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#reject_inbound_cross_cluster_search_connection-instance_method
689
+ def reject_inbound_cross_cluster_search_connection: (
690
+ cross_cluster_search_connection_id: ::String
691
+ ) -> _RejectInboundCrossClusterSearchConnectionResponseSuccess
692
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectInboundCrossClusterSearchConnectionResponseSuccess
693
+
694
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#remove_tags-instance_method
695
+ def remove_tags: (
696
+ arn: ::String,
697
+ tag_keys: Array[::String]
698
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
699
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
700
+
701
+ interface _RevokeVpcEndpointAccessResponseSuccess
702
+ include ::Seahorse::Client::_ResponseSuccess[Types::RevokeVpcEndpointAccessResponse]
703
+ end
704
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#revoke_vpc_endpoint_access-instance_method
705
+ def revoke_vpc_endpoint_access: (
706
+ domain_name: ::String,
707
+ account: ::String
708
+ ) -> _RevokeVpcEndpointAccessResponseSuccess
709
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeVpcEndpointAccessResponseSuccess
710
+
711
+ interface _StartElasticsearchServiceSoftwareUpdateResponseSuccess
712
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartElasticsearchServiceSoftwareUpdateResponse]
713
+ def service_software_options: () -> Types::ServiceSoftwareOptions
714
+ end
715
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#start_elasticsearch_service_software_update-instance_method
716
+ def start_elasticsearch_service_software_update: (
717
+ domain_name: ::String
718
+ ) -> _StartElasticsearchServiceSoftwareUpdateResponseSuccess
719
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartElasticsearchServiceSoftwareUpdateResponseSuccess
720
+
721
+ interface _UpdateElasticsearchDomainConfigResponseSuccess
722
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateElasticsearchDomainConfigResponse]
723
+ def domain_config: () -> Types::ElasticsearchDomainConfig
724
+ def dry_run_results: () -> Types::DryRunResults
725
+ end
726
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#update_elasticsearch_domain_config-instance_method
727
+ def update_elasticsearch_domain_config: (
728
+ domain_name: ::String,
729
+ ?elasticsearch_cluster_config: {
730
+ instance_type: ("m3.medium.elasticsearch" | "m3.large.elasticsearch" | "m3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "t2.medium.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.16xlarge.elasticsearch")?,
731
+ instance_count: ::Integer?,
732
+ dedicated_master_enabled: bool?,
733
+ zone_awareness_enabled: bool?,
734
+ zone_awareness_config: {
735
+ availability_zone_count: ::Integer?
736
+ }?,
737
+ dedicated_master_type: ("m3.medium.elasticsearch" | "m3.large.elasticsearch" | "m3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "t2.medium.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.16xlarge.elasticsearch")?,
738
+ dedicated_master_count: ::Integer?,
739
+ warm_enabled: bool?,
740
+ warm_type: ("ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch")?,
741
+ warm_count: ::Integer?,
742
+ cold_storage_options: {
743
+ enabled: bool
744
+ }?
745
+ },
746
+ ?ebs_options: {
747
+ ebs_enabled: bool?,
748
+ volume_type: ("standard" | "gp2" | "io1" | "gp3")?,
749
+ volume_size: ::Integer?,
750
+ iops: ::Integer?,
751
+ throughput: ::Integer?
752
+ },
753
+ ?snapshot_options: {
754
+ automated_snapshot_start_hour: ::Integer?
755
+ },
756
+ ?vpc_options: {
757
+ subnet_ids: Array[::String]?,
758
+ security_group_ids: Array[::String]?
759
+ },
760
+ ?cognito_options: {
761
+ enabled: bool?,
762
+ user_pool_id: ::String?,
763
+ identity_pool_id: ::String?,
764
+ role_arn: ::String?
765
+ },
766
+ ?advanced_options: Hash[::String, ::String],
767
+ ?access_policies: ::String,
768
+ ?log_publishing_options: Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), {
769
+ cloud_watch_logs_log_group_arn: ::String?,
770
+ enabled: bool?
771
+ }],
772
+ ?domain_endpoint_options: {
773
+ enforce_https: bool?,
774
+ 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")?,
775
+ custom_endpoint_enabled: bool?,
776
+ custom_endpoint: ::String?,
777
+ custom_endpoint_certificate_arn: ::String?
778
+ },
779
+ ?advanced_security_options: {
780
+ enabled: bool?,
781
+ internal_user_database_enabled: bool?,
782
+ master_user_options: {
783
+ master_user_arn: ::String?,
784
+ master_user_name: ::String?,
785
+ master_user_password: ::String?
786
+ }?,
787
+ saml_options: {
788
+ enabled: bool?,
789
+ idp: {
790
+ metadata_content: ::String,
791
+ entity_id: ::String
792
+ }?,
793
+ master_user_name: ::String?,
794
+ master_backend_role: ::String?,
795
+ subject_key: ::String?,
796
+ roles_key: ::String?,
797
+ session_timeout_minutes: ::Integer?
798
+ }?,
799
+ anonymous_auth_enabled: bool?
800
+ },
801
+ ?node_to_node_encryption_options: {
802
+ enabled: bool?
803
+ },
804
+ ?encryption_at_rest_options: {
805
+ enabled: bool?,
806
+ kms_key_id: ::String?
807
+ },
808
+ ?auto_tune_options: {
809
+ desired_state: ("ENABLED" | "DISABLED")?,
810
+ rollback_on_disable: ("NO_ROLLBACK" | "DEFAULT_ROLLBACK")?,
811
+ maintenance_schedules: Array[
812
+ {
813
+ start_at: ::Time?,
814
+ duration: {
815
+ value: ::Integer?,
816
+ unit: ("HOURS")?
817
+ }?,
818
+ cron_expression_for_recurrence: ::String?
819
+ },
820
+ ]?
821
+ },
822
+ ?dry_run: bool
823
+ ) -> _UpdateElasticsearchDomainConfigResponseSuccess
824
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateElasticsearchDomainConfigResponseSuccess
825
+
826
+ interface _UpdatePackageResponseSuccess
827
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePackageResponse]
828
+ def package_details: () -> Types::PackageDetails
829
+ end
830
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#update_package-instance_method
831
+ def update_package: (
832
+ package_id: ::String,
833
+ package_source: {
834
+ s3_bucket_name: ::String?,
835
+ s3_key: ::String?
836
+ },
837
+ ?package_description: ::String,
838
+ ?commit_message: ::String
839
+ ) -> _UpdatePackageResponseSuccess
840
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePackageResponseSuccess
841
+
842
+ interface _UpdateVpcEndpointResponseSuccess
843
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVpcEndpointResponse]
844
+ def vpc_endpoint: () -> Types::VpcEndpoint
845
+ end
846
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#update_vpc_endpoint-instance_method
847
+ def update_vpc_endpoint: (
848
+ vpc_endpoint_id: ::String,
849
+ vpc_options: {
850
+ subnet_ids: Array[::String]?,
851
+ security_group_ids: Array[::String]?
852
+ }
853
+ ) -> _UpdateVpcEndpointResponseSuccess
854
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVpcEndpointResponseSuccess
855
+
856
+ interface _UpgradeElasticsearchDomainResponseSuccess
857
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpgradeElasticsearchDomainResponse]
858
+ def domain_name: () -> ::String
859
+ def target_version: () -> ::String
860
+ def perform_check_only: () -> bool
861
+ def change_progress_details: () -> Types::ChangeProgressDetails
862
+ end
863
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticsearchService/Client.html#upgrade_elasticsearch_domain-instance_method
864
+ def upgrade_elasticsearch_domain: (
865
+ domain_name: ::String,
866
+ target_version: ::String,
867
+ ?perform_check_only: bool
868
+ ) -> _UpgradeElasticsearchDomainResponseSuccess
869
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpgradeElasticsearchDomainResponseSuccess
870
+ end
871
+ end
872
+ end
873
+