aws-sdk-elasticsearchservice 1.53.0 → 1.57.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e1fdb1993edeeca041a9ecce3890ae42fb048b692a8624275b3d4a6d5654609
|
4
|
+
data.tar.gz: 7399f901aaeaf5860224b2b11853958a1910dd7aebf7cd42f96e6085038f65a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8bb5e438b77098274aef7e53ad86ce1ee5cd27896b1aad2984f460851beecb2436ab1af32fe7be002f627dc4ef99d8f7e54080f73e50461ff1b01617b0c19b3
|
7
|
+
data.tar.gz: '035768cf9beef2f4a3c022daf308a6f8cc4ef5da468de21c317d2c5c85777a2817837036cfb56ad573d27da3ccab0cd867eee9beb08237ec69c2d59199d296d8'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.57.0 (2021-10-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.56.0 (2021-09-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds an optional parameter in the ListDomainNames API to filter domains based on the engine type (OpenSearch/Elasticsearch).
|
13
|
+
|
14
|
+
1.55.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.54.0 (2021-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.53.0 (2021-07-28)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -2037,14 +2037,25 @@ module Aws::ElasticsearchService
|
|
2037
2037
|
# Returns the name of all Elasticsearch domains owned by the current
|
2038
2038
|
# user's account.
|
2039
2039
|
#
|
2040
|
+
# @option params [String] :engine_type
|
2041
|
+
# Optional parameter to filter the output by domain engine type.
|
2042
|
+
# Acceptable values are 'Elasticsearch' and 'OpenSearch'.
|
2043
|
+
#
|
2040
2044
|
# @return [Types::ListDomainNamesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2041
2045
|
#
|
2042
2046
|
# * {Types::ListDomainNamesResponse#domain_names #domain_names} => Array<Types::DomainInfo>
|
2043
2047
|
#
|
2048
|
+
# @example Request syntax with placeholder values
|
2049
|
+
#
|
2050
|
+
# resp = client.list_domain_names({
|
2051
|
+
# engine_type: "OpenSearch", # accepts OpenSearch, Elasticsearch
|
2052
|
+
# })
|
2053
|
+
#
|
2044
2054
|
# @example Response structure
|
2045
2055
|
#
|
2046
2056
|
# resp.domain_names #=> Array
|
2047
2057
|
# resp.domain_names[0].domain_name #=> String
|
2058
|
+
# resp.domain_names[0].engine_type #=> String, one of "OpenSearch", "Elasticsearch"
|
2048
2059
|
#
|
2049
2060
|
# @overload list_domain_names(params = {})
|
2050
2061
|
# @param [Hash] params ({})
|
@@ -2822,7 +2833,7 @@ module Aws::ElasticsearchService
|
|
2822
2833
|
params: params,
|
2823
2834
|
config: config)
|
2824
2835
|
context[:gem_name] = 'aws-sdk-elasticsearchservice'
|
2825
|
-
context[:gem_version] = '1.
|
2836
|
+
context[:gem_version] = '1.57.0'
|
2826
2837
|
Seahorse::Client::Request.new(handlers, context)
|
2827
2838
|
end
|
2828
2839
|
|
@@ -134,6 +134,7 @@ module Aws::ElasticsearchService
|
|
134
134
|
EncryptionAtRestOptions = Shapes::StructureShape.new(name: 'EncryptionAtRestOptions')
|
135
135
|
EncryptionAtRestOptionsStatus = Shapes::StructureShape.new(name: 'EncryptionAtRestOptionsStatus')
|
136
136
|
EndpointsMap = Shapes::MapShape.new(name: 'EndpointsMap')
|
137
|
+
EngineType = Shapes::StringShape.new(name: 'EngineType')
|
137
138
|
ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
|
138
139
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
139
140
|
ErrorType = Shapes::StringShape.new(name: 'ErrorType')
|
@@ -172,6 +173,7 @@ module Aws::ElasticsearchService
|
|
172
173
|
LimitValueList = Shapes::ListShape.new(name: 'LimitValueList')
|
173
174
|
Limits = Shapes::StructureShape.new(name: 'Limits')
|
174
175
|
LimitsByRole = Shapes::MapShape.new(name: 'LimitsByRole')
|
176
|
+
ListDomainNamesRequest = Shapes::StructureShape.new(name: 'ListDomainNamesRequest')
|
175
177
|
ListDomainNamesResponse = Shapes::StructureShape.new(name: 'ListDomainNamesResponse')
|
176
178
|
ListDomainsForPackageRequest = Shapes::StructureShape.new(name: 'ListDomainsForPackageRequest')
|
177
179
|
ListDomainsForPackageResponse = Shapes::StructureShape.new(name: 'ListDomainsForPackageResponse')
|
@@ -589,6 +591,7 @@ module Aws::ElasticsearchService
|
|
589
591
|
DomainEndpointOptionsStatus.struct_class = Types::DomainEndpointOptionsStatus
|
590
592
|
|
591
593
|
DomainInfo.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
|
594
|
+
DomainInfo.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "EngineType"))
|
592
595
|
DomainInfo.struct_class = Types::DomainInfo
|
593
596
|
|
594
597
|
DomainInfoList.member = Shapes::ShapeRef.new(shape: DomainInfo)
|
@@ -789,6 +792,9 @@ module Aws::ElasticsearchService
|
|
789
792
|
LimitsByRole.key = Shapes::ShapeRef.new(shape: InstanceRole)
|
790
793
|
LimitsByRole.value = Shapes::ShapeRef.new(shape: Limits)
|
791
794
|
|
795
|
+
ListDomainNamesRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location: "querystring", location_name: "engineType"))
|
796
|
+
ListDomainNamesRequest.struct_class = Types::ListDomainNamesRequest
|
797
|
+
|
792
798
|
ListDomainNamesResponse.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainInfoList, location_name: "DomainNames"))
|
793
799
|
ListDomainNamesResponse.struct_class = Types::ListDomainNamesResponse
|
794
800
|
|
@@ -1504,7 +1510,7 @@ module Aws::ElasticsearchService
|
|
1504
1510
|
o.name = "ListDomainNames"
|
1505
1511
|
o.http_method = "GET"
|
1506
1512
|
o.http_request_uri = "/2015-01-01/domain"
|
1507
|
-
o.input = Shapes::ShapeRef.new(shape:
|
1513
|
+
o.input = Shapes::ShapeRef.new(shape: ListDomainNamesRequest)
|
1508
1514
|
o.output = Shapes::ShapeRef.new(shape: ListDomainNamesResponse)
|
1509
1515
|
o.errors << Shapes::ShapeRef.new(shape: BaseException)
|
1510
1516
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
@@ -669,7 +669,7 @@ module Aws::ElasticsearchService
|
|
669
669
|
include Aws::Structure
|
670
670
|
end
|
671
671
|
|
672
|
-
# Specifies
|
672
|
+
# Specifies the configuration for cold storage options such as enabled
|
673
673
|
#
|
674
674
|
# @note When making an API call, you may pass ColdStorageOptions
|
675
675
|
# data as a hash:
|
@@ -679,7 +679,7 @@ module Aws::ElasticsearchService
|
|
679
679
|
# }
|
680
680
|
#
|
681
681
|
# @!attribute [rw] enabled
|
682
|
-
#
|
682
|
+
# Enable cold storage option. Accepted values true or false
|
683
683
|
# @return [Boolean]
|
684
684
|
#
|
685
685
|
class ColdStorageOptions < Struct.new(
|
@@ -1878,8 +1878,13 @@ module Aws::ElasticsearchService
|
|
1878
1878
|
# Specifies the `DomainName`.
|
1879
1879
|
# @return [String]
|
1880
1880
|
#
|
1881
|
+
# @!attribute [rw] engine_type
|
1882
|
+
# Specifies the `EngineType` of the domain.
|
1883
|
+
# @return [String]
|
1884
|
+
#
|
1881
1885
|
class DomainInfo < Struct.new(
|
1882
|
-
:domain_name
|
1886
|
+
:domain_name,
|
1887
|
+
:engine_type)
|
1883
1888
|
SENSITIVE = []
|
1884
1889
|
include Aws::Structure
|
1885
1890
|
end
|
@@ -2147,8 +2152,7 @@ module Aws::ElasticsearchService
|
|
2147
2152
|
# @return [Integer]
|
2148
2153
|
#
|
2149
2154
|
# @!attribute [rw] cold_storage_options
|
2150
|
-
# Specifies the `ColdStorageOptions`
|
2151
|
-
# Elasticsearch domain.
|
2155
|
+
# Specifies the `ColdStorageOptions` config for Elasticsearch Domain
|
2152
2156
|
# @return [Types::ColdStorageOptions]
|
2153
2157
|
#
|
2154
2158
|
class ElasticsearchClusterConfig < Struct.new(
|
@@ -2893,11 +2897,31 @@ module Aws::ElasticsearchService
|
|
2893
2897
|
include Aws::Structure
|
2894
2898
|
end
|
2895
2899
|
|
2900
|
+
# Container for the parameters to the `ListDomainNames` operation.
|
2901
|
+
#
|
2902
|
+
# @note When making an API call, you may pass ListDomainNamesRequest
|
2903
|
+
# data as a hash:
|
2904
|
+
#
|
2905
|
+
# {
|
2906
|
+
# engine_type: "OpenSearch", # accepts OpenSearch, Elasticsearch
|
2907
|
+
# }
|
2908
|
+
#
|
2909
|
+
# @!attribute [rw] engine_type
|
2910
|
+
# Optional parameter to filter the output by domain engine type.
|
2911
|
+
# Acceptable values are 'Elasticsearch' and 'OpenSearch'.
|
2912
|
+
# @return [String]
|
2913
|
+
#
|
2914
|
+
class ListDomainNamesRequest < Struct.new(
|
2915
|
+
:engine_type)
|
2916
|
+
SENSITIVE = []
|
2917
|
+
include Aws::Structure
|
2918
|
+
end
|
2919
|
+
|
2896
2920
|
# The result of a `ListDomainNames` operation. Contains the names of all
|
2897
|
-
#
|
2921
|
+
# domains owned by this account and their respective engine types.
|
2898
2922
|
#
|
2899
2923
|
# @!attribute [rw] domain_names
|
2900
|
-
# List of
|
2924
|
+
# List of domain names and respective engine types.
|
2901
2925
|
# @return [Array<Types::DomainInfo>]
|
2902
2926
|
#
|
2903
2927
|
class ListDomainNamesResponse < Struct.new(
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticsearchservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.57.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: 2021-
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.121.2
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.121.2
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|