aws-sdk-elasticsearchservice 1.44.0 → 1.45.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: 6cd4641724dded5ba138c4679d4962f1b54102755e7ad72872982f03e9666bce
|
4
|
+
data.tar.gz: 81cce4f34512af12eb364b64a4fc89b64fd2c8359f45769423e02b86a595b2bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c8a63826362df84e982cf2301b931a46e88881273ed3d9d9b7eea8a6c26c0bd7e78e7b30e8b616b855b6829c9e5ba66359da0ba63c589423cd557ff7ae7aab4
|
7
|
+
data.tar.gz: b3bc53372b1b1135380c7c5a4d06c3a4b65a91d65744a2c63b82c252e10f06c781b974fe15e4d227532cf4350b50c8a93bbb2522d214ea5c3638fc8ae871742a
|
@@ -620,6 +620,9 @@ module Aws::ElasticsearchService
|
|
620
620
|
# domain_endpoint_options: {
|
621
621
|
# enforce_https: false,
|
622
622
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
623
|
+
# custom_endpoint_enabled: false,
|
624
|
+
# custom_endpoint: "DomainNameFqdn",
|
625
|
+
# custom_endpoint_certificate_arn: "ARN",
|
623
626
|
# },
|
624
627
|
# advanced_security_options: {
|
625
628
|
# enabled: false,
|
@@ -702,6 +705,9 @@ module Aws::ElasticsearchService
|
|
702
705
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
703
706
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
704
707
|
# resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
708
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
709
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
710
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
705
711
|
# resp.domain_status.advanced_security_options.enabled #=> Boolean
|
706
712
|
# resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
|
707
713
|
# resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -899,6 +905,9 @@ module Aws::ElasticsearchService
|
|
899
905
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
900
906
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
901
907
|
# resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
908
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
909
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
910
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
902
911
|
# resp.domain_status.advanced_security_options.enabled #=> Boolean
|
903
912
|
# resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
|
904
913
|
# resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -1115,6 +1124,9 @@ module Aws::ElasticsearchService
|
|
1115
1124
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
1116
1125
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
1117
1126
|
# resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
1127
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
1128
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
1129
|
+
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
1118
1130
|
# resp.domain_status.advanced_security_options.enabled #=> Boolean
|
1119
1131
|
# resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
|
1120
1132
|
# resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -1243,6 +1255,9 @@ module Aws::ElasticsearchService
|
|
1243
1255
|
# resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
|
1244
1256
|
# resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
|
1245
1257
|
# resp.domain_config.domain_endpoint_options.options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
1258
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
|
1259
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
|
1260
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
|
1246
1261
|
# resp.domain_config.domain_endpoint_options.status.creation_date #=> Time
|
1247
1262
|
# resp.domain_config.domain_endpoint_options.status.update_date #=> Time
|
1248
1263
|
# resp.domain_config.domain_endpoint_options.status.update_version #=> Integer
|
@@ -1345,6 +1360,9 @@ module Aws::ElasticsearchService
|
|
1345
1360
|
# resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
|
1346
1361
|
# resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
|
1347
1362
|
# resp.domain_status_list[0].domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
1363
|
+
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
1364
|
+
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
|
1365
|
+
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
1348
1366
|
# resp.domain_status_list[0].advanced_security_options.enabled #=> Boolean
|
1349
1367
|
# resp.domain_status_list[0].advanced_security_options.internal_user_database_enabled #=> Boolean
|
1350
1368
|
# resp.domain_status_list[0].advanced_security_options.saml_options.enabled #=> Boolean
|
@@ -2340,6 +2358,9 @@ module Aws::ElasticsearchService
|
|
2340
2358
|
# domain_endpoint_options: {
|
2341
2359
|
# enforce_https: false,
|
2342
2360
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
2361
|
+
# custom_endpoint_enabled: false,
|
2362
|
+
# custom_endpoint: "DomainNameFqdn",
|
2363
|
+
# custom_endpoint_certificate_arn: "ARN",
|
2343
2364
|
# },
|
2344
2365
|
# advanced_security_options: {
|
2345
2366
|
# enabled: false,
|
@@ -2459,6 +2480,9 @@ module Aws::ElasticsearchService
|
|
2459
2480
|
# resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
|
2460
2481
|
# resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
|
2461
2482
|
# resp.domain_config.domain_endpoint_options.options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
|
2483
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
|
2484
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
|
2485
|
+
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
|
2462
2486
|
# resp.domain_config.domain_endpoint_options.status.creation_date #=> Time
|
2463
2487
|
# resp.domain_config.domain_endpoint_options.status.update_date #=> Time
|
2464
2488
|
# resp.domain_config.domain_endpoint_options.status.update_version #=> Integer
|
@@ -2542,7 +2566,7 @@ module Aws::ElasticsearchService
|
|
2542
2566
|
params: params,
|
2543
2567
|
config: config)
|
2544
2568
|
context[:gem_name] = 'aws-sdk-elasticsearchservice'
|
2545
|
-
context[:gem_version] = '1.
|
2569
|
+
context[:gem_version] = '1.45.0'
|
2546
2570
|
Seahorse::Client::Request.new(handlers, context)
|
2547
2571
|
end
|
2548
2572
|
|
@@ -92,6 +92,7 @@ module Aws::ElasticsearchService
|
|
92
92
|
DomainInfoList = Shapes::ListShape.new(name: 'DomainInfoList')
|
93
93
|
DomainInformation = Shapes::StructureShape.new(name: 'DomainInformation')
|
94
94
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
95
|
+
DomainNameFqdn = Shapes::StringShape.new(name: 'DomainNameFqdn')
|
95
96
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
|
96
97
|
DomainPackageDetails = Shapes::StructureShape.new(name: 'DomainPackageDetails')
|
97
98
|
DomainPackageDetailsList = Shapes::ListShape.new(name: 'DomainPackageDetailsList')
|
@@ -489,6 +490,9 @@ module Aws::ElasticsearchService
|
|
489
490
|
|
490
491
|
DomainEndpointOptions.add_member(:enforce_https, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnforceHTTPS"))
|
491
492
|
DomainEndpointOptions.add_member(:tls_security_policy, Shapes::ShapeRef.new(shape: TLSSecurityPolicy, location_name: "TLSSecurityPolicy"))
|
493
|
+
DomainEndpointOptions.add_member(:custom_endpoint_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "CustomEndpointEnabled"))
|
494
|
+
DomainEndpointOptions.add_member(:custom_endpoint, Shapes::ShapeRef.new(shape: DomainNameFqdn, location_name: "CustomEndpoint"))
|
495
|
+
DomainEndpointOptions.add_member(:custom_endpoint_certificate_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CustomEndpointCertificateArn"))
|
492
496
|
DomainEndpointOptions.struct_class = Types::DomainEndpointOptions
|
493
497
|
|
494
498
|
DomainEndpointOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, required: true, location_name: "Options"))
|
@@ -492,6 +492,9 @@ module Aws::ElasticsearchService
|
|
492
492
|
# domain_endpoint_options: {
|
493
493
|
# enforce_https: false,
|
494
494
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
495
|
+
# custom_endpoint_enabled: false,
|
496
|
+
# custom_endpoint: "DomainNameFqdn",
|
497
|
+
# custom_endpoint_certificate_arn: "ARN",
|
495
498
|
# },
|
496
499
|
# advanced_security_options: {
|
497
500
|
# enabled: false,
|
@@ -1437,6 +1440,9 @@ module Aws::ElasticsearchService
|
|
1437
1440
|
# {
|
1438
1441
|
# enforce_https: false,
|
1439
1442
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
1443
|
+
# custom_endpoint_enabled: false,
|
1444
|
+
# custom_endpoint: "DomainNameFqdn",
|
1445
|
+
# custom_endpoint_certificate_arn: "ARN",
|
1440
1446
|
# }
|
1441
1447
|
#
|
1442
1448
|
# @!attribute [rw] enforce_https
|
@@ -1454,9 +1460,25 @@ module Aws::ElasticsearchService
|
|
1454
1460
|
# supports only TLSv1.2
|
1455
1461
|
# @return [String]
|
1456
1462
|
#
|
1463
|
+
# @!attribute [rw] custom_endpoint_enabled
|
1464
|
+
# Specify if custom endpoint should be enabled for the Elasticsearch
|
1465
|
+
# domain.
|
1466
|
+
# @return [Boolean]
|
1467
|
+
#
|
1468
|
+
# @!attribute [rw] custom_endpoint
|
1469
|
+
# Specify the fully qualified domain for your custom endpoint.
|
1470
|
+
# @return [String]
|
1471
|
+
#
|
1472
|
+
# @!attribute [rw] custom_endpoint_certificate_arn
|
1473
|
+
# Specify ACM certificate ARN for your custom endpoint.
|
1474
|
+
# @return [String]
|
1475
|
+
#
|
1457
1476
|
class DomainEndpointOptions < Struct.new(
|
1458
1477
|
:enforce_https,
|
1459
|
-
:tls_security_policy
|
1478
|
+
:tls_security_policy,
|
1479
|
+
:custom_endpoint_enabled,
|
1480
|
+
:custom_endpoint,
|
1481
|
+
:custom_endpoint_certificate_arn)
|
1460
1482
|
SENSITIVE = []
|
1461
1483
|
include Aws::Structure
|
1462
1484
|
end
|
@@ -3609,6 +3631,9 @@ module Aws::ElasticsearchService
|
|
3609
3631
|
# domain_endpoint_options: {
|
3610
3632
|
# enforce_https: false,
|
3611
3633
|
# tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
|
3634
|
+
# custom_endpoint_enabled: false,
|
3635
|
+
# custom_endpoint: "DomainNameFqdn",
|
3636
|
+
# custom_endpoint_certificate_arn: "ARN",
|
3612
3637
|
# },
|
3613
3638
|
# advanced_security_options: {
|
3614
3639
|
# 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.45.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: 2020-11-
|
11
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|