aws-sdk-opensearchservice 1.6.0 → 1.7.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +15 -1
- data/lib/aws-sdk-opensearchservice/client_api.rb +4 -0
- data/lib/aws-sdk-opensearchservice/types.rb +23 -2
- 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: 18eb2080668f344acf021c0e36c4da2bbcd20f683ea11234a0b6a737388cd5c1
|
4
|
+
data.tar.gz: c9e968779928a0fa113a892f7d09bc3ddd94d4dd6ed4405dd73fe30344d503cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 905e9f31660ac6c8765e997102e6db8e3f91f4dc7d036f974ee3f344288aad6713a627e02555ea34c20132774724f7a9cf3ab0aa3aaf2f59cc75b935dde5a565
|
7
|
+
data.tar.gz: 19f3a4e7dd1f6c06adb18d9bf195aa4af148908046e4cb22f9a5862b69d6b416b31eb06ecc241d2853c89cd9950caad48ee17856017b4c626955d3726e908f6a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.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.6.0 (2021-12-21)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -682,6 +682,7 @@ module Aws::OpenSearchService
|
|
682
682
|
# roles_key: "String",
|
683
683
|
# session_timeout_minutes: 1,
|
684
684
|
# },
|
685
|
+
# anonymous_auth_enabled: false,
|
685
686
|
# },
|
686
687
|
# tag_list: [
|
687
688
|
# {
|
@@ -774,6 +775,8 @@ module Aws::OpenSearchService
|
|
774
775
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
775
776
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
776
777
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
778
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
|
779
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
777
780
|
# 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"
|
778
781
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
779
782
|
#
|
@@ -987,6 +990,8 @@ module Aws::OpenSearchService
|
|
987
990
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
988
991
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
989
992
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
993
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
|
994
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
990
995
|
# 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"
|
991
996
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
992
997
|
#
|
@@ -1198,6 +1203,8 @@ module Aws::OpenSearchService
|
|
1198
1203
|
# resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
|
1199
1204
|
# resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
|
1200
1205
|
# resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
1206
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
|
1207
|
+
# resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
|
1201
1208
|
# 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"
|
1202
1209
|
# resp.domain_status.auto_tune_options.error_message #=> String
|
1203
1210
|
#
|
@@ -1387,6 +1394,8 @@ module Aws::OpenSearchService
|
|
1387
1394
|
# resp.domain_config.advanced_security_options.options.saml_options.subject_key #=> String
|
1388
1395
|
# resp.domain_config.advanced_security_options.options.saml_options.roles_key #=> String
|
1389
1396
|
# resp.domain_config.advanced_security_options.options.saml_options.session_timeout_minutes #=> Integer
|
1397
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_disable_date #=> Time
|
1398
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_enabled #=> Boolean
|
1390
1399
|
# resp.domain_config.advanced_security_options.status.creation_date #=> Time
|
1391
1400
|
# resp.domain_config.advanced_security_options.status.update_date #=> Time
|
1392
1401
|
# resp.domain_config.advanced_security_options.status.update_version #=> Integer
|
@@ -1502,6 +1511,8 @@ module Aws::OpenSearchService
|
|
1502
1511
|
# resp.domain_status_list[0].advanced_security_options.saml_options.subject_key #=> String
|
1503
1512
|
# resp.domain_status_list[0].advanced_security_options.saml_options.roles_key #=> String
|
1504
1513
|
# resp.domain_status_list[0].advanced_security_options.saml_options.session_timeout_minutes #=> Integer
|
1514
|
+
# resp.domain_status_list[0].advanced_security_options.anonymous_auth_disable_date #=> Time
|
1515
|
+
# resp.domain_status_list[0].advanced_security_options.anonymous_auth_enabled #=> Boolean
|
1505
1516
|
# 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"
|
1506
1517
|
# resp.domain_status_list[0].auto_tune_options.error_message #=> String
|
1507
1518
|
#
|
@@ -2646,6 +2657,7 @@ module Aws::OpenSearchService
|
|
2646
2657
|
# roles_key: "String",
|
2647
2658
|
# session_timeout_minutes: 1,
|
2648
2659
|
# },
|
2660
|
+
# anonymous_auth_enabled: false,
|
2649
2661
|
# },
|
2650
2662
|
# auto_tune_options: {
|
2651
2663
|
# desired_state: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -2776,6 +2788,8 @@ module Aws::OpenSearchService
|
|
2776
2788
|
# resp.domain_config.advanced_security_options.options.saml_options.subject_key #=> String
|
2777
2789
|
# resp.domain_config.advanced_security_options.options.saml_options.roles_key #=> String
|
2778
2790
|
# resp.domain_config.advanced_security_options.options.saml_options.session_timeout_minutes #=> Integer
|
2791
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_disable_date #=> Time
|
2792
|
+
# resp.domain_config.advanced_security_options.options.anonymous_auth_enabled #=> Boolean
|
2779
2793
|
# resp.domain_config.advanced_security_options.status.creation_date #=> Time
|
2780
2794
|
# resp.domain_config.advanced_security_options.status.update_date #=> Time
|
2781
2795
|
# resp.domain_config.advanced_security_options.status.update_version #=> Integer
|
@@ -2945,7 +2959,7 @@ module Aws::OpenSearchService
|
|
2945
2959
|
params: params,
|
2946
2960
|
config: config)
|
2947
2961
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
2948
|
-
context[:gem_version] = '1.
|
2962
|
+
context[:gem_version] = '1.7.0'
|
2949
2963
|
Seahorse::Client::Request.new(handlers, context)
|
2950
2964
|
end
|
2951
2965
|
|
@@ -104,6 +104,7 @@ module Aws::OpenSearchService
|
|
104
104
|
DescribeReservedInstanceOfferingsResponse = Shapes::StructureShape.new(name: 'DescribeReservedInstanceOfferingsResponse')
|
105
105
|
DescribeReservedInstancesRequest = Shapes::StructureShape.new(name: 'DescribeReservedInstancesRequest')
|
106
106
|
DescribeReservedInstancesResponse = Shapes::StructureShape.new(name: 'DescribeReservedInstancesResponse')
|
107
|
+
DisableTimestamp = Shapes::TimestampShape.new(name: 'DisableTimestamp')
|
107
108
|
DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException')
|
108
109
|
DissociatePackageRequest = Shapes::StructureShape.new(name: 'DissociatePackageRequest')
|
109
110
|
DissociatePackageResponse = Shapes::StructureShape.new(name: 'DissociatePackageResponse')
|
@@ -339,12 +340,15 @@ module Aws::OpenSearchService
|
|
339
340
|
AdvancedSecurityOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
340
341
|
AdvancedSecurityOptions.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
|
341
342
|
AdvancedSecurityOptions.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsOutput, location_name: "SAMLOptions"))
|
343
|
+
AdvancedSecurityOptions.add_member(:anonymous_auth_disable_date, Shapes::ShapeRef.new(shape: DisableTimestamp, location_name: "AnonymousAuthDisableDate"))
|
344
|
+
AdvancedSecurityOptions.add_member(:anonymous_auth_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnonymousAuthEnabled"))
|
342
345
|
AdvancedSecurityOptions.struct_class = Types::AdvancedSecurityOptions
|
343
346
|
|
344
347
|
AdvancedSecurityOptionsInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
345
348
|
AdvancedSecurityOptionsInput.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
|
346
349
|
AdvancedSecurityOptionsInput.add_member(:master_user_options, Shapes::ShapeRef.new(shape: MasterUserOptions, location_name: "MasterUserOptions"))
|
347
350
|
AdvancedSecurityOptionsInput.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsInput, location_name: "SAMLOptions"))
|
351
|
+
AdvancedSecurityOptionsInput.add_member(:anonymous_auth_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnonymousAuthEnabled"))
|
348
352
|
AdvancedSecurityOptionsInput.struct_class = Types::AdvancedSecurityOptionsInput
|
349
353
|
|
350
354
|
AdvancedSecurityOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptions, required: true, location_name: "Options"))
|
@@ -220,12 +220,24 @@ module Aws::OpenSearchService
|
|
220
220
|
# Describes the SAML application configured for a domain.
|
221
221
|
# @return [Types::SAMLOptionsOutput]
|
222
222
|
#
|
223
|
+
# @!attribute [rw] anonymous_auth_disable_date
|
224
|
+
# Specifies the Anonymous Auth Disable Date when Anonymous Auth is
|
225
|
+
# enabled.
|
226
|
+
# @return [Time]
|
227
|
+
#
|
228
|
+
# @!attribute [rw] anonymous_auth_enabled
|
229
|
+
# True if Anonymous auth is enabled. Anonymous auth can be enabled
|
230
|
+
# only when AdvancedSecurity is enabled on existing domains.
|
231
|
+
# @return [Boolean]
|
232
|
+
#
|
223
233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AdvancedSecurityOptions AWS API Documentation
|
224
234
|
#
|
225
235
|
class AdvancedSecurityOptions < Struct.new(
|
226
236
|
:enabled,
|
227
237
|
:internal_user_database_enabled,
|
228
|
-
:saml_options
|
238
|
+
:saml_options,
|
239
|
+
:anonymous_auth_disable_date,
|
240
|
+
:anonymous_auth_enabled)
|
229
241
|
SENSITIVE = []
|
230
242
|
include Aws::Structure
|
231
243
|
end
|
@@ -258,6 +270,7 @@ module Aws::OpenSearchService
|
|
258
270
|
# roles_key: "String",
|
259
271
|
# session_timeout_minutes: 1,
|
260
272
|
# },
|
273
|
+
# anonymous_auth_enabled: false,
|
261
274
|
# }
|
262
275
|
#
|
263
276
|
# @!attribute [rw] enabled
|
@@ -277,13 +290,19 @@ module Aws::OpenSearchService
|
|
277
290
|
# The SAML application configuration for the domain.
|
278
291
|
# @return [Types::SAMLOptionsInput]
|
279
292
|
#
|
293
|
+
# @!attribute [rw] anonymous_auth_enabled
|
294
|
+
# True if Anonymous auth is enabled. Anonymous auth can be enabled
|
295
|
+
# only when AdvancedSecurity is enabled on existing domains.
|
296
|
+
# @return [Boolean]
|
297
|
+
#
|
280
298
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AdvancedSecurityOptionsInput AWS API Documentation
|
281
299
|
#
|
282
300
|
class AdvancedSecurityOptionsInput < Struct.new(
|
283
301
|
:enabled,
|
284
302
|
:internal_user_database_enabled,
|
285
303
|
:master_user_options,
|
286
|
-
:saml_options
|
304
|
+
:saml_options,
|
305
|
+
:anonymous_auth_enabled)
|
287
306
|
SENSITIVE = []
|
288
307
|
include Aws::Structure
|
289
308
|
end
|
@@ -994,6 +1013,7 @@ module Aws::OpenSearchService
|
|
994
1013
|
# roles_key: "String",
|
995
1014
|
# session_timeout_minutes: 1,
|
996
1015
|
# },
|
1016
|
+
# anonymous_auth_enabled: false,
|
997
1017
|
# },
|
998
1018
|
# tag_list: [
|
999
1019
|
# {
|
@@ -4537,6 +4557,7 @@ module Aws::OpenSearchService
|
|
4537
4557
|
# roles_key: "String",
|
4538
4558
|
# session_timeout_minutes: 1,
|
4539
4559
|
# },
|
4560
|
+
# anonymous_auth_enabled: false,
|
4540
4561
|
# },
|
4541
4562
|
# auto_tune_options: {
|
4542
4563
|
# desired_state: "ENABLED", # accepts ENABLED, DISABLED
|
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.7.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
|