@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
|
@@ -25,6 +25,15 @@ declare const GetDomainMaintenanceStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetDomainMaintenanceStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDomainMaintenanceStatusCommandInput,
|
|
32
|
+
GetDomainMaintenanceStatusCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDomainMaintenanceStatusCommand extends GetDomainMaintenanceStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetPackageVersionHistoryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetPackageVersionHistoryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetPackageVersionHistoryCommandInput,
|
|
32
|
+
GetPackageVersionHistoryCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetPackageVersionHistoryCommand extends GetPackageVersionHistoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetUpgradeHistoryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetUpgradeHistoryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetUpgradeHistoryCommandInput,
|
|
32
|
+
GetUpgradeHistoryCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetUpgradeHistoryCommand extends GetUpgradeHistoryCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetUpgradeStatusCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetUpgradeStatusCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetUpgradeStatusCommandInput,
|
|
31
|
+
GetUpgradeStatusCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetUpgradeStatusCommand extends GetUpgradeStatusCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListDataSourcesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListDataSourcesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListDataSourcesCommandInput,
|
|
31
|
+
ListDataSourcesCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListDomainMaintenancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListDomainMaintenancesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListDomainMaintenancesCommandInput,
|
|
32
|
+
ListDomainMaintenancesCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListDomainMaintenancesCommand extends ListDomainMaintenancesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListDomainNamesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListDomainNamesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListDomainNamesCommandInput,
|
|
31
|
+
ListDomainNamesCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListDomainsForPackageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListDomainsForPackageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListDomainsForPackageCommandInput,
|
|
32
|
+
ListDomainsForPackageCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListDomainsForPackageCommand extends ListDomainsForPackageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListInstanceTypeDetailsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListInstanceTypeDetailsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListInstanceTypeDetailsCommandInput,
|
|
32
|
+
ListInstanceTypeDetailsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListInstanceTypeDetailsCommand extends ListInstanceTypeDetailsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPackagesForDomainCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPackagesForDomainCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPackagesForDomainCommandInput,
|
|
32
|
+
ListPackagesForDomainCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPackagesForDomainCommand extends ListPackagesForDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListScheduledActionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListScheduledActionsCommandInput,
|
|
32
|
+
ListScheduledActionsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListTagsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListTagsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListTagsCommandInput,
|
|
28
|
+
ListTagsCommandOutput,
|
|
29
|
+
OpenSearchClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListTagsCommand extends ListTagsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListVersionsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListVersionsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListVersionsCommandInput,
|
|
28
|
+
ListVersionsCommandOutput,
|
|
29
|
+
OpenSearchClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListVersionsCommand extends ListVersionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVpcEndpointAccessCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListVpcEndpointAccessCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVpcEndpointAccessCommandInput,
|
|
32
|
+
ListVpcEndpointAccessCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVpcEndpointAccessCommand extends ListVpcEndpointAccessCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListVpcEndpointsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListVpcEndpointsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListVpcEndpointsCommandInput,
|
|
31
|
+
ListVpcEndpointsCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVpcEndpointsForDomainCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListVpcEndpointsForDomainCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVpcEndpointsForDomainCommandInput,
|
|
32
|
+
ListVpcEndpointsForDomainCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PurchaseReservedInstanceOfferingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PurchaseReservedInstanceOfferingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PurchaseReservedInstanceOfferingCommandInput,
|
|
32
|
+
PurchaseReservedInstanceOfferingCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PurchaseReservedInstanceOfferingCommand extends PurchaseReservedInstanceOfferingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RejectInboundConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RejectInboundConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RejectInboundConnectionCommandInput,
|
|
32
|
+
RejectInboundConnectionCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RejectInboundConnectionCommand extends RejectInboundConnectionCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const RemoveTagsCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: RemoveTagsCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
RemoveTagsCommandInput,
|
|
26
|
+
RemoveTagsCommandOutput,
|
|
27
|
+
OpenSearchClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RevokeVpcEndpointAccessCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RevokeVpcEndpointAccessCommandInput,
|
|
32
|
+
RevokeVpcEndpointAccessCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RevokeVpcEndpointAccessCommand extends RevokeVpcEndpointAccessCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartDomainMaintenanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartDomainMaintenanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartDomainMaintenanceCommandInput,
|
|
32
|
+
StartDomainMaintenanceCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartDomainMaintenanceCommand extends StartDomainMaintenanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartServiceSoftwareUpdateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartServiceSoftwareUpdateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartServiceSoftwareUpdateCommandInput,
|
|
32
|
+
StartServiceSoftwareUpdateCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartServiceSoftwareUpdateCommand extends StartServiceSoftwareUpdateCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateDataSourceCommandInput,
|
|
31
|
+
UpdateDataSourceCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateDomainConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateDomainConfigCommandInput,
|
|
32
|
+
UpdateDomainConfigCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateDomainConfigCommand extends UpdateDomainConfigCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdatePackageCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdatePackageCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdatePackageCommandInput,
|
|
31
|
+
UpdatePackageCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateScheduledActionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateScheduledActionCommandInput,
|
|
32
|
+
UpdateScheduledActionCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateVpcEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateVpcEndpointCommandInput,
|
|
32
|
+
UpdateVpcEndpointCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpgradeDomainCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpgradeDomainCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpgradeDomainCommandInput,
|
|
31
|
+
UpgradeDomainCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpgradeDomainCommand extends UpgradeDomainCommand_base {}
|
|
@@ -6,5 +6,4 @@ export { OpenSearchExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./models";
|
|
9
|
-
import "@aws-sdk/util-endpoints";
|
|
10
9
|
export { OpenSearchServiceException } from "./models/OpenSearchServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.540.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.540.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.540.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.540.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.540.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|