aws-sdk-opensearchservice 1.33.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: c61d082e1f849024ed3c1718aef9da1e33aa4b968cc426afbdf4645f6a54eaf1
4
- data.tar.gz: 4adaec58a33dd665894acb83eae0f0cbb243600ac1495db5d10d5fc30f30f172
3
+ metadata.gz: ce930444a2900c98bf098d304a8c6ab16d153c94c90fd94e498654b50040a4b8
4
+ data.tar.gz: 0cb7e34ff77ffe228da133602ce8ad76bebd8a3e2e6655d0bae95f56b03a2d5b
5
5
  SHA512:
6
- metadata.gz: bee0af8709ee9d136719f52ffec0aa41be6bba82fd7839601871e8325908579b3e63e2f5a7e8bafe60f7c37825ffe1806ce3be1aae58c13db3cb5d1fb4c0cc61
7
- data.tar.gz: a426afb543942d918bcd852bce61dff0adb15dd7064172a54ef28fbd7b80f3c03e3d52302c74ec6b3bee5822962c88b534757779532a4993dc01e8050df881cb
6
+ metadata.gz: b04dbd6809d55360c1a1746d4bacb0b25a9aee1fae8c52b3bdd11225eb8fba007462b8a4d03642abca1b3f8c61fb33ba68fd58f26d94cdfb01252ca874dcdff5
7
+ data.tar.gz: ce45471066db2ebaef9201af7b2190b926f74314d3017aa31921bcc88aed571ff77ffa339582fbb82c49125f704b6eb667d9ef1712b66a8143c2b7ad8f3df1b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.34.0 (2023-12-14)
10
+ ------------------
11
+
12
+ * Feature - Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
13
+
4
14
  1.33.0 (2023-11-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -432,13 +432,19 @@ module Aws::OpenSearchService
432
432
  req.send_request(options)
433
433
  end
434
434
 
435
- # Adds the data source on the domain.
435
+ # Creates a new direct-query data source to the specified domain. For
436
+ # more information, see [Creating Amazon OpenSearch Service data source
437
+ # integrations with Amazon S3][1].
438
+ #
439
+ #
440
+ #
441
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html
436
442
  #
437
443
  # @option params [required, String] :domain_name
438
- # The name of the domain.
444
+ # The name of the domain to add the data source to.
439
445
  #
440
446
  # @option params [required, String] :name
441
- # The name of the data source.
447
+ # A name for the data source.
442
448
  #
443
449
  # @option params [required, Types::DataSourceType] :data_source_type
444
450
  # The type of data source.
@@ -675,7 +681,10 @@ module Aws::OpenSearchService
675
681
  # access policies for the new domain.
676
682
  #
677
683
  # @option params [String] :ip_address_type
678
- # 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.
679
688
  #
680
689
  # @option params [Types::SnapshotOptions] :snapshot_options
681
690
  # DEPRECATED. Container for the parameters required to configure
@@ -833,7 +842,7 @@ module Aws::OpenSearchService
833
842
  # },
834
843
  # domain_endpoint_options: {
835
844
  # enforce_https: false,
836
- # 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
837
846
  # custom_endpoint_enabled: false,
838
847
  # custom_endpoint: "DomainNameFqdn",
839
848
  # custom_endpoint_certificate_arn: "ARN",
@@ -956,7 +965,7 @@ module Aws::OpenSearchService
956
965
  # resp.domain_status.service_software_options.automated_update_date #=> Time
957
966
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
958
967
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
959
- # 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"
960
969
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
961
970
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
962
971
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1191,13 +1200,18 @@ module Aws::OpenSearchService
1191
1200
  req.send_request(options)
1192
1201
  end
1193
1202
 
1194
- # Deletes the data source.
1203
+ # Deletes a direct-query data source. For more information, see
1204
+ # [Deleting an Amazon OpenSearch Service data source with Amazon S3][1].
1205
+ #
1206
+ #
1207
+ #
1208
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-delete.html
1195
1209
  #
1196
1210
  # @option params [required, String] :domain_name
1197
1211
  # The name of the domain.
1198
1212
  #
1199
1213
  # @option params [required, String] :name
1200
- # The name of the data source.
1214
+ # The name of the data source to delete.
1201
1215
  #
1202
1216
  # @return [Types::DeleteDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1203
1217
  #
@@ -1301,7 +1315,7 @@ module Aws::OpenSearchService
1301
1315
  # resp.domain_status.service_software_options.automated_update_date #=> Time
1302
1316
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1303
1317
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1304
- # 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"
1305
1319
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1306
1320
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1307
1321
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1584,7 +1598,7 @@ module Aws::OpenSearchService
1584
1598
  # resp.domain_status.service_software_options.automated_update_date #=> Time
1585
1599
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1586
1600
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1587
- # 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"
1588
1602
  # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1589
1603
  # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1590
1604
  # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -1843,7 +1857,7 @@ module Aws::OpenSearchService
1843
1857
  # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
1844
1858
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
1845
1859
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
1846
- # 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"
1847
1861
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
1848
1862
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
1849
1863
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
@@ -2086,7 +2100,7 @@ module Aws::OpenSearchService
2086
2100
  # resp.domain_status_list[0].service_software_options.automated_update_date #=> Time
2087
2101
  # resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
2088
2102
  # resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
2089
- # 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"
2090
2104
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
2091
2105
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
2092
2106
  # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -2221,7 +2235,7 @@ module Aws::OpenSearchService
2221
2235
  # resp.dry_run_config.service_software_options.automated_update_date #=> Time
2222
2236
  # resp.dry_run_config.service_software_options.optional_deployment #=> Boolean
2223
2237
  # resp.dry_run_config.domain_endpoint_options.enforce_https #=> Boolean
2224
- # 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"
2225
2239
  # resp.dry_run_config.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
2226
2240
  # resp.dry_run_config.domain_endpoint_options.custom_endpoint #=> String
2227
2241
  # resp.dry_run_config.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
@@ -2774,13 +2788,13 @@ module Aws::OpenSearchService
2774
2788
  req.send_request(options)
2775
2789
  end
2776
2790
 
2777
- # Describes the data source details.
2791
+ # Retrieves information about a direct query data source.
2778
2792
  #
2779
2793
  # @option params [required, String] :domain_name
2780
2794
  # The name of the domain.
2781
2795
  #
2782
2796
  # @option params [required, String] :name
2783
- # The name of the data source.
2797
+ # The name of the data source to get information about.
2784
2798
  #
2785
2799
  # @return [Types::GetDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2786
2800
  #
@@ -3000,7 +3014,13 @@ module Aws::OpenSearchService
3000
3014
  req.send_request(options)
3001
3015
  end
3002
3016
 
3003
- # A list of the data source details of the domain.
3017
+ # Lists direct-query data sources for a specific domain. For more
3018
+ # information, see For more information, see [Working with Amazon
3019
+ # OpenSearch Service direct queries with Amazon S3][1].
3020
+ #
3021
+ #
3022
+ #
3023
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html
3004
3024
  #
3005
3025
  # @option params [required, String] :domain_name
3006
3026
  # The name of the domain.
@@ -3812,19 +3832,25 @@ module Aws::OpenSearchService
3812
3832
  req.send_request(options)
3813
3833
  end
3814
3834
 
3815
- # Updates the data source on the domain.
3835
+ # Updates a direct-query data source. For more information, see [Working
3836
+ # with Amazon OpenSearch Service data source integrations with Amazon
3837
+ # S3][1].
3838
+ #
3839
+ #
3840
+ #
3841
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html
3816
3842
  #
3817
3843
  # @option params [required, String] :domain_name
3818
3844
  # The name of the domain.
3819
3845
  #
3820
3846
  # @option params [required, String] :name
3821
- # The name of the data source.
3847
+ # The name of the data source to modify.
3822
3848
  #
3823
3849
  # @option params [required, Types::DataSourceType] :data_source_type
3824
3850
  # The type of data source.
3825
3851
  #
3826
3852
  # @option params [String] :description
3827
- # A description of the data source.
3853
+ # A new description of the data source.
3828
3854
  #
3829
3855
  # @return [Types::UpdateDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3830
3856
  #
@@ -3919,7 +3945,10 @@ module Aws::OpenSearchService
3919
3945
  # string.
3920
3946
  #
3921
3947
  # @option params [String] :ip_address_type
3922
- # 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.
3923
3952
  #
3924
3953
  # @option params [Hash<String,Types::LogPublishingOption>] :log_publishing_options
3925
3954
  # Options to publish OpenSearch logs to Amazon CloudWatch Logs.
@@ -4030,7 +4059,7 @@ module Aws::OpenSearchService
4030
4059
  # },
4031
4060
  # domain_endpoint_options: {
4032
4061
  # enforce_https: false,
4033
- # 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
4034
4063
  # custom_endpoint_enabled: false,
4035
4064
  # custom_endpoint: "DomainNameFqdn",
4036
4065
  # custom_endpoint_certificate_arn: "ARN",
@@ -4194,7 +4223,7 @@ module Aws::OpenSearchService
4194
4223
  # resp.domain_config.log_publishing_options.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
4195
4224
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
4196
4225
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
4197
- # 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"
4198
4227
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
4199
4228
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
4200
4229
  # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
@@ -4537,7 +4566,7 @@ module Aws::OpenSearchService
4537
4566
  params: params,
4538
4567
  config: config)
4539
4568
  context[:gem_name] = 'aws-sdk-opensearchservice'
4540
- context[:gem_version] = '1.33.0'
4569
+ context[:gem_version] = '1.35.0'
4541
4570
  Seahorse::Client::Request.new(handlers, context)
4542
4571
  end
4543
4572
 
@@ -99,11 +99,11 @@ module Aws::OpenSearchService
99
99
  # Container for the parameters to the `AddDataSource` operation.
100
100
  #
101
101
  # @!attribute [rw] domain_name
102
- # The name of the domain.
102
+ # The name of the domain to add the data source to.
103
103
  # @return [String]
104
104
  #
105
105
  # @!attribute [rw] name
106
- # The name of the data source.
106
+ # A name for the data source.
107
107
  # @return [String]
108
108
  #
109
109
  # @!attribute [rw] data_source_type
@@ -128,7 +128,7 @@ module Aws::OpenSearchService
128
128
  # The result of an `AddDataSource` operation.
129
129
  #
130
130
  # @!attribute [rw] message
131
- # A message associated with the data source.
131
+ # A message associated with creation of the data source.
132
132
  # @return [String]
133
133
  #
134
134
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AddDataSourceResponse AWS API Documentation
@@ -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
@@ -1488,7 +1492,7 @@ module Aws::OpenSearchService
1488
1492
  include Aws::Structure
1489
1493
  end
1490
1494
 
1491
- # Details about the data sources.
1495
+ # Details about a direct-query data source.
1492
1496
  #
1493
1497
  # @!attribute [rw] data_source_type
1494
1498
  # The type of data source.
@@ -1512,14 +1516,14 @@ module Aws::OpenSearchService
1512
1516
  include Aws::Structure
1513
1517
  end
1514
1518
 
1515
- # Information about the data source.
1519
+ # The type of data source.
1516
1520
  #
1517
1521
  # @note DataSourceType is a union - when making an API calls you must set exactly one of the members.
1518
1522
  #
1519
1523
  # @note DataSourceType is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of DataSourceType corresponding to the set member.
1520
1524
  #
1521
1525
  # @!attribute [rw] s3_glue_data_catalog
1522
- # The data source for the AWS S3 Glue Data Catalog.
1526
+ # An Amazon S3 data source.
1523
1527
  # @return [Types::S3GlueDataCatalog]
1524
1528
  #
1525
1529
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DataSourceType AWS API Documentation
@@ -1542,7 +1546,7 @@ module Aws::OpenSearchService
1542
1546
  # @return [String]
1543
1547
  #
1544
1548
  # @!attribute [rw] name
1545
- # The name of the data source.
1549
+ # The name of the data source to delete.
1546
1550
  # @return [String]
1547
1551
  #
1548
1552
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDataSourceRequest AWS API Documentation
@@ -1557,7 +1561,7 @@ module Aws::OpenSearchService
1557
1561
  # The result of a `GetDataSource` operation.
1558
1562
  #
1559
1563
  # @!attribute [rw] message
1560
- # A message associated with the initiated request.
1564
+ # A message associated with deletion of the data source.
1561
1565
  # @return [String]
1562
1566
  #
1563
1567
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteDataSourceResponse AWS API Documentation
@@ -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
@@ -2614,18 +2621,15 @@ module Aws::OpenSearchService
2614
2621
  # Specify the TLS security policy to apply to the HTTPS endpoint of
2615
2622
  # the domain. The policy can be one of the following values:
2616
2623
  #
2617
- # * **Policy-Min-TLS-1-0-2019-07:** TLS security policy which supports
2624
+ # * **Policy-Min-TLS-1-0-2019-07:** TLS security policy that supports
2618
2625
  # TLS version 1.0 to TLS version 1.2
2619
2626
  #
2620
- # * **Policy-Min-TLS-1-2-2019-07:** TLS security policy which supports
2627
+ # * **Policy-Min-TLS-1-2-2019-07:** TLS security policy that supports
2621
2628
  # only TLS version 1.2
2622
2629
  #
2623
- # * **Policy-Min-TLS-1-0-2023-10:** TLS security policy which supports
2624
- # TLS version 1.0 to TLS version 1.3
2625
- #
2626
- # * **Policy-Min-TLS-1-2-2023-10:** TLS security policy which supports
2627
- # TLS version 1.2 to TLS version 1.3 with perfect forward secrecy
2628
- # cipher suites
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
2629
2633
  # @return [String]
2630
2634
  #
2631
2635
  # @!attribute [rw] custom_endpoint_enabled
@@ -2907,15 +2911,15 @@ module Aws::OpenSearchService
2907
2911
  # @return [String]
2908
2912
  #
2909
2913
  # @!attribute [rw] endpoint_v2
2910
- # The domain endpoint to which index and search requests are
2911
- # submitted. For example,
2912
- # `search-imdb-movies-oopcnjfn6ugo.eu-west-1.es.amazonaws.com` or
2913
- # `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.
2914
2918
  # @return [String]
2915
2919
  #
2916
2920
  # @!attribute [rw] endpoints
2917
2921
  # The key-value pair that exists if the OpenSearch Service domain uses
2918
- # VPC endpoints.. Example `key, value`:
2922
+ # VPC endpoints. Example `key, value`:
2919
2923
  # `'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'`.
2920
2924
  # @return [Hash<String,String>]
2921
2925
  #
@@ -3334,7 +3338,7 @@ module Aws::OpenSearchService
3334
3338
  # @return [String]
3335
3339
  #
3336
3340
  # @!attribute [rw] name
3337
- # The name of the data source.
3341
+ # The name of the data source to get information about.
3338
3342
  # @return [String]
3339
3343
  #
3340
3344
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/GetDataSourceRequest AWS API Documentation
@@ -3840,7 +3844,7 @@ module Aws::OpenSearchService
3840
3844
  # The result of a `ListDataSources` operation.
3841
3845
  #
3842
3846
  # @!attribute [rw] data_sources
3843
- # A list of the data sources.
3847
+ # A list of data sources associated with specified domain.
3844
3848
  # @return [Array<Types::DataSourceDetails>]
3845
3849
  #
3846
3850
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ListDataSourcesResponse AWS API Documentation
@@ -5122,10 +5126,10 @@ module Aws::OpenSearchService
5122
5126
  #
5123
5127
  class RevokeVpcEndpointAccessResponse < Aws::EmptyStructure; end
5124
5128
 
5125
- # Information about the AWS S3 Glue Data Catalog.
5129
+ # Information about the Amazon S3 Glue Data Catalog.
5126
5130
  #
5127
5131
  # @!attribute [rw] role_arn
5128
- # The role ARN for the AWS S3 Glue Data Catalog.
5132
+ # &gt;The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
5129
5133
  # @return [String]
5130
5134
  #
5131
5135
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/S3GlueDataCatalog AWS API Documentation
@@ -5682,7 +5686,7 @@ module Aws::OpenSearchService
5682
5686
  # @return [String]
5683
5687
  #
5684
5688
  # @!attribute [rw] name
5685
- # The name of the data source.
5689
+ # The name of the data source to modify.
5686
5690
  # @return [String]
5687
5691
  #
5688
5692
  # @!attribute [rw] data_source_type
@@ -5690,7 +5694,7 @@ module Aws::OpenSearchService
5690
5694
  # @return [Types::DataSourceType]
5691
5695
  #
5692
5696
  # @!attribute [rw] description
5693
- # A description of the data source.
5697
+ # A new description of the data source.
5694
5698
  # @return [String]
5695
5699
  #
5696
5700
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateDataSourceRequest AWS API Documentation
@@ -5707,7 +5711,7 @@ module Aws::OpenSearchService
5707
5711
  # The result of an `UpdateDataSource` operation.
5708
5712
  #
5709
5713
  # @!attribute [rw] message
5710
- # A message associated with the data source.
5714
+ # A message associated with the updated data source.
5711
5715
  # @return [String]
5712
5716
  #
5713
5717
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdateDataSourceResponse AWS API Documentation
@@ -5788,7 +5792,10 @@ module Aws::OpenSearchService
5788
5792
  # @return [String]
5789
5793
  #
5790
5794
  # @!attribute [rw] ip_address_type
5791
- # 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.
5792
5799
  # @return [String]
5793
5800
  #
5794
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.33.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.33.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-11-29 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