@aws-sdk/client-opensearch 3.840.0 → 3.845.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.
- package/dist-types/commands/AddDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/AddDirectQueryDataSourceCommand.d.ts +2 -4
- package/dist-types/commands/AssociatePackageCommand.d.ts +1 -2
- package/dist-types/commands/AssociatePackagesCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectQueryDataSourceCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +5 -2
- package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectQueryDataSourceCommand.d.ts +2 -4
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +3 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +2 -4
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +2 -4
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +7 -2
- package/dist-types/commands/UpdatePackageScopeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +368 -331
- package/dist-types/models/models_1.d.ts +71 -60
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +5 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/package.json +14 -14
|
@@ -28,7 +28,8 @@ declare const AddDataSourceCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a new direct-query data source to the specified domain. For more information, see
|
|
31
|
-
*
|
|
31
|
+
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Creating Amazon
|
|
32
|
+
* OpenSearch Service data source integrations with Amazon S3</a>.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -27,10 +27,8 @@ declare const AddDirectQueryDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
32
|
-
* so that you can perform direct queries on external data.
|
|
33
|
-
* </p>
|
|
30
|
+
* <p> Adds a new data source in Amazon OpenSearch Service so that you can perform direct queries
|
|
31
|
+
* on external data. </p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -28,8 +28,7 @@ declare const AssociatePackageCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Associates a package with an Amazon OpenSearch Service domain. For more information, see
|
|
31
|
-
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages
|
|
32
|
-
* for Amazon OpenSearch Service</a>.</p>
|
|
31
|
+
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon OpenSearch Service</a>.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const AssociatePackagesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Operation in the Amazon OpenSearch Service API for associating
|
|
30
|
+
* <p>Operation in the Amazon OpenSearch Service API for associating multiple packages with a
|
|
31
|
+
* domain simultaneously.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const CreateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an OpenSearch UI application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the OpenSearch user
|
|
30
|
+
* <p>Creates an OpenSearch UI application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the OpenSearch user
|
|
31
|
+
* interface in Amazon OpenSearch Service</a>.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -184,6 +184,9 @@ declare const CreateDomainCommand_base: {
|
|
|
184
184
|
* NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsInput
|
|
185
185
|
* DesiredState: "ENABLED" || "DISABLED",
|
|
186
186
|
* },
|
|
187
|
+
* S3VectorsEngine: { // S3VectorsEngine
|
|
188
|
+
* Enabled: true || false,
|
|
189
|
+
* },
|
|
187
190
|
* },
|
|
188
191
|
* };
|
|
189
192
|
* const command = new CreateDomainCommand(input);
|
|
@@ -364,6 +367,9 @@ declare const CreateDomainCommand_base: {
|
|
|
364
367
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
365
368
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
366
369
|
* // },
|
|
370
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
371
|
+
* // Enabled: true || false,
|
|
372
|
+
* // },
|
|
367
373
|
* // },
|
|
368
374
|
* // },
|
|
369
375
|
* // };
|
|
@@ -27,7 +27,8 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <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
|
|
30
|
+
* <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
|
|
31
|
+
* OpenSearch Service data source with Amazon S3</a>.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ declare const DeleteDirectQueryDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Deletes a previously configured direct query data
|
|
32
|
-
* source from Amazon OpenSearch Service.
|
|
30
|
+
* <p> Deletes a previously configured direct query data source from Amazon OpenSearch Service.
|
|
33
31
|
* </p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -216,6 +216,9 @@ declare const DeleteDomainCommand_base: {
|
|
|
216
216
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
217
217
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
218
218
|
* // },
|
|
219
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
220
|
+
* // Enabled: true || false,
|
|
221
|
+
* // },
|
|
219
222
|
* // },
|
|
220
223
|
* // },
|
|
221
224
|
* // };
|
|
@@ -28,7 +28,8 @@ declare const DescribeDomainChangeProgressCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns information about the current blue/green deployment happening on an Amazon
|
|
31
|
-
* OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html">Making
|
|
31
|
+
* OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html">Making
|
|
32
|
+
* configuration changes in Amazon OpenSearch Service</a>.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -216,6 +216,9 @@ declare const DescribeDomainCommand_base: {
|
|
|
216
216
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
217
217
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
218
218
|
* // },
|
|
219
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
220
|
+
* // Enabled: true || false,
|
|
221
|
+
* // },
|
|
219
222
|
* // },
|
|
220
223
|
* // },
|
|
221
224
|
* // };
|
|
@@ -293,6 +293,9 @@ declare const DescribeDomainConfigCommand_base: {
|
|
|
293
293
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
294
294
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
295
295
|
* // },
|
|
296
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
297
|
+
* // Enabled: true || false,
|
|
298
|
+
* // },
|
|
296
299
|
* // },
|
|
297
300
|
* // Status: "<OptionStatus>",
|
|
298
301
|
* // },
|
|
@@ -27,7 +27,8 @@ declare const DescribeDomainHealthCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns information about domain and node health, the standby Availability Zone, number of
|
|
30
|
+
* <p>Returns information about domain and node health, the standby Availability Zone, number of
|
|
31
|
+
* nodes per Availability Zone, and shard count per node.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -219,6 +219,9 @@ declare const DescribeDomainsCommand_base: {
|
|
|
219
219
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
220
220
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
221
221
|
* // },
|
|
222
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
223
|
+
* // Enabled: true || false,
|
|
224
|
+
* // },
|
|
222
225
|
* // },
|
|
223
226
|
* // },
|
|
224
227
|
* // ],
|
|
@@ -27,8 +27,8 @@ declare const DescribeDryRunProgressCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch
|
|
31
|
-
*
|
|
30
|
+
* <p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service
|
|
31
|
+
* domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#dryrun">Determining whether a change will cause a blue/green deployment</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -230,6 +230,9 @@ declare const DescribeDryRunProgressCommand_base: {
|
|
|
230
230
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
231
231
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
232
232
|
* // },
|
|
233
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
234
|
+
* // Enabled: true || false,
|
|
235
|
+
* // },
|
|
233
236
|
* // },
|
|
234
237
|
* // },
|
|
235
238
|
* // DryRunResults: { // DryRunResults
|
|
@@ -28,7 +28,8 @@ declare const DescribeReservedInstanceOfferingsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given
|
|
31
|
-
* Region. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html">Reserved Instances in Amazon OpenSearch
|
|
31
|
+
* Region. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html">Reserved Instances in Amazon OpenSearch
|
|
32
|
+
* Service</a>.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -27,10 +27,8 @@ declare const GetDirectQueryDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
32
|
-
* a specific direct query data source in Amazon OpenSearch Service.
|
|
33
|
-
* </p>
|
|
30
|
+
* <p> Returns detailed configuration information for a specific direct query data source in
|
|
31
|
+
* Amazon OpenSearch Service. </p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -27,8 +27,9 @@ declare const GetPackageVersionHistoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation
|
|
31
|
-
* package is a zip plugin package). For more
|
|
30
|
+
* <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation
|
|
31
|
+
* time, commit message, and plugin properties (if the package is a zip plugin package). For more
|
|
32
|
+
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon
|
|
32
33
|
* OpenSearch Service</a>.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,9 +27,9 @@ declare const ListDataSourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists direct-query data sources for a specific domain. For more information, see
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>Lists direct-query data sources for a specific domain. For more information, see For more
|
|
31
|
+
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html">Working with Amazon
|
|
32
|
+
* OpenSearch Service direct queries with Amazon S3</a>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -27,10 +27,8 @@ declare const ListDirectQueryDataSourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
32
|
-
* have configured within Amazon OpenSearch Service.
|
|
33
|
-
* </p>
|
|
30
|
+
* <p> Lists an inventory of all the direct query data sources that you have configured within
|
|
31
|
+
* Amazon OpenSearch Service. </p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListDomainsForPackageRequest
|
|
3
|
+
import { ListDomainsForPackageRequest } from "../models/models_0";
|
|
4
|
+
import { ListDomainsForPackageResponse } from "../models/models_1";
|
|
4
5
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -30,7 +30,7 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
30
30
|
* <p>Retrieves a list of configuration changes that are scheduled for a domain. These changes can
|
|
31
31
|
* be <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
|
|
32
32
|
* updates</a> or <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
|
|
33
|
-
*
|
|
33
|
+
* Auto-Tune enhancements</a>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -27,8 +27,8 @@ declare const StartDomainMaintenanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts the node maintenance process on the data node. These processes can include a node
|
|
31
|
-
* or a Dashboard or Kibana restart.</p>
|
|
30
|
+
* <p>Starts the node maintenance process on the data node. These processes can include a node
|
|
31
|
+
* reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -27,8 +27,8 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a direct-query data source. For more information, see
|
|
31
|
-
*
|
|
30
|
+
* <p>Updates a direct-query data source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Working with Amazon
|
|
31
|
+
* OpenSearch Service data source integrations with Amazon S3</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -27,10 +27,8 @@ declare const UpdateDirectQueryDataSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
*
|
|
32
|
-
* direct query data source in Amazon OpenSearch Service.
|
|
33
|
-
* </p>
|
|
30
|
+
* <p> Updates the configuration or properties of an existing direct query data source in Amazon
|
|
31
|
+
* OpenSearch Service. </p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the cluster configuration of the specified Amazon OpenSearch Service
|
|
31
|
-
* domain.</p>
|
|
30
|
+
* <p>Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -181,6 +180,9 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
181
180
|
* NaturalLanguageQueryGenerationOptions: { // NaturalLanguageQueryGenerationOptionsInput
|
|
182
181
|
* DesiredState: "ENABLED" || "DISABLED",
|
|
183
182
|
* },
|
|
183
|
+
* S3VectorsEngine: { // S3VectorsEngine
|
|
184
|
+
* Enabled: true || false,
|
|
185
|
+
* },
|
|
184
186
|
* },
|
|
185
187
|
* };
|
|
186
188
|
* const command = new UpdateDomainConfigCommand(input);
|
|
@@ -439,6 +441,9 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
439
441
|
* // DesiredState: "ENABLED" || "DISABLED",
|
|
440
442
|
* // CurrentState: "NOT_ENABLED" || "ENABLE_COMPLETE" || "ENABLE_IN_PROGRESS" || "ENABLE_FAILED" || "DISABLE_COMPLETE" || "DISABLE_IN_PROGRESS" || "DISABLE_FAILED",
|
|
441
443
|
* // },
|
|
444
|
+
* // S3VectorsEngine: { // S3VectorsEngine
|
|
445
|
+
* // Enabled: true || false,
|
|
446
|
+
* // },
|
|
442
447
|
* // },
|
|
443
448
|
* // Status: "<OptionStatus>",
|
|
444
449
|
* // },
|
|
@@ -27,7 +27,8 @@ declare const UpdatePackageScopeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the scope of a package. Scope of the package defines users who can view and
|
|
30
|
+
* <p>Updates the scope of a package. Scope of the package defines users who can view and
|
|
31
|
+
* associate a package.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -30,7 +30,7 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
30
30
|
* <p>Reschedules a planned domain configuration change for a later time. This change can be a
|
|
31
31
|
* scheduled <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
|
|
32
32
|
* update</a> or a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
|
|
33
|
-
*
|
|
33
|
+
* Auto-Tune enhancement</a>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|