aws-sdk-elasticsearchservice 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23ae18654638c749b7baeb614b69cc4d73927110
|
|
4
|
+
data.tar.gz: 8269143c8ffee3bb2fa94eb978b42d757803f164
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63448fa7f9956c6c987d2798bcc4836f08fc7a6145f1b9fa8a26559f1d272718897d43428f3c60352542aa5a81bd884d1c509983e5fbee079332e42181a25189
|
|
7
|
+
data.tar.gz: e79c8a676c2af44b2c03b717dcc64687dcfc5be49857b4cfae8d6a9b1fd9d51db98f29b1ac9f47ac193eedf11a05a2c64af9641e6d8ac82d1492d338b7fa4f50
|
|
@@ -230,6 +230,15 @@ module Aws::ElasticsearchService
|
|
|
230
230
|
#
|
|
231
231
|
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc
|
|
232
232
|
#
|
|
233
|
+
# @option params [Types::CognitoOptions] :cognito_options
|
|
234
|
+
# Options to specify the Cognito user and identity pools for Kibana
|
|
235
|
+
# authentication. For more information, see [Amazon Cognito
|
|
236
|
+
# Authentication for Kibana][1].
|
|
237
|
+
#
|
|
238
|
+
#
|
|
239
|
+
#
|
|
240
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
241
|
+
#
|
|
233
242
|
# @option params [Types::EncryptionAtRestOptions] :encryption_at_rest_options
|
|
234
243
|
# Specifies the Encryption At Rest Options.
|
|
235
244
|
#
|
|
@@ -278,6 +287,12 @@ module Aws::ElasticsearchService
|
|
|
278
287
|
# subnet_ids: ["String"],
|
|
279
288
|
# security_group_ids: ["String"],
|
|
280
289
|
# },
|
|
290
|
+
# cognito_options: {
|
|
291
|
+
# enabled: false,
|
|
292
|
+
# user_pool_id: "UserPoolId",
|
|
293
|
+
# identity_pool_id: "IdentityPoolId",
|
|
294
|
+
# role_arn: "RoleArn",
|
|
295
|
+
# },
|
|
281
296
|
# encryption_at_rest_options: {
|
|
282
297
|
# enabled: false,
|
|
283
298
|
# kms_key_id: "KmsKeyId",
|
|
@@ -324,6 +339,10 @@ module Aws::ElasticsearchService
|
|
|
324
339
|
# resp.domain_status.vpc_options.availability_zones[0] #=> String
|
|
325
340
|
# resp.domain_status.vpc_options.security_group_ids #=> Array
|
|
326
341
|
# resp.domain_status.vpc_options.security_group_ids[0] #=> String
|
|
342
|
+
# resp.domain_status.cognito_options.enabled #=> Boolean
|
|
343
|
+
# resp.domain_status.cognito_options.user_pool_id #=> String
|
|
344
|
+
# resp.domain_status.cognito_options.identity_pool_id #=> String
|
|
345
|
+
# resp.domain_status.cognito_options.role_arn #=> String
|
|
327
346
|
# resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
|
|
328
347
|
# resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
|
|
329
348
|
# resp.domain_status.advanced_options #=> Hash
|
|
@@ -387,6 +406,10 @@ module Aws::ElasticsearchService
|
|
|
387
406
|
# resp.domain_status.vpc_options.availability_zones[0] #=> String
|
|
388
407
|
# resp.domain_status.vpc_options.security_group_ids #=> Array
|
|
389
408
|
# resp.domain_status.vpc_options.security_group_ids[0] #=> String
|
|
409
|
+
# resp.domain_status.cognito_options.enabled #=> Boolean
|
|
410
|
+
# resp.domain_status.cognito_options.user_pool_id #=> String
|
|
411
|
+
# resp.domain_status.cognito_options.identity_pool_id #=> String
|
|
412
|
+
# resp.domain_status.cognito_options.role_arn #=> String
|
|
390
413
|
# resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
|
|
391
414
|
# resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
|
|
392
415
|
# resp.domain_status.advanced_options #=> Hash
|
|
@@ -470,6 +493,10 @@ module Aws::ElasticsearchService
|
|
|
470
493
|
# resp.domain_status.vpc_options.availability_zones[0] #=> String
|
|
471
494
|
# resp.domain_status.vpc_options.security_group_ids #=> Array
|
|
472
495
|
# resp.domain_status.vpc_options.security_group_ids[0] #=> String
|
|
496
|
+
# resp.domain_status.cognito_options.enabled #=> Boolean
|
|
497
|
+
# resp.domain_status.cognito_options.user_pool_id #=> String
|
|
498
|
+
# resp.domain_status.cognito_options.identity_pool_id #=> String
|
|
499
|
+
# resp.domain_status.cognito_options.role_arn #=> String
|
|
473
500
|
# resp.domain_status.encryption_at_rest_options.enabled #=> Boolean
|
|
474
501
|
# resp.domain_status.encryption_at_rest_options.kms_key_id #=> String
|
|
475
502
|
# resp.domain_status.advanced_options #=> Hash
|
|
@@ -554,6 +581,15 @@ module Aws::ElasticsearchService
|
|
|
554
581
|
# resp.domain_config.vpc_options.status.update_version #=> Integer
|
|
555
582
|
# resp.domain_config.vpc_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
556
583
|
# resp.domain_config.vpc_options.status.pending_deletion #=> Boolean
|
|
584
|
+
# resp.domain_config.cognito_options.options.enabled #=> Boolean
|
|
585
|
+
# resp.domain_config.cognito_options.options.user_pool_id #=> String
|
|
586
|
+
# resp.domain_config.cognito_options.options.identity_pool_id #=> String
|
|
587
|
+
# resp.domain_config.cognito_options.options.role_arn #=> String
|
|
588
|
+
# resp.domain_config.cognito_options.status.creation_date #=> Time
|
|
589
|
+
# resp.domain_config.cognito_options.status.update_date #=> Time
|
|
590
|
+
# resp.domain_config.cognito_options.status.update_version #=> Integer
|
|
591
|
+
# resp.domain_config.cognito_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
592
|
+
# resp.domain_config.cognito_options.status.pending_deletion #=> Boolean
|
|
557
593
|
# resp.domain_config.encryption_at_rest_options.options.enabled #=> Boolean
|
|
558
594
|
# resp.domain_config.encryption_at_rest_options.options.kms_key_id #=> String
|
|
559
595
|
# resp.domain_config.encryption_at_rest_options.status.creation_date #=> Time
|
|
@@ -633,6 +669,10 @@ module Aws::ElasticsearchService
|
|
|
633
669
|
# resp.domain_status_list[0].vpc_options.availability_zones[0] #=> String
|
|
634
670
|
# resp.domain_status_list[0].vpc_options.security_group_ids #=> Array
|
|
635
671
|
# resp.domain_status_list[0].vpc_options.security_group_ids[0] #=> String
|
|
672
|
+
# resp.domain_status_list[0].cognito_options.enabled #=> Boolean
|
|
673
|
+
# resp.domain_status_list[0].cognito_options.user_pool_id #=> String
|
|
674
|
+
# resp.domain_status_list[0].cognito_options.identity_pool_id #=> String
|
|
675
|
+
# resp.domain_status_list[0].cognito_options.role_arn #=> String
|
|
636
676
|
# resp.domain_status_list[0].encryption_at_rest_options.enabled #=> Boolean
|
|
637
677
|
# resp.domain_status_list[0].encryption_at_rest_options.kms_key_id #=> String
|
|
638
678
|
# resp.domain_status_list[0].advanced_options #=> Hash
|
|
@@ -885,6 +925,15 @@ module Aws::ElasticsearchService
|
|
|
885
925
|
#
|
|
886
926
|
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc
|
|
887
927
|
#
|
|
928
|
+
# @option params [Types::CognitoOptions] :cognito_options
|
|
929
|
+
# Options to specify the Cognito user and identity pools for Kibana
|
|
930
|
+
# authentication. For more information, see [Amazon Cognito
|
|
931
|
+
# Authentication for Kibana][1].
|
|
932
|
+
#
|
|
933
|
+
#
|
|
934
|
+
#
|
|
935
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
936
|
+
#
|
|
888
937
|
# @option params [Hash<String,String>] :advanced_options
|
|
889
938
|
# Modifies the advanced option to allow references to indices in an HTTP
|
|
890
939
|
# request body. Must be `false` when configuring access to individual
|
|
@@ -931,6 +980,12 @@ module Aws::ElasticsearchService
|
|
|
931
980
|
# subnet_ids: ["String"],
|
|
932
981
|
# security_group_ids: ["String"],
|
|
933
982
|
# },
|
|
983
|
+
# cognito_options: {
|
|
984
|
+
# enabled: false,
|
|
985
|
+
# user_pool_id: "UserPoolId",
|
|
986
|
+
# identity_pool_id: "IdentityPoolId",
|
|
987
|
+
# role_arn: "RoleArn",
|
|
988
|
+
# },
|
|
934
989
|
# advanced_options: {
|
|
935
990
|
# "String" => "String",
|
|
936
991
|
# },
|
|
@@ -995,6 +1050,15 @@ module Aws::ElasticsearchService
|
|
|
995
1050
|
# resp.domain_config.vpc_options.status.update_version #=> Integer
|
|
996
1051
|
# resp.domain_config.vpc_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
997
1052
|
# resp.domain_config.vpc_options.status.pending_deletion #=> Boolean
|
|
1053
|
+
# resp.domain_config.cognito_options.options.enabled #=> Boolean
|
|
1054
|
+
# resp.domain_config.cognito_options.options.user_pool_id #=> String
|
|
1055
|
+
# resp.domain_config.cognito_options.options.identity_pool_id #=> String
|
|
1056
|
+
# resp.domain_config.cognito_options.options.role_arn #=> String
|
|
1057
|
+
# resp.domain_config.cognito_options.status.creation_date #=> Time
|
|
1058
|
+
# resp.domain_config.cognito_options.status.update_date #=> Time
|
|
1059
|
+
# resp.domain_config.cognito_options.status.update_version #=> Integer
|
|
1060
|
+
# resp.domain_config.cognito_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
1061
|
+
# resp.domain_config.cognito_options.status.pending_deletion #=> Boolean
|
|
998
1062
|
# resp.domain_config.encryption_at_rest_options.options.enabled #=> Boolean
|
|
999
1063
|
# resp.domain_config.encryption_at_rest_options.options.kms_key_id #=> String
|
|
1000
1064
|
# resp.domain_config.encryption_at_rest_options.status.creation_date #=> Time
|
|
@@ -1038,7 +1102,7 @@ module Aws::ElasticsearchService
|
|
|
1038
1102
|
params: params,
|
|
1039
1103
|
config: config)
|
|
1040
1104
|
context[:gem_name] = 'aws-sdk-elasticsearchservice'
|
|
1041
|
-
context[:gem_version] = '1.
|
|
1105
|
+
context[:gem_version] = '1.4.0'
|
|
1042
1106
|
Seahorse::Client::Request.new(handlers, context)
|
|
1043
1107
|
end
|
|
1044
1108
|
|
|
@@ -21,6 +21,8 @@ module Aws::ElasticsearchService
|
|
|
21
21
|
BaseException = Shapes::StructureShape.new(name: 'BaseException')
|
|
22
22
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
23
23
|
CloudWatchLogsLogGroupArn = Shapes::StringShape.new(name: 'CloudWatchLogsLogGroupArn')
|
|
24
|
+
CognitoOptions = Shapes::StructureShape.new(name: 'CognitoOptions')
|
|
25
|
+
CognitoOptionsStatus = Shapes::StructureShape.new(name: 'CognitoOptionsStatus')
|
|
24
26
|
CreateElasticsearchDomainRequest = Shapes::StructureShape.new(name: 'CreateElasticsearchDomainRequest')
|
|
25
27
|
CreateElasticsearchDomainResponse = Shapes::StructureShape.new(name: 'CreateElasticsearchDomainResponse')
|
|
26
28
|
DeleteElasticsearchDomainRequest = Shapes::StructureShape.new(name: 'DeleteElasticsearchDomainRequest')
|
|
@@ -55,6 +57,7 @@ module Aws::ElasticsearchService
|
|
|
55
57
|
EncryptionAtRestOptionsStatus = Shapes::StructureShape.new(name: 'EncryptionAtRestOptionsStatus')
|
|
56
58
|
EndpointsMap = Shapes::MapShape.new(name: 'EndpointsMap')
|
|
57
59
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
60
|
+
IdentityPoolId = Shapes::StringShape.new(name: 'IdentityPoolId')
|
|
58
61
|
InstanceCountLimits = Shapes::StructureShape.new(name: 'InstanceCountLimits')
|
|
59
62
|
InstanceLimits = Shapes::StructureShape.new(name: 'InstanceLimits')
|
|
60
63
|
InstanceRole = Shapes::StringShape.new(name: 'InstanceRole')
|
|
@@ -89,6 +92,7 @@ module Aws::ElasticsearchService
|
|
|
89
92
|
RemoveTagsRequest = Shapes::StructureShape.new(name: 'RemoveTagsRequest')
|
|
90
93
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
|
91
94
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
95
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
92
96
|
ServiceUrl = Shapes::StringShape.new(name: 'ServiceUrl')
|
|
93
97
|
SnapshotOptions = Shapes::StructureShape.new(name: 'SnapshotOptions')
|
|
94
98
|
SnapshotOptionsStatus = Shapes::StructureShape.new(name: 'SnapshotOptionsStatus')
|
|
@@ -108,6 +112,7 @@ module Aws::ElasticsearchService
|
|
|
108
112
|
UpdateElasticsearchDomainConfigRequest = Shapes::StructureShape.new(name: 'UpdateElasticsearchDomainConfigRequest')
|
|
109
113
|
UpdateElasticsearchDomainConfigResponse = Shapes::StructureShape.new(name: 'UpdateElasticsearchDomainConfigResponse')
|
|
110
114
|
UpdateTimestamp = Shapes::TimestampShape.new(name: 'UpdateTimestamp')
|
|
115
|
+
UserPoolId = Shapes::StringShape.new(name: 'UserPoolId')
|
|
111
116
|
VPCDerivedInfo = Shapes::StructureShape.new(name: 'VPCDerivedInfo')
|
|
112
117
|
VPCDerivedInfoStatus = Shapes::StructureShape.new(name: 'VPCDerivedInfoStatus')
|
|
113
118
|
VPCOptions = Shapes::StructureShape.new(name: 'VPCOptions')
|
|
@@ -135,6 +140,16 @@ module Aws::ElasticsearchService
|
|
|
135
140
|
AdvancedOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
|
|
136
141
|
AdvancedOptionsStatus.struct_class = Types::AdvancedOptionsStatus
|
|
137
142
|
|
|
143
|
+
CognitoOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
|
144
|
+
CognitoOptions.add_member(:user_pool_id, Shapes::ShapeRef.new(shape: UserPoolId, location_name: "UserPoolId"))
|
|
145
|
+
CognitoOptions.add_member(:identity_pool_id, Shapes::ShapeRef.new(shape: IdentityPoolId, location_name: "IdentityPoolId"))
|
|
146
|
+
CognitoOptions.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
|
147
|
+
CognitoOptions.struct_class = Types::CognitoOptions
|
|
148
|
+
|
|
149
|
+
CognitoOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: CognitoOptions, required: true, location_name: "Options"))
|
|
150
|
+
CognitoOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
|
|
151
|
+
CognitoOptionsStatus.struct_class = Types::CognitoOptionsStatus
|
|
152
|
+
|
|
138
153
|
CreateElasticsearchDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
|
139
154
|
CreateElasticsearchDomainRequest.add_member(:elasticsearch_version, Shapes::ShapeRef.new(shape: ElasticsearchVersionString, location_name: "ElasticsearchVersion"))
|
|
140
155
|
CreateElasticsearchDomainRequest.add_member(:elasticsearch_cluster_config, Shapes::ShapeRef.new(shape: ElasticsearchClusterConfig, location_name: "ElasticsearchClusterConfig"))
|
|
@@ -142,6 +157,7 @@ module Aws::ElasticsearchService
|
|
|
142
157
|
CreateElasticsearchDomainRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
|
|
143
158
|
CreateElasticsearchDomainRequest.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
|
|
144
159
|
CreateElasticsearchDomainRequest.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCOptions, location_name: "VPCOptions"))
|
|
160
|
+
CreateElasticsearchDomainRequest.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptions, location_name: "CognitoOptions"))
|
|
145
161
|
CreateElasticsearchDomainRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
|
|
146
162
|
CreateElasticsearchDomainRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
|
|
147
163
|
CreateElasticsearchDomainRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
|
|
@@ -217,6 +233,7 @@ module Aws::ElasticsearchService
|
|
|
217
233
|
ElasticsearchDomainConfig.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, location_name: "AccessPolicies"))
|
|
218
234
|
ElasticsearchDomainConfig.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptionsStatus, location_name: "SnapshotOptions"))
|
|
219
235
|
ElasticsearchDomainConfig.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCDerivedInfoStatus, location_name: "VPCOptions"))
|
|
236
|
+
ElasticsearchDomainConfig.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptionsStatus, location_name: "CognitoOptions"))
|
|
220
237
|
ElasticsearchDomainConfig.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptionsStatus, location_name: "EncryptionAtRestOptions"))
|
|
221
238
|
ElasticsearchDomainConfig.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptionsStatus, location_name: "AdvancedOptions"))
|
|
222
239
|
ElasticsearchDomainConfig.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptionsStatus, location_name: "LogPublishingOptions"))
|
|
@@ -236,6 +253,7 @@ module Aws::ElasticsearchService
|
|
|
236
253
|
ElasticsearchDomainStatus.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
|
|
237
254
|
ElasticsearchDomainStatus.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
|
|
238
255
|
ElasticsearchDomainStatus.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCDerivedInfo, location_name: "VPCOptions"))
|
|
256
|
+
ElasticsearchDomainStatus.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptions, location_name: "CognitoOptions"))
|
|
239
257
|
ElasticsearchDomainStatus.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
|
|
240
258
|
ElasticsearchDomainStatus.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
|
|
241
259
|
ElasticsearchDomainStatus.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
|
|
@@ -361,6 +379,7 @@ module Aws::ElasticsearchService
|
|
|
361
379
|
UpdateElasticsearchDomainConfigRequest.add_member(:ebs_options, Shapes::ShapeRef.new(shape: EBSOptions, location_name: "EBSOptions"))
|
|
362
380
|
UpdateElasticsearchDomainConfigRequest.add_member(:snapshot_options, Shapes::ShapeRef.new(shape: SnapshotOptions, location_name: "SnapshotOptions"))
|
|
363
381
|
UpdateElasticsearchDomainConfigRequest.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VPCOptions, location_name: "VPCOptions"))
|
|
382
|
+
UpdateElasticsearchDomainConfigRequest.add_member(:cognito_options, Shapes::ShapeRef.new(shape: CognitoOptions, location_name: "CognitoOptions"))
|
|
364
383
|
UpdateElasticsearchDomainConfigRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "AdvancedOptions"))
|
|
365
384
|
UpdateElasticsearchDomainConfigRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "AccessPolicies"))
|
|
366
385
|
UpdateElasticsearchDomainConfigRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
|
|
@@ -117,6 +117,67 @@ module Aws::ElasticsearchService
|
|
|
117
117
|
include Aws::Structure
|
|
118
118
|
end
|
|
119
119
|
|
|
120
|
+
# Options to specify the Cognito user and identity pools for Kibana
|
|
121
|
+
# authentication. For more information, see [Amazon Cognito
|
|
122
|
+
# Authentication for Kibana][1].
|
|
123
|
+
#
|
|
124
|
+
#
|
|
125
|
+
#
|
|
126
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
127
|
+
#
|
|
128
|
+
# @note When making an API call, you may pass CognitoOptions
|
|
129
|
+
# data as a hash:
|
|
130
|
+
#
|
|
131
|
+
# {
|
|
132
|
+
# enabled: false,
|
|
133
|
+
# user_pool_id: "UserPoolId",
|
|
134
|
+
# identity_pool_id: "IdentityPoolId",
|
|
135
|
+
# role_arn: "RoleArn",
|
|
136
|
+
# }
|
|
137
|
+
#
|
|
138
|
+
# @!attribute [rw] enabled
|
|
139
|
+
# Specifies the option to enable Cognito for Kibana authentication.
|
|
140
|
+
# @return [Boolean]
|
|
141
|
+
#
|
|
142
|
+
# @!attribute [rw] user_pool_id
|
|
143
|
+
# Specifies the Cognito user pool ID for Kibana authentication.
|
|
144
|
+
# @return [String]
|
|
145
|
+
#
|
|
146
|
+
# @!attribute [rw] identity_pool_id
|
|
147
|
+
# Specifies the Cognito identity pool ID for Kibana authentication.
|
|
148
|
+
# @return [String]
|
|
149
|
+
#
|
|
150
|
+
# @!attribute [rw] role_arn
|
|
151
|
+
# Specifies the role ARN that provides Elasticsearch permissions for
|
|
152
|
+
# accessing Cognito resources.
|
|
153
|
+
# @return [String]
|
|
154
|
+
#
|
|
155
|
+
class CognitoOptions < Struct.new(
|
|
156
|
+
:enabled,
|
|
157
|
+
:user_pool_id,
|
|
158
|
+
:identity_pool_id,
|
|
159
|
+
:role_arn)
|
|
160
|
+
include Aws::Structure
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
# Status of the Cognito options for the specified Elasticsearch domain.
|
|
164
|
+
#
|
|
165
|
+
# @!attribute [rw] options
|
|
166
|
+
# Specifies the Cognito options for the specified Elasticsearch
|
|
167
|
+
# domain.
|
|
168
|
+
# @return [Types::CognitoOptions]
|
|
169
|
+
#
|
|
170
|
+
# @!attribute [rw] status
|
|
171
|
+
# Specifies the status of the Cognito options for the specified
|
|
172
|
+
# Elasticsearch domain.
|
|
173
|
+
# @return [Types::OptionStatus]
|
|
174
|
+
#
|
|
175
|
+
class CognitoOptionsStatus < Struct.new(
|
|
176
|
+
:options,
|
|
177
|
+
:status)
|
|
178
|
+
include Aws::Structure
|
|
179
|
+
end
|
|
180
|
+
|
|
120
181
|
# @note When making an API call, you may pass CreateElasticsearchDomainRequest
|
|
121
182
|
# data as a hash:
|
|
122
183
|
#
|
|
@@ -145,6 +206,12 @@ module Aws::ElasticsearchService
|
|
|
145
206
|
# subnet_ids: ["String"],
|
|
146
207
|
# security_group_ids: ["String"],
|
|
147
208
|
# },
|
|
209
|
+
# cognito_options: {
|
|
210
|
+
# enabled: false,
|
|
211
|
+
# user_pool_id: "UserPoolId",
|
|
212
|
+
# identity_pool_id: "IdentityPoolId",
|
|
213
|
+
# role_arn: "RoleArn",
|
|
214
|
+
# },
|
|
148
215
|
# encryption_at_rest_options: {
|
|
149
216
|
# enabled: false,
|
|
150
217
|
# kms_key_id: "KmsKeyId",
|
|
@@ -208,6 +275,16 @@ module Aws::ElasticsearchService
|
|
|
208
275
|
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc
|
|
209
276
|
# @return [Types::VPCOptions]
|
|
210
277
|
#
|
|
278
|
+
# @!attribute [rw] cognito_options
|
|
279
|
+
# Options to specify the Cognito user and identity pools for Kibana
|
|
280
|
+
# authentication. For more information, see [Amazon Cognito
|
|
281
|
+
# Authentication for Kibana][1].
|
|
282
|
+
#
|
|
283
|
+
#
|
|
284
|
+
#
|
|
285
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
286
|
+
# @return [Types::CognitoOptions]
|
|
287
|
+
#
|
|
211
288
|
# @!attribute [rw] encryption_at_rest_options
|
|
212
289
|
# Specifies the Encryption At Rest Options.
|
|
213
290
|
# @return [Types::EncryptionAtRestOptions]
|
|
@@ -236,6 +313,7 @@ module Aws::ElasticsearchService
|
|
|
236
313
|
:access_policies,
|
|
237
314
|
:snapshot_options,
|
|
238
315
|
:vpc_options,
|
|
316
|
+
:cognito_options,
|
|
239
317
|
:encryption_at_rest_options,
|
|
240
318
|
:advanced_options,
|
|
241
319
|
:log_publishing_options)
|
|
@@ -614,6 +692,15 @@ module Aws::ElasticsearchService
|
|
|
614
692
|
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html
|
|
615
693
|
# @return [Types::VPCDerivedInfoStatus]
|
|
616
694
|
#
|
|
695
|
+
# @!attribute [rw] cognito_options
|
|
696
|
+
# The `CognitoOptions` for the specified domain. For more information,
|
|
697
|
+
# see [Amazon Cognito Authentication for Kibana][1].
|
|
698
|
+
#
|
|
699
|
+
#
|
|
700
|
+
#
|
|
701
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
702
|
+
# @return [Types::CognitoOptionsStatus]
|
|
703
|
+
#
|
|
617
704
|
# @!attribute [rw] encryption_at_rest_options
|
|
618
705
|
# Specifies the `EncryptionAtRestOptions` for the Elasticsearch
|
|
619
706
|
# domain.
|
|
@@ -639,6 +726,7 @@ module Aws::ElasticsearchService
|
|
|
639
726
|
:access_policies,
|
|
640
727
|
:snapshot_options,
|
|
641
728
|
:vpc_options,
|
|
729
|
+
:cognito_options,
|
|
642
730
|
:encryption_at_rest_options,
|
|
643
731
|
:advanced_options,
|
|
644
732
|
:log_publishing_options)
|
|
@@ -731,6 +819,15 @@ module Aws::ElasticsearchService
|
|
|
731
819
|
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html
|
|
732
820
|
# @return [Types::VPCDerivedInfo]
|
|
733
821
|
#
|
|
822
|
+
# @!attribute [rw] cognito_options
|
|
823
|
+
# The `CognitoOptions` for the specified domain. For more information,
|
|
824
|
+
# see [Amazon Cognito Authentication for Kibana][1].
|
|
825
|
+
#
|
|
826
|
+
#
|
|
827
|
+
#
|
|
828
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
829
|
+
# @return [Types::CognitoOptions]
|
|
830
|
+
#
|
|
734
831
|
# @!attribute [rw] encryption_at_rest_options
|
|
735
832
|
# Specifies the status of the `EncryptionAtRestOptions`.
|
|
736
833
|
# @return [Types::EncryptionAtRestOptions]
|
|
@@ -758,6 +855,7 @@ module Aws::ElasticsearchService
|
|
|
758
855
|
:access_policies,
|
|
759
856
|
:snapshot_options,
|
|
760
857
|
:vpc_options,
|
|
858
|
+
:cognito_options,
|
|
761
859
|
:encryption_at_rest_options,
|
|
762
860
|
:advanced_options,
|
|
763
861
|
:log_publishing_options)
|
|
@@ -1301,6 +1399,12 @@ module Aws::ElasticsearchService
|
|
|
1301
1399
|
# subnet_ids: ["String"],
|
|
1302
1400
|
# security_group_ids: ["String"],
|
|
1303
1401
|
# },
|
|
1402
|
+
# cognito_options: {
|
|
1403
|
+
# enabled: false,
|
|
1404
|
+
# user_pool_id: "UserPoolId",
|
|
1405
|
+
# identity_pool_id: "IdentityPoolId",
|
|
1406
|
+
# role_arn: "RoleArn",
|
|
1407
|
+
# },
|
|
1304
1408
|
# advanced_options: {
|
|
1305
1409
|
# "String" => "String",
|
|
1306
1410
|
# },
|
|
@@ -1341,6 +1445,16 @@ module Aws::ElasticsearchService
|
|
|
1341
1445
|
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc
|
|
1342
1446
|
# @return [Types::VPCOptions]
|
|
1343
1447
|
#
|
|
1448
|
+
# @!attribute [rw] cognito_options
|
|
1449
|
+
# Options to specify the Cognito user and identity pools for Kibana
|
|
1450
|
+
# authentication. For more information, see [Amazon Cognito
|
|
1451
|
+
# Authentication for Kibana][1].
|
|
1452
|
+
#
|
|
1453
|
+
#
|
|
1454
|
+
#
|
|
1455
|
+
# [1]: http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html
|
|
1456
|
+
# @return [Types::CognitoOptions]
|
|
1457
|
+
#
|
|
1344
1458
|
# @!attribute [rw] advanced_options
|
|
1345
1459
|
# Modifies the advanced option to allow references to indices in an
|
|
1346
1460
|
# HTTP request body. Must be `false` when configuring access to
|
|
@@ -1367,6 +1481,7 @@ module Aws::ElasticsearchService
|
|
|
1367
1481
|
:ebs_options,
|
|
1368
1482
|
:snapshot_options,
|
|
1369
1483
|
:vpc_options,
|
|
1484
|
+
:cognito_options,
|
|
1370
1485
|
:advanced_options,
|
|
1371
1486
|
:access_policies,
|
|
1372
1487
|
:log_publishing_options)
|
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.4.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: 2018-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
77
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 2.5.
|
|
78
|
+
rubygems_version: 2.5.2.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: AWS SDK for Ruby - Amazon Elasticsearch Service
|