aws-sdk-elasticsearchservice 1.61.0 → 1.62.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: 319d6f8d92c78a7edbbbaaa9c80f358233db91ee1bb619d5ff273634b163b301
|
4
|
+
data.tar.gz: 5305385d93328dd748aea66adba7ba472f1fd3dcc382fcd9a481ead60fd15c0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c2f5cc2b051a78cda973c2db3abba5a101654b9f3f73ec5e16189545e68593a76df47041d8d9078db71e989535458cb95ec05abd955c719b505b756806c285c
|
7
|
+
data.tar.gz: 5ea2eabe3e5fc873092a3cfc91078f5f59dd190301eb2d11b5520c4b7995819615674df766a024267dbcb9c16d6f08c5c5ed0a1d1c973b098065150a2e4985e8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.62.0 (2022-01-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
|
8
|
+
|
4
9
|
1.61.0 (2021-12-21)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.62.0
|
@@ -674,6 +674,7 @@ module Aws::ElasticsearchService
|
|
674
674
|
# roles_key: "String",
|
675
675
|
# session_timeout_minutes: 1,
|
676
676
|
# },
|
677
|
+
# anonymous_auth_enabled: false,
|
677
678
|
# },
|
678
679
|
# auto_tune_options: {
|
679
680
|
# desired_state: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -766,6 +767,8 @@ module Aws::ElasticsearchService
|
|
766
767
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
767
768
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
768
769
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
770
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
|
771
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
769
772
|
# resp.domain_status.auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
770
773
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
771
774
|
#
|
@@ -971,6 +974,8 @@ module Aws::ElasticsearchService
|
|
971
974
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
972
975
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
973
976
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
977
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
|
978
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
974
979
|
# resp.domain_status.auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
975
980
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
976
981
|
#
|
@@ -1242,6 +1247,8 @@ module Aws::ElasticsearchService
|
|
1242
1247
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
1243
1248
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
1244
1249
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
1250
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
|
1251
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
1245
1252
|
# resp.domain_status.auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
1246
1253
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
1247
1254
|
#
|
@@ -1381,6 +1388,8 @@ module Aws::ElasticsearchService
|
|
1381
1388
|
# resp.domain_config.advanced_security_options.options.saml_options.subject_key #=> String
|
1382
1389
|
# resp.domain_config.advanced_security_options.options.saml_options.roles_key #=> String
|
1383
1390
|
# resp.domain_config.advanced_security_options.options.saml_options.session_timeout_minutes #=> Integer
|
1391
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_disable_date #=> Time
|
1392
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_enabled #=> Boolean
|
1384
1393
|
# resp.domain_config.advanced_security_options.status.creation_date #=> Time
|
1385
1394
|
# resp.domain_config.advanced_security_options.status.update_date #=> Time
|
1386
1395
|
# resp.domain_config.advanced_security_options.status.update_version #=> Integer
|
@@ -1495,6 +1504,8 @@ module Aws::ElasticsearchService
|
|
1495
1504
|
# resp.domain_status_list[0].advanced_security_options.saml_options.subject_key #=> String
|
1496
1505
|
# resp.domain_status_list[0].advanced_security_options.saml_options.roles_key #=> String
|
1497
1506
|
# resp.domain_status_list[0].advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
1507
|
+
# resp.domain_status_list[0].advanced_security_options.anonymous_auth_disable_date #=> Time
|
1508
|
+
# resp.domain_status_list[0].advanced_security_options.anonymous_auth_enabled #=> Boolean
|
1498
1509
|
# resp.domain_status_list[0].auto_tune_options.state #=> String, one of "ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR"
|
1499
1510
|
# resp.domain_status_list[0].auto_tune_options.error_message #=> String
|
1500
1511
|
#
|
@@ -2591,6 +2602,7 @@ module Aws::ElasticsearchService
|
|
2591
2602
|
# roles_key: "String",
|
2592
2603
|
# session_timeout_minutes: 1,
|
2593
2604
|
# },
|
2605
|
+
# anonymous_auth_enabled: false,
|
2594
2606
|
# },
|
2595
2607
|
# node_to_node_encryption_options: {
|
2596
2608
|
# enabled: false,
|
@@ -2728,6 +2740,8 @@ module Aws::ElasticsearchService
|
|
2728
2740
|
# resp.domain_config.advanced_security_options.options.saml_options.subject_key #=> String
|
2729
2741
|
# resp.domain_config.advanced_security_options.options.saml_options.roles_key #=> String
|
2730
2742
|
# resp.domain_config.advanced_security_options.options.saml_options.session_timeout_minutes #=> Integer
|
2743
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_disable_date #=> Time
|
2744
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_enabled #=> Boolean
|
2731
2745
|
# resp.domain_config.advanced_security_options.status.creation_date #=> Time
|
2732
2746
|
# resp.domain_config.advanced_security_options.status.update_date #=> Time
|
2733
2747
|
# resp.domain_config.advanced_security_options.status.update_version #=> Integer
|
@@ -2865,7 +2879,7 @@ module Aws::ElasticsearchService
|
|
2865
2879
|
params: params,
|
2866
2880
|
config: config)
|
2867
2881
|
context[:gem_name] = 'aws-sdk-elasticsearchservice'
|
2868
|
-
context[:gem_version] = '1.
|
2882
|
+
context[:gem_version] = '1.62.0'
|
2869
2883
|
Seahorse::Client::Request.new(handlers, context)
|
2870
2884
|
end
|
2871
2885
|
|
@@ -101,6 +101,7 @@ module Aws::ElasticsearchService
|
|
101
101
|
DescribeReservedElasticsearchInstanceOfferingsResponse = Shapes::StructureShape.new(name: 'DescribeReservedElasticsearchInstanceOfferingsResponse')
|
102
102
|
DescribeReservedElasticsearchInstancesRequest = Shapes::StructureShape.new(name: 'DescribeReservedElasticsearchInstancesRequest')
|
103
103
|
DescribeReservedElasticsearchInstancesResponse = Shapes::StructureShape.new(name: 'DescribeReservedElasticsearchInstancesResponse')
|
104
|
+
DisableTimestamp = Shapes::TimestampShape.new(name: 'DisableTimestamp')
|
104
105
|
DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException')
|
105
106
|
DissociatePackageRequest = Shapes::StructureShape.new(name: 'DissociatePackageRequest')
|
106
107
|
DissociatePackageResponse = Shapes::StructureShape.new(name: 'DissociatePackageResponse')
|
@@ -330,12 +331,15 @@ module Aws::ElasticsearchService
|
|
330
331
|
AdvancedSecurityOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
331
332
|
AdvancedSecurityOptions.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
|
332
333
|
AdvancedSecurityOptions.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsOutput, location_name: "SAMLOptions"))
|
334
|
+
AdvancedSecurityOptions.add_member(:anonymous_auth_disable_date, Shapes::ShapeRef.new(shape: DisableTimestamp, location_name: "AnonymousAuthDisableDate"))
|
335
|
+
AdvancedSecurityOptions.add_member(:anonymous_auth_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnonymousAuthEnabled"))
|
333
336
|
AdvancedSecurityOptions.struct_class = Types::AdvancedSecurityOptions
|
334
337
|
|
335
338
|
AdvancedSecurityOptionsInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
336
339
|
AdvancedSecurityOptionsInput.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
|
337
340
|
AdvancedSecurityOptionsInput.add_member(:master_user_options, Shapes::ShapeRef.new(shape: MasterUserOptions, location_name: "MasterUserOptions"))
|
338
341
|
AdvancedSecurityOptionsInput.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsInput, location_name: "SAMLOptions"))
|
342
|
+
AdvancedSecurityOptionsInput.add_member(:anonymous_auth_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnonymousAuthEnabled"))
|
339
343
|
AdvancedSecurityOptionsInput.struct_class = Types::AdvancedSecurityOptionsInput
|
340
344
|
|
341
345
|
AdvancedSecurityOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptions, required: true, location_name: "Options"))
|
@@ -177,10 +177,22 @@ module Aws::ElasticsearchService
|
|
177
177
|
# Describes the SAML application configured for a domain.
|
178
178
|
# @return [Types::SAMLOptionsOutput]
|
179
179
|
#
|
180
|
+
# @!attribute [rw] anonymous_auth_disable_date
|
181
|
+
# Specifies the Anonymous Auth Disable Date when Anonymous Auth is
|
182
|
+
# enabled.
|
183
|
+
# @return [Time]
|
184
|
+
#
|
185
|
+
# @!attribute [rw] anonymous_auth_enabled
|
186
|
+
# True if Anonymous auth is enabled. Anonymous auth can be enabled
|
187
|
+
# only when AdvancedSecurity is enabled on existing domains.
|
188
|
+
# @return [Boolean]
|
189
|
+
#
|
180
190
|
class AdvancedSecurityOptions < Struct.new(
|
181
191
|
:enabled,
|
182
192
|
:internal_user_database_enabled,
|
183
|
-
:saml_options
|
193
|
+
:saml_options,
|
194
|
+
:anonymous_auth_disable_date,
|
195
|
+
:anonymous_auth_enabled)
|
184
196
|
SENSITIVE = []
|
185
197
|
include Aws::Structure
|
186
198
|
end
|
@@ -213,6 +225,7 @@ module Aws::ElasticsearchService
|
|
213
225
|
# roles_key: "String",
|
214
226
|
# session_timeout_minutes: 1,
|
215
227
|
# },
|
228
|
+
# anonymous_auth_enabled: false,
|
216
229
|
# }
|
217
230
|
#
|
218
231
|
# @!attribute [rw] enabled
|
@@ -232,11 +245,17 @@ module Aws::ElasticsearchService
|
|
232
245
|
# Specifies the SAML application configuration for the domain.
|
233
246
|
# @return [Types::SAMLOptionsInput]
|
234
247
|
#
|
248
|
+
# @!attribute [rw] anonymous_auth_enabled
|
249
|
+
# True if Anonymous auth is enabled. Anonymous auth can be enabled
|
250
|
+
# only when AdvancedSecurity is enabled on existing domains.
|
251
|
+
# @return [Boolean]
|
252
|
+
#
|
235
253
|
class AdvancedSecurityOptionsInput < Struct.new(
|
236
254
|
:enabled,
|
237
255
|
:internal_user_database_enabled,
|
238
256
|
:master_user_options,
|
239
|
-
:saml_options
|
257
|
+
:saml_options,
|
258
|
+
:anonymous_auth_enabled)
|
240
259
|
SENSITIVE = []
|
241
260
|
include Aws::Structure
|
242
261
|
end
|
@@ -797,6 +816,7 @@ module Aws::ElasticsearchService
|
|
797
816
|
# roles_key: "String",
|
798
817
|
# session_timeout_minutes: 1,
|
799
818
|
# },
|
819
|
+
# anonymous_auth_enabled: false,
|
800
820
|
# },
|
801
821
|
# auto_tune_options: {
|
802
822
|
# desired_state: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -4259,6 +4279,7 @@ module Aws::ElasticsearchService
|
|
4259
4279
|
# roles_key: "String",
|
4260
4280
|
# session_timeout_minutes: 1,
|
4261
4281
|
# },
|
4282
|
+
# anonymous_auth_enabled: false,
|
4262
4283
|
# },
|
4263
4284
|
# node_to_node_encryption_options: {
|
4264
4285
|
# enabled: false,
|
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.62.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:
|
11
|
+
date: 2022-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|