aws-sdk-opensearchservice 1.17.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +128 -13
- data/lib/aws-sdk-opensearchservice/client_api.rb +111 -0
- data/lib/aws-sdk-opensearchservice/endpoints.rb +28 -0
- data/lib/aws-sdk-opensearchservice/errors.rb +11 -0
- data/lib/aws-sdk-opensearchservice/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-opensearchservice/types.rb +330 -36
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f73c4776d89120438a60ae485f6542cfe40992f20e516bc9176d7e2e6631743d
|
4
|
+
data.tar.gz: c388aad87602dda20c90b3137625c7c752ac6af0a7c0adabb07be5afe1197746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef1957810a83c865fc21eb7f56ba3b8643f2a3c40037152722b3e0fdaa6114b5cf6d809d18c98688d406390c0759ea939b479344684fdc18fd82c424d4145291
|
7
|
+
data.tar.gz: e6bf34a1571eae8e976b838f941788a2c364024ac1404335cfdbbe016f603c5ba90b96ff85bba90effa205af3ab6d0f64071de17215e031bb7bf97c5390b6d00
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.19.0 (2023-05-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
|
8
|
+
|
9
|
+
1.18.0 (2023-05-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
|
13
|
+
|
4
14
|
1.17.0 (2023-02-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -673,7 +673,7 @@ module Aws::OpenSearchService
|
|
673
673
|
# [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options
|
674
674
|
#
|
675
675
|
# @option params [Hash<String,Types::LogPublishingOption>] :log_publishing_options
|
676
|
-
# Key-value pairs to configure
|
676
|
+
# Key-value pairs to configure log publishing.
|
677
677
|
#
|
678
678
|
# @option params [Types::DomainEndpointOptions] :domain_endpoint_options
|
679
679
|
# Additional options for the domain endpoint, such as whether to require
|
@@ -724,6 +724,7 @@ module Aws::OpenSearchService
|
|
724
724
|
# cold_storage_options: {
|
725
725
|
# enabled: false, # required
|
726
726
|
# },
|
727
|
+
# multi_az_with_standby_enabled: false,
|
727
728
|
# },
|
728
729
|
# ebs_options: {
|
729
730
|
# ebs_enabled: false,
|
@@ -849,6 +850,7 @@ module Aws::OpenSearchService
|
|
849
850
|
# resp.domain_status.cluster_config.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
850
851
|
# resp.domain_status.cluster_config.warm_count #=> Integer
|
851
852
|
# resp.domain_status.cluster_config.cold_storage_options.enabled #=> Boolean
|
853
|
+
# resp.domain_status.cluster_config.multi_az_with_standby_enabled #=> Boolean
|
852
854
|
# resp.domain_status.ebs_options.ebs_enabled #=> Boolean
|
853
855
|
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
854
856
|
# resp.domain_status.ebs_options.volume_size #=> Integer
|
@@ -1005,7 +1007,7 @@ module Aws::OpenSearchService
|
|
1005
1007
|
# Unique name for the package.
|
1006
1008
|
#
|
1007
1009
|
# @option params [required, String] :package_type
|
1008
|
-
#
|
1010
|
+
# The type of package.
|
1009
1011
|
#
|
1010
1012
|
# @option params [String] :package_description
|
1011
1013
|
# Description of the package.
|
@@ -1143,6 +1145,7 @@ module Aws::OpenSearchService
|
|
1143
1145
|
# resp.domain_status.cluster_config.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
1144
1146
|
# resp.domain_status.cluster_config.warm_count #=> Integer
|
1145
1147
|
# resp.domain_status.cluster_config.cold_storage_options.enabled #=> Boolean
|
1148
|
+
# resp.domain_status.cluster_config.multi_az_with_standby_enabled #=> Boolean
|
1146
1149
|
# resp.domain_status.ebs_options.ebs_enabled #=> Boolean
|
1147
1150
|
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
1148
1151
|
# resp.domain_status.ebs_options.volume_size #=> Integer
|
@@ -1416,6 +1419,7 @@ module Aws::OpenSearchService
|
|
1416
1419
|
# resp.domain_status.cluster_config.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
1417
1420
|
# resp.domain_status.cluster_config.warm_count #=> Integer
|
1418
1421
|
# resp.domain_status.cluster_config.cold_storage_options.enabled #=> Boolean
|
1422
|
+
# resp.domain_status.cluster_config.multi_az_with_standby_enabled #=> Boolean
|
1419
1423
|
# resp.domain_status.ebs_options.ebs_enabled #=> Boolean
|
1420
1424
|
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
1421
1425
|
# resp.domain_status.ebs_options.volume_size #=> Integer
|
@@ -1626,6 +1630,7 @@ module Aws::OpenSearchService
|
|
1626
1630
|
# resp.domain_config.cluster_config.options.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
1627
1631
|
# resp.domain_config.cluster_config.options.warm_count #=> Integer
|
1628
1632
|
# resp.domain_config.cluster_config.options.cold_storage_options.enabled #=> Boolean
|
1633
|
+
# resp.domain_config.cluster_config.options.multi_az_with_standby_enabled #=> Boolean
|
1629
1634
|
# resp.domain_config.cluster_config.status.creation_date #=> Time
|
1630
1635
|
# resp.domain_config.cluster_config.status.update_date #=> Time
|
1631
1636
|
# resp.domain_config.cluster_config.status.update_version #=> Integer
|
@@ -1767,6 +1772,105 @@ module Aws::OpenSearchService
|
|
1767
1772
|
req.send_request(options)
|
1768
1773
|
end
|
1769
1774
|
|
1775
|
+
# Returns information about domain and node health, the standby
|
1776
|
+
# Availability Zone, number of nodes per Availability Zone, and shard
|
1777
|
+
# count per node.
|
1778
|
+
#
|
1779
|
+
# @option params [required, String] :domain_name
|
1780
|
+
# The name of the domain.
|
1781
|
+
#
|
1782
|
+
# @return [Types::DescribeDomainHealthResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1783
|
+
#
|
1784
|
+
# * {Types::DescribeDomainHealthResponse#domain_state #domain_state} => String
|
1785
|
+
# * {Types::DescribeDomainHealthResponse#availability_zone_count #availability_zone_count} => String
|
1786
|
+
# * {Types::DescribeDomainHealthResponse#active_availability_zone_count #active_availability_zone_count} => String
|
1787
|
+
# * {Types::DescribeDomainHealthResponse#stand_by_availability_zone_count #stand_by_availability_zone_count} => String
|
1788
|
+
# * {Types::DescribeDomainHealthResponse#data_node_count #data_node_count} => String
|
1789
|
+
# * {Types::DescribeDomainHealthResponse#dedicated_master #dedicated_master} => Boolean
|
1790
|
+
# * {Types::DescribeDomainHealthResponse#master_eligible_node_count #master_eligible_node_count} => String
|
1791
|
+
# * {Types::DescribeDomainHealthResponse#warm_node_count #warm_node_count} => String
|
1792
|
+
# * {Types::DescribeDomainHealthResponse#master_node #master_node} => String
|
1793
|
+
# * {Types::DescribeDomainHealthResponse#cluster_health #cluster_health} => String
|
1794
|
+
# * {Types::DescribeDomainHealthResponse#total_shards #total_shards} => String
|
1795
|
+
# * {Types::DescribeDomainHealthResponse#total_un_assigned_shards #total_un_assigned_shards} => String
|
1796
|
+
# * {Types::DescribeDomainHealthResponse#environment_information #environment_information} => Array<Types::EnvironmentInfo>
|
1797
|
+
#
|
1798
|
+
# @example Request syntax with placeholder values
|
1799
|
+
#
|
1800
|
+
# resp = client.describe_domain_health({
|
1801
|
+
# domain_name: "DomainName", # required
|
1802
|
+
# })
|
1803
|
+
#
|
1804
|
+
# @example Response structure
|
1805
|
+
#
|
1806
|
+
# resp.domain_state #=> String, one of "Active", "Processing", "NotAvailable"
|
1807
|
+
# resp.availability_zone_count #=> String
|
1808
|
+
# resp.active_availability_zone_count #=> String
|
1809
|
+
# resp.stand_by_availability_zone_count #=> String
|
1810
|
+
# resp.data_node_count #=> String
|
1811
|
+
# resp.dedicated_master #=> Boolean
|
1812
|
+
# resp.master_eligible_node_count #=> String
|
1813
|
+
# resp.warm_node_count #=> String
|
1814
|
+
# resp.master_node #=> String, one of "Available", "UnAvailable"
|
1815
|
+
# resp.cluster_health #=> String, one of "Red", "Yellow", "Green", "NotAvailable"
|
1816
|
+
# resp.total_shards #=> String
|
1817
|
+
# resp.total_un_assigned_shards #=> String
|
1818
|
+
# resp.environment_information #=> Array
|
1819
|
+
# resp.environment_information[0].availability_zone_information #=> Array
|
1820
|
+
# resp.environment_information[0].availability_zone_information[0].availability_zone_name #=> String
|
1821
|
+
# resp.environment_information[0].availability_zone_information[0].zone_status #=> String, one of "Active", "StandBy", "NotAvailable"
|
1822
|
+
# resp.environment_information[0].availability_zone_information[0].configured_data_node_count #=> String
|
1823
|
+
# resp.environment_information[0].availability_zone_information[0].available_data_node_count #=> String
|
1824
|
+
# resp.environment_information[0].availability_zone_information[0].total_shards #=> String
|
1825
|
+
# resp.environment_information[0].availability_zone_information[0].total_un_assigned_shards #=> String
|
1826
|
+
#
|
1827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainHealth AWS API Documentation
|
1828
|
+
#
|
1829
|
+
# @overload describe_domain_health(params = {})
|
1830
|
+
# @param [Hash] params ({})
|
1831
|
+
def describe_domain_health(params = {}, options = {})
|
1832
|
+
req = build_request(:describe_domain_health, params)
|
1833
|
+
req.send_request(options)
|
1834
|
+
end
|
1835
|
+
|
1836
|
+
# Returns information about domain and nodes, including data nodes,
|
1837
|
+
# master nodes, ultrawarm nodes, Availability Zone(s), standby nodes,
|
1838
|
+
# node configurations, and node states.
|
1839
|
+
#
|
1840
|
+
# @option params [required, String] :domain_name
|
1841
|
+
# The name of the domain.
|
1842
|
+
#
|
1843
|
+
# @return [Types::DescribeDomainNodesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1844
|
+
#
|
1845
|
+
# * {Types::DescribeDomainNodesResponse#domain_nodes_status_list #domain_nodes_status_list} => Array<Types::DomainNodesStatus>
|
1846
|
+
#
|
1847
|
+
# @example Request syntax with placeholder values
|
1848
|
+
#
|
1849
|
+
# resp = client.describe_domain_nodes({
|
1850
|
+
# domain_name: "DomainName", # required
|
1851
|
+
# })
|
1852
|
+
#
|
1853
|
+
# @example Response structure
|
1854
|
+
#
|
1855
|
+
# resp.domain_nodes_status_list #=> Array
|
1856
|
+
# resp.domain_nodes_status_list[0].node_id #=> String
|
1857
|
+
# resp.domain_nodes_status_list[0].node_type #=> String, one of "Data", "Ultrawarm", "Master"
|
1858
|
+
# resp.domain_nodes_status_list[0].availability_zone #=> String
|
1859
|
+
# resp.domain_nodes_status_list[0].instance_type #=> String, one of "m3.medium.search", "m3.large.search", "m3.xlarge.search", "m3.2xlarge.search", "m4.large.search", "m4.xlarge.search", "m4.2xlarge.search", "m4.4xlarge.search", "m4.10xlarge.search", "m5.large.search", "m5.xlarge.search", "m5.2xlarge.search", "m5.4xlarge.search", "m5.12xlarge.search", "m5.24xlarge.search", "r5.large.search", "r5.xlarge.search", "r5.2xlarge.search", "r5.4xlarge.search", "r5.12xlarge.search", "r5.24xlarge.search", "c5.large.search", "c5.xlarge.search", "c5.2xlarge.search", "c5.4xlarge.search", "c5.9xlarge.search", "c5.18xlarge.search", "t3.nano.search", "t3.micro.search", "t3.small.search", "t3.medium.search", "t3.large.search", "t3.xlarge.search", "t3.2xlarge.search", "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search", "t2.micro.search", "t2.small.search", "t2.medium.search", "r3.large.search", "r3.xlarge.search", "r3.2xlarge.search", "r3.4xlarge.search", "r3.8xlarge.search", "i2.xlarge.search", "i2.2xlarge.search", "d2.xlarge.search", "d2.2xlarge.search", "d2.4xlarge.search", "d2.8xlarge.search", "c4.large.search", "c4.xlarge.search", "c4.2xlarge.search", "c4.4xlarge.search", "c4.8xlarge.search", "r4.large.search", "r4.xlarge.search", "r4.2xlarge.search", "r4.4xlarge.search", "r4.8xlarge.search", "r4.16xlarge.search", "i3.large.search", "i3.xlarge.search", "i3.2xlarge.search", "i3.4xlarge.search", "i3.8xlarge.search", "i3.16xlarge.search", "r6g.large.search", "r6g.xlarge.search", "r6g.2xlarge.search", "r6g.4xlarge.search", "r6g.8xlarge.search", "r6g.12xlarge.search", "m6g.large.search", "m6g.xlarge.search", "m6g.2xlarge.search", "m6g.4xlarge.search", "m6g.8xlarge.search", "m6g.12xlarge.search", "c6g.large.search", "c6g.xlarge.search", "c6g.2xlarge.search", "c6g.4xlarge.search", "c6g.8xlarge.search", "c6g.12xlarge.search", "r6gd.large.search", "r6gd.xlarge.search", "r6gd.2xlarge.search", "r6gd.4xlarge.search", "r6gd.8xlarge.search", "r6gd.12xlarge.search", "r6gd.16xlarge.search", "t4g.small.search", "t4g.medium.search"
|
1860
|
+
# resp.domain_nodes_status_list[0].node_status #=> String, one of "Active", "StandBy", "NotAvailable"
|
1861
|
+
# resp.domain_nodes_status_list[0].storage_type #=> String
|
1862
|
+
# resp.domain_nodes_status_list[0].storage_volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
1863
|
+
# resp.domain_nodes_status_list[0].storage_size #=> String
|
1864
|
+
#
|
1865
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainNodes AWS API Documentation
|
1866
|
+
#
|
1867
|
+
# @overload describe_domain_nodes(params = {})
|
1868
|
+
# @param [Hash] params ({})
|
1869
|
+
def describe_domain_nodes(params = {}, options = {})
|
1870
|
+
req = build_request(:describe_domain_nodes, params)
|
1871
|
+
req.send_request(options)
|
1872
|
+
end
|
1873
|
+
|
1770
1874
|
# Returns domain configuration information about the specified Amazon
|
1771
1875
|
# OpenSearch Service domains.
|
1772
1876
|
#
|
@@ -1810,6 +1914,7 @@ module Aws::OpenSearchService
|
|
1810
1914
|
# resp.domain_status_list[0].cluster_config.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
1811
1915
|
# resp.domain_status_list[0].cluster_config.warm_count #=> Integer
|
1812
1916
|
# resp.domain_status_list[0].cluster_config.cold_storage_options.enabled #=> Boolean
|
1917
|
+
# resp.domain_status_list[0].cluster_config.multi_az_with_standby_enabled #=> Boolean
|
1813
1918
|
# resp.domain_status_list[0].ebs_options.ebs_enabled #=> Boolean
|
1814
1919
|
# resp.domain_status_list[0].ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
1815
1920
|
# resp.domain_status_list[0].ebs_options.volume_size #=> Integer
|
@@ -1942,6 +2047,7 @@ module Aws::OpenSearchService
|
|
1942
2047
|
# resp.dry_run_config.cluster_config.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
1943
2048
|
# resp.dry_run_config.cluster_config.warm_count #=> Integer
|
1944
2049
|
# resp.dry_run_config.cluster_config.cold_storage_options.enabled #=> Boolean
|
2050
|
+
# resp.dry_run_config.cluster_config.multi_az_with_standby_enabled #=> Boolean
|
1945
2051
|
# resp.dry_run_config.ebs_options.ebs_enabled #=> Boolean
|
1946
2052
|
# resp.dry_run_config.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
1947
2053
|
# resp.dry_run_config.ebs_options.volume_size #=> Integer
|
@@ -2524,7 +2630,8 @@ module Aws::OpenSearchService
|
|
2524
2630
|
end
|
2525
2631
|
|
2526
2632
|
# Returns a list of Amazon OpenSearch Service package versions, along
|
2527
|
-
# with their creation time
|
2633
|
+
# with their creation time, commit message, and plugin properties (if
|
2634
|
+
# the package is a zip plugin package). For more information, see
|
2528
2635
|
# [Custom packages for Amazon OpenSearch Service][1].
|
2529
2636
|
#
|
2530
2637
|
#
|
@@ -2761,12 +2868,12 @@ module Aws::OpenSearchService
|
|
2761
2868
|
# or Elasticsearch version.
|
2762
2869
|
#
|
2763
2870
|
# @option params [required, String] :engine_version
|
2764
|
-
#
|
2871
|
+
# The version of OpenSearch or Elasticsearch, in the format
|
2765
2872
|
# Elasticsearch\_X.Y or OpenSearch\_X.Y. Defaults to the latest version
|
2766
2873
|
# of OpenSearch.
|
2767
2874
|
#
|
2768
2875
|
# @option params [String] :domain_name
|
2769
|
-
#
|
2876
|
+
# The name of the domain.
|
2770
2877
|
#
|
2771
2878
|
# @option params [Integer] :max_results
|
2772
2879
|
# An optional parameter that specifies the maximum number of results to
|
@@ -2778,6 +2885,14 @@ module Aws::OpenSearchService
|
|
2778
2885
|
# `ListInstanceTypeDetails` operations, which returns results in the
|
2779
2886
|
# next page.
|
2780
2887
|
#
|
2888
|
+
# @option params [Boolean] :retrieve_a_zs
|
2889
|
+
# An optional parameter that specifies the Availability Zones for the
|
2890
|
+
# domain.
|
2891
|
+
#
|
2892
|
+
# @option params [String] :instance_type
|
2893
|
+
# An optional parameter that lists information for a given instance
|
2894
|
+
# type.
|
2895
|
+
#
|
2781
2896
|
# @return [Types::ListInstanceTypeDetailsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2782
2897
|
#
|
2783
2898
|
# * {Types::ListInstanceTypeDetailsResponse#instance_type_details #instance_type_details} => Array<Types::InstanceTypeDetails>
|
@@ -2792,6 +2907,8 @@ module Aws::OpenSearchService
|
|
2792
2907
|
# domain_name: "DomainName",
|
2793
2908
|
# max_results: 1,
|
2794
2909
|
# next_token: "NextToken",
|
2910
|
+
# retrieve_a_zs: false,
|
2911
|
+
# instance_type: "InstanceTypeString",
|
2795
2912
|
# })
|
2796
2913
|
#
|
2797
2914
|
# @example Response structure
|
@@ -2805,6 +2922,8 @@ module Aws::OpenSearchService
|
|
2805
2922
|
# resp.instance_type_details[0].warm_enabled #=> Boolean
|
2806
2923
|
# resp.instance_type_details[0].instance_role #=> Array
|
2807
2924
|
# resp.instance_type_details[0].instance_role[0] #=> String
|
2925
|
+
# resp.instance_type_details[0].availability_zones #=> Array
|
2926
|
+
# resp.instance_type_details[0].availability_zones[0] #=> String
|
2808
2927
|
# resp.next_token #=> String
|
2809
2928
|
#
|
2810
2929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ListInstanceTypeDetails AWS API Documentation
|
@@ -3337,7 +3456,7 @@ module Aws::OpenSearchService
|
|
3337
3456
|
end
|
3338
3457
|
|
3339
3458
|
# Modifies the cluster configuration of the specified Amazon OpenSearch
|
3340
|
-
# Service domain.
|
3459
|
+
# Service domain.sl
|
3341
3460
|
#
|
3342
3461
|
# @option params [required, String] :domain_name
|
3343
3462
|
# The name of the domain that you're updating.
|
@@ -3388,12 +3507,6 @@ module Aws::OpenSearchService
|
|
3388
3507
|
# with more than the permitted number of clauses result in a
|
3389
3508
|
# `TooManyClauses` error.
|
3390
3509
|
#
|
3391
|
-
# * `"override_main_response_version": "true" | "false"` - Note the use
|
3392
|
-
# of a string rather than a boolean. Specifies whether the domain
|
3393
|
-
# reports its version as 7.10 to allow Elasticsearch OSS clients and
|
3394
|
-
# plugins to continue working with it. Default is false when creating
|
3395
|
-
# a domain and true when upgrading a domain.
|
3396
|
-
#
|
3397
3510
|
# For more information, see [Advanced cluster parameters][1].
|
3398
3511
|
#
|
3399
3512
|
#
|
@@ -3474,6 +3587,7 @@ module Aws::OpenSearchService
|
|
3474
3587
|
# cold_storage_options: {
|
3475
3588
|
# enabled: false, # required
|
3476
3589
|
# },
|
3590
|
+
# multi_az_with_standby_enabled: false,
|
3477
3591
|
# },
|
3478
3592
|
# ebs_options: {
|
3479
3593
|
# ebs_enabled: false,
|
@@ -3591,6 +3705,7 @@ module Aws::OpenSearchService
|
|
3591
3705
|
# resp.domain_config.cluster_config.options.warm_type #=> String, one of "ultrawarm1.medium.search", "ultrawarm1.large.search", "ultrawarm1.xlarge.search"
|
3592
3706
|
# resp.domain_config.cluster_config.options.warm_count #=> Integer
|
3593
3707
|
# resp.domain_config.cluster_config.options.cold_storage_options.enabled #=> Boolean
|
3708
|
+
# resp.domain_config.cluster_config.options.multi_az_with_standby_enabled #=> Boolean
|
3594
3709
|
# resp.domain_config.cluster_config.status.creation_date #=> Time
|
3595
3710
|
# resp.domain_config.cluster_config.status.update_date #=> Time
|
3596
3711
|
# resp.domain_config.cluster_config.status.update_version #=> Integer
|
@@ -4005,7 +4120,7 @@ module Aws::OpenSearchService
|
|
4005
4120
|
params: params,
|
4006
4121
|
config: config)
|
4007
4122
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
4008
|
-
context[:gem_version] = '1.
|
4123
|
+
context[:gem_version] = '1.19.0'
|
4009
4124
|
Seahorse::Client::Request.new(handlers, context)
|
4010
4125
|
end
|
4011
4126
|
|
@@ -51,6 +51,10 @@ module Aws::OpenSearchService
|
|
51
51
|
AutoTuneState = Shapes::StringShape.new(name: 'AutoTuneState')
|
52
52
|
AutoTuneStatus = Shapes::StructureShape.new(name: 'AutoTuneStatus')
|
53
53
|
AutoTuneType = Shapes::StringShape.new(name: 'AutoTuneType')
|
54
|
+
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
55
|
+
AvailabilityZoneInfo = Shapes::StructureShape.new(name: 'AvailabilityZoneInfo')
|
56
|
+
AvailabilityZoneInfoList = Shapes::ListShape.new(name: 'AvailabilityZoneInfoList')
|
57
|
+
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
54
58
|
BackendRole = Shapes::StringShape.new(name: 'BackendRole')
|
55
59
|
BaseException = Shapes::StructureShape.new(name: 'BaseException')
|
56
60
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -97,6 +101,7 @@ module Aws::OpenSearchService
|
|
97
101
|
DeletePackageResponse = Shapes::StructureShape.new(name: 'DeletePackageResponse')
|
98
102
|
DeleteVpcEndpointRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointRequest')
|
99
103
|
DeleteVpcEndpointResponse = Shapes::StructureShape.new(name: 'DeleteVpcEndpointResponse')
|
104
|
+
DependencyFailureException = Shapes::StructureShape.new(name: 'DependencyFailureException')
|
100
105
|
DeploymentCloseDateTimeStamp = Shapes::TimestampShape.new(name: 'DeploymentCloseDateTimeStamp')
|
101
106
|
DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
|
102
107
|
DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
|
@@ -106,6 +111,10 @@ module Aws::OpenSearchService
|
|
106
111
|
DescribeDomainChangeProgressResponse = Shapes::StructureShape.new(name: 'DescribeDomainChangeProgressResponse')
|
107
112
|
DescribeDomainConfigRequest = Shapes::StructureShape.new(name: 'DescribeDomainConfigRequest')
|
108
113
|
DescribeDomainConfigResponse = Shapes::StructureShape.new(name: 'DescribeDomainConfigResponse')
|
114
|
+
DescribeDomainHealthRequest = Shapes::StructureShape.new(name: 'DescribeDomainHealthRequest')
|
115
|
+
DescribeDomainHealthResponse = Shapes::StructureShape.new(name: 'DescribeDomainHealthResponse')
|
116
|
+
DescribeDomainNodesRequest = Shapes::StructureShape.new(name: 'DescribeDomainNodesRequest')
|
117
|
+
DescribeDomainNodesResponse = Shapes::StructureShape.new(name: 'DescribeDomainNodesResponse')
|
109
118
|
DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
|
110
119
|
DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
|
111
120
|
DescribeDomainsRequest = Shapes::StructureShape.new(name: 'DescribeDomainsRequest')
|
@@ -140,6 +149,7 @@ module Aws::OpenSearchService
|
|
140
149
|
DomainConfig = Shapes::StructureShape.new(name: 'DomainConfig')
|
141
150
|
DomainEndpointOptions = Shapes::StructureShape.new(name: 'DomainEndpointOptions')
|
142
151
|
DomainEndpointOptionsStatus = Shapes::StructureShape.new(name: 'DomainEndpointOptionsStatus')
|
152
|
+
DomainHealth = Shapes::StringShape.new(name: 'DomainHealth')
|
143
153
|
DomainId = Shapes::StringShape.new(name: 'DomainId')
|
144
154
|
DomainInfo = Shapes::StructureShape.new(name: 'DomainInfo')
|
145
155
|
DomainInfoList = Shapes::ListShape.new(name: 'DomainInfoList')
|
@@ -147,9 +157,12 @@ module Aws::OpenSearchService
|
|
147
157
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
148
158
|
DomainNameFqdn = Shapes::StringShape.new(name: 'DomainNameFqdn')
|
149
159
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
|
160
|
+
DomainNodesStatus = Shapes::StructureShape.new(name: 'DomainNodesStatus')
|
161
|
+
DomainNodesStatusList = Shapes::ListShape.new(name: 'DomainNodesStatusList')
|
150
162
|
DomainPackageDetails = Shapes::StructureShape.new(name: 'DomainPackageDetails')
|
151
163
|
DomainPackageDetailsList = Shapes::ListShape.new(name: 'DomainPackageDetailsList')
|
152
164
|
DomainPackageStatus = Shapes::StringShape.new(name: 'DomainPackageStatus')
|
165
|
+
DomainState = Shapes::StringShape.new(name: 'DomainState')
|
153
166
|
DomainStatus = Shapes::StructureShape.new(name: 'DomainStatus')
|
154
167
|
DomainStatusList = Shapes::ListShape.new(name: 'DomainStatusList')
|
155
168
|
Double = Shapes::FloatShape.new(name: 'Double')
|
@@ -166,6 +179,8 @@ module Aws::OpenSearchService
|
|
166
179
|
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
167
180
|
EndpointsMap = Shapes::MapShape.new(name: 'EndpointsMap')
|
168
181
|
EngineType = Shapes::StringShape.new(name: 'EngineType')
|
182
|
+
EnvironmentInfo = Shapes::StructureShape.new(name: 'EnvironmentInfo')
|
183
|
+
EnvironmentInfoList = Shapes::ListShape.new(name: 'EnvironmentInfoList')
|
169
184
|
ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
|
170
185
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
171
186
|
ErrorType = Shapes::StringShape.new(name: 'ErrorType')
|
@@ -192,6 +207,7 @@ module Aws::OpenSearchService
|
|
192
207
|
InstanceRoleList = Shapes::ListShape.new(name: 'InstanceRoleList')
|
193
208
|
InstanceTypeDetails = Shapes::StructureShape.new(name: 'InstanceTypeDetails')
|
194
209
|
InstanceTypeDetailsList = Shapes::ListShape.new(name: 'InstanceTypeDetailsList')
|
210
|
+
InstanceTypeString = Shapes::StringShape.new(name: 'InstanceTypeString')
|
195
211
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
196
212
|
IntegerClass = Shapes::IntegerShape.new(name: 'IntegerClass')
|
197
213
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
@@ -232,15 +248,22 @@ module Aws::OpenSearchService
|
|
232
248
|
LogPublishingOptionsStatus = Shapes::StructureShape.new(name: 'LogPublishingOptionsStatus')
|
233
249
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
234
250
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
251
|
+
MasterNodeStatus = Shapes::StringShape.new(name: 'MasterNodeStatus')
|
235
252
|
MasterUserOptions = Shapes::StructureShape.new(name: 'MasterUserOptions')
|
236
253
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
237
254
|
MaximumInstanceCount = Shapes::IntegerShape.new(name: 'MaximumInstanceCount')
|
238
255
|
Message = Shapes::StringShape.new(name: 'Message')
|
239
256
|
MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
|
240
257
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
258
|
+
NodeId = Shapes::StringShape.new(name: 'NodeId')
|
259
|
+
NodeStatus = Shapes::StringShape.new(name: 'NodeStatus')
|
241
260
|
NodeToNodeEncryptionOptions = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptions')
|
242
261
|
NodeToNodeEncryptionOptionsStatus = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptionsStatus')
|
262
|
+
NodeType = Shapes::StringShape.new(name: 'NodeType')
|
243
263
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
264
|
+
NumberOfAZs = Shapes::StringShape.new(name: 'NumberOfAZs')
|
265
|
+
NumberOfNodes = Shapes::StringShape.new(name: 'NumberOfNodes')
|
266
|
+
NumberOfShards = Shapes::StringShape.new(name: 'NumberOfShards')
|
244
267
|
OffPeakWindow = Shapes::StructureShape.new(name: 'OffPeakWindow')
|
245
268
|
OffPeakWindowOptions = Shapes::StructureShape.new(name: 'OffPeakWindowOptions')
|
246
269
|
OffPeakWindowOptionsStatus = Shapes::StructureShape.new(name: 'OffPeakWindowOptionsStatus')
|
@@ -364,6 +387,7 @@ module Aws::OpenSearchService
|
|
364
387
|
VersionList = Shapes::ListShape.new(name: 'VersionList')
|
365
388
|
VersionStatus = Shapes::StructureShape.new(name: 'VersionStatus')
|
366
389
|
VersionString = Shapes::StringShape.new(name: 'VersionString')
|
390
|
+
VolumeSize = Shapes::StringShape.new(name: 'VolumeSize')
|
367
391
|
VolumeType = Shapes::StringShape.new(name: 'VolumeType')
|
368
392
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
369
393
|
VpcEndpointError = Shapes::StructureShape.new(name: 'VpcEndpointError')
|
@@ -377,6 +401,7 @@ module Aws::OpenSearchService
|
|
377
401
|
VpcEndpoints = Shapes::ListShape.new(name: 'VpcEndpoints')
|
378
402
|
WindowStartTime = Shapes::StructureShape.new(name: 'WindowStartTime')
|
379
403
|
ZoneAwarenessConfig = Shapes::StructureShape.new(name: 'ZoneAwarenessConfig')
|
404
|
+
ZoneStatus = Shapes::StringShape.new(name: 'ZoneStatus')
|
380
405
|
|
381
406
|
AWSDomainInformation.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, location_name: "OwnerId"))
|
382
407
|
AWSDomainInformation.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
@@ -494,6 +519,18 @@ module Aws::OpenSearchService
|
|
494
519
|
AutoTuneStatus.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: Boolean, location_name: "PendingDeletion"))
|
495
520
|
AutoTuneStatus.struct_class = Types::AutoTuneStatus
|
496
521
|
|
522
|
+
AvailabilityZoneInfo.add_member(:availability_zone_name, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZoneName"))
|
523
|
+
AvailabilityZoneInfo.add_member(:zone_status, Shapes::ShapeRef.new(shape: ZoneStatus, location_name: "ZoneStatus"))
|
524
|
+
AvailabilityZoneInfo.add_member(:configured_data_node_count, Shapes::ShapeRef.new(shape: NumberOfNodes, location_name: "ConfiguredDataNodeCount"))
|
525
|
+
AvailabilityZoneInfo.add_member(:available_data_node_count, Shapes::ShapeRef.new(shape: NumberOfNodes, location_name: "AvailableDataNodeCount"))
|
526
|
+
AvailabilityZoneInfo.add_member(:total_shards, Shapes::ShapeRef.new(shape: NumberOfShards, location_name: "TotalShards"))
|
527
|
+
AvailabilityZoneInfo.add_member(:total_un_assigned_shards, Shapes::ShapeRef.new(shape: NumberOfShards, location_name: "TotalUnAssignedShards"))
|
528
|
+
AvailabilityZoneInfo.struct_class = Types::AvailabilityZoneInfo
|
529
|
+
|
530
|
+
AvailabilityZoneInfoList.member = Shapes::ShapeRef.new(shape: AvailabilityZoneInfo)
|
531
|
+
|
532
|
+
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
533
|
+
|
497
534
|
BaseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
498
535
|
BaseException.struct_class = Types::BaseException
|
499
536
|
|
@@ -535,6 +572,7 @@ module Aws::OpenSearchService
|
|
535
572
|
ClusterConfig.add_member(:warm_type, Shapes::ShapeRef.new(shape: OpenSearchWarmPartitionInstanceType, location_name: "WarmType"))
|
536
573
|
ClusterConfig.add_member(:warm_count, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "WarmCount"))
|
537
574
|
ClusterConfig.add_member(:cold_storage_options, Shapes::ShapeRef.new(shape: ColdStorageOptions, location_name: "ColdStorageOptions"))
|
575
|
+
ClusterConfig.add_member(:multi_az_with_standby_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZWithStandbyEnabled"))
|
538
576
|
ClusterConfig.struct_class = Types::ClusterConfig
|
539
577
|
|
540
578
|
ClusterConfigStatus.add_member(:options, Shapes::ShapeRef.new(shape: ClusterConfig, required: true, location_name: "Options"))
|
@@ -650,6 +688,8 @@ module Aws::OpenSearchService
|
|
650
688
|
DeleteVpcEndpointResponse.add_member(:vpc_endpoint_summary, Shapes::ShapeRef.new(shape: VpcEndpointSummary, required: true, location_name: "VpcEndpointSummary"))
|
651
689
|
DeleteVpcEndpointResponse.struct_class = Types::DeleteVpcEndpointResponse
|
652
690
|
|
691
|
+
DependencyFailureException.struct_class = Types::DependencyFailureException
|
692
|
+
|
653
693
|
DescribeDomainAutoTunesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
654
694
|
DescribeDomainAutoTunesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
655
695
|
DescribeDomainAutoTunesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -672,6 +712,30 @@ module Aws::OpenSearchService
|
|
672
712
|
DescribeDomainConfigResponse.add_member(:domain_config, Shapes::ShapeRef.new(shape: DomainConfig, required: true, location_name: "DomainConfig"))
|
673
713
|
DescribeDomainConfigResponse.struct_class = Types::DescribeDomainConfigResponse
|
674
714
|
|
715
|
+
DescribeDomainHealthRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
716
|
+
DescribeDomainHealthRequest.struct_class = Types::DescribeDomainHealthRequest
|
717
|
+
|
718
|
+
DescribeDomainHealthResponse.add_member(:domain_state, Shapes::ShapeRef.new(shape: DomainState, location_name: "DomainState"))
|
719
|
+
DescribeDomainHealthResponse.add_member(:availability_zone_count, Shapes::ShapeRef.new(shape: NumberOfAZs, location_name: "AvailabilityZoneCount"))
|
720
|
+
DescribeDomainHealthResponse.add_member(:active_availability_zone_count, Shapes::ShapeRef.new(shape: NumberOfAZs, location_name: "ActiveAvailabilityZoneCount"))
|
721
|
+
DescribeDomainHealthResponse.add_member(:stand_by_availability_zone_count, Shapes::ShapeRef.new(shape: NumberOfAZs, location_name: "StandByAvailabilityZoneCount"))
|
722
|
+
DescribeDomainHealthResponse.add_member(:data_node_count, Shapes::ShapeRef.new(shape: NumberOfNodes, location_name: "DataNodeCount"))
|
723
|
+
DescribeDomainHealthResponse.add_member(:dedicated_master, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedMaster"))
|
724
|
+
DescribeDomainHealthResponse.add_member(:master_eligible_node_count, Shapes::ShapeRef.new(shape: NumberOfNodes, location_name: "MasterEligibleNodeCount"))
|
725
|
+
DescribeDomainHealthResponse.add_member(:warm_node_count, Shapes::ShapeRef.new(shape: NumberOfNodes, location_name: "WarmNodeCount"))
|
726
|
+
DescribeDomainHealthResponse.add_member(:master_node, Shapes::ShapeRef.new(shape: MasterNodeStatus, location_name: "MasterNode"))
|
727
|
+
DescribeDomainHealthResponse.add_member(:cluster_health, Shapes::ShapeRef.new(shape: DomainHealth, location_name: "ClusterHealth"))
|
728
|
+
DescribeDomainHealthResponse.add_member(:total_shards, Shapes::ShapeRef.new(shape: NumberOfShards, location_name: "TotalShards"))
|
729
|
+
DescribeDomainHealthResponse.add_member(:total_un_assigned_shards, Shapes::ShapeRef.new(shape: NumberOfShards, location_name: "TotalUnAssignedShards"))
|
730
|
+
DescribeDomainHealthResponse.add_member(:environment_information, Shapes::ShapeRef.new(shape: EnvironmentInfoList, location_name: "EnvironmentInformation"))
|
731
|
+
DescribeDomainHealthResponse.struct_class = Types::DescribeDomainHealthResponse
|
732
|
+
|
733
|
+
DescribeDomainNodesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
734
|
+
DescribeDomainNodesRequest.struct_class = Types::DescribeDomainNodesRequest
|
735
|
+
|
736
|
+
DescribeDomainNodesResponse.add_member(:domain_nodes_status_list, Shapes::ShapeRef.new(shape: DomainNodesStatusList, location_name: "DomainNodesStatusList"))
|
737
|
+
DescribeDomainNodesResponse.struct_class = Types::DescribeDomainNodesResponse
|
738
|
+
|
675
739
|
DescribeDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
|
676
740
|
DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
|
677
741
|
|
@@ -812,6 +876,18 @@ module Aws::OpenSearchService
|
|
812
876
|
|
813
877
|
DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
814
878
|
|
879
|
+
DomainNodesStatus.add_member(:node_id, Shapes::ShapeRef.new(shape: NodeId, location_name: "NodeId"))
|
880
|
+
DomainNodesStatus.add_member(:node_type, Shapes::ShapeRef.new(shape: NodeType, location_name: "NodeType"))
|
881
|
+
DomainNodesStatus.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
882
|
+
DomainNodesStatus.add_member(:instance_type, Shapes::ShapeRef.new(shape: OpenSearchPartitionInstanceType, location_name: "InstanceType"))
|
883
|
+
DomainNodesStatus.add_member(:node_status, Shapes::ShapeRef.new(shape: NodeStatus, location_name: "NodeStatus"))
|
884
|
+
DomainNodesStatus.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageTypeName, location_name: "StorageType"))
|
885
|
+
DomainNodesStatus.add_member(:storage_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "StorageVolumeType"))
|
886
|
+
DomainNodesStatus.add_member(:storage_size, Shapes::ShapeRef.new(shape: VolumeSize, location_name: "StorageSize"))
|
887
|
+
DomainNodesStatus.struct_class = Types::DomainNodesStatus
|
888
|
+
|
889
|
+
DomainNodesStatusList.member = Shapes::ShapeRef.new(shape: DomainNodesStatus)
|
890
|
+
|
815
891
|
DomainPackageDetails.add_member(:package_id, Shapes::ShapeRef.new(shape: PackageID, location_name: "PackageID"))
|
816
892
|
DomainPackageDetails.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "PackageName"))
|
817
893
|
DomainPackageDetails.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
|
@@ -893,6 +969,11 @@ module Aws::OpenSearchService
|
|
893
969
|
EndpointsMap.key = Shapes::ShapeRef.new(shape: String)
|
894
970
|
EndpointsMap.value = Shapes::ShapeRef.new(shape: ServiceUrl)
|
895
971
|
|
972
|
+
EnvironmentInfo.add_member(:availability_zone_information, Shapes::ShapeRef.new(shape: AvailabilityZoneInfoList, location_name: "AvailabilityZoneInformation"))
|
973
|
+
EnvironmentInfo.struct_class = Types::EnvironmentInfo
|
974
|
+
|
975
|
+
EnvironmentInfoList.member = Shapes::ShapeRef.new(shape: EnvironmentInfo)
|
976
|
+
|
896
977
|
ErrorDetails.add_member(:error_type, Shapes::ShapeRef.new(shape: ErrorType, location_name: "ErrorType"))
|
897
978
|
ErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
898
979
|
ErrorDetails.struct_class = Types::ErrorDetails
|
@@ -965,6 +1046,7 @@ module Aws::OpenSearchService
|
|
965
1046
|
InstanceTypeDetails.add_member(:advanced_security_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AdvancedSecurityEnabled"))
|
966
1047
|
InstanceTypeDetails.add_member(:warm_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "WarmEnabled"))
|
967
1048
|
InstanceTypeDetails.add_member(:instance_role, Shapes::ShapeRef.new(shape: InstanceRoleList, location_name: "InstanceRole"))
|
1049
|
+
InstanceTypeDetails.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
|
968
1050
|
InstanceTypeDetails.struct_class = Types::InstanceTypeDetails
|
969
1051
|
|
970
1052
|
InstanceTypeDetailsList.member = Shapes::ShapeRef.new(shape: InstanceTypeDetails)
|
@@ -1008,6 +1090,8 @@ module Aws::OpenSearchService
|
|
1008
1090
|
ListInstanceTypeDetailsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location: "querystring", location_name: "domainName"))
|
1009
1091
|
ListInstanceTypeDetailsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1010
1092
|
ListInstanceTypeDetailsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1093
|
+
ListInstanceTypeDetailsRequest.add_member(:retrieve_a_zs, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "retrieveAZs"))
|
1094
|
+
ListInstanceTypeDetailsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceTypeString, location: "querystring", location_name: "instanceType"))
|
1011
1095
|
ListInstanceTypeDetailsRequest.struct_class = Types::ListInstanceTypeDetailsRequest
|
1012
1096
|
|
1013
1097
|
ListInstanceTypeDetailsResponse.add_member(:instance_type_details, Shapes::ShapeRef.new(shape: InstanceTypeDetailsList, location_name: "InstanceTypeDetails"))
|
@@ -1703,6 +1787,33 @@ module Aws::OpenSearchService
|
|
1703
1787
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1704
1788
|
end)
|
1705
1789
|
|
1790
|
+
api.add_operation(:describe_domain_health, Seahorse::Model::Operation.new.tap do |o|
|
1791
|
+
o.name = "DescribeDomainHealth"
|
1792
|
+
o.http_method = "GET"
|
1793
|
+
o.http_request_uri = "/2021-01-01/opensearch/domain/{DomainName}/health"
|
1794
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDomainHealthRequest)
|
1795
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDomainHealthResponse)
|
1796
|
+
o.errors << Shapes::ShapeRef.new(shape: BaseException)
|
1797
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
1801
|
+
end)
|
1802
|
+
|
1803
|
+
api.add_operation(:describe_domain_nodes, Seahorse::Model::Operation.new.tap do |o|
|
1804
|
+
o.name = "DescribeDomainNodes"
|
1805
|
+
o.http_method = "GET"
|
1806
|
+
o.http_request_uri = "/2021-01-01/opensearch/domain/{DomainName}/nodes"
|
1807
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDomainNodesRequest)
|
1808
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDomainNodesResponse)
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: BaseException)
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
1814
|
+
o.errors << Shapes::ShapeRef.new(shape: DependencyFailureException)
|
1815
|
+
end)
|
1816
|
+
|
1706
1817
|
api.add_operation(:describe_domains, Seahorse::Model::Operation.new.tap do |o|
|
1707
1818
|
o.name = "DescribeDomains"
|
1708
1819
|
o.http_method = "POST"
|
@@ -263,6 +263,34 @@ module Aws::OpenSearchService
|
|
263
263
|
end
|
264
264
|
end
|
265
265
|
|
266
|
+
class DescribeDomainHealth
|
267
|
+
def self.build(context)
|
268
|
+
unless context.config.regional_endpoint
|
269
|
+
endpoint = context.config.endpoint.to_s
|
270
|
+
end
|
271
|
+
Aws::OpenSearchService::EndpointParameters.new(
|
272
|
+
region: context.config.region,
|
273
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
274
|
+
use_fips: context.config.use_fips_endpoint,
|
275
|
+
endpoint: endpoint,
|
276
|
+
)
|
277
|
+
end
|
278
|
+
end
|
279
|
+
|
280
|
+
class DescribeDomainNodes
|
281
|
+
def self.build(context)
|
282
|
+
unless context.config.regional_endpoint
|
283
|
+
endpoint = context.config.endpoint.to_s
|
284
|
+
end
|
285
|
+
Aws::OpenSearchService::EndpointParameters.new(
|
286
|
+
region: context.config.region,
|
287
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
288
|
+
use_fips: context.config.use_fips_endpoint,
|
289
|
+
endpoint: endpoint,
|
290
|
+
)
|
291
|
+
end
|
292
|
+
end
|
293
|
+
|
266
294
|
class DescribeDomains
|
267
295
|
def self.build(context)
|
268
296
|
unless context.config.regional_endpoint
|
@@ -30,6 +30,7 @@ module Aws::OpenSearchService
|
|
30
30
|
# * {AccessDeniedException}
|
31
31
|
# * {BaseException}
|
32
32
|
# * {ConflictException}
|
33
|
+
# * {DependencyFailureException}
|
33
34
|
# * {DisabledOperationException}
|
34
35
|
# * {InternalException}
|
35
36
|
# * {InvalidPaginationTokenException}
|
@@ -81,6 +82,16 @@ module Aws::OpenSearchService
|
|
81
82
|
end
|
82
83
|
end
|
83
84
|
|
85
|
+
class DependencyFailureException < ServiceError
|
86
|
+
|
87
|
+
# @param [Seahorse::Client::RequestContext] context
|
88
|
+
# @param [String] message
|
89
|
+
# @param [Aws::OpenSearchService::Types::DependencyFailureException] data
|
90
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
91
|
+
super(context, message, data)
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
84
95
|
class DisabledOperationException < ServiceError
|
85
96
|
|
86
97
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -92,6 +92,10 @@ module Aws::OpenSearchService
|
|
92
92
|
Aws::OpenSearchService::Endpoints::DescribeDomainChangeProgress.build(context)
|
93
93
|
when :describe_domain_config
|
94
94
|
Aws::OpenSearchService::Endpoints::DescribeDomainConfig.build(context)
|
95
|
+
when :describe_domain_health
|
96
|
+
Aws::OpenSearchService::Endpoints::DescribeDomainHealth.build(context)
|
97
|
+
when :describe_domain_nodes
|
98
|
+
Aws::OpenSearchService::Endpoints::DescribeDomainNodes.build(context)
|
95
99
|
when :describe_domains
|
96
100
|
Aws::OpenSearchService::Endpoints::DescribeDomains.build(context)
|
97
101
|
when :describe_dry_run_progress
|
@@ -656,6 +656,55 @@ module Aws::OpenSearchService
|
|
656
656
|
include Aws::Structure
|
657
657
|
end
|
658
658
|
|
659
|
+
# Information about an Availability Zone on a domain.
|
660
|
+
#
|
661
|
+
# @!attribute [rw] availability_zone_name
|
662
|
+
# The name of the Availability Zone.
|
663
|
+
# @return [String]
|
664
|
+
#
|
665
|
+
# @!attribute [rw] zone_status
|
666
|
+
# The current state of the Availability Zone. Current options are
|
667
|
+
# `Active` and `StandBy`.
|
668
|
+
#
|
669
|
+
# * `Active` - Data nodes in the Availability Zone are in use.
|
670
|
+
#
|
671
|
+
# * `StandBy` - Data nodes in the Availability Zone are in a standby
|
672
|
+
# state.
|
673
|
+
#
|
674
|
+
# * `NotAvailable` - Unable to retrieve information.
|
675
|
+
# @return [String]
|
676
|
+
#
|
677
|
+
# @!attribute [rw] configured_data_node_count
|
678
|
+
# The total number of data nodes configured in the Availability Zone.
|
679
|
+
# @return [String]
|
680
|
+
#
|
681
|
+
# @!attribute [rw] available_data_node_count
|
682
|
+
# The number of data nodes active in the Availability Zone.
|
683
|
+
# @return [String]
|
684
|
+
#
|
685
|
+
# @!attribute [rw] total_shards
|
686
|
+
# The total number of primary and replica shards in the Availability
|
687
|
+
# Zone.
|
688
|
+
# @return [String]
|
689
|
+
#
|
690
|
+
# @!attribute [rw] total_un_assigned_shards
|
691
|
+
# The total number of primary and replica shards that aren't
|
692
|
+
# allocated to any of the nodes in the Availability Zone.
|
693
|
+
# @return [String]
|
694
|
+
#
|
695
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AvailabilityZoneInfo AWS API Documentation
|
696
|
+
#
|
697
|
+
class AvailabilityZoneInfo < Struct.new(
|
698
|
+
:availability_zone_name,
|
699
|
+
:zone_status,
|
700
|
+
:configured_data_node_count,
|
701
|
+
:available_data_node_count,
|
702
|
+
:total_shards,
|
703
|
+
:total_un_assigned_shards)
|
704
|
+
SENSITIVE = []
|
705
|
+
include Aws::Structure
|
706
|
+
end
|
707
|
+
|
659
708
|
# An error occurred while processing the request.
|
660
709
|
#
|
661
710
|
# @!attribute [rw] message
|
@@ -844,7 +893,8 @@ module Aws::OpenSearchService
|
|
844
893
|
#
|
845
894
|
# @!attribute [rw] dedicated_master_count
|
846
895
|
# Number of dedicated master nodes in the cluster. This number must be
|
847
|
-
# greater than
|
896
|
+
# greater than 2 and not 4, otherwise you receive a validation
|
897
|
+
# exception.
|
848
898
|
# @return [Integer]
|
849
899
|
#
|
850
900
|
# @!attribute [rw] warm_enabled
|
@@ -863,6 +913,16 @@ module Aws::OpenSearchService
|
|
863
913
|
# Container for cold storage configuration options.
|
864
914
|
# @return [Types::ColdStorageOptions]
|
865
915
|
#
|
916
|
+
# @!attribute [rw] multi_az_with_standby_enabled
|
917
|
+
# A boolean that indicates whether a multi-AZ domain is turned on with
|
918
|
+
# a standby AZ. For more information, see [Configuring a multi-AZ
|
919
|
+
# domain in Amazon OpenSearch Service][1].
|
920
|
+
#
|
921
|
+
#
|
922
|
+
#
|
923
|
+
# [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html
|
924
|
+
# @return [Boolean]
|
925
|
+
#
|
866
926
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ClusterConfig AWS API Documentation
|
867
927
|
#
|
868
928
|
class ClusterConfig < Struct.new(
|
@@ -876,7 +936,8 @@ module Aws::OpenSearchService
|
|
876
936
|
:warm_enabled,
|
877
937
|
:warm_type,
|
878
938
|
:warm_count,
|
879
|
-
:cold_storage_options
|
939
|
+
:cold_storage_options,
|
940
|
+
:multi_az_with_standby_enabled)
|
880
941
|
SENSITIVE = []
|
881
942
|
include Aws::Structure
|
882
943
|
end
|
@@ -1121,7 +1182,7 @@ module Aws::OpenSearchService
|
|
1121
1182
|
# @return [Hash<String,String>]
|
1122
1183
|
#
|
1123
1184
|
# @!attribute [rw] log_publishing_options
|
1124
|
-
# Key-value pairs to configure
|
1185
|
+
# Key-value pairs to configure log publishing.
|
1125
1186
|
# @return [Hash<String,Types::LogPublishingOption>]
|
1126
1187
|
#
|
1127
1188
|
# @!attribute [rw] domain_endpoint_options
|
@@ -1277,7 +1338,7 @@ module Aws::OpenSearchService
|
|
1277
1338
|
# @return [String]
|
1278
1339
|
#
|
1279
1340
|
# @!attribute [rw] package_type
|
1280
|
-
#
|
1341
|
+
# The type of package.
|
1281
1342
|
# @return [String]
|
1282
1343
|
#
|
1283
1344
|
# @!attribute [rw] package_description
|
@@ -1494,6 +1555,13 @@ module Aws::OpenSearchService
|
|
1494
1555
|
include Aws::Structure
|
1495
1556
|
end
|
1496
1557
|
|
1558
|
+
# An exception for when a failure in one of the dependencies results in
|
1559
|
+
# the service being unable to fetch details about the resource.
|
1560
|
+
#
|
1561
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DependencyFailureException AWS API Documentation
|
1562
|
+
#
|
1563
|
+
class DependencyFailureException < Aws::EmptyStructure; end
|
1564
|
+
|
1497
1565
|
# Container for the parameters to the `DescribeDomainAutoTunes`
|
1498
1566
|
# operation.
|
1499
1567
|
#
|
@@ -1613,6 +1681,157 @@ module Aws::OpenSearchService
|
|
1613
1681
|
include Aws::Structure
|
1614
1682
|
end
|
1615
1683
|
|
1684
|
+
# Container for the parameters to the `DescribeDomainHealth` operation.
|
1685
|
+
#
|
1686
|
+
# @!attribute [rw] domain_name
|
1687
|
+
# The name of the domain.
|
1688
|
+
# @return [String]
|
1689
|
+
#
|
1690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainHealthRequest AWS API Documentation
|
1691
|
+
#
|
1692
|
+
class DescribeDomainHealthRequest < Struct.new(
|
1693
|
+
:domain_name)
|
1694
|
+
SENSITIVE = []
|
1695
|
+
include Aws::Structure
|
1696
|
+
end
|
1697
|
+
|
1698
|
+
# The result of a `DescribeDomainHealth` request. Contains health
|
1699
|
+
# information for the requested domain.
|
1700
|
+
#
|
1701
|
+
# @!attribute [rw] domain_state
|
1702
|
+
# The current state of the domain.
|
1703
|
+
#
|
1704
|
+
# * `Processing` - The domain has updates in progress.
|
1705
|
+
#
|
1706
|
+
# * `Active` - Requested changes have been processed and deployed to
|
1707
|
+
# the domain.
|
1708
|
+
# @return [String]
|
1709
|
+
#
|
1710
|
+
# @!attribute [rw] availability_zone_count
|
1711
|
+
# The number of Availability Zones configured for the domain. If the
|
1712
|
+
# service is unable to fetch this information, it will return
|
1713
|
+
# `NotAvailable`.
|
1714
|
+
# @return [String]
|
1715
|
+
#
|
1716
|
+
# @!attribute [rw] active_availability_zone_count
|
1717
|
+
# The number of active Availability Zones configured for the domain.
|
1718
|
+
# If the service is unable to fetch this information, it will return
|
1719
|
+
# `NotAvailable`.
|
1720
|
+
# @return [String]
|
1721
|
+
#
|
1722
|
+
# @!attribute [rw] stand_by_availability_zone_count
|
1723
|
+
# The number of standby Availability Zones configured for the domain.
|
1724
|
+
# If the service is unable to fetch this information, it will return
|
1725
|
+
# `NotAvailable`.
|
1726
|
+
# @return [String]
|
1727
|
+
#
|
1728
|
+
# @!attribute [rw] data_node_count
|
1729
|
+
# The number of data nodes configured for the domain. If the service
|
1730
|
+
# is unable to fetch this information, it will return `NotAvailable`.
|
1731
|
+
# @return [String]
|
1732
|
+
#
|
1733
|
+
# @!attribute [rw] dedicated_master
|
1734
|
+
# A boolean that indicates if dedicated master nodes are activated for
|
1735
|
+
# the domain.
|
1736
|
+
# @return [Boolean]
|
1737
|
+
#
|
1738
|
+
# @!attribute [rw] master_eligible_node_count
|
1739
|
+
# The number of nodes that can be elected as a master node. If
|
1740
|
+
# dedicated master nodes is turned on, this value is the number of
|
1741
|
+
# dedicated master nodes configured for the domain. If the service is
|
1742
|
+
# unable to fetch this information, it will return `NotAvailable`.
|
1743
|
+
# @return [String]
|
1744
|
+
#
|
1745
|
+
# @!attribute [rw] warm_node_count
|
1746
|
+
# The number of warm nodes configured for the domain.
|
1747
|
+
# @return [String]
|
1748
|
+
#
|
1749
|
+
# @!attribute [rw] master_node
|
1750
|
+
# Indicates whether the domain has an elected master node.
|
1751
|
+
#
|
1752
|
+
# * **Available** - The domain has an elected master node.
|
1753
|
+
#
|
1754
|
+
# * **UnAvailable** - The master node hasn't yet been elected, and a
|
1755
|
+
# quorum to elect a new master node hasn't been reached.
|
1756
|
+
# @return [String]
|
1757
|
+
#
|
1758
|
+
# @!attribute [rw] cluster_health
|
1759
|
+
# The current health status of your cluster.
|
1760
|
+
#
|
1761
|
+
# * `Red` - At least one primary shard is not allocated to any node.
|
1762
|
+
#
|
1763
|
+
# * `Yellow` - All primary shards are allocated to nodes, but some
|
1764
|
+
# replicas aren’t.
|
1765
|
+
#
|
1766
|
+
# * `Green` - All primary shards and their replicas are allocated to
|
1767
|
+
# nodes.
|
1768
|
+
#
|
1769
|
+
# * `NotAvailable` - Unable to retrieve cluster health.
|
1770
|
+
# @return [String]
|
1771
|
+
#
|
1772
|
+
# @!attribute [rw] total_shards
|
1773
|
+
# The total number of primary and replica shards for the domain.
|
1774
|
+
# @return [String]
|
1775
|
+
#
|
1776
|
+
# @!attribute [rw] total_un_assigned_shards
|
1777
|
+
# The total number of primary and replica shards not allocated to any
|
1778
|
+
# of the nodes for the cluster.
|
1779
|
+
# @return [String]
|
1780
|
+
#
|
1781
|
+
# @!attribute [rw] environment_information
|
1782
|
+
# A list of `EnvironmentInfo` for the domain.
|
1783
|
+
# @return [Array<Types::EnvironmentInfo>]
|
1784
|
+
#
|
1785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainHealthResponse AWS API Documentation
|
1786
|
+
#
|
1787
|
+
class DescribeDomainHealthResponse < Struct.new(
|
1788
|
+
:domain_state,
|
1789
|
+
:availability_zone_count,
|
1790
|
+
:active_availability_zone_count,
|
1791
|
+
:stand_by_availability_zone_count,
|
1792
|
+
:data_node_count,
|
1793
|
+
:dedicated_master,
|
1794
|
+
:master_eligible_node_count,
|
1795
|
+
:warm_node_count,
|
1796
|
+
:master_node,
|
1797
|
+
:cluster_health,
|
1798
|
+
:total_shards,
|
1799
|
+
:total_un_assigned_shards,
|
1800
|
+
:environment_information)
|
1801
|
+
SENSITIVE = []
|
1802
|
+
include Aws::Structure
|
1803
|
+
end
|
1804
|
+
|
1805
|
+
# Container for the parameters to the `DescribeDomainNodes` operation.
|
1806
|
+
#
|
1807
|
+
# @!attribute [rw] domain_name
|
1808
|
+
# The name of the domain.
|
1809
|
+
# @return [String]
|
1810
|
+
#
|
1811
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainNodesRequest AWS API Documentation
|
1812
|
+
#
|
1813
|
+
class DescribeDomainNodesRequest < Struct.new(
|
1814
|
+
:domain_name)
|
1815
|
+
SENSITIVE = []
|
1816
|
+
include Aws::Structure
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
# The result of a `DescribeDomainNodes` request. Contains information
|
1820
|
+
# about the nodes on the requested domain.
|
1821
|
+
#
|
1822
|
+
# @!attribute [rw] domain_nodes_status_list
|
1823
|
+
# Contains nodes information list `DomainNodesStatusList` with details
|
1824
|
+
# about the all nodes on the requested domain.
|
1825
|
+
# @return [Array<Types::DomainNodesStatus>]
|
1826
|
+
#
|
1827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainNodesResponse AWS API Documentation
|
1828
|
+
#
|
1829
|
+
class DescribeDomainNodesResponse < Struct.new(
|
1830
|
+
:domain_nodes_status_list)
|
1831
|
+
SENSITIVE = []
|
1832
|
+
include Aws::Structure
|
1833
|
+
end
|
1834
|
+
|
1616
1835
|
# Container for the parameters to the `DescribeDomain` operation.
|
1617
1836
|
#
|
1618
1837
|
# @!attribute [rw] domain_name
|
@@ -1874,7 +2093,7 @@ module Aws::OpenSearchService
|
|
1874
2093
|
# @return [String]
|
1875
2094
|
#
|
1876
2095
|
# @!attribute [rw] value
|
1877
|
-
# A list of values for the specified filter field.
|
2096
|
+
# A non-empty list of values for the specified filter field.
|
1878
2097
|
# @return [Array<String>]
|
1879
2098
|
#
|
1880
2099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribePackagesFilter AWS API Documentation
|
@@ -2075,7 +2294,7 @@ module Aws::OpenSearchService
|
|
2075
2294
|
include Aws::Structure
|
2076
2295
|
end
|
2077
2296
|
|
2078
|
-
# An error occured because the client wanted to access
|
2297
|
+
# An error occured because the client wanted to access an unsupported
|
2079
2298
|
# operation.
|
2080
2299
|
#
|
2081
2300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DisabledOperationException AWS API Documentation
|
@@ -2169,7 +2388,7 @@ module Aws::OpenSearchService
|
|
2169
2388
|
# @return [Types::AdvancedOptionsStatus]
|
2170
2389
|
#
|
2171
2390
|
# @!attribute [rw] log_publishing_options
|
2172
|
-
# Key-value pairs to configure
|
2391
|
+
# Key-value pairs to configure log publishing.
|
2173
2392
|
# @return [Types::LogPublishingOptionsStatus]
|
2174
2393
|
#
|
2175
2394
|
# @!attribute [rw] domain_endpoint_options
|
@@ -2321,6 +2540,56 @@ module Aws::OpenSearchService
|
|
2321
2540
|
include Aws::Structure
|
2322
2541
|
end
|
2323
2542
|
|
2543
|
+
# Container for information about nodes on the domain.
|
2544
|
+
#
|
2545
|
+
# @!attribute [rw] node_id
|
2546
|
+
# The ID of the node.
|
2547
|
+
# @return [String]
|
2548
|
+
#
|
2549
|
+
# @!attribute [rw] node_type
|
2550
|
+
# Indicates whether the nodes is a data, master, or ultrawarm node.
|
2551
|
+
# @return [String]
|
2552
|
+
#
|
2553
|
+
# @!attribute [rw] availability_zone
|
2554
|
+
# The Availability Zone of the node.
|
2555
|
+
# @return [String]
|
2556
|
+
#
|
2557
|
+
# @!attribute [rw] instance_type
|
2558
|
+
# The instance type information of the node.
|
2559
|
+
# @return [String]
|
2560
|
+
#
|
2561
|
+
# @!attribute [rw] node_status
|
2562
|
+
# Indicates if the node is active or in standby.
|
2563
|
+
# @return [String]
|
2564
|
+
#
|
2565
|
+
# @!attribute [rw] storage_type
|
2566
|
+
# Indicates if the node has EBS or instance storage.
|
2567
|
+
# @return [String]
|
2568
|
+
#
|
2569
|
+
# @!attribute [rw] storage_volume_type
|
2570
|
+
# If the nodes has EBS storage, indicates if the volume type is GP2 or
|
2571
|
+
# GP3. Only applicable for data nodes.
|
2572
|
+
# @return [String]
|
2573
|
+
#
|
2574
|
+
# @!attribute [rw] storage_size
|
2575
|
+
# The storage size of the node, in GiB.
|
2576
|
+
# @return [String]
|
2577
|
+
#
|
2578
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainNodesStatus AWS API Documentation
|
2579
|
+
#
|
2580
|
+
class DomainNodesStatus < Struct.new(
|
2581
|
+
:node_id,
|
2582
|
+
:node_type,
|
2583
|
+
:availability_zone,
|
2584
|
+
:instance_type,
|
2585
|
+
:node_status,
|
2586
|
+
:storage_type,
|
2587
|
+
:storage_volume_type,
|
2588
|
+
:storage_size)
|
2589
|
+
SENSITIVE = []
|
2590
|
+
include Aws::Structure
|
2591
|
+
end
|
2592
|
+
|
2324
2593
|
# Information about a package that is associated with a domain. For more
|
2325
2594
|
# information, see [Custom packages for Amazon OpenSearch Service][1].
|
2326
2595
|
#
|
@@ -2358,9 +2627,8 @@ module Aws::OpenSearchService
|
|
2358
2627
|
# @return [String]
|
2359
2628
|
#
|
2360
2629
|
# @!attribute [rw] reference_path
|
2361
|
-
#
|
2362
|
-
#
|
2363
|
-
# files.
|
2630
|
+
# The relative path of the package on the OpenSearch Service cluster
|
2631
|
+
# nodes. This is `synonym_path` when the package is for synonym files.
|
2364
2632
|
# @return [String]
|
2365
2633
|
#
|
2366
2634
|
# @!attribute [rw] error_details
|
@@ -2424,7 +2692,7 @@ module Aws::OpenSearchService
|
|
2424
2692
|
#
|
2425
2693
|
# @!attribute [rw] endpoints
|
2426
2694
|
# The key-value pair that exists if the OpenSearch Service domain uses
|
2427
|
-
# VPC endpoints.. Example `key, value
|
2695
|
+
# VPC endpoints.. Example `key, value`:
|
2428
2696
|
# `'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'`.
|
2429
2697
|
# @return [Hash<String,String>]
|
2430
2698
|
#
|
@@ -2742,6 +3010,20 @@ module Aws::OpenSearchService
|
|
2742
3010
|
include Aws::Structure
|
2743
3011
|
end
|
2744
3012
|
|
3013
|
+
# Information about the active domain environment.
|
3014
|
+
#
|
3015
|
+
# @!attribute [rw] availability_zone_information
|
3016
|
+
# A list of `AvailabilityZoneInfo` for the domain.
|
3017
|
+
# @return [Array<Types::AvailabilityZoneInfo>]
|
3018
|
+
#
|
3019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/EnvironmentInfo AWS API Documentation
|
3020
|
+
#
|
3021
|
+
class EnvironmentInfo < Struct.new(
|
3022
|
+
:availability_zone_information)
|
3023
|
+
SENSITIVE = []
|
3024
|
+
include Aws::Structure
|
3025
|
+
end
|
3026
|
+
|
2745
3027
|
# Additional information if the package is in an error state. Null
|
2746
3028
|
# otherwise.
|
2747
3029
|
#
|
@@ -3017,20 +3299,20 @@ module Aws::OpenSearchService
|
|
3017
3299
|
# * **PENDING\_ACCEPTANCE** - Inbound connection is not yet accepted
|
3018
3300
|
# by the remote domain owner.
|
3019
3301
|
#
|
3020
|
-
# * **APPROVED
|
3302
|
+
# * **APPROVED**: Inbound connection is pending acceptance by the
|
3021
3303
|
# remote domain owner.
|
3022
3304
|
#
|
3023
|
-
# * **PROVISIONING
|
3305
|
+
# * **PROVISIONING**: Inbound connection is being provisioned.
|
3024
3306
|
#
|
3025
|
-
# * **ACTIVE
|
3307
|
+
# * **ACTIVE**: Inbound connection is active and ready to use.
|
3026
3308
|
#
|
3027
|
-
# * **REJECTING
|
3309
|
+
# * **REJECTING**: Inbound connection rejection is in process.
|
3028
3310
|
#
|
3029
|
-
# * **REJECTED
|
3311
|
+
# * **REJECTED**: Inbound connection is rejected.
|
3030
3312
|
#
|
3031
|
-
# * **DELETING
|
3313
|
+
# * **DELETING**: Inbound connection deletion is in progress.
|
3032
3314
|
#
|
3033
|
-
# * **DELETED
|
3315
|
+
# * **DELETED**: Inbound connection is deleted and can no longer be
|
3034
3316
|
# used.
|
3035
3317
|
# @return [String]
|
3036
3318
|
#
|
@@ -3117,6 +3399,10 @@ module Aws::OpenSearchService
|
|
3117
3399
|
# or an UltraWarm node.
|
3118
3400
|
# @return [Array<String>]
|
3119
3401
|
#
|
3402
|
+
# @!attribute [rw] availability_zones
|
3403
|
+
# The supported Availability Zones for the instance type.
|
3404
|
+
# @return [Array<String>]
|
3405
|
+
#
|
3120
3406
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/InstanceTypeDetails AWS API Documentation
|
3121
3407
|
#
|
3122
3408
|
class InstanceTypeDetails < Struct.new(
|
@@ -3126,7 +3412,8 @@ module Aws::OpenSearchService
|
|
3126
3412
|
:app_logs_enabled,
|
3127
3413
|
:advanced_security_enabled,
|
3128
3414
|
:warm_enabled,
|
3129
|
-
:instance_role
|
3415
|
+
:instance_role,
|
3416
|
+
:availability_zones)
|
3130
3417
|
SENSITIVE = []
|
3131
3418
|
include Aws::Structure
|
3132
3419
|
end
|
@@ -3138,8 +3425,8 @@ module Aws::OpenSearchService
|
|
3138
3425
|
#
|
3139
3426
|
class InternalException < Aws::EmptyStructure; end
|
3140
3427
|
|
3141
|
-
#
|
3142
|
-
#
|
3428
|
+
# Request processing failed because you provided an invalid pagination
|
3429
|
+
# token.
|
3143
3430
|
#
|
3144
3431
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/InvalidPaginationTokenException AWS API Documentation
|
3145
3432
|
#
|
@@ -3269,13 +3556,13 @@ module Aws::OpenSearchService
|
|
3269
3556
|
end
|
3270
3557
|
|
3271
3558
|
# @!attribute [rw] engine_version
|
3272
|
-
#
|
3559
|
+
# The version of OpenSearch or Elasticsearch, in the format
|
3273
3560
|
# Elasticsearch\_X.Y or OpenSearch\_X.Y. Defaults to the latest
|
3274
3561
|
# version of OpenSearch.
|
3275
3562
|
# @return [String]
|
3276
3563
|
#
|
3277
3564
|
# @!attribute [rw] domain_name
|
3278
|
-
#
|
3565
|
+
# The name of the domain.
|
3279
3566
|
# @return [String]
|
3280
3567
|
#
|
3281
3568
|
# @!attribute [rw] max_results
|
@@ -3290,13 +3577,25 @@ module Aws::OpenSearchService
|
|
3290
3577
|
# next page.
|
3291
3578
|
# @return [String]
|
3292
3579
|
#
|
3580
|
+
# @!attribute [rw] retrieve_a_zs
|
3581
|
+
# An optional parameter that specifies the Availability Zones for the
|
3582
|
+
# domain.
|
3583
|
+
# @return [Boolean]
|
3584
|
+
#
|
3585
|
+
# @!attribute [rw] instance_type
|
3586
|
+
# An optional parameter that lists information for a given instance
|
3587
|
+
# type.
|
3588
|
+
# @return [String]
|
3589
|
+
#
|
3293
3590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ListInstanceTypeDetailsRequest AWS API Documentation
|
3294
3591
|
#
|
3295
3592
|
class ListInstanceTypeDetailsRequest < Struct.new(
|
3296
3593
|
:engine_version,
|
3297
3594
|
:domain_name,
|
3298
3595
|
:max_results,
|
3299
|
-
:next_token
|
3596
|
+
:next_token,
|
3597
|
+
:retrieve_a_zs,
|
3598
|
+
:instance_type)
|
3300
3599
|
SENSITIVE = []
|
3301
3600
|
include Aws::Structure
|
3302
3601
|
end
|
@@ -3777,7 +4076,7 @@ module Aws::OpenSearchService
|
|
3777
4076
|
# Whether to enable an off-peak window.
|
3778
4077
|
#
|
3779
4078
|
# This option is only available when modifying a domain created prior
|
3780
|
-
# to February
|
4079
|
+
# to February 16, 2023, not when creating a new domain. All domains
|
3781
4080
|
# created after this date have the off-peak window enabled by default.
|
3782
4081
|
# You can't disable the off-peak window after it's enabled for a
|
3783
4082
|
# domain.
|
@@ -3909,7 +4208,7 @@ module Aws::OpenSearchService
|
|
3909
4208
|
# * **VALIDATION\_FAILED** - Validation failed for the connection
|
3910
4209
|
# request.
|
3911
4210
|
#
|
3912
|
-
# * **PENDING\_ACCEPTANCE
|
4211
|
+
# * **PENDING\_ACCEPTANCE**: Outbound connection request is validated
|
3913
4212
|
# and is not yet accepted by the remote domain owner.
|
3914
4213
|
#
|
3915
4214
|
# * **APPROVED** - Outbound connection has been approved by the remote
|
@@ -3951,7 +4250,7 @@ module Aws::OpenSearchService
|
|
3951
4250
|
# @return [String]
|
3952
4251
|
#
|
3953
4252
|
# @!attribute [rw] package_name
|
3954
|
-
#
|
4253
|
+
# The user-specified name of the package.
|
3955
4254
|
# @return [String]
|
3956
4255
|
#
|
3957
4256
|
# @!attribute [rw] package_type
|
@@ -3963,7 +4262,9 @@ module Aws::OpenSearchService
|
|
3963
4262
|
# @return [String]
|
3964
4263
|
#
|
3965
4264
|
# @!attribute [rw] package_status
|
3966
|
-
#
|
4265
|
+
# The current status of the package. The available options are
|
4266
|
+
# `AVAILABLE`, `COPYING`, `COPY_FAILED`, `VALIDATNG`,
|
4267
|
+
# `VALIDATION_FAILED`, `DELETING`, and `DELETE_FAILED`.
|
3967
4268
|
# @return [String]
|
3968
4269
|
#
|
3969
4270
|
# @!attribute [rw] created_at
|
@@ -4300,8 +4601,7 @@ module Aws::OpenSearchService
|
|
4300
4601
|
#
|
4301
4602
|
class ResourceAlreadyExistsException < Aws::EmptyStructure; end
|
4302
4603
|
|
4303
|
-
# An exception for accessing or deleting a resource that
|
4304
|
-
# exist..
|
4604
|
+
# An exception for accessing or deleting a resource that doesn't exist.
|
4305
4605
|
#
|
4306
4606
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ResourceNotFoundException AWS API Documentation
|
4307
4607
|
#
|
@@ -4884,12 +5184,6 @@ module Aws::OpenSearchService
|
|
4884
5184
|
# Queries with more than the permitted number of clauses result in a
|
4885
5185
|
# `TooManyClauses` error.
|
4886
5186
|
#
|
4887
|
-
# * `"override_main_response_version": "true" | "false"` - Note the
|
4888
|
-
# use of a string rather than a boolean. Specifies whether the
|
4889
|
-
# domain reports its version as 7.10 to allow Elasticsearch OSS
|
4890
|
-
# clients and plugins to continue working with it. Default is false
|
4891
|
-
# when creating a domain and true when upgrading a domain.
|
4892
|
-
#
|
4893
5187
|
# For more information, see [Advanced cluster parameters][1].
|
4894
5188
|
#
|
4895
5189
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-opensearchservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|