aws-sdk-opensearchservice 1.18.0 → 1.19.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: 95184feff42bd9959eb47780c105793dc956623d15f813feeb3dda04015c09a0
4
- data.tar.gz: 83c0bc304cdfc7e6480f4a385d676f0027a167b6217922ece6183b3786bb7d0f
3
+ metadata.gz: f73c4776d89120438a60ae485f6542cfe40992f20e516bc9176d7e2e6631743d
4
+ data.tar.gz: c388aad87602dda20c90b3137625c7c752ac6af0a7c0adabb07be5afe1197746
5
5
  SHA512:
6
- metadata.gz: f61a3dbc449334540a20ca32d244e7c5f972db5587fd0e80e9021649c2bc32f5db57c4fb9c8502f54a11eb1895fbed4588b5eb93bd43d1e75462b78d198f84f5
7
- data.tar.gz: 67c2eef8a2ad157a1f23cbc22cf79789e6c0f5d9e2ad2f868653d4dbbd85cf79b11b0fd54d056550afdb34015438a2c9ae7e9edc3051a3c2de348eac4e8f0a58
6
+ metadata.gz: ef1957810a83c865fc21eb7f56ba3b8643f2a3c40037152722b3e0fdaa6114b5cf6d809d18c98688d406390c0759ea939b479344684fdc18fd82c424d4145291
7
+ data.tar.gz: e6bf34a1571eae8e976b838f941788a2c364024ac1404335cfdbbe016f603c5ba90b96ff85bba90effa205af3ab6d0f64071de17215e031bb7bf97c5390b6d00
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.18.0 (2023-05-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
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 slow log publishing.
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
@@ -1833,6 +1833,44 @@ module Aws::OpenSearchService
1833
1833
  req.send_request(options)
1834
1834
  end
1835
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&lt;Types::DomainNodesStatus&gt;
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
+
1836
1874
  # Returns domain configuration information about the specified Amazon
1837
1875
  # OpenSearch Service domains.
1838
1876
  #
@@ -3418,7 +3456,7 @@ module Aws::OpenSearchService
3418
3456
  end
3419
3457
 
3420
3458
  # Modifies the cluster configuration of the specified Amazon OpenSearch
3421
- # Service domain.
3459
+ # Service domain.sl
3422
3460
  #
3423
3461
  # @option params [required, String] :domain_name
3424
3462
  # The name of the domain that you're updating.
@@ -4082,7 +4120,7 @@ module Aws::OpenSearchService
4082
4120
  params: params,
4083
4121
  config: config)
4084
4122
  context[:gem_name] = 'aws-sdk-opensearchservice'
4085
- context[:gem_version] = '1.18.0'
4123
+ context[:gem_version] = '1.19.0'
4086
4124
  Seahorse::Client::Request.new(handlers, context)
4087
4125
  end
4088
4126
 
@@ -101,6 +101,7 @@ module Aws::OpenSearchService
101
101
  DeletePackageResponse = Shapes::StructureShape.new(name: 'DeletePackageResponse')
102
102
  DeleteVpcEndpointRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointRequest')
103
103
  DeleteVpcEndpointResponse = Shapes::StructureShape.new(name: 'DeleteVpcEndpointResponse')
104
+ DependencyFailureException = Shapes::StructureShape.new(name: 'DependencyFailureException')
104
105
  DeploymentCloseDateTimeStamp = Shapes::TimestampShape.new(name: 'DeploymentCloseDateTimeStamp')
105
106
  DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
106
107
  DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
@@ -112,6 +113,8 @@ module Aws::OpenSearchService
112
113
  DescribeDomainConfigResponse = Shapes::StructureShape.new(name: 'DescribeDomainConfigResponse')
113
114
  DescribeDomainHealthRequest = Shapes::StructureShape.new(name: 'DescribeDomainHealthRequest')
114
115
  DescribeDomainHealthResponse = Shapes::StructureShape.new(name: 'DescribeDomainHealthResponse')
116
+ DescribeDomainNodesRequest = Shapes::StructureShape.new(name: 'DescribeDomainNodesRequest')
117
+ DescribeDomainNodesResponse = Shapes::StructureShape.new(name: 'DescribeDomainNodesResponse')
115
118
  DescribeDomainRequest = Shapes::StructureShape.new(name: 'DescribeDomainRequest')
116
119
  DescribeDomainResponse = Shapes::StructureShape.new(name: 'DescribeDomainResponse')
117
120
  DescribeDomainsRequest = Shapes::StructureShape.new(name: 'DescribeDomainsRequest')
@@ -154,6 +157,8 @@ module Aws::OpenSearchService
154
157
  DomainName = Shapes::StringShape.new(name: 'DomainName')
155
158
  DomainNameFqdn = Shapes::StringShape.new(name: 'DomainNameFqdn')
156
159
  DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
160
+ DomainNodesStatus = Shapes::StructureShape.new(name: 'DomainNodesStatus')
161
+ DomainNodesStatusList = Shapes::ListShape.new(name: 'DomainNodesStatusList')
157
162
  DomainPackageDetails = Shapes::StructureShape.new(name: 'DomainPackageDetails')
158
163
  DomainPackageDetailsList = Shapes::ListShape.new(name: 'DomainPackageDetailsList')
159
164
  DomainPackageStatus = Shapes::StringShape.new(name: 'DomainPackageStatus')
@@ -250,8 +255,11 @@ module Aws::OpenSearchService
250
255
  Message = Shapes::StringShape.new(name: 'Message')
251
256
  MinimumInstanceCount = Shapes::IntegerShape.new(name: 'MinimumInstanceCount')
252
257
  NextToken = Shapes::StringShape.new(name: 'NextToken')
258
+ NodeId = Shapes::StringShape.new(name: 'NodeId')
259
+ NodeStatus = Shapes::StringShape.new(name: 'NodeStatus')
253
260
  NodeToNodeEncryptionOptions = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptions')
254
261
  NodeToNodeEncryptionOptionsStatus = Shapes::StructureShape.new(name: 'NodeToNodeEncryptionOptionsStatus')
262
+ NodeType = Shapes::StringShape.new(name: 'NodeType')
255
263
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
256
264
  NumberOfAZs = Shapes::StringShape.new(name: 'NumberOfAZs')
257
265
  NumberOfNodes = Shapes::StringShape.new(name: 'NumberOfNodes')
@@ -379,6 +387,7 @@ module Aws::OpenSearchService
379
387
  VersionList = Shapes::ListShape.new(name: 'VersionList')
380
388
  VersionStatus = Shapes::StructureShape.new(name: 'VersionStatus')
381
389
  VersionString = Shapes::StringShape.new(name: 'VersionString')
390
+ VolumeSize = Shapes::StringShape.new(name: 'VolumeSize')
382
391
  VolumeType = Shapes::StringShape.new(name: 'VolumeType')
383
392
  VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
384
393
  VpcEndpointError = Shapes::StructureShape.new(name: 'VpcEndpointError')
@@ -679,6 +688,8 @@ module Aws::OpenSearchService
679
688
  DeleteVpcEndpointResponse.add_member(:vpc_endpoint_summary, Shapes::ShapeRef.new(shape: VpcEndpointSummary, required: true, location_name: "VpcEndpointSummary"))
680
689
  DeleteVpcEndpointResponse.struct_class = Types::DeleteVpcEndpointResponse
681
690
 
691
+ DependencyFailureException.struct_class = Types::DependencyFailureException
692
+
682
693
  DescribeDomainAutoTunesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
683
694
  DescribeDomainAutoTunesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
684
695
  DescribeDomainAutoTunesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -719,6 +730,12 @@ module Aws::OpenSearchService
719
730
  DescribeDomainHealthResponse.add_member(:environment_information, Shapes::ShapeRef.new(shape: EnvironmentInfoList, location_name: "EnvironmentInformation"))
720
731
  DescribeDomainHealthResponse.struct_class = Types::DescribeDomainHealthResponse
721
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
+
722
739
  DescribeDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location: "uri", location_name: "DomainName"))
723
740
  DescribeDomainRequest.struct_class = Types::DescribeDomainRequest
724
741
 
@@ -859,6 +876,18 @@ module Aws::OpenSearchService
859
876
 
860
877
  DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
861
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
+
862
891
  DomainPackageDetails.add_member(:package_id, Shapes::ShapeRef.new(shape: PackageID, location_name: "PackageID"))
863
892
  DomainPackageDetails.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "PackageName"))
864
893
  DomainPackageDetails.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
@@ -1771,6 +1800,20 @@ module Aws::OpenSearchService
1771
1800
  o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
1772
1801
  end)
1773
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
+
1774
1817
  api.add_operation(:describe_domains, Seahorse::Model::Operation.new.tap do |o|
1775
1818
  o.name = "DescribeDomains"
1776
1819
  o.http_method = "POST"
@@ -277,6 +277,20 @@ module Aws::OpenSearchService
277
277
  end
278
278
  end
279
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
+
280
294
  class DescribeDomains
281
295
  def self.build(context)
282
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
@@ -94,6 +94,8 @@ module Aws::OpenSearchService
94
94
  Aws::OpenSearchService::Endpoints::DescribeDomainConfig.build(context)
95
95
  when :describe_domain_health
96
96
  Aws::OpenSearchService::Endpoints::DescribeDomainHealth.build(context)
97
+ when :describe_domain_nodes
98
+ Aws::OpenSearchService::Endpoints::DescribeDomainNodes.build(context)
97
99
  when :describe_domains
98
100
  Aws::OpenSearchService::Endpoints::DescribeDomains.build(context)
99
101
  when :describe_dry_run_progress
@@ -1182,7 +1182,7 @@ module Aws::OpenSearchService
1182
1182
  # @return [Hash<String,String>]
1183
1183
  #
1184
1184
  # @!attribute [rw] log_publishing_options
1185
- # Key-value pairs to configure slow log publishing.
1185
+ # Key-value pairs to configure log publishing.
1186
1186
  # @return [Hash<String,Types::LogPublishingOption>]
1187
1187
  #
1188
1188
  # @!attribute [rw] domain_endpoint_options
@@ -1555,6 +1555,13 @@ module Aws::OpenSearchService
1555
1555
  include Aws::Structure
1556
1556
  end
1557
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
+
1558
1565
  # Container for the parameters to the `DescribeDomainAutoTunes`
1559
1566
  # operation.
1560
1567
  #
@@ -1795,6 +1802,36 @@ module Aws::OpenSearchService
1795
1802
  include Aws::Structure
1796
1803
  end
1797
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
+
1798
1835
  # Container for the parameters to the `DescribeDomain` operation.
1799
1836
  #
1800
1837
  # @!attribute [rw] domain_name
@@ -2056,7 +2093,7 @@ module Aws::OpenSearchService
2056
2093
  # @return [String]
2057
2094
  #
2058
2095
  # @!attribute [rw] value
2059
- # A list of values for the specified filter field.
2096
+ # A non-empty list of values for the specified filter field.
2060
2097
  # @return [Array<String>]
2061
2098
  #
2062
2099
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribePackagesFilter AWS API Documentation
@@ -2351,7 +2388,7 @@ module Aws::OpenSearchService
2351
2388
  # @return [Types::AdvancedOptionsStatus]
2352
2389
  #
2353
2390
  # @!attribute [rw] log_publishing_options
2354
- # Key-value pairs to configure slow log publishing.
2391
+ # Key-value pairs to configure log publishing.
2355
2392
  # @return [Types::LogPublishingOptionsStatus]
2356
2393
  #
2357
2394
  # @!attribute [rw] domain_endpoint_options
@@ -2503,6 +2540,56 @@ module Aws::OpenSearchService
2503
2540
  include Aws::Structure
2504
2541
  end
2505
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
+
2506
2593
  # Information about a package that is associated with a domain. For more
2507
2594
  # information, see [Custom packages for Amazon OpenSearch Service][1].
2508
2595
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.18.0'
55
+ GEM_VERSION = '1.19.0'
56
56
 
57
57
  end
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.18.0
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-05-03 00:00:00.000000000 Z
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