aws-sdk-opensearchservice 1.93.0 → 1.94.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +10 -10
- data/lib/aws-sdk-opensearchservice/types.rb +3 -0
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4e49ef276acb55beba58027750251ee7c6900c84e8abbcc3537b1754780e784
|
|
4
|
+
data.tar.gz: 649cd6ae375d9ba4155fd946fd8746a977db34f68d6c6655c10312f05b65636c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f750e31b88930df0bc75cca2f3e040dedba59c6e6ac8df1170e1faabbb4513a8c8a3b83e77b7a19294c70a64f997eb5dd380c049d65f373a4f9fc3e0e97370e
|
|
7
|
+
data.tar.gz: 715460392723be8848fab79ba98cd197dc90d5b981c04ece92192cbf1f4b415b63f381fc8839ebe7e225fc7025df7b7d3935942dc1e03ea6453dfc85fb6ace79
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.94.0
|
|
@@ -1267,7 +1267,7 @@ module Aws::OpenSearchService
|
|
|
1267
1267
|
# },
|
|
1268
1268
|
# domain_endpoint_options: {
|
|
1269
1269
|
# enforce_https: false,
|
|
1270
|
-
# 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
|
|
1270
|
+
# 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, Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08
|
|
1271
1271
|
# custom_endpoint_enabled: false,
|
|
1272
1272
|
# custom_endpoint: "DomainNameFqdn",
|
|
1273
1273
|
# custom_endpoint_certificate_arn: "ARN",
|
|
@@ -1427,7 +1427,7 @@ module Aws::OpenSearchService
|
|
|
1427
1427
|
# resp.domain_status.service_software_options.automated_update_date #=> Time
|
|
1428
1428
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
|
1429
1429
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
|
1430
|
-
# 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"
|
|
1430
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
1431
1431
|
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
|
1432
1432
|
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
|
1433
1433
|
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
|
@@ -1956,7 +1956,7 @@ module Aws::OpenSearchService
|
|
|
1956
1956
|
# resp.domain_status.service_software_options.automated_update_date #=> Time
|
|
1957
1957
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
|
1958
1958
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
|
1959
|
-
# 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"
|
|
1959
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
1960
1960
|
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
|
1961
1961
|
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
|
1962
1962
|
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
|
@@ -2352,7 +2352,7 @@ module Aws::OpenSearchService
|
|
|
2352
2352
|
# resp.domain_status.service_software_options.automated_update_date #=> Time
|
|
2353
2353
|
# resp.domain_status.service_software_options.optional_deployment #=> Boolean
|
|
2354
2354
|
# resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
|
|
2355
|
-
# 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"
|
|
2355
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
2356
2356
|
# resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
|
2357
2357
|
# resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
|
|
2358
2358
|
# resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
|
@@ -2647,7 +2647,7 @@ module Aws::OpenSearchService
|
|
|
2647
2647
|
# resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
2648
2648
|
# resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
|
|
2649
2649
|
# resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
|
|
2650
|
-
# 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"
|
|
2650
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
2651
2651
|
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
|
|
2652
2652
|
# resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
|
|
2653
2653
|
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
|
|
@@ -2938,7 +2938,7 @@ module Aws::OpenSearchService
|
|
|
2938
2938
|
# resp.domain_status_list[0].service_software_options.automated_update_date #=> Time
|
|
2939
2939
|
# resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
|
|
2940
2940
|
# resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
|
|
2941
|
-
# 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"
|
|
2941
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
2942
2942
|
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
|
2943
2943
|
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
|
|
2944
2944
|
# resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
|
@@ -3107,7 +3107,7 @@ module Aws::OpenSearchService
|
|
|
3107
3107
|
# resp.dry_run_config.service_software_options.automated_update_date #=> Time
|
|
3108
3108
|
# resp.dry_run_config.service_software_options.optional_deployment #=> Boolean
|
|
3109
3109
|
# resp.dry_run_config.domain_endpoint_options.enforce_https #=> Boolean
|
|
3110
|
-
# 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"
|
|
3110
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
3111
3111
|
# resp.dry_run_config.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
|
|
3112
3112
|
# resp.dry_run_config.domain_endpoint_options.custom_endpoint #=> String
|
|
3113
3113
|
# resp.dry_run_config.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
|
|
@@ -5718,7 +5718,7 @@ module Aws::OpenSearchService
|
|
|
5718
5718
|
# },
|
|
5719
5719
|
# domain_endpoint_options: {
|
|
5720
5720
|
# enforce_https: false,
|
|
5721
|
-
# 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
|
|
5721
|
+
# 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, Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08
|
|
5722
5722
|
# custom_endpoint_enabled: false,
|
|
5723
5723
|
# custom_endpoint: "DomainNameFqdn",
|
|
5724
5724
|
# custom_endpoint_certificate_arn: "ARN",
|
|
@@ -5918,7 +5918,7 @@ module Aws::OpenSearchService
|
|
|
5918
5918
|
# resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
5919
5919
|
# resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
|
|
5920
5920
|
# resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
|
|
5921
|
-
# 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"
|
|
5921
|
+
# 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", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08"
|
|
5922
5922
|
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
|
|
5923
5923
|
# resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
|
|
5924
5924
|
# resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
|
|
@@ -6429,7 +6429,7 @@ module Aws::OpenSearchService
|
|
|
6429
6429
|
tracer: tracer
|
|
6430
6430
|
)
|
|
6431
6431
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
|
6432
|
-
context[:gem_version] = '1.
|
|
6432
|
+
context[:gem_version] = '1.94.0'
|
|
6433
6433
|
Seahorse::Client::Request.new(handlers, context)
|
|
6434
6434
|
end
|
|
6435
6435
|
|
|
@@ -3686,6 +3686,9 @@ module Aws::OpenSearchService
|
|
|
3686
3686
|
# * **Policy-Min-TLS-1-2-PFS-2023-10:** TLS security policy that
|
|
3687
3687
|
# supports TLS version 1.2 to TLS version 1.3 with perfect forward
|
|
3688
3688
|
# secrecy cipher suites
|
|
3689
|
+
#
|
|
3690
|
+
# * **Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08:** TLS security policy
|
|
3691
|
+
# that supports TLS version 1.3 with FIPS
|
|
3689
3692
|
# @return [String]
|
|
3690
3693
|
#
|
|
3691
3694
|
# @!attribute [rw] custom_endpoint_enabled
|
data/sig/client.rbs
CHANGED
|
@@ -339,7 +339,7 @@ module Aws
|
|
|
339
339
|
}],
|
|
340
340
|
?domain_endpoint_options: {
|
|
341
341
|
enforce_https: bool?,
|
|
342
|
-
tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10")?,
|
|
342
|
+
tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10" | "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08")?,
|
|
343
343
|
custom_endpoint_enabled: bool?,
|
|
344
344
|
custom_endpoint: ::String?,
|
|
345
345
|
custom_endpoint_certificate_arn: ::String?
|
|
@@ -1443,7 +1443,7 @@ module Aws
|
|
|
1443
1443
|
},
|
|
1444
1444
|
?domain_endpoint_options: {
|
|
1445
1445
|
enforce_https: bool?,
|
|
1446
|
-
tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10")?,
|
|
1446
|
+
tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10" | "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08")?,
|
|
1447
1447
|
custom_endpoint_enabled: bool?,
|
|
1448
1448
|
custom_endpoint: ::String?,
|
|
1449
1449
|
custom_endpoint_certificate_arn: ::String?
|
data/sig/types.rbs
CHANGED
|
@@ -967,7 +967,7 @@ module Aws::OpenSearchService
|
|
|
967
967
|
|
|
968
968
|
class DomainEndpointOptions
|
|
969
969
|
attr_accessor enforce_https: bool
|
|
970
|
-
attr_accessor tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10")
|
|
970
|
+
attr_accessor tls_security_policy: ("Policy-Min-TLS-1-0-2019-07" | "Policy-Min-TLS-1-2-2019-07" | "Policy-Min-TLS-1-2-PFS-2023-10" | "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08")
|
|
971
971
|
attr_accessor custom_endpoint_enabled: bool
|
|
972
972
|
attr_accessor custom_endpoint: ::String
|
|
973
973
|
attr_accessor custom_endpoint_certificate_arn: ::String
|