@aws-sdk/client-elasticsearch-service 3.890.0 → 3.891.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/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -0
- package/dist-types/commands/AddTagsCommand.d.ts +2 -0
- package/dist-types/commands/AssociatePackageCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +2 -0
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -0
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +2 -0
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreatePackageCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +2 -0
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeletePackageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -0
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +2 -0
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -0
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePackagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DissociatePackageCommand.d.ts +2 -0
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -0
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -0
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -0
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -0
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -0
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePackageCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, AcceptInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // AcceptInboundCrossClusterSearchConnectionRequest
|
|
38
40
|
* CrossClusterSearchConnectionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const AddTagsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticsearchServiceClient, AddTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
36
36
|
* // const { ElasticsearchServiceClient, AddTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
37
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
38
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
37
39
|
* const client = new ElasticsearchServiceClient(config);
|
|
38
40
|
* const input = { // AddTagsRequest
|
|
39
41
|
* ARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociatePackageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, AssociatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, AssociatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // AssociatePackageRequest
|
|
38
40
|
* PackageID: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, AuthorizeVpcEndpointAccessCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, AuthorizeVpcEndpointAccessCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // AuthorizeVpcEndpointAccessRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CancelDomainConfigChangeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, CancelDomainConfigChangeCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, CancelDomainConfigChangeCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // CancelDomainConfigChangeRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, CancelElasticsearchServiceSoftwareUpdateCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, CancelElasticsearchServiceSoftwareUpdateCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // CancelElasticsearchServiceSoftwareUpdateRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateElasticsearchDomainCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticsearchServiceClient, CreateElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
36
36
|
* // const { ElasticsearchServiceClient, CreateElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
37
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
38
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
37
39
|
* const client = new ElasticsearchServiceClient(config);
|
|
38
40
|
* const input = { // CreateElasticsearchDomainRequest
|
|
39
41
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, CreateOutboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, CreateOutboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // CreateOutboundCrossClusterSearchConnectionRequest
|
|
38
40
|
* SourceDomainInfo: { // DomainInformation
|
|
@@ -33,6 +33,8 @@ declare const CreatePackageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, CreatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, CreatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // CreatePackageRequest
|
|
38
40
|
* PackageName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, CreateVpcEndpointCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, CreateVpcEndpointCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // CreateVpcEndpointRequest
|
|
38
40
|
* DomainArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteElasticsearchDomainCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DeleteElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DeleteElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DeleteElasticsearchDomainRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -32,6 +32,8 @@ declare const DeleteElasticsearchServiceRoleCommand_base: {
|
|
|
32
32
|
* ```javascript
|
|
33
33
|
* import { ElasticsearchServiceClient, DeleteElasticsearchServiceRoleCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
34
34
|
* // const { ElasticsearchServiceClient, DeleteElasticsearchServiceRoleCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
35
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
36
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
35
37
|
* const client = new ElasticsearchServiceClient(config);
|
|
36
38
|
* const input = {};
|
|
37
39
|
* const command = new DeleteElasticsearchServiceRoleCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DeleteInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DeleteInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DeleteInboundCrossClusterSearchConnectionRequest
|
|
38
40
|
* CrossClusterSearchConnectionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DeleteOutboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DeleteOutboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DeleteOutboundCrossClusterSearchConnectionRequest
|
|
38
40
|
* CrossClusterSearchConnectionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeletePackageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DeletePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DeletePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DeletePackageRequest
|
|
38
40
|
* PackageID: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DeleteVpcEndpointCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DeleteVpcEndpointCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DeleteVpcEndpointRequest
|
|
38
40
|
* VpcEndpointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeDomainAutoTunesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeDomainAutoTunesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeDomainAutoTunesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeDomainAutoTunesRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeDomainChangeProgressCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticsearchServiceClient, DescribeDomainChangeProgressCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
36
36
|
* // const { ElasticsearchServiceClient, DescribeDomainChangeProgressCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
37
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
38
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
37
39
|
* const client = new ElasticsearchServiceClient(config);
|
|
38
40
|
* const input = { // DescribeDomainChangeProgressRequest
|
|
39
41
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeElasticsearchDomainCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeElasticsearchDomainRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeElasticsearchDomainConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeElasticsearchDomainConfigCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeElasticsearchDomainConfigCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeElasticsearchDomainConfigRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeElasticsearchDomainsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeElasticsearchDomainsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeElasticsearchDomainsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeElasticsearchDomainsRequest
|
|
38
40
|
* DomainNames: [ // DomainNameList // required
|
|
@@ -40,6 +40,8 @@ declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ElasticsearchServiceClient, DescribeElasticsearchInstanceTypeLimitsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
42
42
|
* // const { ElasticsearchServiceClient, DescribeElasticsearchInstanceTypeLimitsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
43
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
44
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
43
45
|
* const client = new ElasticsearchServiceClient(config);
|
|
44
46
|
* const input = { // DescribeElasticsearchInstanceTypeLimitsRequest
|
|
45
47
|
* DomainName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeInboundCrossClusterSearchConnectionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeInboundCrossClusterSearchConnectionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeInboundCrossClusterSearchConnectionsRequest
|
|
38
40
|
* Filters: [ // FilterList
|
|
@@ -33,6 +33,8 @@ declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeOutboundCrossClusterSearchConnectionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeOutboundCrossClusterSearchConnectionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeOutboundCrossClusterSearchConnectionsRequest
|
|
38
40
|
* Filters: [ // FilterList
|
|
@@ -33,6 +33,8 @@ declare const DescribePackagesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribePackagesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribePackagesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribePackagesRequest
|
|
38
40
|
* Filters: [ // DescribePackagesFilterList
|
|
@@ -33,6 +33,8 @@ declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeReservedElasticsearchInstanceOfferingsRequest
|
|
38
40
|
* ReservedElasticsearchInstanceOfferingId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeReservedElasticsearchInstancesRequest
|
|
38
40
|
* ReservedElasticsearchInstanceId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeVpcEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DescribeVpcEndpointsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DescribeVpcEndpointsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DescribeVpcEndpointsRequest
|
|
38
40
|
* VpcEndpointIds: [ // VpcEndpointIdList // required
|
|
@@ -33,6 +33,8 @@ declare const DissociatePackageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, DissociatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, DissociatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // DissociatePackageRequest
|
|
38
40
|
* PackageID: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetCompatibleElasticsearchVersionsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ElasticsearchServiceClient, GetCompatibleElasticsearchVersionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
42
42
|
* // const { ElasticsearchServiceClient, GetCompatibleElasticsearchVersionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
43
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
44
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
43
45
|
* const client = new ElasticsearchServiceClient(config);
|
|
44
46
|
* const input = { // GetCompatibleElasticsearchVersionsRequest
|
|
45
47
|
* DomainName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetPackageVersionHistoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, GetPackageVersionHistoryCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, GetPackageVersionHistoryCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // GetPackageVersionHistoryRequest
|
|
38
40
|
* PackageID: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetUpgradeHistoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, GetUpgradeHistoryCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, GetUpgradeHistoryCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // GetUpgradeHistoryRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetUpgradeStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, GetUpgradeStatusCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, GetUpgradeStatusCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // GetUpgradeStatusRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDomainNamesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListDomainNamesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListDomainNamesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListDomainNamesRequest
|
|
38
40
|
* EngineType: "OpenSearch" || "Elasticsearch",
|
|
@@ -33,6 +33,8 @@ declare const ListDomainsForPackageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListDomainsForPackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListDomainsForPackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListDomainsForPackageRequest
|
|
38
40
|
* PackageID: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListElasticsearchInstanceTypesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListElasticsearchInstanceTypesRequest
|
|
38
40
|
* ElasticsearchVersion: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListElasticsearchVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListElasticsearchVersionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListElasticsearchVersionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListElasticsearchVersionsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListPackagesForDomainCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListPackagesForDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListPackagesForDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListPackagesForDomainRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListTagsRequest
|
|
38
40
|
* ARN: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListVpcEndpointAccessCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticsearchServiceClient, ListVpcEndpointAccessCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
36
36
|
* // const { ElasticsearchServiceClient, ListVpcEndpointAccessCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
37
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
38
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
37
39
|
* const client = new ElasticsearchServiceClient(config);
|
|
38
40
|
* const input = { // ListVpcEndpointAccessRequest
|
|
39
41
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListVpcEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListVpcEndpointsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListVpcEndpointsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListVpcEndpointsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListVpcEndpointsForDomainCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, ListVpcEndpointsForDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, ListVpcEndpointsForDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // ListVpcEndpointsForDomainRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, PurchaseReservedElasticsearchInstanceOfferingCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, PurchaseReservedElasticsearchInstanceOfferingCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // PurchaseReservedElasticsearchInstanceOfferingRequest
|
|
38
40
|
* ReservedElasticsearchInstanceOfferingId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, RejectInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, RejectInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // RejectInboundCrossClusterSearchConnectionRequest
|
|
38
40
|
* CrossClusterSearchConnectionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveTagsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, RemoveTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, RemoveTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // RemoveTagsRequest
|
|
38
40
|
* ARN: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticsearchServiceClient, RevokeVpcEndpointAccessCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
36
36
|
* // const { ElasticsearchServiceClient, RevokeVpcEndpointAccessCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
37
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
38
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
37
39
|
* const client = new ElasticsearchServiceClient(config);
|
|
38
40
|
* const input = { // RevokeVpcEndpointAccessRequest
|
|
39
41
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, StartElasticsearchServiceSoftwareUpdateCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, StartElasticsearchServiceSoftwareUpdateCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // StartElasticsearchServiceSoftwareUpdateRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateElasticsearchDomainConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, UpdateElasticsearchDomainConfigCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, UpdateElasticsearchDomainConfigCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // UpdateElasticsearchDomainConfigRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePackageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, UpdatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, UpdatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // UpdatePackageRequest
|
|
38
40
|
* PackageID: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, UpdateVpcEndpointCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, UpdateVpcEndpointCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // UpdateVpcEndpointRequest
|
|
38
40
|
* VpcEndpointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpgradeElasticsearchDomainCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticsearchServiceClient, UpgradeElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
35
35
|
* // const { ElasticsearchServiceClient, UpgradeElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
36
|
+
* // import type { ElasticsearchServiceClientConfig } from "@aws-sdk/client-elasticsearch-service";
|
|
37
|
+
* const config = {}; // type is ElasticsearchServiceClientConfig
|
|
36
38
|
* const client = new ElasticsearchServiceClient(config);
|
|
37
39
|
* const input = { // UpgradeElasticsearchDomainRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticsearch-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticsearch-service",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|