@aws-sdk/client-opensearch 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/OpenSearch.d.ts +10 -1
- package/dist-types/OpenSearchClient.d.ts +1 -1
- package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/AddDataSourceCommand.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/CancelServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutboundConnectionCommand.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/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutboundConnectionCommand.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/DescribeDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainNodesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.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/GetCompatibleVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainMaintenanceStatusCommand.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/ListDataSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainMaintenancesCommand.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/ListInstanceTypeDetailsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListVersionsCommand.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/PurchaseReservedInstanceOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RejectInboundConnectionCommand.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/StartDomainMaintenanceCommand.d.ts +2 -1
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeDomainCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +915 -915
- package/dist-types/ts3.4/OpenSearch.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddDataSourceCommand.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/CancelServiceSoftwareUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.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/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.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/DescribeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.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/GetCompatibleVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.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/ListDataSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.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/ListInstanceTypeDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVersionsCommand.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/PurchaseReservedInstanceOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.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/StartDomainMaintenanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.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 DescribeDomainNodesCommandOutput extends DescribeDomainNodesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDomainNodesCommand_base: {
|
|
24
24
|
new (input: DescribeDomainNodesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainNodesCommandInput, DescribeDomainNodesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDomainNodesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainNodesCommandInput, DescribeDomainNodesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about domain and nodes, including data nodes, master nodes, ultrawarm
|
|
30
30
|
* nodes, Availability Zone(s), standby nodes, node configurations, and node states.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const DescribeDomainNodesCommand_base: {
|
|
|
83
83
|
* @throws {@link OpenSearchServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeDomainNodesCommand extends DescribeDomainNodesCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDomainsCommand_base: {
|
|
24
24
|
new (input: DescribeDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns domain configuration information about the specified Amazon OpenSearch Service
|
|
30
30
|
* domains.</p>
|
|
31
31
|
* @example
|
|
@@ -212,6 +212,7 @@ declare const DescribeDomainsCommand_base: {
|
|
|
212
212
|
* @throws {@link OpenSearchServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
214
214
|
*
|
|
215
|
+
* @public
|
|
215
216
|
*/
|
|
216
217
|
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
|
|
217
218
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDryRunProgressCommandOutput extends DescribeDryRunProgr
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDryRunProgressCommand_base: {
|
|
24
24
|
new (input: DescribeDryRunProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDryRunProgressCommandInput, DescribeDryRunProgressCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDryRunProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDryRunProgressCommandInput, DescribeDryRunProgressCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch
|
|
30
30
|
* Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#dryrun">Determining whether a change will cause a blue/green deployment</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -232,6 +232,7 @@ declare const DescribeDryRunProgressCommand_base: {
|
|
|
232
232
|
* @throws {@link OpenSearchServiceException}
|
|
233
233
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
234
234
|
*
|
|
235
|
+
* @public
|
|
235
236
|
*/
|
|
236
237
|
export declare class DescribeDryRunProgressCommand extends DescribeDryRunProgressCommand_base {
|
|
237
238
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeInboundConnectionsCommandOutput extends DescribeInbound
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeInboundConnectionsCommand_base: {
|
|
24
24
|
new (input: DescribeInboundConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeInboundConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, 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 (remote) Amazon
|
|
30
30
|
* OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html">Cross-cluster search
|
|
31
31
|
* for Amazon OpenSearch Service</a>.</p>
|
|
@@ -94,6 +94,7 @@ declare const DescribeInboundConnectionsCommand_base: {
|
|
|
94
94
|
* @throws {@link OpenSearchServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeInboundConnectionsCommand extends DescribeInboundConnectionsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeInstanceTypeLimitsCommandOutput extends DescribeInstanc
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeInstanceTypeLimitsCommand_base: {
|
|
24
24
|
new (input: DescribeInstanceTypeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceTypeLimitsCommandInput, DescribeInstanceTypeLimitsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeInstanceTypeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceTypeLimitsCommandInput, DescribeInstanceTypeLimitsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the instance count, storage, and master node limits for a given OpenSearch or
|
|
30
30
|
* Elasticsearch version and instance type.</p>
|
|
31
31
|
* @example
|
|
@@ -105,6 +105,7 @@ declare const DescribeInstanceTypeLimitsCommand_base: {
|
|
|
105
105
|
* @throws {@link OpenSearchServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class DescribeInstanceTypeLimitsCommand extends DescribeInstanceTypeLimitsCommand_base {
|
|
110
111
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutbou
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOutboundConnectionsCommand_base: {
|
|
24
24
|
new (input: DescribeOutboundConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeOutboundConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, 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 connections for a local (source) Amazon OpenSearch
|
|
30
30
|
* Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html">Cross-cluster search
|
|
31
31
|
* for Amazon OpenSearch Service</a>.</p>
|
|
@@ -101,6 +101,7 @@ declare const DescribeOutboundConnectionsCommand_base: {
|
|
|
101
101
|
* @throws {@link OpenSearchServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeOutboundConnectionsCommand extends DescribeOutboundConnectionsCommand_base {
|
|
106
107
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribePackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes all packages available to OpenSearch Service. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom
|
|
30
30
|
* packages for Amazon OpenSearch Service</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -102,6 +102,7 @@ declare const DescribePackagesCommand_base: {
|
|
|
102
102
|
* @throws {@link OpenSearchServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribePackagesCommand extends DescribePackagesCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedInstanceOfferingsCommandOutput extends Describe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedInstanceOfferingsCommand_base: {
|
|
24
24
|
new (input: DescribeReservedInstanceOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedInstanceOfferingsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given
|
|
30
30
|
* Region. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html">Reserved Instances in Amazon OpenSearch Service</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -85,6 +85,7 @@ declare const DescribeReservedInstanceOfferingsCommand_base: {
|
|
|
85
85
|
* @throws {@link OpenSearchServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeReservedInstanceOfferingsCommand extends DescribeReservedInstanceOfferingsCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedInstancesCommandOutput extends DescribeReserved
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedInstancesCommand_base: {
|
|
24
24
|
new (input: DescribeReservedInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the Amazon OpenSearch Service instances that you have reserved in a given Region.
|
|
30
30
|
* For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html">Reserved Instances in Amazon OpenSearch
|
|
31
31
|
* Service</a>.</p>
|
|
@@ -92,6 +92,7 @@ declare const DescribeReservedInstancesCommand_base: {
|
|
|
92
92
|
* @throws {@link OpenSearchServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeReservedInstancesCommand extends DescribeReservedInstancesCommand_base {
|
|
97
98
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, 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 OpenSearchServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from OpenSearch 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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a package from the specified Amazon OpenSearch Service domain. The package can't be
|
|
30
30
|
* in use with any OpenSearch index for the dissociation to succeed. The package is still available
|
|
31
31
|
* in OpenSearch Service for association later. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom
|
|
@@ -88,6 +88,7 @@ declare const DissociatePackageCommand_base: {
|
|
|
88
88
|
* @throws {@link OpenSearchServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DissociatePackageCommand extends DissociatePackageCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCompatibleVersionsCommandOutput extends GetCompatibleVersion
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCompatibleVersionsCommand_base: {
|
|
24
24
|
new (input: GetCompatibleVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetCompatibleVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them
|
|
30
30
|
* to.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const GetCompatibleVersionsCommand_base: {
|
|
|
76
76
|
* @throws {@link OpenSearchServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetCompatibleVersionsCommand extends GetCompatibleVersionsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataSourceCommand_base: {
|
|
24
24
|
new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a direct query data source.</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 GetDataSourceCommand_base: {
|
|
|
78
78
|
* @throws {@link OpenSearchServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDomainMaintenanceStatusCommandOutput extends GetDomainMainte
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDomainMaintenanceStatusCommand_base: {
|
|
24
24
|
new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDomainMaintenanceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The status of the maintenance action.</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 GetDomainMaintenanceStatusCommand_base: {
|
|
|
74
74
|
* @throws {@link OpenSearchServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetDomainMaintenanceStatusCommand extends GetDomainMaintenanceStatusCommand_base {
|
|
79
80
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the
|
|
30
30
|
* package is a zip plugin package). For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon
|
|
31
31
|
* OpenSearch Service</a>.</p>
|
|
@@ -87,6 +87,7 @@ declare const GetPackageVersionHistoryCommand_base: {
|
|
|
87
87
|
* @throws {@link OpenSearchServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetPackageVersionHistoryCommand extends GetPackageVersionHistoryCommand_base {
|
|
92
93
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, 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 performed on an Amazon OpenSearch
|
|
30
30
|
* Service domain.</p>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const GetUpgradeHistoryCommand_base: {
|
|
|
88
88
|
* @throws {@link OpenSearchServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetUpgradeHistoryCommand extends GetUpgradeHistoryCommand_base {
|
|
93
94
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the most recent status of the last upgrade or upgrade eligibility check performed on
|
|
30
30
|
* an Amazon OpenSearch Service domain.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const GetUpgradeStatusCommand_base: {
|
|
|
71
71
|
* @throws {@link OpenSearchServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetUpgradeStatusCommand extends GetUpgradeStatusCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDataSourcesCommand_base: {
|
|
24
24
|
new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists direct-query data sources for a specific domain. For more information, see
|
|
30
30
|
* For more information, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html">Working with Amazon OpenSearch Service direct queries with Amazon S3</a>.</p>
|
|
@@ -83,6 +83,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
83
83
|
* @throws {@link OpenSearchServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDomainMaintenancesCommandOutput extends ListDomainMaintenan
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDomainMaintenancesCommand_base: {
|
|
24
24
|
new (input: ListDomainMaintenancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDomainMaintenancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>A list of maintenance actions for the domain.</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 ListDomainMaintenancesCommand_base: {
|
|
|
84
84
|
* @throws {@link OpenSearchServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListDomainMaintenancesCommand extends ListDomainMaintenancesCommand_base {
|
|
89
90
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the names of all Amazon OpenSearch Service domains owned by the current user in the
|
|
30
30
|
* active Region.</p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const ListDomainNamesCommand_base: {
|
|
|
65
65
|
* @throws {@link OpenSearchServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
70
71
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all Amazon OpenSearch Service domains associated with a given package. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon
|
|
31
31
|
* OpenSearch Service</a>.</p>
|
|
@@ -88,6 +88,7 @@ declare const ListDomainsForPackageCommand_base: {
|
|
|
88
88
|
* @throws {@link OpenSearchServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListDomainsForPackageCommand extends ListDomainsForPackageCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListInstanceTypeDetailsCommandOutput extends ListInstanceTypeDe
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListInstanceTypeDetailsCommand_base: {
|
|
24
24
|
new (input: ListInstanceTypeDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListInstanceTypeDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all instance types and available features for a given OpenSearch or Elasticsearch
|
|
30
30
|
* version.</p>
|
|
31
31
|
* @example
|
|
@@ -87,6 +87,7 @@ declare const ListInstanceTypeDetailsCommand_base: {
|
|
|
87
87
|
* @throws {@link OpenSearchServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListInstanceTypeDetailsCommand extends ListInstanceTypeDetailsCommand_base {
|
|
92
93
|
}
|
|
@@ -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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPackagesForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all packages associated with an Amazon OpenSearch Service domain. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon
|
|
31
31
|
* OpenSearch Service</a>.</p>
|
|
@@ -88,6 +88,7 @@ declare const ListPackagesForDomainCommand_base: {
|
|
|
88
88
|
* @throws {@link OpenSearchServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListPackagesForDomainCommand extends ListPackagesForDomainCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListScheduledActionsCommandOutput extends ListScheduledActionsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListScheduledActionsCommand_base: {
|
|
24
24
|
new (input: ListScheduledActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListScheduledActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of configuration changes that are scheduled for a domain. These changes can
|
|
30
30
|
* be <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
|
|
31
31
|
* updates</a> or <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
|
|
@@ -86,6 +86,7 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
86
86
|
* @throws {@link OpenSearchServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns all resource tags for an Amazon OpenSearch Service domain. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html">Tagging Amazon OpenSearch Service domains</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const ListTagsCommand_base: {
|
|
|
71
71
|
* @throws {@link OpenSearchServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVersionsCommandOutput extends ListVersionsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVersionsCommand_base: {
|
|
24
24
|
new (input: ListVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service
|
|
30
30
|
* supports.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const ListVersionsCommand_base: {
|
|
|
70
70
|
* @throws {@link OpenSearchServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListVersionsCommand extends ListVersionsCommand_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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about each Amazon Web Services 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 OpenSearchServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from OpenSearch 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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, 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 Amazon Web Services 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 OpenSearchServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from OpenSearch 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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListVpcEndpointsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, OpenSearchClientResolvedConfig, 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
|
|
30
30
|
* domain.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const ListVpcEndpointsForDomainCommand_base: {
|
|
|
75
75
|
* @throws {@link OpenSearchServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface PurchaseReservedInstanceOfferingCommandOutput extends PurchaseR
|
|
|
22
22
|
}
|
|
23
23
|
declare const PurchaseReservedInstanceOfferingCommand_base: {
|
|
24
24
|
new (input: PurchaseReservedInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedInstanceOfferingCommandInput, PurchaseReservedInstanceOfferingCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PurchaseReservedInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedInstanceOfferingCommandInput, PurchaseReservedInstanceOfferingCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows you to purchase Amazon OpenSearch Service Reserved 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 PurchaseReservedInstanceOfferingCommand_base: {
|
|
|
74
74
|
* @throws {@link OpenSearchServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class PurchaseReservedInstanceOfferingCommand extends PurchaseReservedInstanceOfferingCommand_base {
|
|
79
80
|
}
|