aws-sdk-elasticsearchservice 1.79.0 → 1.81.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: 317dfa7f9459ad8a77f25f8ceb4cdb287adcb6d4c716e2c19c5c6b57be14f88b
4
- data.tar.gz: d1e30df721488ab810a3b3f4ddaf09e82f1e1482bea3b04022ba8ab98d9b672c
3
+ metadata.gz: 3aa9896af1747e8eaef45e99247b28163373d0bf2305609c1d19e2f86d035b79
4
+ data.tar.gz: 793aa1789875f2813b044fc9740497ad289a6b1fd8fe0cf457a0d3c60dd3f093
5
5
  SHA512:
6
- metadata.gz: 19d0dce6e5e01568cd99d907423cca0d44514321435c3a827f534a2b4dfe5ed8ec8dc946325a8a502fe2ba9df7c24d354c512b942546538d3fd340980c226290
7
- data.tar.gz: 0f2536a34ae7c608e0778772da6540893f98281ab7f1834ae0453a640276ba901c3fc70a692fce8225f5ec58553f29dc009555676ae1222356ff90720342f515
6
+ metadata.gz: bf7c81258641686b1fe1da01a5b9b4933357124a8cf1f98c1e309d5c992c52bdc26a46a6f7aece52e3653ba16df769ea534f1d39173a90fe79b357df777dea6e
7
+ data.tar.gz: 726bea750cb59e3ea1ea49d4308a62e1354a2523f81c1c92bc7884c8d1c83866bee419d04cdafcf6298c84b895842e961000c958b9229fd29ec3b75bc7533a67
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.80.0 (2024-01-04)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
13
+
4
14
  1.79.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -723,7 +723,7 @@ module Aws::ElasticsearchService
723
723
  # },
724
724
  # domain_endpoint_options: {
725
725
  # enforce_https: false,
726
- # 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
726
+ # 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, Policy-Min-TLS-1-2-PFS-2023-10
727
727
  # custom_endpoint_enabled: false,
728
728
  # custom_endpoint: "DomainNameFqdn",
729
729
  # custom_endpoint_certificate_arn: "ARN",
@@ -830,7 +830,7 @@ module Aws::ElasticsearchService
830
830
  # resp.domain_status.service_software_options.automated_update_date #=> Time
831
831
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
832
832
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
833
- # 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"
833
+ # 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", "Policy-Min-TLS-1-2-PFS-2023-10"
834
834
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
835
835
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
836
836
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1089,7 +1089,7 @@ module Aws::ElasticsearchService
1089
1089
  # resp.domain_status.service_software_options.automated_update_date #=> Time
1090
1090
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1091
1091
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1092
- # 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"
1092
+ # 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", "Policy-Min-TLS-1-2-PFS-2023-10"
1093
1093
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1094
1094
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1095
1095
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1439,7 +1439,7 @@ module Aws::ElasticsearchService
1439
1439
  # resp.domain_status.service_software_options.automated_update_date #=> Time
1440
1440
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1441
1441
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1442
- # 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"
1442
+ # 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", "Policy-Min-TLS-1-2-PFS-2023-10"
1443
1443
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1444
1444
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1445
1445
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1578,7 +1578,7 @@ module Aws::ElasticsearchService
1578
1578
  # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1579
1579
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
1580
1580
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
1581
- # 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"
1581
+ # 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", "Policy-Min-TLS-1-2-PFS-2023-10"
1582
1582
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
1583
1583
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
1584
1584
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
@@ -1702,7 +1702,7 @@ module Aws::ElasticsearchService
1702
1702
  # resp.domain_status_list[0].service_software_options.automated_update_date #=> Time
1703
1703
  # resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
1704
1704
  # resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
1705
- # 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"
1705
+ # 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", "Policy-Min-TLS-1-2-PFS-2023-10"
1706
1706
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1707
1707
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
1708
1708
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -2965,7 +2965,7 @@ module Aws::ElasticsearchService
2965
2965
  # },
2966
2966
  # domain_endpoint_options: {
2967
2967
  # enforce_https: false,
2968
- # 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
2968
+ # 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, Policy-Min-TLS-1-2-PFS-2023-10
2969
2969
  # custom_endpoint_enabled: false,
2970
2970
  # custom_endpoint: "DomainNameFqdn",
2971
2971
  # custom_endpoint_certificate_arn: "ARN",
@@ -3112,7 +3112,7 @@ module Aws::ElasticsearchService
3112
3112
  # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
3113
3113
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
3114
3114
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
3115
- # 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"
3115
+ # 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", "Policy-Min-TLS-1-2-PFS-2023-10"
3116
3116
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
3117
3117
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
3118
3118
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
@@ -3317,7 +3317,7 @@ module Aws::ElasticsearchService
3317
3317
  params: params,
3318
3318
  config: config)
3319
3319
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
3320
- context[:gem_version] = '1.79.0'
3320
+ context[:gem_version] = '1.81.0'
3321
3321
  Seahorse::Client::Request.new(handlers, context)
3322
3322
  end
3323
3323
 
@@ -32,13 +32,22 @@ module Aws::ElasticsearchService
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://es-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
39
  end
40
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
41
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
43
+ return Aws::Endpoints::Endpoint.new(url: "https://aos.#{region}.api.aws", headers: {}, properties: {})
44
+ end
45
+ if Aws::Endpoints::Matchers.string_equals?("aws-cn", Aws::Endpoints::Matchers.attr(partition_result, "name"))
46
+ return Aws::Endpoints::Endpoint.new(url: "https://aos.#{region}.api.amazonwebservices.com.cn", headers: {}, properties: {})
47
+ end
48
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
49
+ return Aws::Endpoints::Endpoint.new(url: "https://aos.#{region}.api.aws", headers: {}, properties: {})
50
+ end
42
51
  return Aws::Endpoints::Endpoint.new(url: "https://es.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
52
  end
44
53
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
@@ -14,6 +14,7 @@ module Aws::ElasticsearchService
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ElasticsearchService::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -1708,10 +1708,13 @@ module Aws::ElasticsearchService
1708
1708
  # Specify the TLS security policy that needs to be applied to the
1709
1709
  # HTTPS endpoint of Elasticsearch domain.
1710
1710
  # It can be one of the following values: *
1711
- # <b>Policy-Min-TLS-1-0-2019-07: </b> TLS security policy which
1712
- # supports TLSv1.0 and higher.
1713
- # * <b>Policy-Min-TLS-1-2-2019-07: </b> TLS security policy which
1714
- # supports only TLSv1.2
1711
+ # <b>Policy-Min-TLS-1-0-2019-07: </b> TLS security policy that
1712
+ # supports TLS version 1.0 to TLS version 1.2
1713
+ # * <b>Policy-Min-TLS-1-2-2019-07: </b> TLS security policy that
1714
+ # supports only TLS version 1.2
1715
+ # * <b>Policy-Min-TLS-1-2-PFS-2023-10: </b> TLS security policy that
1716
+ # supports TLS version 1.2 to TLS version 1.3 with perfect forward
1717
+ # secrecy cipher suites
1715
1718
  # @return [String]
1716
1719
  #
1717
1720
  # @!attribute [rw] custom_endpoint_enabled
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ElasticsearchService
54
54
 
55
- GEM_VERSION = '1.79.0'
55
+ GEM_VERSION = '1.81.0'
56
56
 
57
57
  end