aws-sdk-opensearchservice 1.34.0 → 1.35.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: 2ee5fe5d627377e3df2e82a942319bac94a46c5a60f8b23dc9a4724185f63f71
4
- data.tar.gz: b7ea9c4fa3c3a732f3e4cddf61bafd8bd1d3de583ed461feb14bea3815fe31b1
3
+ metadata.gz: ce930444a2900c98bf098d304a8c6ab16d153c94c90fd94e498654b50040a4b8
4
+ data.tar.gz: 0cb7e34ff77ffe228da133602ce8ad76bebd8a3e2e6655d0bae95f56b03a2d5b
5
5
  SHA512:
6
- metadata.gz: ca02c293816fdfef60a2a182cf4b48ddaf0f95fffb80108bc7b38a27c577ad9bfe88aa691c2191827c5f279aba96f2db868862b16d1742e45e5fd71a22d39705
7
- data.tar.gz: ed0635ba4d33ba8b78fb2a8f39e74e17cd3665c8f03c13e2d441ce9c95fc36c6e3e78ce08f2692b99534b7f6bb4a8c837902a659571c5d5d7fec559225963818
6
+ metadata.gz: b04dbd6809d55360c1a1746d4bacb0b25a9aee1fae8c52b3bdd11225eb8fba007462b8a4d03642abca1b3f8c61fb33ba68fd58f26d94cdfb01252ca874dcdff5
7
+ data.tar.gz: ce45471066db2ebaef9201af7b2190b926f74314d3017aa31921bcc88aed571ff77ffa339582fbb82c49125f704b6eb667d9ef1712b66a8143c2b7ad8f3df1b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2024-01-04)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.34.0 (2023-12-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -681,7 +681,10 @@ module Aws::OpenSearchService
681
681
  # access policies for the new domain.
682
682
  #
683
683
  # @option params [String] :ip_address_type
684
- # The type of IP addresses supported by the endpoint for the domain.
684
+ # Specify either dual stack or IPv4 as your IP address type. Dual stack
685
+ # allows you to share domain resources across IPv4 and IPv6 address
686
+ # types, and is the recommended option. If you set your IP address type
687
+ # to dual stack, you can't change your address type later.
685
688
  #
686
689
  # @option params [Types::SnapshotOptions] :snapshot_options
687
690
  # DEPRECATED. Container for the parameters required to configure
@@ -839,7 +842,7 @@ module Aws::OpenSearchService
839
842
  # },
840
843
  # domain_endpoint_options: {
841
844
  # enforce_https: false,
842
- # 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
845
+ # 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
843
846
  # custom_endpoint_enabled: false,
844
847
  # custom_endpoint: "DomainNameFqdn",
845
848
  # custom_endpoint_certificate_arn: "ARN",
@@ -962,7 +965,7 @@ module Aws::OpenSearchService
962
965
  # resp.domain_status.service_software_options.automated_update_date #=> Time
963
966
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
964
967
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
965
- # 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"
968
+ # 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"
966
969
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
967
970
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
968
971
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1312,7 +1315,7 @@ module Aws::OpenSearchService
1312
1315
  # resp.domain_status.service_software_options.automated_update_date #=> Time
1313
1316
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1314
1317
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1315
- # 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"
1318
+ # 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"
1316
1319
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1317
1320
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1318
1321
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1595,7 +1598,7 @@ module Aws::OpenSearchService
1595
1598
  # resp.domain_status.service_software_options.automated_update_date #=> Time
1596
1599
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1597
1600
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1598
- # 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"
1601
+ # 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"
1599
1602
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1600
1603
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1601
1604
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1854,7 +1857,7 @@ module Aws::OpenSearchService
1854
1857
  # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1855
1858
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
1856
1859
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
1857
- # 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"
1860
+ # 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"
1858
1861
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
1859
1862
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
1860
1863
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
@@ -2097,7 +2100,7 @@ module Aws::OpenSearchService
2097
2100
  # resp.domain_status_list[0].service_software_options.automated_update_date #=> Time
2098
2101
  # resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
2099
2102
  # resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
2100
- # 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"
2103
+ # 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"
2101
2104
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
2102
2105
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
2103
2106
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -2232,7 +2235,7 @@ module Aws::OpenSearchService
2232
2235
  # resp.dry_run_config.service_software_options.automated_update_date #=> Time
2233
2236
  # resp.dry_run_config.service_software_options.optional_deployment #=> Boolean
2234
2237
  # resp.dry_run_config.domain_endpoint_options.enforce_https #=> Boolean
2235
- # resp.dry_run_config.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
2238
+ # resp.dry_run_config.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"
2236
2239
  # resp.dry_run_config.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
2237
2240
  # resp.dry_run_config.domain_endpoint_options.custom_endpoint #=> String
2238
2241
  # resp.dry_run_config.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -3942,7 +3945,10 @@ module Aws::OpenSearchService
3942
3945
  # string.
3943
3946
  #
3944
3947
  # @option params [String] :ip_address_type
3945
- # The type of IP addresses supported by the endpoint for the domain.
3948
+ # Specify either dual stack or IPv4 as your IP address type. Dual stack
3949
+ # allows you to share domain resources across IPv4 and IPv6 address
3950
+ # types, and is the recommended option. If your IP address type is
3951
+ # currently set to dual stack, you can't change it.
3946
3952
  #
3947
3953
  # @option params [Hash<String,Types::LogPublishingOption>] :log_publishing_options
3948
3954
  # Options to publish OpenSearch logs to Amazon CloudWatch Logs.
@@ -4053,7 +4059,7 @@ module Aws::OpenSearchService
4053
4059
  # },
4054
4060
  # domain_endpoint_options: {
4055
4061
  # enforce_https: false,
4056
- # 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
4062
+ # 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
4057
4063
  # custom_endpoint_enabled: false,
4058
4064
  # custom_endpoint: "DomainNameFqdn",
4059
4065
  # custom_endpoint_certificate_arn: "ARN",
@@ -4217,7 +4223,7 @@ module Aws::OpenSearchService
4217
4223
  # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
4218
4224
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
4219
4225
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
4220
- # 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"
4226
+ # 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"
4221
4227
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
4222
4228
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
4223
4229
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
@@ -4560,7 +4566,7 @@ module Aws::OpenSearchService
4560
4566
  params: params,
4561
4567
  config: config)
4562
4568
  context[:gem_name] = 'aws-sdk-opensearchservice'
4563
- context[:gem_version] = '1.34.0'
4569
+ context[:gem_version] = '1.35.0'
4564
4570
  Seahorse::Client::Request.new(handlers, context)
4565
4571
  end
4566
4572
 
@@ -1165,7 +1165,11 @@ module Aws::OpenSearchService
1165
1165
  # @return [String]
1166
1166
  #
1167
1167
  # @!attribute [rw] ip_address_type
1168
- # The type of IP addresses supported by the endpoint for the domain.
1168
+ # Specify either dual stack or IPv4 as your IP address type. Dual
1169
+ # stack allows you to share domain resources across IPv4 and IPv6
1170
+ # address types, and is the recommended option. If you set your IP
1171
+ # address type to dual stack, you can't change your address type
1172
+ # later.
1169
1173
  # @return [String]
1170
1174
  #
1171
1175
  # @!attribute [rw] snapshot_options
@@ -2514,7 +2518,10 @@ module Aws::OpenSearchService
2514
2518
  # @return [Types::AccessPoliciesStatus]
2515
2519
  #
2516
2520
  # @!attribute [rw] ip_address_type
2517
- # The type of IP addresses supported by the endpoint for the domain.
2521
+ # Choose either dual stack or IPv4 as your IP address type. Dual stack
2522
+ # allows you to share domain resources across IPv4 and IPv6 address
2523
+ # types, and is the recommended option. If you set your IP address
2524
+ # type to dual stack, you can't change your address type later.
2518
2525
  # @return [Types::IPAddressTypeStatus]
2519
2526
  #
2520
2527
  # @!attribute [rw] snapshot_options
@@ -2619,6 +2626,10 @@ module Aws::OpenSearchService
2619
2626
  #
2620
2627
  # * **Policy-Min-TLS-1-2-2019-07:** TLS security policy that supports
2621
2628
  # only TLS version 1.2
2629
+ #
2630
+ # * **Policy-Min-TLS-1-2-PFS-2023-10:** TLS security policy that
2631
+ # supports TLS version 1.2 to TLS version 1.3 with perfect forward
2632
+ # secrecy cipher suites
2622
2633
  # @return [String]
2623
2634
  #
2624
2635
  # @!attribute [rw] custom_endpoint_enabled
@@ -2900,15 +2911,15 @@ module Aws::OpenSearchService
2900
2911
  # @return [String]
2901
2912
  #
2902
2913
  # @!attribute [rw] endpoint_v2
2903
- # The domain endpoint to which index and search requests are
2904
- # submitted. For example,
2905
- # `search-imdb-movies-oopcnjfn6ugo.eu-west-1.es.amazonaws.com` or
2906
- # `doc-imdb-movies-oopcnjfn6u.eu-west-1.es.amazonaws.com`.
2914
+ # If `IPAddressType` to set to `dualstack`, a version 2 domain
2915
+ # endpoint is provisioned. This endpoint functions like a normal
2916
+ # endpoint, except that it works with both IPv4 and IPv6 IP addresses.
2917
+ # Normal endpoints work only with IPv4 IP addresses.
2907
2918
  # @return [String]
2908
2919
  #
2909
2920
  # @!attribute [rw] endpoints
2910
2921
  # The key-value pair that exists if the OpenSearch Service domain uses
2911
- # VPC endpoints.. Example `key, value`:
2922
+ # VPC endpoints. Example `key, value`:
2912
2923
  # `'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'`.
2913
2924
  # @return [Hash<String,String>]
2914
2925
  #
@@ -5781,7 +5792,10 @@ module Aws::OpenSearchService
5781
5792
  # @return [String]
5782
5793
  #
5783
5794
  # @!attribute [rw] ip_address_type
5784
- # The type of IP addresses supported by the endpoint for the domain.
5795
+ # Specify either dual stack or IPv4 as your IP address type. Dual
5796
+ # stack allows you to share domain resources across IPv4 and IPv6
5797
+ # address types, and is the recommended option. If your IP address
5798
+ # type is currently set to dual stack, you can't change it.
5785
5799
  # @return [String]
5786
5800
  #
5787
5801
  # @!attribute [rw] log_publishing_options
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.34.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
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.34.0
4
+ version: 1.35.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: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core