aws-sdk-opensearchservice 1.34.0 → 1.36.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +18 -12
- data/lib/aws-sdk-opensearchservice/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-opensearchservice/types.rb +22 -8
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- data/sig/client.rbs +1105 -0
- data/sig/errors.rbs +44 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1632 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 017fb17879a66e70c68927a19df551564decb5b377ffdb7fe53b48f632fca7f1
|
4
|
+
data.tar.gz: a4b10b6912a07087b0230a329197d8c49b5283c1c70cffe52e1f85f9b534595b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 616195b84195b2608ac9d85ab89f605a34f2d3b5b6d3ad53d0f66ea29020912c5f2a2fe382cab138c6d87991e984a1be096c5be367e1eff9923544e06957190a
|
7
|
+
data.tar.gz: 46411594340e0330b7b94a2b87f5612dff62fb4a8a6a90ba30c5a9b1c6ae02e1cc4c159ec641c58e5799e77722f02313a3115cdaabd4b890c7b09ca74695f6e2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.36.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.35.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.34.0 (2023-12-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.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
|
-
#
|
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
|
-
#
|
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.
|
4569
|
+
context[:gem_version] = '1.36.0'
|
4564
4570
|
Seahorse::Client::Request.new(handlers, context)
|
4565
4571
|
end
|
4566
4572
|
|
@@ -14,6 +14,7 @@ module Aws::OpenSearchService
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::OpenSearchService::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 '\
|
@@ -1165,7 +1165,11 @@ module Aws::OpenSearchService
|
|
1165
1165
|
# @return [String]
|
1166
1166
|
#
|
1167
1167
|
# @!attribute [rw] ip_address_type
|
1168
|
-
#
|
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
|
-
#
|
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
|
-
#
|
2904
|
-
#
|
2905
|
-
#
|
2906
|
-
#
|
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
|
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
|
-
#
|
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
|