aws-sdk-elasticsearchservice 1.80.0 → 1.82.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1282 @@
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::ElasticsearchService
9
+ module Types
10
+
11
+ class AcceptInboundCrossClusterSearchConnectionRequest
12
+ attr_accessor cross_cluster_search_connection_id: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AcceptInboundCrossClusterSearchConnectionResponse
17
+ attr_accessor cross_cluster_search_connection: Types::InboundCrossClusterSearchConnection
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class AccessDeniedException < Aws::EmptyStructure
22
+ end
23
+
24
+ class AccessPoliciesStatus
25
+ attr_accessor options: ::String
26
+ attr_accessor status: Types::OptionStatus
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class AddTagsRequest
31
+ attr_accessor arn: ::String
32
+ attr_accessor tag_list: ::Array[Types::Tag]
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class AdditionalLimit
37
+ attr_accessor limit_name: ::String
38
+ attr_accessor limit_values: ::Array[::String]
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class AdvancedOptionsStatus
43
+ attr_accessor options: ::Hash[::String, ::String]
44
+ attr_accessor status: Types::OptionStatus
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class AdvancedSecurityOptions
49
+ attr_accessor enabled: bool
50
+ attr_accessor internal_user_database_enabled: bool
51
+ attr_accessor saml_options: Types::SAMLOptionsOutput
52
+ attr_accessor anonymous_auth_disable_date: ::Time
53
+ attr_accessor anonymous_auth_enabled: bool
54
+ SENSITIVE: []
55
+ end
56
+
57
+ class AdvancedSecurityOptionsInput
58
+ attr_accessor enabled: bool
59
+ attr_accessor internal_user_database_enabled: bool
60
+ attr_accessor master_user_options: Types::MasterUserOptions
61
+ attr_accessor saml_options: Types::SAMLOptionsInput
62
+ attr_accessor anonymous_auth_enabled: bool
63
+ SENSITIVE: []
64
+ end
65
+
66
+ class AdvancedSecurityOptionsStatus
67
+ attr_accessor options: Types::AdvancedSecurityOptions
68
+ attr_accessor status: Types::OptionStatus
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class AssociatePackageRequest
73
+ attr_accessor package_id: ::String
74
+ attr_accessor domain_name: ::String
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class AssociatePackageResponse
79
+ attr_accessor domain_package_details: Types::DomainPackageDetails
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class AuthorizeVpcEndpointAccessRequest
84
+ attr_accessor domain_name: ::String
85
+ attr_accessor account: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class AuthorizeVpcEndpointAccessResponse
90
+ attr_accessor authorized_principal: Types::AuthorizedPrincipal
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class AuthorizedPrincipal
95
+ attr_accessor principal_type: ("AWS_ACCOUNT" | "AWS_SERVICE")
96
+ attr_accessor principal: ::String
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class AutoTune
101
+ attr_accessor auto_tune_type: ("SCHEDULED_ACTION")
102
+ attr_accessor auto_tune_details: Types::AutoTuneDetails
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class AutoTuneDetails
107
+ attr_accessor scheduled_auto_tune_details: Types::ScheduledAutoTuneDetails
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class AutoTuneMaintenanceSchedule
112
+ attr_accessor start_at: ::Time
113
+ attr_accessor duration: Types::Duration
114
+ attr_accessor cron_expression_for_recurrence: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class AutoTuneOptions
119
+ attr_accessor desired_state: ("ENABLED" | "DISABLED")
120
+ attr_accessor rollback_on_disable: ("NO_ROLLBACK" | "DEFAULT_ROLLBACK")
121
+ attr_accessor maintenance_schedules: ::Array[Types::AutoTuneMaintenanceSchedule]
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class AutoTuneOptionsInput
126
+ attr_accessor desired_state: ("ENABLED" | "DISABLED")
127
+ attr_accessor maintenance_schedules: ::Array[Types::AutoTuneMaintenanceSchedule]
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class AutoTuneOptionsOutput
132
+ attr_accessor state: ("ENABLED" | "DISABLED" | "ENABLE_IN_PROGRESS" | "DISABLE_IN_PROGRESS" | "DISABLED_AND_ROLLBACK_SCHEDULED" | "DISABLED_AND_ROLLBACK_IN_PROGRESS" | "DISABLED_AND_ROLLBACK_COMPLETE" | "DISABLED_AND_ROLLBACK_ERROR" | "ERROR")
133
+ attr_accessor error_message: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class AutoTuneOptionsStatus
138
+ attr_accessor options: Types::AutoTuneOptions
139
+ attr_accessor status: Types::AutoTuneStatus
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class AutoTuneStatus
144
+ attr_accessor creation_date: ::Time
145
+ attr_accessor update_date: ::Time
146
+ attr_accessor update_version: ::Integer
147
+ attr_accessor state: ("ENABLED" | "DISABLED" | "ENABLE_IN_PROGRESS" | "DISABLE_IN_PROGRESS" | "DISABLED_AND_ROLLBACK_SCHEDULED" | "DISABLED_AND_ROLLBACK_IN_PROGRESS" | "DISABLED_AND_ROLLBACK_COMPLETE" | "DISABLED_AND_ROLLBACK_ERROR" | "ERROR")
148
+ attr_accessor error_message: ::String
149
+ attr_accessor pending_deletion: bool
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class BaseException
154
+ attr_accessor message: ::String
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class CancelDomainConfigChangeRequest
159
+ attr_accessor domain_name: ::String
160
+ attr_accessor dry_run: bool
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class CancelDomainConfigChangeResponse
165
+ attr_accessor dry_run: bool
166
+ attr_accessor cancelled_change_ids: ::Array[::String]
167
+ attr_accessor cancelled_change_properties: ::Array[Types::CancelledChangeProperty]
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class CancelElasticsearchServiceSoftwareUpdateRequest
172
+ attr_accessor domain_name: ::String
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class CancelElasticsearchServiceSoftwareUpdateResponse
177
+ attr_accessor service_software_options: Types::ServiceSoftwareOptions
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class CancelledChangeProperty
182
+ attr_accessor property_name: ::String
183
+ attr_accessor cancelled_value: ::String
184
+ attr_accessor active_value: ::String
185
+ SENSITIVE: []
186
+ end
187
+
188
+ class ChangeProgressDetails
189
+ attr_accessor change_id: ::String
190
+ attr_accessor message: ::String
191
+ attr_accessor config_change_status: ("Pending" | "Initializing" | "Validating" | "ValidationFailed" | "ApplyingChanges" | "Completed" | "PendingUserInput" | "Cancelled")
192
+ attr_accessor start_time: ::Time
193
+ attr_accessor last_updated_time: ::Time
194
+ attr_accessor initiated_by: ("CUSTOMER" | "SERVICE")
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class ChangeProgressStage
199
+ attr_accessor name: ::String
200
+ attr_accessor status: ::String
201
+ attr_accessor description: ::String
202
+ attr_accessor last_updated: ::Time
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class ChangeProgressStatusDetails
207
+ attr_accessor change_id: ::String
208
+ attr_accessor start_time: ::Time
209
+ attr_accessor status: ("PENDING" | "PROCESSING" | "COMPLETED" | "FAILED")
210
+ attr_accessor pending_properties: ::Array[::String]
211
+ attr_accessor completed_properties: ::Array[::String]
212
+ attr_accessor total_number_of_stages: ::Integer
213
+ attr_accessor change_progress_stages: ::Array[Types::ChangeProgressStage]
214
+ attr_accessor config_change_status: ("Pending" | "Initializing" | "Validating" | "ValidationFailed" | "ApplyingChanges" | "Completed" | "PendingUserInput" | "Cancelled")
215
+ attr_accessor last_updated_time: ::Time
216
+ attr_accessor initiated_by: ("CUSTOMER" | "SERVICE")
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class CognitoOptions
221
+ attr_accessor enabled: bool
222
+ attr_accessor user_pool_id: ::String
223
+ attr_accessor identity_pool_id: ::String
224
+ attr_accessor role_arn: ::String
225
+ SENSITIVE: []
226
+ end
227
+
228
+ class CognitoOptionsStatus
229
+ attr_accessor options: Types::CognitoOptions
230
+ attr_accessor status: Types::OptionStatus
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class ColdStorageOptions
235
+ attr_accessor enabled: bool
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class CompatibleVersionsMap
240
+ attr_accessor source_version: ::String
241
+ attr_accessor target_versions: ::Array[::String]
242
+ SENSITIVE: []
243
+ end
244
+
245
+ class ConflictException < Aws::EmptyStructure
246
+ end
247
+
248
+ class CreateElasticsearchDomainRequest
249
+ attr_accessor domain_name: ::String
250
+ attr_accessor elasticsearch_version: ::String
251
+ attr_accessor elasticsearch_cluster_config: Types::ElasticsearchClusterConfig
252
+ attr_accessor ebs_options: Types::EBSOptions
253
+ attr_accessor access_policies: ::String
254
+ attr_accessor snapshot_options: Types::SnapshotOptions
255
+ attr_accessor vpc_options: Types::VPCOptions
256
+ attr_accessor cognito_options: Types::CognitoOptions
257
+ attr_accessor encryption_at_rest_options: Types::EncryptionAtRestOptions
258
+ attr_accessor node_to_node_encryption_options: Types::NodeToNodeEncryptionOptions
259
+ attr_accessor advanced_options: ::Hash[::String, ::String]
260
+ attr_accessor log_publishing_options: ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
261
+ attr_accessor domain_endpoint_options: Types::DomainEndpointOptions
262
+ attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsInput
263
+ attr_accessor auto_tune_options: Types::AutoTuneOptionsInput
264
+ attr_accessor tag_list: ::Array[Types::Tag]
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class CreateElasticsearchDomainResponse
269
+ attr_accessor domain_status: Types::ElasticsearchDomainStatus
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class CreateOutboundCrossClusterSearchConnectionRequest
274
+ attr_accessor source_domain_info: Types::DomainInformation
275
+ attr_accessor destination_domain_info: Types::DomainInformation
276
+ attr_accessor connection_alias: ::String
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class CreateOutboundCrossClusterSearchConnectionResponse
281
+ attr_accessor source_domain_info: Types::DomainInformation
282
+ attr_accessor destination_domain_info: Types::DomainInformation
283
+ attr_accessor connection_alias: ::String
284
+ attr_accessor connection_status: Types::OutboundCrossClusterSearchConnectionStatus
285
+ attr_accessor cross_cluster_search_connection_id: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class CreatePackageRequest
290
+ attr_accessor package_name: ::String
291
+ attr_accessor package_type: ("TXT-DICTIONARY")
292
+ attr_accessor package_description: ::String
293
+ attr_accessor package_source: Types::PackageSource
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class CreatePackageResponse
298
+ attr_accessor package_details: Types::PackageDetails
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class CreateVpcEndpointRequest
303
+ attr_accessor domain_arn: ::String
304
+ attr_accessor vpc_options: Types::VPCOptions
305
+ attr_accessor client_token: ::String
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class CreateVpcEndpointResponse
310
+ attr_accessor vpc_endpoint: Types::VpcEndpoint
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class DeleteElasticsearchDomainRequest
315
+ attr_accessor domain_name: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class DeleteElasticsearchDomainResponse
320
+ attr_accessor domain_status: Types::ElasticsearchDomainStatus
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class DeleteInboundCrossClusterSearchConnectionRequest
325
+ attr_accessor cross_cluster_search_connection_id: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class DeleteInboundCrossClusterSearchConnectionResponse
330
+ attr_accessor cross_cluster_search_connection: Types::InboundCrossClusterSearchConnection
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class DeleteOutboundCrossClusterSearchConnectionRequest
335
+ attr_accessor cross_cluster_search_connection_id: ::String
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class DeleteOutboundCrossClusterSearchConnectionResponse
340
+ attr_accessor cross_cluster_search_connection: Types::OutboundCrossClusterSearchConnection
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class DeletePackageRequest
345
+ attr_accessor package_id: ::String
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class DeletePackageResponse
350
+ attr_accessor package_details: Types::PackageDetails
351
+ SENSITIVE: []
352
+ end
353
+
354
+ class DeleteVpcEndpointRequest
355
+ attr_accessor vpc_endpoint_id: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class DeleteVpcEndpointResponse
360
+ attr_accessor vpc_endpoint_summary: Types::VpcEndpointSummary
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class DescribeDomainAutoTunesRequest
365
+ attr_accessor domain_name: ::String
366
+ attr_accessor max_results: ::Integer
367
+ attr_accessor next_token: ::String
368
+ SENSITIVE: []
369
+ end
370
+
371
+ class DescribeDomainAutoTunesResponse
372
+ attr_accessor auto_tunes: ::Array[Types::AutoTune]
373
+ attr_accessor next_token: ::String
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class DescribeDomainChangeProgressRequest
378
+ attr_accessor domain_name: ::String
379
+ attr_accessor change_id: ::String
380
+ SENSITIVE: []
381
+ end
382
+
383
+ class DescribeDomainChangeProgressResponse
384
+ attr_accessor change_progress_status: Types::ChangeProgressStatusDetails
385
+ SENSITIVE: []
386
+ end
387
+
388
+ class DescribeElasticsearchDomainConfigRequest
389
+ attr_accessor domain_name: ::String
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class DescribeElasticsearchDomainConfigResponse
394
+ attr_accessor domain_config: Types::ElasticsearchDomainConfig
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class DescribeElasticsearchDomainRequest
399
+ attr_accessor domain_name: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class DescribeElasticsearchDomainResponse
404
+ attr_accessor domain_status: Types::ElasticsearchDomainStatus
405
+ SENSITIVE: []
406
+ end
407
+
408
+ class DescribeElasticsearchDomainsRequest
409
+ attr_accessor domain_names: ::Array[::String]
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class DescribeElasticsearchDomainsResponse
414
+ attr_accessor domain_status_list: ::Array[Types::ElasticsearchDomainStatus]
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class DescribeElasticsearchInstanceTypeLimitsRequest
419
+ attr_accessor domain_name: ::String
420
+ attr_accessor 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")
421
+ attr_accessor elasticsearch_version: ::String
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class DescribeElasticsearchInstanceTypeLimitsResponse
426
+ attr_accessor limits_by_role: ::Hash[::String, Types::Limits]
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class DescribeInboundCrossClusterSearchConnectionsRequest
431
+ attr_accessor filters: ::Array[Types::Filter]
432
+ attr_accessor max_results: ::Integer
433
+ attr_accessor next_token: ::String
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class DescribeInboundCrossClusterSearchConnectionsResponse
438
+ attr_accessor cross_cluster_search_connections: ::Array[Types::InboundCrossClusterSearchConnection]
439
+ attr_accessor next_token: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class DescribeOutboundCrossClusterSearchConnectionsRequest
444
+ attr_accessor filters: ::Array[Types::Filter]
445
+ attr_accessor max_results: ::Integer
446
+ attr_accessor next_token: ::String
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class DescribeOutboundCrossClusterSearchConnectionsResponse
451
+ attr_accessor cross_cluster_search_connections: ::Array[Types::OutboundCrossClusterSearchConnection]
452
+ attr_accessor next_token: ::String
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class DescribePackagesFilter
457
+ attr_accessor name: ("PackageID" | "PackageName" | "PackageStatus")
458
+ attr_accessor value: ::Array[::String]
459
+ SENSITIVE: []
460
+ end
461
+
462
+ class DescribePackagesRequest
463
+ attr_accessor filters: ::Array[Types::DescribePackagesFilter]
464
+ attr_accessor max_results: ::Integer
465
+ attr_accessor next_token: ::String
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class DescribePackagesResponse
470
+ attr_accessor package_details_list: ::Array[Types::PackageDetails]
471
+ attr_accessor next_token: ::String
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class DescribeReservedElasticsearchInstanceOfferingsRequest
476
+ attr_accessor reserved_elasticsearch_instance_offering_id: ::String
477
+ attr_accessor max_results: ::Integer
478
+ attr_accessor next_token: ::String
479
+ SENSITIVE: []
480
+ end
481
+
482
+ class DescribeReservedElasticsearchInstanceOfferingsResponse
483
+ attr_accessor next_token: ::String
484
+ attr_accessor reserved_elasticsearch_instance_offerings: ::Array[Types::ReservedElasticsearchInstanceOffering]
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class DescribeReservedElasticsearchInstancesRequest
489
+ attr_accessor reserved_elasticsearch_instance_id: ::String
490
+ attr_accessor max_results: ::Integer
491
+ attr_accessor next_token: ::String
492
+ SENSITIVE: []
493
+ end
494
+
495
+ class DescribeReservedElasticsearchInstancesResponse
496
+ attr_accessor next_token: ::String
497
+ attr_accessor reserved_elasticsearch_instances: ::Array[Types::ReservedElasticsearchInstance]
498
+ SENSITIVE: []
499
+ end
500
+
501
+ class DescribeVpcEndpointsRequest
502
+ attr_accessor vpc_endpoint_ids: ::Array[::String]
503
+ SENSITIVE: []
504
+ end
505
+
506
+ class DescribeVpcEndpointsResponse
507
+ attr_accessor vpc_endpoints: ::Array[Types::VpcEndpoint]
508
+ attr_accessor vpc_endpoint_errors: ::Array[Types::VpcEndpointError]
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class DisabledOperationException < Aws::EmptyStructure
513
+ end
514
+
515
+ class DissociatePackageRequest
516
+ attr_accessor package_id: ::String
517
+ attr_accessor domain_name: ::String
518
+ SENSITIVE: []
519
+ end
520
+
521
+ class DissociatePackageResponse
522
+ attr_accessor domain_package_details: Types::DomainPackageDetails
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class DomainEndpointOptions
527
+ attr_accessor enforce_https: bool
528
+ attr_accessor 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")
529
+ attr_accessor custom_endpoint_enabled: bool
530
+ attr_accessor custom_endpoint: ::String
531
+ attr_accessor custom_endpoint_certificate_arn: ::String
532
+ SENSITIVE: []
533
+ end
534
+
535
+ class DomainEndpointOptionsStatus
536
+ attr_accessor options: Types::DomainEndpointOptions
537
+ attr_accessor status: Types::OptionStatus
538
+ SENSITIVE: []
539
+ end
540
+
541
+ class DomainInfo
542
+ attr_accessor domain_name: ::String
543
+ attr_accessor engine_type: ("OpenSearch" | "Elasticsearch")
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class DomainInformation
548
+ attr_accessor owner_id: ::String
549
+ attr_accessor domain_name: ::String
550
+ attr_accessor region: ::String
551
+ SENSITIVE: []
552
+ end
553
+
554
+ class DomainPackageDetails
555
+ attr_accessor package_id: ::String
556
+ attr_accessor package_name: ::String
557
+ attr_accessor package_type: ("TXT-DICTIONARY")
558
+ attr_accessor last_updated: ::Time
559
+ attr_accessor domain_name: ::String
560
+ attr_accessor domain_package_status: ("ASSOCIATING" | "ASSOCIATION_FAILED" | "ACTIVE" | "DISSOCIATING" | "DISSOCIATION_FAILED")
561
+ attr_accessor package_version: ::String
562
+ attr_accessor reference_path: ::String
563
+ attr_accessor error_details: Types::ErrorDetails
564
+ SENSITIVE: []
565
+ end
566
+
567
+ class DryRunResults
568
+ attr_accessor deployment_type: ::String
569
+ attr_accessor message: ::String
570
+ SENSITIVE: []
571
+ end
572
+
573
+ class Duration
574
+ attr_accessor value: ::Integer
575
+ attr_accessor unit: ("HOURS")
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class EBSOptions
580
+ attr_accessor ebs_enabled: bool
581
+ attr_accessor volume_type: ("standard" | "gp2" | "io1" | "gp3")
582
+ attr_accessor volume_size: ::Integer
583
+ attr_accessor iops: ::Integer
584
+ attr_accessor throughput: ::Integer
585
+ SENSITIVE: []
586
+ end
587
+
588
+ class EBSOptionsStatus
589
+ attr_accessor options: Types::EBSOptions
590
+ attr_accessor status: Types::OptionStatus
591
+ SENSITIVE: []
592
+ end
593
+
594
+ class ElasticsearchClusterConfig
595
+ attr_accessor 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")
596
+ attr_accessor instance_count: ::Integer
597
+ attr_accessor dedicated_master_enabled: bool
598
+ attr_accessor zone_awareness_enabled: bool
599
+ attr_accessor zone_awareness_config: Types::ZoneAwarenessConfig
600
+ attr_accessor 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")
601
+ attr_accessor dedicated_master_count: ::Integer
602
+ attr_accessor warm_enabled: bool
603
+ attr_accessor warm_type: ("ultrawarm1.medium.elasticsearch" | "ultrawarm1.large.elasticsearch")
604
+ attr_accessor warm_count: ::Integer
605
+ attr_accessor cold_storage_options: Types::ColdStorageOptions
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class ElasticsearchClusterConfigStatus
610
+ attr_accessor options: Types::ElasticsearchClusterConfig
611
+ attr_accessor status: Types::OptionStatus
612
+ SENSITIVE: []
613
+ end
614
+
615
+ class ElasticsearchDomainConfig
616
+ attr_accessor elasticsearch_version: Types::ElasticsearchVersionStatus
617
+ attr_accessor elasticsearch_cluster_config: Types::ElasticsearchClusterConfigStatus
618
+ attr_accessor ebs_options: Types::EBSOptionsStatus
619
+ attr_accessor access_policies: Types::AccessPoliciesStatus
620
+ attr_accessor snapshot_options: Types::SnapshotOptionsStatus
621
+ attr_accessor vpc_options: Types::VPCDerivedInfoStatus
622
+ attr_accessor cognito_options: Types::CognitoOptionsStatus
623
+ attr_accessor encryption_at_rest_options: Types::EncryptionAtRestOptionsStatus
624
+ attr_accessor node_to_node_encryption_options: Types::NodeToNodeEncryptionOptionsStatus
625
+ attr_accessor advanced_options: Types::AdvancedOptionsStatus
626
+ attr_accessor log_publishing_options: Types::LogPublishingOptionsStatus
627
+ attr_accessor domain_endpoint_options: Types::DomainEndpointOptionsStatus
628
+ attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsStatus
629
+ attr_accessor auto_tune_options: Types::AutoTuneOptionsStatus
630
+ attr_accessor change_progress_details: Types::ChangeProgressDetails
631
+ attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
632
+ SENSITIVE: []
633
+ end
634
+
635
+ class ElasticsearchDomainStatus
636
+ attr_accessor domain_id: ::String
637
+ attr_accessor domain_name: ::String
638
+ attr_accessor arn: ::String
639
+ attr_accessor created: bool
640
+ attr_accessor deleted: bool
641
+ attr_accessor endpoint: ::String
642
+ attr_accessor endpoints: ::Hash[::String, ::String]
643
+ attr_accessor processing: bool
644
+ attr_accessor upgrade_processing: bool
645
+ attr_accessor elasticsearch_version: ::String
646
+ attr_accessor elasticsearch_cluster_config: Types::ElasticsearchClusterConfig
647
+ attr_accessor ebs_options: Types::EBSOptions
648
+ attr_accessor access_policies: ::String
649
+ attr_accessor snapshot_options: Types::SnapshotOptions
650
+ attr_accessor vpc_options: Types::VPCDerivedInfo
651
+ attr_accessor cognito_options: Types::CognitoOptions
652
+ attr_accessor encryption_at_rest_options: Types::EncryptionAtRestOptions
653
+ attr_accessor node_to_node_encryption_options: Types::NodeToNodeEncryptionOptions
654
+ attr_accessor advanced_options: ::Hash[::String, ::String]
655
+ attr_accessor log_publishing_options: ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
656
+ attr_accessor service_software_options: Types::ServiceSoftwareOptions
657
+ attr_accessor domain_endpoint_options: Types::DomainEndpointOptions
658
+ attr_accessor advanced_security_options: Types::AdvancedSecurityOptions
659
+ attr_accessor auto_tune_options: Types::AutoTuneOptionsOutput
660
+ attr_accessor change_progress_details: Types::ChangeProgressDetails
661
+ attr_accessor domain_processing_status: ("Creating" | "Active" | "Modifying" | "UpgradingEngineVersion" | "UpdatingServiceSoftware" | "Isolated" | "Deleting")
662
+ attr_accessor modifying_properties: ::Array[Types::ModifyingProperties]
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class ElasticsearchVersionStatus
667
+ attr_accessor options: ::String
668
+ attr_accessor status: Types::OptionStatus
669
+ SENSITIVE: []
670
+ end
671
+
672
+ class EncryptionAtRestOptions
673
+ attr_accessor enabled: bool
674
+ attr_accessor kms_key_id: ::String
675
+ SENSITIVE: []
676
+ end
677
+
678
+ class EncryptionAtRestOptionsStatus
679
+ attr_accessor options: Types::EncryptionAtRestOptions
680
+ attr_accessor status: Types::OptionStatus
681
+ SENSITIVE: []
682
+ end
683
+
684
+ class ErrorDetails
685
+ attr_accessor error_type: ::String
686
+ attr_accessor error_message: ::String
687
+ SENSITIVE: []
688
+ end
689
+
690
+ class Filter
691
+ attr_accessor name: ::String
692
+ attr_accessor values: ::Array[::String]
693
+ SENSITIVE: []
694
+ end
695
+
696
+ class GetCompatibleElasticsearchVersionsRequest
697
+ attr_accessor domain_name: ::String
698
+ SENSITIVE: []
699
+ end
700
+
701
+ class GetCompatibleElasticsearchVersionsResponse
702
+ attr_accessor compatible_elasticsearch_versions: ::Array[Types::CompatibleVersionsMap]
703
+ SENSITIVE: []
704
+ end
705
+
706
+ class GetPackageVersionHistoryRequest
707
+ attr_accessor package_id: ::String
708
+ attr_accessor max_results: ::Integer
709
+ attr_accessor next_token: ::String
710
+ SENSITIVE: []
711
+ end
712
+
713
+ class GetPackageVersionHistoryResponse
714
+ attr_accessor package_id: ::String
715
+ attr_accessor package_version_history_list: ::Array[Types::PackageVersionHistory]
716
+ attr_accessor next_token: ::String
717
+ SENSITIVE: []
718
+ end
719
+
720
+ class GetUpgradeHistoryRequest
721
+ attr_accessor domain_name: ::String
722
+ attr_accessor max_results: ::Integer
723
+ attr_accessor next_token: ::String
724
+ SENSITIVE: []
725
+ end
726
+
727
+ class GetUpgradeHistoryResponse
728
+ attr_accessor upgrade_histories: ::Array[Types::UpgradeHistory]
729
+ attr_accessor next_token: ::String
730
+ SENSITIVE: []
731
+ end
732
+
733
+ class GetUpgradeStatusRequest
734
+ attr_accessor domain_name: ::String
735
+ SENSITIVE: []
736
+ end
737
+
738
+ class GetUpgradeStatusResponse
739
+ attr_accessor upgrade_step: ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")
740
+ attr_accessor step_status: ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
741
+ attr_accessor upgrade_name: ::String
742
+ SENSITIVE: []
743
+ end
744
+
745
+ class InboundCrossClusterSearchConnection
746
+ attr_accessor source_domain_info: Types::DomainInformation
747
+ attr_accessor destination_domain_info: Types::DomainInformation
748
+ attr_accessor cross_cluster_search_connection_id: ::String
749
+ attr_accessor connection_status: Types::InboundCrossClusterSearchConnectionStatus
750
+ SENSITIVE: []
751
+ end
752
+
753
+ class InboundCrossClusterSearchConnectionStatus
754
+ attr_accessor status_code: ("PENDING_ACCEPTANCE" | "APPROVED" | "REJECTING" | "REJECTED" | "DELETING" | "DELETED")
755
+ attr_accessor message: ::String
756
+ SENSITIVE: []
757
+ end
758
+
759
+ class InstanceCountLimits
760
+ attr_accessor minimum_instance_count: ::Integer
761
+ attr_accessor maximum_instance_count: ::Integer
762
+ SENSITIVE: []
763
+ end
764
+
765
+ class InstanceLimits
766
+ attr_accessor instance_count_limits: Types::InstanceCountLimits
767
+ SENSITIVE: []
768
+ end
769
+
770
+ class InternalException < Aws::EmptyStructure
771
+ end
772
+
773
+ class InvalidPaginationTokenException < Aws::EmptyStructure
774
+ end
775
+
776
+ class InvalidTypeException < Aws::EmptyStructure
777
+ end
778
+
779
+ class LimitExceededException < Aws::EmptyStructure
780
+ end
781
+
782
+ class Limits
783
+ attr_accessor storage_types: ::Array[Types::StorageType]
784
+ attr_accessor instance_limits: Types::InstanceLimits
785
+ attr_accessor additional_limits: ::Array[Types::AdditionalLimit]
786
+ SENSITIVE: []
787
+ end
788
+
789
+ class ListDomainNamesRequest
790
+ attr_accessor engine_type: ("OpenSearch" | "Elasticsearch")
791
+ SENSITIVE: []
792
+ end
793
+
794
+ class ListDomainNamesResponse
795
+ attr_accessor domain_names: ::Array[Types::DomainInfo]
796
+ SENSITIVE: []
797
+ end
798
+
799
+ class ListDomainsForPackageRequest
800
+ attr_accessor package_id: ::String
801
+ attr_accessor max_results: ::Integer
802
+ attr_accessor next_token: ::String
803
+ SENSITIVE: []
804
+ end
805
+
806
+ class ListDomainsForPackageResponse
807
+ attr_accessor domain_package_details_list: ::Array[Types::DomainPackageDetails]
808
+ attr_accessor next_token: ::String
809
+ SENSITIVE: []
810
+ end
811
+
812
+ class ListElasticsearchInstanceTypesRequest
813
+ attr_accessor elasticsearch_version: ::String
814
+ attr_accessor domain_name: ::String
815
+ attr_accessor max_results: ::Integer
816
+ attr_accessor next_token: ::String
817
+ SENSITIVE: []
818
+ end
819
+
820
+ class ListElasticsearchInstanceTypesResponse
821
+ attr_accessor 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")]
822
+ attr_accessor next_token: ::String
823
+ SENSITIVE: []
824
+ end
825
+
826
+ class ListElasticsearchVersionsRequest
827
+ attr_accessor max_results: ::Integer
828
+ attr_accessor next_token: ::String
829
+ SENSITIVE: []
830
+ end
831
+
832
+ class ListElasticsearchVersionsResponse
833
+ attr_accessor elasticsearch_versions: ::Array[::String]
834
+ attr_accessor next_token: ::String
835
+ SENSITIVE: []
836
+ end
837
+
838
+ class ListPackagesForDomainRequest
839
+ attr_accessor domain_name: ::String
840
+ attr_accessor max_results: ::Integer
841
+ attr_accessor next_token: ::String
842
+ SENSITIVE: []
843
+ end
844
+
845
+ class ListPackagesForDomainResponse
846
+ attr_accessor domain_package_details_list: ::Array[Types::DomainPackageDetails]
847
+ attr_accessor next_token: ::String
848
+ SENSITIVE: []
849
+ end
850
+
851
+ class ListTagsRequest
852
+ attr_accessor arn: ::String
853
+ SENSITIVE: []
854
+ end
855
+
856
+ class ListTagsResponse
857
+ attr_accessor tag_list: ::Array[Types::Tag]
858
+ SENSITIVE: []
859
+ end
860
+
861
+ class ListVpcEndpointAccessRequest
862
+ attr_accessor domain_name: ::String
863
+ attr_accessor next_token: ::String
864
+ SENSITIVE: []
865
+ end
866
+
867
+ class ListVpcEndpointAccessResponse
868
+ attr_accessor authorized_principal_list: ::Array[Types::AuthorizedPrincipal]
869
+ attr_accessor next_token: ::String
870
+ SENSITIVE: []
871
+ end
872
+
873
+ class ListVpcEndpointsForDomainRequest
874
+ attr_accessor domain_name: ::String
875
+ attr_accessor next_token: ::String
876
+ SENSITIVE: []
877
+ end
878
+
879
+ class ListVpcEndpointsForDomainResponse
880
+ attr_accessor vpc_endpoint_summary_list: ::Array[Types::VpcEndpointSummary]
881
+ attr_accessor next_token: ::String
882
+ SENSITIVE: []
883
+ end
884
+
885
+ class ListVpcEndpointsRequest
886
+ attr_accessor next_token: ::String
887
+ SENSITIVE: []
888
+ end
889
+
890
+ class ListVpcEndpointsResponse
891
+ attr_accessor vpc_endpoint_summary_list: ::Array[Types::VpcEndpointSummary]
892
+ attr_accessor next_token: ::String
893
+ SENSITIVE: []
894
+ end
895
+
896
+ class LogPublishingOption
897
+ attr_accessor cloud_watch_logs_log_group_arn: ::String
898
+ attr_accessor enabled: bool
899
+ SENSITIVE: []
900
+ end
901
+
902
+ class LogPublishingOptionsStatus
903
+ attr_accessor options: ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
904
+ attr_accessor status: Types::OptionStatus
905
+ SENSITIVE: []
906
+ end
907
+
908
+ class MasterUserOptions
909
+ attr_accessor master_user_arn: ::String
910
+ attr_accessor master_user_name: ::String
911
+ attr_accessor master_user_password: ::String
912
+ SENSITIVE: [:master_user_name, :master_user_password]
913
+ end
914
+
915
+ class ModifyingProperties
916
+ attr_accessor name: ::String
917
+ attr_accessor active_value: ::String
918
+ attr_accessor pending_value: ::String
919
+ attr_accessor value_type: ("PLAIN_TEXT" | "STRINGIFIED_JSON")
920
+ SENSITIVE: []
921
+ end
922
+
923
+ class NodeToNodeEncryptionOptions
924
+ attr_accessor enabled: bool
925
+ SENSITIVE: []
926
+ end
927
+
928
+ class NodeToNodeEncryptionOptionsStatus
929
+ attr_accessor options: Types::NodeToNodeEncryptionOptions
930
+ attr_accessor status: Types::OptionStatus
931
+ SENSITIVE: []
932
+ end
933
+
934
+ class OptionStatus
935
+ attr_accessor creation_date: ::Time
936
+ attr_accessor update_date: ::Time
937
+ attr_accessor update_version: ::Integer
938
+ attr_accessor state: ("RequiresIndexDocuments" | "Processing" | "Active")
939
+ attr_accessor pending_deletion: bool
940
+ SENSITIVE: []
941
+ end
942
+
943
+ class OutboundCrossClusterSearchConnection
944
+ attr_accessor source_domain_info: Types::DomainInformation
945
+ attr_accessor destination_domain_info: Types::DomainInformation
946
+ attr_accessor cross_cluster_search_connection_id: ::String
947
+ attr_accessor connection_alias: ::String
948
+ attr_accessor connection_status: Types::OutboundCrossClusterSearchConnectionStatus
949
+ SENSITIVE: []
950
+ end
951
+
952
+ class OutboundCrossClusterSearchConnectionStatus
953
+ attr_accessor status_code: ("PENDING_ACCEPTANCE" | "VALIDATING" | "VALIDATION_FAILED" | "PROVISIONING" | "ACTIVE" | "REJECTED" | "DELETING" | "DELETED")
954
+ attr_accessor message: ::String
955
+ SENSITIVE: []
956
+ end
957
+
958
+ class PackageDetails
959
+ attr_accessor package_id: ::String
960
+ attr_accessor package_name: ::String
961
+ attr_accessor package_type: ("TXT-DICTIONARY")
962
+ attr_accessor package_description: ::String
963
+ attr_accessor package_status: ("COPYING" | "COPY_FAILED" | "VALIDATING" | "VALIDATION_FAILED" | "AVAILABLE" | "DELETING" | "DELETED" | "DELETE_FAILED")
964
+ attr_accessor created_at: ::Time
965
+ attr_accessor last_updated_at: ::Time
966
+ attr_accessor available_package_version: ::String
967
+ attr_accessor error_details: Types::ErrorDetails
968
+ SENSITIVE: []
969
+ end
970
+
971
+ class PackageSource
972
+ attr_accessor s3_bucket_name: ::String
973
+ attr_accessor s3_key: ::String
974
+ SENSITIVE: []
975
+ end
976
+
977
+ class PackageVersionHistory
978
+ attr_accessor package_version: ::String
979
+ attr_accessor commit_message: ::String
980
+ attr_accessor created_at: ::Time
981
+ SENSITIVE: []
982
+ end
983
+
984
+ class PurchaseReservedElasticsearchInstanceOfferingRequest
985
+ attr_accessor reserved_elasticsearch_instance_offering_id: ::String
986
+ attr_accessor reservation_name: ::String
987
+ attr_accessor instance_count: ::Integer
988
+ SENSITIVE: []
989
+ end
990
+
991
+ class PurchaseReservedElasticsearchInstanceOfferingResponse
992
+ attr_accessor reserved_elasticsearch_instance_id: ::String
993
+ attr_accessor reservation_name: ::String
994
+ SENSITIVE: []
995
+ end
996
+
997
+ class RecurringCharge
998
+ attr_accessor recurring_charge_amount: ::Float
999
+ attr_accessor recurring_charge_frequency: ::String
1000
+ SENSITIVE: []
1001
+ end
1002
+
1003
+ class RejectInboundCrossClusterSearchConnectionRequest
1004
+ attr_accessor cross_cluster_search_connection_id: ::String
1005
+ SENSITIVE: []
1006
+ end
1007
+
1008
+ class RejectInboundCrossClusterSearchConnectionResponse
1009
+ attr_accessor cross_cluster_search_connection: Types::InboundCrossClusterSearchConnection
1010
+ SENSITIVE: []
1011
+ end
1012
+
1013
+ class RemoveTagsRequest
1014
+ attr_accessor arn: ::String
1015
+ attr_accessor tag_keys: ::Array[::String]
1016
+ SENSITIVE: []
1017
+ end
1018
+
1019
+ class ReservedElasticsearchInstance
1020
+ attr_accessor reservation_name: ::String
1021
+ attr_accessor reserved_elasticsearch_instance_id: ::String
1022
+ attr_accessor reserved_elasticsearch_instance_offering_id: ::String
1023
+ attr_accessor elasticsearch_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")
1024
+ attr_accessor start_time: ::Time
1025
+ attr_accessor duration: ::Integer
1026
+ attr_accessor fixed_price: ::Float
1027
+ attr_accessor usage_price: ::Float
1028
+ attr_accessor currency_code: ::String
1029
+ attr_accessor elasticsearch_instance_count: ::Integer
1030
+ attr_accessor state: ::String
1031
+ attr_accessor payment_option: ("ALL_UPFRONT" | "PARTIAL_UPFRONT" | "NO_UPFRONT")
1032
+ attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
1033
+ SENSITIVE: []
1034
+ end
1035
+
1036
+ class ReservedElasticsearchInstanceOffering
1037
+ attr_accessor reserved_elasticsearch_instance_offering_id: ::String
1038
+ attr_accessor elasticsearch_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")
1039
+ attr_accessor duration: ::Integer
1040
+ attr_accessor fixed_price: ::Float
1041
+ attr_accessor usage_price: ::Float
1042
+ attr_accessor currency_code: ::String
1043
+ attr_accessor payment_option: ("ALL_UPFRONT" | "PARTIAL_UPFRONT" | "NO_UPFRONT")
1044
+ attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
1045
+ SENSITIVE: []
1046
+ end
1047
+
1048
+ class ResourceAlreadyExistsException < Aws::EmptyStructure
1049
+ end
1050
+
1051
+ class ResourceNotFoundException < Aws::EmptyStructure
1052
+ end
1053
+
1054
+ class RevokeVpcEndpointAccessRequest
1055
+ attr_accessor domain_name: ::String
1056
+ attr_accessor account: ::String
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class RevokeVpcEndpointAccessResponse < Aws::EmptyStructure
1061
+ end
1062
+
1063
+ class SAMLIdp
1064
+ attr_accessor metadata_content: ::String
1065
+ attr_accessor entity_id: ::String
1066
+ SENSITIVE: []
1067
+ end
1068
+
1069
+ class SAMLOptionsInput
1070
+ attr_accessor enabled: bool
1071
+ attr_accessor idp: Types::SAMLIdp
1072
+ attr_accessor master_user_name: ::String
1073
+ attr_accessor master_backend_role: ::String
1074
+ attr_accessor subject_key: ::String
1075
+ attr_accessor roles_key: ::String
1076
+ attr_accessor session_timeout_minutes: ::Integer
1077
+ SENSITIVE: [:master_user_name]
1078
+ end
1079
+
1080
+ class SAMLOptionsOutput
1081
+ attr_accessor enabled: bool
1082
+ attr_accessor idp: Types::SAMLIdp
1083
+ attr_accessor subject_key: ::String
1084
+ attr_accessor roles_key: ::String
1085
+ attr_accessor session_timeout_minutes: ::Integer
1086
+ SENSITIVE: []
1087
+ end
1088
+
1089
+ class ScheduledAutoTuneDetails
1090
+ attr_accessor date: ::Time
1091
+ attr_accessor action_type: ("JVM_HEAP_SIZE_TUNING" | "JVM_YOUNG_GEN_TUNING")
1092
+ attr_accessor action: ::String
1093
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
1094
+ SENSITIVE: []
1095
+ end
1096
+
1097
+ class ServiceSoftwareOptions
1098
+ attr_accessor current_version: ::String
1099
+ attr_accessor new_version: ::String
1100
+ attr_accessor update_available: bool
1101
+ attr_accessor cancellable: bool
1102
+ attr_accessor update_status: ("PENDING_UPDATE" | "IN_PROGRESS" | "COMPLETED" | "NOT_ELIGIBLE" | "ELIGIBLE")
1103
+ attr_accessor description: ::String
1104
+ attr_accessor automated_update_date: ::Time
1105
+ attr_accessor optional_deployment: bool
1106
+ SENSITIVE: []
1107
+ end
1108
+
1109
+ class SnapshotOptions
1110
+ attr_accessor automated_snapshot_start_hour: ::Integer
1111
+ SENSITIVE: []
1112
+ end
1113
+
1114
+ class SnapshotOptionsStatus
1115
+ attr_accessor options: Types::SnapshotOptions
1116
+ attr_accessor status: Types::OptionStatus
1117
+ SENSITIVE: []
1118
+ end
1119
+
1120
+ class StartElasticsearchServiceSoftwareUpdateRequest
1121
+ attr_accessor domain_name: ::String
1122
+ SENSITIVE: []
1123
+ end
1124
+
1125
+ class StartElasticsearchServiceSoftwareUpdateResponse
1126
+ attr_accessor service_software_options: Types::ServiceSoftwareOptions
1127
+ SENSITIVE: []
1128
+ end
1129
+
1130
+ class StorageType
1131
+ attr_accessor storage_type_name: ::String
1132
+ attr_accessor storage_sub_type_name: ::String
1133
+ attr_accessor storage_type_limits: ::Array[Types::StorageTypeLimit]
1134
+ SENSITIVE: []
1135
+ end
1136
+
1137
+ class StorageTypeLimit
1138
+ attr_accessor limit_name: ::String
1139
+ attr_accessor limit_values: ::Array[::String]
1140
+ SENSITIVE: []
1141
+ end
1142
+
1143
+ class Tag
1144
+ attr_accessor key: ::String
1145
+ attr_accessor value: ::String
1146
+ SENSITIVE: []
1147
+ end
1148
+
1149
+ class UpdateElasticsearchDomainConfigRequest
1150
+ attr_accessor domain_name: ::String
1151
+ attr_accessor elasticsearch_cluster_config: Types::ElasticsearchClusterConfig
1152
+ attr_accessor ebs_options: Types::EBSOptions
1153
+ attr_accessor snapshot_options: Types::SnapshotOptions
1154
+ attr_accessor vpc_options: Types::VPCOptions
1155
+ attr_accessor cognito_options: Types::CognitoOptions
1156
+ attr_accessor advanced_options: ::Hash[::String, ::String]
1157
+ attr_accessor access_policies: ::String
1158
+ attr_accessor log_publishing_options: ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
1159
+ attr_accessor domain_endpoint_options: Types::DomainEndpointOptions
1160
+ attr_accessor advanced_security_options: Types::AdvancedSecurityOptionsInput
1161
+ attr_accessor node_to_node_encryption_options: Types::NodeToNodeEncryptionOptions
1162
+ attr_accessor encryption_at_rest_options: Types::EncryptionAtRestOptions
1163
+ attr_accessor auto_tune_options: Types::AutoTuneOptions
1164
+ attr_accessor dry_run: bool
1165
+ SENSITIVE: []
1166
+ end
1167
+
1168
+ class UpdateElasticsearchDomainConfigResponse
1169
+ attr_accessor domain_config: Types::ElasticsearchDomainConfig
1170
+ attr_accessor dry_run_results: Types::DryRunResults
1171
+ SENSITIVE: []
1172
+ end
1173
+
1174
+ class UpdatePackageRequest
1175
+ attr_accessor package_id: ::String
1176
+ attr_accessor package_source: Types::PackageSource
1177
+ attr_accessor package_description: ::String
1178
+ attr_accessor commit_message: ::String
1179
+ SENSITIVE: []
1180
+ end
1181
+
1182
+ class UpdatePackageResponse
1183
+ attr_accessor package_details: Types::PackageDetails
1184
+ SENSITIVE: []
1185
+ end
1186
+
1187
+ class UpdateVpcEndpointRequest
1188
+ attr_accessor vpc_endpoint_id: ::String
1189
+ attr_accessor vpc_options: Types::VPCOptions
1190
+ SENSITIVE: []
1191
+ end
1192
+
1193
+ class UpdateVpcEndpointResponse
1194
+ attr_accessor vpc_endpoint: Types::VpcEndpoint
1195
+ SENSITIVE: []
1196
+ end
1197
+
1198
+ class UpgradeElasticsearchDomainRequest
1199
+ attr_accessor domain_name: ::String
1200
+ attr_accessor target_version: ::String
1201
+ attr_accessor perform_check_only: bool
1202
+ SENSITIVE: []
1203
+ end
1204
+
1205
+ class UpgradeElasticsearchDomainResponse
1206
+ attr_accessor domain_name: ::String
1207
+ attr_accessor target_version: ::String
1208
+ attr_accessor perform_check_only: bool
1209
+ attr_accessor change_progress_details: Types::ChangeProgressDetails
1210
+ SENSITIVE: []
1211
+ end
1212
+
1213
+ class UpgradeHistory
1214
+ attr_accessor upgrade_name: ::String
1215
+ attr_accessor start_timestamp: ::Time
1216
+ attr_accessor upgrade_status: ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
1217
+ attr_accessor steps_list: ::Array[Types::UpgradeStepItem]
1218
+ SENSITIVE: []
1219
+ end
1220
+
1221
+ class UpgradeStepItem
1222
+ attr_accessor upgrade_step: ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")
1223
+ attr_accessor upgrade_step_status: ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
1224
+ attr_accessor issues: ::Array[::String]
1225
+ attr_accessor progress_percent: ::Float
1226
+ SENSITIVE: []
1227
+ end
1228
+
1229
+ class VPCDerivedInfo
1230
+ attr_accessor vpc_id: ::String
1231
+ attr_accessor subnet_ids: ::Array[::String]
1232
+ attr_accessor availability_zones: ::Array[::String]
1233
+ attr_accessor security_group_ids: ::Array[::String]
1234
+ SENSITIVE: []
1235
+ end
1236
+
1237
+ class VPCDerivedInfoStatus
1238
+ attr_accessor options: Types::VPCDerivedInfo
1239
+ attr_accessor status: Types::OptionStatus
1240
+ SENSITIVE: []
1241
+ end
1242
+
1243
+ class VPCOptions
1244
+ attr_accessor subnet_ids: ::Array[::String]
1245
+ attr_accessor security_group_ids: ::Array[::String]
1246
+ SENSITIVE: []
1247
+ end
1248
+
1249
+ class ValidationException < Aws::EmptyStructure
1250
+ end
1251
+
1252
+ class VpcEndpoint
1253
+ attr_accessor vpc_endpoint_id: ::String
1254
+ attr_accessor vpc_endpoint_owner: ::String
1255
+ attr_accessor domain_arn: ::String
1256
+ attr_accessor vpc_options: Types::VPCDerivedInfo
1257
+ attr_accessor status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
1258
+ attr_accessor endpoint: ::String
1259
+ SENSITIVE: []
1260
+ end
1261
+
1262
+ class VpcEndpointError
1263
+ attr_accessor vpc_endpoint_id: ::String
1264
+ attr_accessor error_code: ("ENDPOINT_NOT_FOUND" | "SERVER_ERROR")
1265
+ attr_accessor error_message: ::String
1266
+ SENSITIVE: []
1267
+ end
1268
+
1269
+ class VpcEndpointSummary
1270
+ attr_accessor vpc_endpoint_id: ::String
1271
+ attr_accessor vpc_endpoint_owner: ::String
1272
+ attr_accessor domain_arn: ::String
1273
+ attr_accessor status: ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
1274
+ SENSITIVE: []
1275
+ end
1276
+
1277
+ class ZoneAwarenessConfig
1278
+ attr_accessor availability_zone_count: ::Integer
1279
+ SENSITIVE: []
1280
+ end
1281
+ end
1282
+ end