@aws-sdk/client-opensearch 3.470.0 → 3.474.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.
@@ -23,7 +23,8 @@ export interface AddDataSourceCommandOutput extends AddDataSourceResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Adds the data source on the domain.</p>
26
+ * <p>Creates a new direct-query data source to the specified domain. For more information, see
27
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Creating Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the data source.</p>
26
+ * <p>Deletes a direct-query data source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-delete.html">Deleting an Amazon OpenSearch Service data source with Amazon S3</a>.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,7 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Describes the data source details.</p>
26
+ * <p>Retrieves information about a direct query data source.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,9 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>A list of the data source details of the domain.</p>
26
+ * <p>Lists direct-query data sources for a specific domain. For more information, see
27
+ * For more information, see
28
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html">Working with Amazon OpenSearch Service direct queries with Amazon S3</a>.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -23,7 +23,8 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Updates the data source on the domain.</p>
26
+ * <p>Updates a direct-query data source. For more information, see
27
+ * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Working with Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -328,18 +328,18 @@ export declare const ActionType: {
328
328
  export type ActionType = (typeof ActionType)[keyof typeof ActionType];
329
329
  /**
330
330
  * @public
331
- * <p>Information about the AWS S3 Glue Data Catalog.</p>
331
+ * <p>Information about the Amazon S3 Glue Data Catalog.</p>
332
332
  */
333
333
  export interface S3GlueDataCatalog {
334
334
  /**
335
335
  * @public
336
- * <p>The role ARN for the AWS S3 Glue Data Catalog.</p>
336
+ * <p>>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.</p>
337
337
  */
338
338
  RoleArn?: string;
339
339
  }
340
340
  /**
341
341
  * @public
342
- * <p>Information about the data source.</p>
342
+ * <p>The type of data source.</p>
343
343
  */
344
344
  export type DataSourceType = DataSourceType.S3GlueDataCatalogMember | DataSourceType.$UnknownMember;
345
345
  /**
@@ -348,7 +348,7 @@ export type DataSourceType = DataSourceType.S3GlueDataCatalogMember | DataSource
348
348
  export declare namespace DataSourceType {
349
349
  /**
350
350
  * @public
351
- * <p>The data source for the AWS S3 Glue Data Catalog.</p>
351
+ * <p>An Amazon S3 data source.</p>
352
352
  */
353
353
  interface S3GlueDataCatalogMember {
354
354
  S3GlueDataCatalog: S3GlueDataCatalog;
@@ -375,12 +375,12 @@ export declare namespace DataSourceType {
375
375
  export interface AddDataSourceRequest {
376
376
  /**
377
377
  * @public
378
- * <p>The name of the domain.</p>
378
+ * <p>The name of the domain to add the data source to.</p>
379
379
  */
380
380
  DomainName: string | undefined;
381
381
  /**
382
382
  * @public
383
- * <p>The name of the data source.</p>
383
+ * <p>A name for the data source.</p>
384
384
  */
385
385
  Name: string | undefined;
386
386
  /**
@@ -401,7 +401,7 @@ export interface AddDataSourceRequest {
401
401
  export interface AddDataSourceResponse {
402
402
  /**
403
403
  * @public
404
- * <p>A message associated with the data source.</p>
404
+ * <p>A message associated with creation of the data source.</p>
405
405
  */
406
406
  Message?: string;
407
407
  }
@@ -1416,24 +1416,14 @@ export interface DomainEndpointOptions {
1416
1416
  * <ul>
1417
1417
  * <li>
1418
1418
  * <p>
1419
- * <b>Policy-Min-TLS-1-0-2019-07:</b> TLS security policy which
1419
+ * <b>Policy-Min-TLS-1-0-2019-07:</b> TLS security policy that
1420
1420
  * supports TLS version 1.0 to TLS version 1.2</p>
1421
1421
  * </li>
1422
1422
  * <li>
1423
1423
  * <p>
1424
- * <b>Policy-Min-TLS-1-2-2019-07:</b> TLS security policy which
1424
+ * <b>Policy-Min-TLS-1-2-2019-07:</b> TLS security policy that
1425
1425
  * supports only TLS version 1.2</p>
1426
1426
  * </li>
1427
- * <li>
1428
- * <p>
1429
- * <b>Policy-Min-TLS-1-0-2023-10:</b> TLS security policy which
1430
- * supports TLS version 1.0 to TLS version 1.3</p>
1431
- * </li>
1432
- * <li>
1433
- * <p>
1434
- * <b>Policy-Min-TLS-1-2-2023-10:</b> TLS security policy which
1435
- * supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites</p>
1436
- * </li>
1437
1427
  * </ul>
1438
1428
  */
1439
1429
  TLSSecurityPolicy?: TLSSecurityPolicy;
@@ -2583,7 +2573,7 @@ export interface DeleteDataSourceRequest {
2583
2573
  DomainName: string | undefined;
2584
2574
  /**
2585
2575
  * @public
2586
- * <p>The name of the data source.</p>
2576
+ * <p>The name of the data source to delete.</p>
2587
2577
  */
2588
2578
  Name: string | undefined;
2589
2579
  }
@@ -2594,7 +2584,7 @@ export interface DeleteDataSourceRequest {
2594
2584
  export interface DeleteDataSourceResponse {
2595
2585
  /**
2596
2586
  * @public
2597
- * <p>A message associated with the initiated request.</p>
2587
+ * <p>A message associated with deletion of the data source.</p>
2598
2588
  */
2599
2589
  Message?: string;
2600
2590
  }
@@ -4689,7 +4679,7 @@ export interface GetDataSourceRequest {
4689
4679
  DomainName: string | undefined;
4690
4680
  /**
4691
4681
  * @public
4692
- * <p>The name of the data source.</p>
4682
+ * <p>The name of the data source to get information about.</p>
4693
4683
  */
4694
4684
  Name: string | undefined;
4695
4685
  }
@@ -5078,7 +5068,7 @@ export interface ListDataSourcesRequest {
5078
5068
  }
5079
5069
  /**
5080
5070
  * @public
5081
- * <p>Details about the data sources.</p>
5071
+ * <p>Details about a direct-query data source.</p>
5082
5072
  */
5083
5073
  export interface DataSourceDetails {
5084
5074
  /**
@@ -5104,7 +5094,7 @@ export interface DataSourceDetails {
5104
5094
  export interface ListDataSourcesResponse {
5105
5095
  /**
5106
5096
  * @public
5107
- * <p>A list of the data sources.</p>
5097
+ * <p>A list of data sources associated with specified domain.</p>
5108
5098
  */
5109
5099
  DataSources?: DataSourceDetails[];
5110
5100
  }
@@ -5926,7 +5916,7 @@ export interface UpdateDataSourceRequest {
5926
5916
  DomainName: string | undefined;
5927
5917
  /**
5928
5918
  * @public
5929
- * <p>The name of the data source.</p>
5919
+ * <p>The name of the data source to modify.</p>
5930
5920
  */
5931
5921
  Name: string | undefined;
5932
5922
  /**
@@ -5936,7 +5926,7 @@ export interface UpdateDataSourceRequest {
5936
5926
  DataSourceType: DataSourceType | undefined;
5937
5927
  /**
5938
5928
  * @public
5939
- * <p>A description of the data source.</p>
5929
+ * <p>A new description of the data source.</p>
5940
5930
  */
5941
5931
  Description?: string;
5942
5932
  }
@@ -5947,7 +5937,7 @@ export interface UpdateDataSourceRequest {
5947
5937
  export interface UpdateDataSourceResponse {
5948
5938
  /**
5949
5939
  * @public
5950
- * <p>A message associated with the data source.</p>
5940
+ * <p>A message associated with the updated data source.</p>
5951
5941
  */
5952
5942
  Message?: string;
5953
5943
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearch",
3
3
  "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4
- "version": "3.470.0",
4
+ "version": "3.474.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.470.0",
24
- "@aws-sdk/core": "3.468.0",
25
- "@aws-sdk/credential-provider-node": "3.470.0",
23
+ "@aws-sdk/client-sts": "3.474.0",
24
+ "@aws-sdk/core": "3.474.0",
25
+ "@aws-sdk/credential-provider-node": "3.474.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",