aws-sdk-elasticsearchservice 1.44.0 → 1.49.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c07949d69e12469c1494059fcaa53b5def5e16836a613586ecf0db4fc25524b7
|
4
|
+
data.tar.gz: 65f51a02a672993e064716e5daf97b9090bab9ca06a32b4b80ef24f866cf2eca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a044fce55d5dceb1c7e094bc4a7be79c9607b6388f261b20681ceaaac507d25c1eb17c0ace58a24f4d263ef2001061c462161bc6d82a8195f70892aa136d3f0
|
7
|
+
data.tar.gz: 03b9b6d0e044410adece5e43e8a12db00129f842fa66ea1ca91e89b3d02f62b3478f7e0bfcd383831ced57749cfc5f172a1f3d28d5fa828680c1dbd4057b3503
|
@@ -426,6 +426,7 @@ module Aws::ElasticsearchService
|
|
426
426
|
# resp.domain_package_details.last_updated #=> Time
|
427
427
|
# resp.domain_package_details.domain_name #=> String
|
428
428
|
# resp.domain_package_details.domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
|
429
|
+
# resp.domain_package_details.package_version #=> String
|
429
430
|
# resp.domain_package_details.reference_path #=> String
|
430
431
|
# resp.domain_package_details.error_details.error_type #=> String
|
431
432
|
# resp.domain_package_details.error_details.error_message #=> String
|
@@ -558,6 +559,9 @@ module Aws::ElasticsearchService
|
|
558
559
|
# @option params [Types::AdvancedSecurityOptionsInput] :advanced_security_options
|
559
560
|
# Specifies advanced security options.
|
560
561
|
#
|
562
|
+
# @option params [Types::AutoTuneOptionsInput] :auto_tune_options
|
563
|
+
# Specifies Auto-Tune options.
|
564
|
+
#
|
561
565
|
# @return [Types::CreateElasticsearchDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
562
566
|
#
|
563
567
|
# * {Types::CreateElasticsearchDomainResponse#domain_status #domain_status} => Types::ElasticsearchDomainStatus
|
@@ -620,6 +624,9 @@ module Aws::ElasticsearchService
|
|
620
624
|
# domain_endpoint_options: {
|
621
625
|
# enforce_https: false,
|
622
626
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
627
|
+
# custom_endpoint_enabled: false,
|
628
|
+
# custom_endpoint: "DomainNameFqdn",
|
629
|
+
# custom_endpoint_certificate_arn: "ARN",
|
623
630
|
# },
|
624
631
|
# advanced_security_options: {
|
625
632
|
# enabled: false,
|
@@ -642,6 +649,19 @@ module Aws::ElasticsearchService
|
|
642
649
|
# session_timeout_minutes: 1,
|
643
650
|
# },
|
644
651
|
# },
|
652
|
+
# auto_tune_options: {
|
653
|
+
# desired_state: "ENABLED", # accepts ENABLED, DISABLED
|
654
|
+
# maintenance_schedules: [
|
655
|
+
# {
|
656
|
+
# start_at: Time.now,
|
657
|
+
# duration: {
|
658
|
+
# value: 1,
|
659
|
+
# unit: "HOURS", # accepts HOURS
|
660
|
+
# },
|
661
|
+
# cron_expression_for_recurrence: "String",
|
662
|
+
# },
|
663
|
+
# ],
|
664
|
+
# },
|
645
665
|
# })
|
646
666
|
#
|
647
667
|
# @example Response structure
|
@@ -702,6 +722,9 @@ module Aws::ElasticsearchService
|
|
702
722
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
703
723
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
704
724
|
# resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
725
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
726
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
727
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
705
728
|
# resp.domain_status.advanced_security_options.enabled #=> Boolean
|
706
729
|
# resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
|
707
730
|
# resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -710,6 +733,8 @@ module Aws::ElasticsearchService
|
|
710
733
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
711
734
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
712
735
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
736
|
+
# resp.domain_status.auto_tune_options.state #=> String, one of "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"
|
737
|
+
# resp.domain_status.auto_tune_options.error_message #=> String
|
713
738
|
#
|
714
739
|
# @overload create_elasticsearch_domain(params = {})
|
715
740
|
# @param [Hash] params ({})
|
@@ -814,6 +839,8 @@ module Aws::ElasticsearchService
|
|
814
839
|
# resp.package_details.package_description #=> String
|
815
840
|
# resp.package_details.package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
|
816
841
|
# resp.package_details.created_at #=> Time
|
842
|
+
# resp.package_details.last_updated_at #=> Time
|
843
|
+
# resp.package_details.available_package_version #=> String
|
817
844
|
# resp.package_details.error_details.error_type #=> String
|
818
845
|
# resp.package_details.error_details.error_message #=> String
|
819
846
|
#
|
@@ -899,6 +926,9 @@ module Aws::ElasticsearchService
|
|
899
926
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
900
927
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
901
928
|
# resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
929
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
930
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
931
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
902
932
|
# resp.domain_status.advanced_security_options.enabled #=> Boolean
|
903
933
|
# resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
|
904
934
|
# resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -907,6 +937,8 @@ module Aws::ElasticsearchService
|
|
907
937
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
908
938
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
909
939
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
940
|
+
# resp.domain_status.auto_tune_options.state #=> String, one of "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"
|
941
|
+
# resp.domain_status.auto_tune_options.error_message #=> String
|
910
942
|
#
|
911
943
|
# @overload delete_elasticsearch_domain(params = {})
|
912
944
|
# @param [Hash] params ({})
|
@@ -1030,6 +1062,8 @@ module Aws::ElasticsearchService
|
|
1030
1062
|
# resp.package_details.package_description #=> String
|
1031
1063
|
# resp.package_details.package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
|
1032
1064
|
# resp.package_details.created_at #=> Time
|
1065
|
+
# resp.package_details.last_updated_at #=> Time
|
1066
|
+
# resp.package_details.available_package_version #=> String
|
1033
1067
|
# resp.package_details.error_details.error_type #=> String
|
1034
1068
|
# resp.package_details.error_details.error_message #=> String
|
1035
1069
|
#
|
@@ -1040,6 +1074,53 @@ module Aws::ElasticsearchService
|
|
1040
1074
|
req.send_request(options)
|
1041
1075
|
end
|
1042
1076
|
|
1077
|
+
# Provides scheduled Auto-Tune action details for the Elasticsearch
|
1078
|
+
# domain, such as Auto-Tune action type, description, severity, and
|
1079
|
+
# scheduled date.
|
1080
|
+
#
|
1081
|
+
# @option params [required, String] :domain_name
|
1082
|
+
# Specifies the domain name for which you want Auto-Tune action details.
|
1083
|
+
#
|
1084
|
+
# @option params [Integer] :max_results
|
1085
|
+
# Set this value to limit the number of results returned. If not
|
1086
|
+
# specified, defaults to 100.
|
1087
|
+
#
|
1088
|
+
# @option params [String] :next_token
|
1089
|
+
# NextToken is sent in case the earlier API call results contain the
|
1090
|
+
# NextToken. It is used for pagination.
|
1091
|
+
#
|
1092
|
+
# @return [Types::DescribeDomainAutoTunesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1093
|
+
#
|
1094
|
+
# * {Types::DescribeDomainAutoTunesResponse#auto_tunes #auto_tunes} => Array<Types::AutoTune>
|
1095
|
+
# * {Types::DescribeDomainAutoTunesResponse#next_token #next_token} => String
|
1096
|
+
#
|
1097
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1098
|
+
#
|
1099
|
+
# @example Request syntax with placeholder values
|
1100
|
+
#
|
1101
|
+
# resp = client.describe_domain_auto_tunes({
|
1102
|
+
# domain_name: "DomainName", # required
|
1103
|
+
# max_results: 1,
|
1104
|
+
# next_token: "NextToken",
|
1105
|
+
# })
|
1106
|
+
#
|
1107
|
+
# @example Response structure
|
1108
|
+
#
|
1109
|
+
# resp.auto_tunes #=> Array
|
1110
|
+
# resp.auto_tunes[0].auto_tune_type #=> String, one of "SCHEDULED_ACTION"
|
1111
|
+
# resp.auto_tunes[0].auto_tune_details.scheduled_auto_tune_details.date #=> Time
|
1112
|
+
# resp.auto_tunes[0].auto_tune_details.scheduled_auto_tune_details.action_type #=> String, one of "JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING"
|
1113
|
+
# resp.auto_tunes[0].auto_tune_details.scheduled_auto_tune_details.action #=> String
|
1114
|
+
# resp.auto_tunes[0].auto_tune_details.scheduled_auto_tune_details.severity #=> String, one of "LOW", "MEDIUM", "HIGH"
|
1115
|
+
# resp.next_token #=> String
|
1116
|
+
#
|
1117
|
+
# @overload describe_domain_auto_tunes(params = {})
|
1118
|
+
# @param [Hash] params ({})
|
1119
|
+
def describe_domain_auto_tunes(params = {}, options = {})
|
1120
|
+
req = build_request(:describe_domain_auto_tunes, params)
|
1121
|
+
req.send_request(options)
|
1122
|
+
end
|
1123
|
+
|
1043
1124
|
# Returns domain configuration information about the specified
|
1044
1125
|
# Elasticsearch domain, including the domain ID, domain endpoint, and
|
1045
1126
|
# domain ARN.
|
@@ -1115,6 +1196,9 @@ module Aws::ElasticsearchService
|
|
1115
1196
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
1116
1197
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
1117
1198
|
# resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
1199
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
1200
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
1201
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
1118
1202
|
# resp.domain_status.advanced_security_options.enabled #=> Boolean
|
1119
1203
|
# resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
|
1120
1204
|
# resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -1123,6 +1207,8 @@ module Aws::ElasticsearchService
|
|
1123
1207
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
1124
1208
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
1125
1209
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
1210
|
+
# resp.domain_status.auto_tune_options.state #=> String, one of "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"
|
1211
|
+
# resp.domain_status.auto_tune_options.error_message #=> String
|
1126
1212
|
#
|
1127
1213
|
# @overload describe_elasticsearch_domain(params = {})
|
1128
1214
|
# @param [Hash] params ({})
|
@@ -1243,6 +1329,9 @@ module Aws::ElasticsearchService
|
|
1243
1329
|
# resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
|
1244
1330
|
# resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
|
1245
1331
|
# resp.domain_config.domain_endpoint_options.options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
1332
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
|
1333
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
|
1334
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
|
1246
1335
|
# resp.domain_config.domain_endpoint_options.status.creation_date #=> Time
|
1247
1336
|
# resp.domain_config.domain_endpoint_options.status.update_date #=> Time
|
1248
1337
|
# resp.domain_config.domain_endpoint_options.status.update_version #=> Integer
|
@@ -1261,6 +1350,19 @@ module Aws::ElasticsearchService
|
|
1261
1350
|
# resp.domain_config.advanced_security_options.status.update_version #=> Integer
|
1262
1351
|
# resp.domain_config.advanced_security_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
1263
1352
|
# resp.domain_config.advanced_security_options.status.pending_deletion #=> Boolean
|
1353
|
+
# resp.domain_config.auto_tune_options.options.desired_state #=> String, one of "ENABLED", "DISABLED"
|
1354
|
+
# resp.domain_config.auto_tune_options.options.rollback_on_disable #=> String, one of "NO_ROLLBACK", "DEFAULT_ROLLBACK"
|
1355
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules #=> Array
|
1356
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].start_at #=> Time
|
1357
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].duration.value #=> Integer
|
1358
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].duration.unit #=> String, one of "HOURS"
|
1359
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].cron_expression_for_recurrence #=> String
|
1360
|
+
# resp.domain_config.auto_tune_options.status.creation_date #=> Time
|
1361
|
+
# resp.domain_config.auto_tune_options.status.update_date #=> Time
|
1362
|
+
# resp.domain_config.auto_tune_options.status.update_version #=> Integer
|
1363
|
+
# resp.domain_config.auto_tune_options.status.state #=> String, one of "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"
|
1364
|
+
# resp.domain_config.auto_tune_options.status.error_message #=> String
|
1365
|
+
# resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
|
1264
1366
|
#
|
1265
1367
|
# @overload describe_elasticsearch_domain_config(params = {})
|
1266
1368
|
# @param [Hash] params ({})
|
@@ -1345,6 +1447,9 @@ module Aws::ElasticsearchService
|
|
1345
1447
|
# resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
|
1346
1448
|
# resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
|
1347
1449
|
# resp.domain_status_list[0].domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
1450
|
+
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
1451
|
+
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
|
1452
|
+
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
1348
1453
|
# resp.domain_status_list[0].advanced_security_options.enabled #=> Boolean
|
1349
1454
|
# resp.domain_status_list[0].advanced_security_options.internal_user_database_enabled #=> Boolean
|
1350
1455
|
# resp.domain_status_list[0].advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -1353,6 +1458,8 @@ module Aws::ElasticsearchService
|
|
1353
1458
|
# resp.domain_status_list[0].advanced_security_options.saml_options.subject_key #=> String
|
1354
1459
|
# resp.domain_status_list[0].advanced_security_options.saml_options.roles_key #=> String
|
1355
1460
|
# resp.domain_status_list[0].advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
1461
|
+
# resp.domain_status_list[0].auto_tune_options.state #=> String, one of "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"
|
1462
|
+
# resp.domain_status_list[0].auto_tune_options.error_message #=> String
|
1356
1463
|
#
|
1357
1464
|
# @overload describe_elasticsearch_domains(params = {})
|
1358
1465
|
# @param [Hash] params ({})
|
@@ -1580,6 +1687,8 @@ module Aws::ElasticsearchService
|
|
1580
1687
|
# resp.package_details_list[0].package_description #=> String
|
1581
1688
|
# resp.package_details_list[0].package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
|
1582
1689
|
# resp.package_details_list[0].created_at #=> Time
|
1690
|
+
# resp.package_details_list[0].last_updated_at #=> Time
|
1691
|
+
# resp.package_details_list[0].available_package_version #=> String
|
1583
1692
|
# resp.package_details_list[0].error_details.error_type #=> String
|
1584
1693
|
# resp.package_details_list[0].error_details.error_message #=> String
|
1585
1694
|
# resp.next_token #=> String
|
@@ -1729,6 +1838,7 @@ module Aws::ElasticsearchService
|
|
1729
1838
|
# resp.domain_package_details.last_updated #=> Time
|
1730
1839
|
# resp.domain_package_details.domain_name #=> String
|
1731
1840
|
# resp.domain_package_details.domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
|
1841
|
+
# resp.domain_package_details.package_version #=> String
|
1732
1842
|
# resp.domain_package_details.reference_path #=> String
|
1733
1843
|
# resp.domain_package_details.error_details.error_type #=> String
|
1734
1844
|
# resp.domain_package_details.error_details.error_message #=> String
|
@@ -1774,6 +1884,52 @@ module Aws::ElasticsearchService
|
|
1774
1884
|
req.send_request(options)
|
1775
1885
|
end
|
1776
1886
|
|
1887
|
+
# Returns a list of versions of the package, along with their creation
|
1888
|
+
# time and commit message.
|
1889
|
+
#
|
1890
|
+
# @option params [required, String] :package_id
|
1891
|
+
# Returns an audit history of versions of the package.
|
1892
|
+
#
|
1893
|
+
# @option params [Integer] :max_results
|
1894
|
+
# Limits results to a maximum number of versions.
|
1895
|
+
#
|
1896
|
+
# @option params [String] :next_token
|
1897
|
+
# Used for pagination. Only necessary if a previous API call includes a
|
1898
|
+
# non-null NextToken value. If provided, returns results for the next
|
1899
|
+
# page.
|
1900
|
+
#
|
1901
|
+
# @return [Types::GetPackageVersionHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1902
|
+
#
|
1903
|
+
# * {Types::GetPackageVersionHistoryResponse#package_id #package_id} => String
|
1904
|
+
# * {Types::GetPackageVersionHistoryResponse#package_version_history_list #package_version_history_list} => Array<Types::PackageVersionHistory>
|
1905
|
+
# * {Types::GetPackageVersionHistoryResponse#next_token #next_token} => String
|
1906
|
+
#
|
1907
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1908
|
+
#
|
1909
|
+
# @example Request syntax with placeholder values
|
1910
|
+
#
|
1911
|
+
# resp = client.get_package_version_history({
|
1912
|
+
# package_id: "PackageID", # required
|
1913
|
+
# max_results: 1,
|
1914
|
+
# next_token: "NextToken",
|
1915
|
+
# })
|
1916
|
+
#
|
1917
|
+
# @example Response structure
|
1918
|
+
#
|
1919
|
+
# resp.package_id #=> String
|
1920
|
+
# resp.package_version_history_list #=> Array
|
1921
|
+
# resp.package_version_history_list[0].package_version #=> String
|
1922
|
+
# resp.package_version_history_list[0].commit_message #=> String
|
1923
|
+
# resp.package_version_history_list[0].created_at #=> Time
|
1924
|
+
# resp.next_token #=> String
|
1925
|
+
#
|
1926
|
+
# @overload get_package_version_history(params = {})
|
1927
|
+
# @param [Hash] params ({})
|
1928
|
+
def get_package_version_history(params = {}, options = {})
|
1929
|
+
req = build_request(:get_package_version_history, params)
|
1930
|
+
req.send_request(options)
|
1931
|
+
end
|
1932
|
+
|
1777
1933
|
# Retrieves the complete history of the last 10 upgrades that were
|
1778
1934
|
# performed on the domain.
|
1779
1935
|
#
|
@@ -1917,6 +2073,7 @@ module Aws::ElasticsearchService
|
|
1917
2073
|
# resp.domain_package_details_list[0].last_updated #=> Time
|
1918
2074
|
# resp.domain_package_details_list[0].domain_name #=> String
|
1919
2075
|
# resp.domain_package_details_list[0].domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
|
2076
|
+
# resp.domain_package_details_list[0].package_version #=> String
|
1920
2077
|
# resp.domain_package_details_list[0].reference_path #=> String
|
1921
2078
|
# resp.domain_package_details_list[0].error_details.error_type #=> String
|
1922
2079
|
# resp.domain_package_details_list[0].error_details.error_message #=> String
|
@@ -2053,6 +2210,7 @@ module Aws::ElasticsearchService
|
|
2053
2210
|
# resp.domain_package_details_list[0].last_updated #=> Time
|
2054
2211
|
# resp.domain_package_details_list[0].domain_name #=> String
|
2055
2212
|
# resp.domain_package_details_list[0].domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
|
2213
|
+
# resp.domain_package_details_list[0].package_version #=> String
|
2056
2214
|
# resp.domain_package_details_list[0].reference_path #=> String
|
2057
2215
|
# resp.domain_package_details_list[0].error_details.error_type #=> String
|
2058
2216
|
# resp.domain_package_details_list[0].error_details.error_message #=> String
|
@@ -2286,6 +2444,15 @@ module Aws::ElasticsearchService
|
|
2286
2444
|
# @option params [Types::AdvancedSecurityOptionsInput] :advanced_security_options
|
2287
2445
|
# Specifies advanced security options.
|
2288
2446
|
#
|
2447
|
+
# @option params [Types::NodeToNodeEncryptionOptions] :node_to_node_encryption_options
|
2448
|
+
# Specifies the NodeToNodeEncryptionOptions.
|
2449
|
+
#
|
2450
|
+
# @option params [Types::EncryptionAtRestOptions] :encryption_at_rest_options
|
2451
|
+
# Specifies the Encryption At Rest Options.
|
2452
|
+
#
|
2453
|
+
# @option params [Types::AutoTuneOptions] :auto_tune_options
|
2454
|
+
# Specifies Auto-Tune options.
|
2455
|
+
#
|
2289
2456
|
# @return [Types::UpdateElasticsearchDomainConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2290
2457
|
#
|
2291
2458
|
# * {Types::UpdateElasticsearchDomainConfigResponse#domain_config #domain_config} => Types::ElasticsearchDomainConfig
|
@@ -2340,6 +2507,9 @@ module Aws::ElasticsearchService
|
|
2340
2507
|
# domain_endpoint_options: {
|
2341
2508
|
# enforce_https: false,
|
2342
2509
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
2510
|
+
# custom_endpoint_enabled: false,
|
2511
|
+
# custom_endpoint: "DomainNameFqdn",
|
2512
|
+
# custom_endpoint_certificate_arn: "ARN",
|
2343
2513
|
# },
|
2344
2514
|
# advanced_security_options: {
|
2345
2515
|
# enabled: false,
|
@@ -2362,6 +2532,27 @@ module Aws::ElasticsearchService
|
|
2362
2532
|
# session_timeout_minutes: 1,
|
2363
2533
|
# },
|
2364
2534
|
# },
|
2535
|
+
# node_to_node_encryption_options: {
|
2536
|
+
# enabled: false,
|
2537
|
+
# },
|
2538
|
+
# encryption_at_rest_options: {
|
2539
|
+
# enabled: false,
|
2540
|
+
# kms_key_id: "KmsKeyId",
|
2541
|
+
# },
|
2542
|
+
# auto_tune_options: {
|
2543
|
+
# desired_state: "ENABLED", # accepts ENABLED, DISABLED
|
2544
|
+
# rollback_on_disable: "NO_ROLLBACK", # accepts NO_ROLLBACK, DEFAULT_ROLLBACK
|
2545
|
+
# maintenance_schedules: [
|
2546
|
+
# {
|
2547
|
+
# start_at: Time.now,
|
2548
|
+
# duration: {
|
2549
|
+
# value: 1,
|
2550
|
+
# unit: "HOURS", # accepts HOURS
|
2551
|
+
# },
|
2552
|
+
# cron_expression_for_recurrence: "String",
|
2553
|
+
# },
|
2554
|
+
# ],
|
2555
|
+
# },
|
2365
2556
|
# })
|
2366
2557
|
#
|
2367
2558
|
# @example Response structure
|
@@ -2459,6 +2650,9 @@ module Aws::ElasticsearchService
|
|
2459
2650
|
# resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
|
2460
2651
|
# resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
|
2461
2652
|
# resp.domain_config.domain_endpoint_options.options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
2653
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
|
2654
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
|
2655
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
|
2462
2656
|
# resp.domain_config.domain_endpoint_options.status.creation_date #=> Time
|
2463
2657
|
# resp.domain_config.domain_endpoint_options.status.update_date #=> Time
|
2464
2658
|
# resp.domain_config.domain_endpoint_options.status.update_version #=> Integer
|
@@ -2477,6 +2671,19 @@ module Aws::ElasticsearchService
|
|
2477
2671
|
# resp.domain_config.advanced_security_options.status.update_version #=> Integer
|
2478
2672
|
# resp.domain_config.advanced_security_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
2479
2673
|
# resp.domain_config.advanced_security_options.status.pending_deletion #=> Boolean
|
2674
|
+
# resp.domain_config.auto_tune_options.options.desired_state #=> String, one of "ENABLED", "DISABLED"
|
2675
|
+
# resp.domain_config.auto_tune_options.options.rollback_on_disable #=> String, one of "NO_ROLLBACK", "DEFAULT_ROLLBACK"
|
2676
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules #=> Array
|
2677
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].start_at #=> Time
|
2678
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].duration.value #=> Integer
|
2679
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].duration.unit #=> String, one of "HOURS"
|
2680
|
+
# resp.domain_config.auto_tune_options.options.maintenance_schedules[0].cron_expression_for_recurrence #=> String
|
2681
|
+
# resp.domain_config.auto_tune_options.status.creation_date #=> Time
|
2682
|
+
# resp.domain_config.auto_tune_options.status.update_date #=> Time
|
2683
|
+
# resp.domain_config.auto_tune_options.status.update_version #=> Integer
|
2684
|
+
# resp.domain_config.auto_tune_options.status.state #=> String, one of "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"
|
2685
|
+
# resp.domain_config.auto_tune_options.status.error_message #=> String
|
2686
|
+
# resp.domain_config.auto_tune_options.status.pending_deletion #=> Boolean
|
2480
2687
|
#
|
2481
2688
|
# @overload update_elasticsearch_domain_config(params = {})
|
2482
2689
|
# @param [Hash] params ({})
|
@@ -2485,6 +2692,58 @@ module Aws::ElasticsearchService
|
|
2485
2692
|
req.send_request(options)
|
2486
2693
|
end
|
2487
2694
|
|
2695
|
+
# Updates a package for use with Amazon ES domains.
|
2696
|
+
#
|
2697
|
+
# @option params [required, String] :package_id
|
2698
|
+
# Unique identifier for the package.
|
2699
|
+
#
|
2700
|
+
# @option params [required, Types::PackageSource] :package_source
|
2701
|
+
# The S3 location for importing the package specified as `S3BucketName`
|
2702
|
+
# and `S3Key`
|
2703
|
+
#
|
2704
|
+
# @option params [String] :package_description
|
2705
|
+
# New description of the package.
|
2706
|
+
#
|
2707
|
+
# @option params [String] :commit_message
|
2708
|
+
# An info message for the new version which will be shown as part of
|
2709
|
+
# `GetPackageVersionHistoryResponse`.
|
2710
|
+
#
|
2711
|
+
# @return [Types::UpdatePackageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2712
|
+
#
|
2713
|
+
# * {Types::UpdatePackageResponse#package_details #package_details} => Types::PackageDetails
|
2714
|
+
#
|
2715
|
+
# @example Request syntax with placeholder values
|
2716
|
+
#
|
2717
|
+
# resp = client.update_package({
|
2718
|
+
# package_id: "PackageID", # required
|
2719
|
+
# package_source: { # required
|
2720
|
+
# s3_bucket_name: "S3BucketName",
|
2721
|
+
# s3_key: "S3Key",
|
2722
|
+
# },
|
2723
|
+
# package_description: "PackageDescription",
|
2724
|
+
# commit_message: "CommitMessage",
|
2725
|
+
# })
|
2726
|
+
#
|
2727
|
+
# @example Response structure
|
2728
|
+
#
|
2729
|
+
# resp.package_details.package_id #=> String
|
2730
|
+
# resp.package_details.package_name #=> String
|
2731
|
+
# resp.package_details.package_type #=> String, one of "TXT-DICTIONARY"
|
2732
|
+
# resp.package_details.package_description #=> String
|
2733
|
+
# resp.package_details.package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
|
2734
|
+
# resp.package_details.created_at #=> Time
|
2735
|
+
# resp.package_details.last_updated_at #=> Time
|
2736
|
+
# resp.package_details.available_package_version #=> String
|
2737
|
+
# resp.package_details.error_details.error_type #=> String
|
2738
|
+
# resp.package_details.error_details.error_message #=> String
|
2739
|
+
#
|
2740
|
+
# @overload update_package(params = {})
|
2741
|
+
# @param [Hash] params ({})
|
2742
|
+
def update_package(params = {}, options = {})
|
2743
|
+
req = build_request(:update_package, params)
|
2744
|
+
req.send_request(options)
|
2745
|
+
end
|
2746
|
+
|
2488
2747
|
# Allows you to either upgrade your domain or perform an Upgrade
|
2489
2748
|
# eligibility check to a compatible Elasticsearch version.
|
2490
2749
|
#
|
@@ -2542,7 +2801,7 @@ module Aws::ElasticsearchService
|
|
2542
2801
|
params: params,
|
2543
2802
|
config: config)
|
2544
2803
|
context[:gem_name] = 'aws-sdk-elasticsearchservice'
|
2545
|
-
context[:gem_version] = '1.
|
2804
|
+
context[:gem_version] = '1.49.0'
|
2546
2805
|
Seahorse::Client::Request.new(handlers, context)
|
2547
2806
|
end
|
2548
2807
|
|