@aws-sdk/client-elasticsearch-service 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ElasticsearchService.d.ts +11 -1
- package/dist-types/ElasticsearchServiceClient.d.ts +1 -1
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/AssociatePackageCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +2 -1
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DissociatePackageCommand.d.ts +2 -1
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -1
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +694 -694
- package/dist-types/ts3.4/ElasticsearchService.d.ts +10 -0
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput exten
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
24
24
|
new (input: DescribeInboundCrossClusterSearchConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeInboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the inbound cross-cluster search connections for a destination domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
|
|
|
87
87
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends DescribeInboundCrossClusterSearchConnectionsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput exte
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
24
24
|
new (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeOutboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the outbound cross-cluster search connections for a source domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
|
|
|
88
88
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends DescribeOutboundCrossClusterSearchConnectionsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePackagesCommandOutput extends DescribePackagesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePackagesCommand_base: {
|
|
24
24
|
new (input: DescribePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribePackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const DescribePackagesCommand_base: {
|
|
|
93
93
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribePackagesCommand extends DescribePackagesCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput ext
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
24
24
|
new (input: DescribeReservedElasticsearchInstanceOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedElasticsearchInstanceOfferingsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists available reserved Elasticsearch instance offerings.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const DescribeReservedElasticsearchInstanceOfferingsCommand_base: {
|
|
|
84
84
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends DescribeReservedElasticsearchInstanceOfferingsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedElasticsearchInstancesCommandOutput extends Des
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
24
24
|
new (input: DescribeReservedElasticsearchInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedElasticsearchInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about reserved Elasticsearch instances for this account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const DescribeReservedElasticsearchInstancesCommand_base: {
|
|
|
89
89
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeReservedElasticsearchInstancesCommand extends DescribeReservedElasticsearchInstancesCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeVpcEndpointsCommand_base: {
|
|
24
24
|
new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const DescribeVpcEndpointsCommand_base: {
|
|
|
94
94
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeVpcEndpointsCommand extends DescribeVpcEndpointsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DissociatePackageCommand_base: {
|
|
24
24
|
new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Dissociates a package from the Amazon ES domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const DissociatePackageCommand_base: {
|
|
|
85
85
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DissociatePackageCommand extends DissociatePackageCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetComp
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCompatibleElasticsearchVersionsCommand_base: {
|
|
24
24
|
new (input: GetCompatibleElasticsearchVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetCompatibleElasticsearchVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns a list of upgrade compatible Elastisearch versions.
|
|
31
31
|
* You can optionally pass a
|
|
@@ -82,6 +82,7 @@ declare const GetCompatibleElasticsearchVersionsCommand_base: {
|
|
|
82
82
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetCompatibleElasticsearchVersionsCommand extends GetCompatibleElasticsearchVersionsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPackageVersionHistoryCommand_base: {
|
|
24
24
|
new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of versions of the package, along with their creation time and commit message.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const GetPackageVersionHistoryCommand_base: {
|
|
|
78
78
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetPackageVersionHistoryCommand extends GetPackageVersionHistoryCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUpgradeHistoryCommand_base: {
|
|
24
24
|
new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const GetUpgradeHistoryCommand_base: {
|
|
|
87
87
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetUpgradeHistoryCommand extends GetUpgradeHistoryCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUpgradeStatusCommand_base: {
|
|
24
24
|
new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const GetUpgradeStatusCommand_base: {
|
|
|
70
70
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetUpgradeStatusCommand extends GetUpgradeStatusCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDomainNamesCommand_base: {
|
|
24
24
|
new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListDomainNamesCommand_base: {
|
|
|
64
64
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackag
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDomainsForPackageCommand_base: {
|
|
24
24
|
new (input: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all Amazon ES domains associated with the package.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListDomainsForPackageCommand_base: {
|
|
|
86
86
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListDomainsForPackageCommand extends ListDomainsForPackageCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListElasticsearchInstanceTypesCommandOutput extends ListElastic
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListElasticsearchInstanceTypesCommand_base: {
|
|
24
24
|
new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListElasticsearchInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListElasticsearchInstanceTypesCommand_base: {
|
|
|
71
71
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListElasticsearchInstanceTypesCommand extends ListElasticsearchInstanceTypesCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearc
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListElasticsearchVersionsCommand_base: {
|
|
24
24
|
new (input: ListElasticsearchVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListElasticsearchVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List all supported Elasticsearch versions</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ListElasticsearchVersionsCommand_base: {
|
|
|
69
69
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListElasticsearchVersionsCommand extends ListElasticsearchVersionsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomai
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPackagesForDomainCommand_base: {
|
|
24
24
|
new (input: ListPackagesForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPackagesForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all packages associated with the Amazon ES domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListPackagesForDomainCommand_base: {
|
|
|
86
86
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListPackagesForDomainCommand extends ListPackagesForDomainCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsCommand_base: {
|
|
24
24
|
new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns all tags for the given Elasticsearch domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsCommand_base: {
|
|
|
70
70
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAcces
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVpcEndpointAccessCommand_base: {
|
|
24
24
|
new (input: ListVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about each principal that is allowed to access a
|
|
30
30
|
* given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const ListVpcEndpointAccessCommand_base: {
|
|
|
73
73
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListVpcEndpointAccessCommand extends ListVpcEndpointAccessCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVpcEndpointsCommand_base: {
|
|
24
24
|
new (input: ListVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListVpcEndpointsCommand_base: {
|
|
|
70
70
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpoints
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVpcEndpointsForDomainCommand_base: {
|
|
24
24
|
new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListVpcEndpointsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const ListVpcEndpointsForDomainCommand_base: {
|
|
|
74
74
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput exte
|
|
|
22
22
|
}
|
|
23
23
|
declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
|
|
24
24
|
new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows you to purchase reserved Elasticsearch instances.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
|
|
|
74
74
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends PurchaseReservedElasticsearchInstanceOfferingCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
|
|
24
24
|
new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows the destination domain owner to reject an inbound cross-cluster search connection request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
75
75
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class RejectInboundCrossClusterSearchConnectionCommand extends RejectInboundCrossClusterSearchConnectionCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTagsCommand_base: {
|
|
24
24
|
new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified set of tags from the specified Elasticsearch domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const RemoveTagsCommand_base: {
|
|
|
63
63
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointA
|
|
|
22
22
|
}
|
|
23
23
|
declare const RevokeVpcEndpointAccessCommand_base: {
|
|
24
24
|
new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes access to an Amazon OpenSearch Service domain that was provided through an interface
|
|
30
30
|
* VPC endpoint.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
68
68
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class RevokeVpcEndpointAccessCommand extends RevokeVpcEndpointAccessCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends St
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
24
24
|
new (input: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Schedules a service software update for an Amazon ES domain.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
|
74
74
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StartElasticsearchServiceSoftwareUpdateCommand extends StartElasticsearchServiceSoftwareUpdateCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElas
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateElasticsearchDomainConfigCommand_base: {
|
|
24
24
|
new (input: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -373,6 +373,7 @@ declare const UpdateElasticsearchDomainConfigCommand_base: {
|
|
|
373
373
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
374
374
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
375
375
|
*
|
|
376
|
+
* @public
|
|
376
377
|
*/
|
|
377
378
|
export declare class UpdateElasticsearchDomainConfigCommand extends UpdateElasticsearchDomainConfigCommand_base {
|
|
378
379
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePackageCommand_base: {
|
|
24
24
|
new (input: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a package for use with Amazon ES domains.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const UpdatePackageCommand_base: {
|
|
|
90
90
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateVpcEndpointCommand_base: {
|
|
24
24
|
new (input: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
97
97
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElastics
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpgradeElasticsearchDomainCommand_base: {
|
|
24
24
|
new (input: UpgradeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpgradeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const UpgradeElasticsearchDomainCommand_base: {
|
|
|
83
83
|
* @throws {@link ElasticsearchServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpgradeElasticsearchDomainCommand extends UpgradeElasticsearchDomainCommand_base {
|
|
88
89
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,5 +17,4 @@ export { ElasticsearchServiceExtensionConfiguration } from "./extensionConfigura
|
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./pagination";
|
|
19
19
|
export * from "./models";
|
|
20
|
-
import "@aws-sdk/util-endpoints";
|
|
21
20
|
export { ElasticsearchServiceServiceException } from "./models/ElasticsearchServiceServiceException";
|