@aws-sdk/client-opensearch 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/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/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/package.json +40 -40
|
@@ -578,6 +578,7 @@ export interface OpenSearch {
|
|
|
578
578
|
options: __HttpHandlerOptions,
|
|
579
579
|
cb: (err: any, data?: DescribeDryRunProgressCommandOutput) => void
|
|
580
580
|
): void;
|
|
581
|
+
describeInboundConnections(): Promise<DescribeInboundConnectionsCommandOutput>;
|
|
581
582
|
describeInboundConnections(
|
|
582
583
|
args: DescribeInboundConnectionsCommandInput,
|
|
583
584
|
options?: __HttpHandlerOptions
|
|
@@ -604,6 +605,7 @@ export interface OpenSearch {
|
|
|
604
605
|
options: __HttpHandlerOptions,
|
|
605
606
|
cb: (err: any, data?: DescribeInstanceTypeLimitsCommandOutput) => void
|
|
606
607
|
): void;
|
|
608
|
+
describeOutboundConnections(): Promise<DescribeOutboundConnectionsCommandOutput>;
|
|
607
609
|
describeOutboundConnections(
|
|
608
610
|
args: DescribeOutboundConnectionsCommandInput,
|
|
609
611
|
options?: __HttpHandlerOptions
|
|
@@ -617,6 +619,7 @@ export interface OpenSearch {
|
|
|
617
619
|
options: __HttpHandlerOptions,
|
|
618
620
|
cb: (err: any, data?: DescribeOutboundConnectionsCommandOutput) => void
|
|
619
621
|
): void;
|
|
622
|
+
describePackages(): Promise<DescribePackagesCommandOutput>;
|
|
620
623
|
describePackages(
|
|
621
624
|
args: DescribePackagesCommandInput,
|
|
622
625
|
options?: __HttpHandlerOptions
|
|
@@ -630,6 +633,7 @@ export interface OpenSearch {
|
|
|
630
633
|
options: __HttpHandlerOptions,
|
|
631
634
|
cb: (err: any, data?: DescribePackagesCommandOutput) => void
|
|
632
635
|
): void;
|
|
636
|
+
describeReservedInstanceOfferings(): Promise<DescribeReservedInstanceOfferingsCommandOutput>;
|
|
633
637
|
describeReservedInstanceOfferings(
|
|
634
638
|
args: DescribeReservedInstanceOfferingsCommandInput,
|
|
635
639
|
options?: __HttpHandlerOptions
|
|
@@ -649,6 +653,7 @@ export interface OpenSearch {
|
|
|
649
653
|
data?: DescribeReservedInstanceOfferingsCommandOutput
|
|
650
654
|
) => void
|
|
651
655
|
): void;
|
|
656
|
+
describeReservedInstances(): Promise<DescribeReservedInstancesCommandOutput>;
|
|
652
657
|
describeReservedInstances(
|
|
653
658
|
args: DescribeReservedInstancesCommandInput,
|
|
654
659
|
options?: __HttpHandlerOptions
|
|
@@ -688,6 +693,7 @@ export interface OpenSearch {
|
|
|
688
693
|
options: __HttpHandlerOptions,
|
|
689
694
|
cb: (err: any, data?: DissociatePackageCommandOutput) => void
|
|
690
695
|
): void;
|
|
696
|
+
getCompatibleVersions(): Promise<GetCompatibleVersionsCommandOutput>;
|
|
691
697
|
getCompatibleVersions(
|
|
692
698
|
args: GetCompatibleVersionsCommandInput,
|
|
693
699
|
options?: __HttpHandlerOptions
|
|
@@ -792,6 +798,7 @@ export interface OpenSearch {
|
|
|
792
798
|
options: __HttpHandlerOptions,
|
|
793
799
|
cb: (err: any, data?: ListDomainMaintenancesCommandOutput) => void
|
|
794
800
|
): void;
|
|
801
|
+
listDomainNames(): Promise<ListDomainNamesCommandOutput>;
|
|
795
802
|
listDomainNames(
|
|
796
803
|
args: ListDomainNamesCommandInput,
|
|
797
804
|
options?: __HttpHandlerOptions
|
|
@@ -870,6 +877,7 @@ export interface OpenSearch {
|
|
|
870
877
|
options: __HttpHandlerOptions,
|
|
871
878
|
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
872
879
|
): void;
|
|
880
|
+
listVersions(): Promise<ListVersionsCommandOutput>;
|
|
873
881
|
listVersions(
|
|
874
882
|
args: ListVersionsCommandInput,
|
|
875
883
|
options?: __HttpHandlerOptions
|
|
@@ -896,6 +904,7 @@ export interface OpenSearch {
|
|
|
896
904
|
options: __HttpHandlerOptions,
|
|
897
905
|
cb: (err: any, data?: ListVpcEndpointAccessCommandOutput) => void
|
|
898
906
|
): void;
|
|
907
|
+
listVpcEndpoints(): Promise<ListVpcEndpointsCommandOutput>;
|
|
899
908
|
listVpcEndpoints(
|
|
900
909
|
args: ListVpcEndpointsCommandInput,
|
|
901
910
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AcceptInboundConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AcceptInboundConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AcceptInboundConnectionCommandInput,
|
|
32
|
+
AcceptInboundConnectionCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AcceptInboundConnectionCommand extends AcceptInboundConnectionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const AddDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AddDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AddDataSourceCommandInput,
|
|
31
|
+
AddDataSourceCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AddDataSourceCommand extends AddDataSourceCommand_base {}
|
|
@@ -17,6 +17,13 @@ declare const AddTagsCommand_base: {
|
|
|
17
17
|
ServiceInputTypes,
|
|
18
18
|
ServiceOutputTypes
|
|
19
19
|
>;
|
|
20
|
+
new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
AddTagsCommandInput,
|
|
22
|
+
AddTagsCommandOutput,
|
|
23
|
+
OpenSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
20
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
21
28
|
};
|
|
22
29
|
export declare class AddTagsCommand extends AddTagsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const AssociatePackageCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AssociatePackageCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AssociatePackageCommandInput,
|
|
31
|
+
AssociatePackageCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AssociatePackageCommand extends AssociatePackageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AuthorizeVpcEndpointAccessCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AuthorizeVpcEndpointAccessCommandInput,
|
|
32
|
+
AuthorizeVpcEndpointAccessCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CancelDomainConfigChangeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CancelDomainConfigChangeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CancelDomainConfigChangeCommandInput,
|
|
32
|
+
CancelDomainConfigChangeCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CancelDomainConfigChangeCommand extends CancelDomainConfigChangeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CancelServiceSoftwareUpdateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CancelServiceSoftwareUpdateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CancelServiceSoftwareUpdateCommandInput,
|
|
32
|
+
CancelServiceSoftwareUpdateCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CancelServiceSoftwareUpdateCommand extends CancelServiceSoftwareUpdateCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateDomainCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateDomainCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateDomainCommandInput,
|
|
28
|
+
CreateDomainCommandOutput,
|
|
29
|
+
OpenSearchClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateOutboundConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateOutboundConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateOutboundConnectionCommandInput,
|
|
32
|
+
CreateOutboundConnectionCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateOutboundConnectionCommand extends CreateOutboundConnectionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreatePackageCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreatePackageCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreatePackageCommandInput,
|
|
31
|
+
CreatePackageCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreatePackageCommand extends CreatePackageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateVpcEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateVpcEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateVpcEndpointCommandInput,
|
|
32
|
+
CreateVpcEndpointCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDataSourceCommandInput,
|
|
31
|
+
DeleteDataSourceCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteDomainCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteDomainCommandInput,
|
|
28
|
+
DeleteDomainCommandOutput,
|
|
29
|
+
OpenSearchClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteInboundConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteInboundConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteInboundConnectionCommandInput,
|
|
32
|
+
DeleteInboundConnectionCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteInboundConnectionCommand extends DeleteInboundConnectionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteOutboundConnectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteOutboundConnectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteOutboundConnectionCommandInput,
|
|
32
|
+
DeleteOutboundConnectionCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteOutboundConnectionCommand extends DeleteOutboundConnectionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeletePackageCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeletePackageCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeletePackageCommandInput,
|
|
31
|
+
DeletePackageCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeletePackageCommand extends DeletePackageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteVpcEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteVpcEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteVpcEndpointCommandInput,
|
|
32
|
+
DeleteVpcEndpointCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDomainAutoTunesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDomainAutoTunesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDomainAutoTunesCommandInput,
|
|
32
|
+
DescribeDomainAutoTunesCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDomainAutoTunesCommand extends DescribeDomainAutoTunesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDomainChangeProgressCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDomainChangeProgressCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDomainChangeProgressCommandInput,
|
|
32
|
+
DescribeDomainChangeProgressCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDomainChangeProgressCommand extends DescribeDomainChangeProgressCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeDomainCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeDomainCommandInput,
|
|
31
|
+
DescribeDomainCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDomainConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDomainConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDomainConfigCommandInput,
|
|
32
|
+
DescribeDomainConfigCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDomainConfigCommand extends DescribeDomainConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDomainHealthCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDomainHealthCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDomainHealthCommandInput,
|
|
32
|
+
DescribeDomainHealthCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDomainHealthCommand extends DescribeDomainHealthCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDomainNodesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDomainNodesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDomainNodesCommandInput,
|
|
32
|
+
DescribeDomainNodesCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDomainNodesCommand extends DescribeDomainNodesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeDomainsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeDomainsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeDomainsCommandInput,
|
|
31
|
+
DescribeDomainsCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDryRunProgressCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDryRunProgressCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDryRunProgressCommandInput,
|
|
32
|
+
DescribeDryRunProgressCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDryRunProgressCommand extends DescribeDryRunProgressCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeInboundConnectionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeInboundConnectionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeInboundConnectionsCommandInput,
|
|
32
|
+
DescribeInboundConnectionsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeInboundConnectionsCommand extends DescribeInboundConnectionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeInstanceTypeLimitsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeInstanceTypeLimitsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeInstanceTypeLimitsCommandInput,
|
|
32
|
+
DescribeInstanceTypeLimitsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeInstanceTypeLimitsCommand extends DescribeInstanceTypeLimitsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeOutboundConnectionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeOutboundConnectionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeOutboundConnectionsCommandInput,
|
|
32
|
+
DescribeOutboundConnectionsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeOutboundConnectionsCommand extends DescribeOutboundConnectionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribePackagesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribePackagesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribePackagesCommandInput,
|
|
31
|
+
DescribePackagesCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribePackagesCommand extends DescribePackagesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeReservedInstanceOfferingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeReservedInstanceOfferingsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeReservedInstanceOfferingsCommandInput,
|
|
32
|
+
DescribeReservedInstanceOfferingsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeReservedInstanceOfferingsCommand extends DescribeReservedInstanceOfferingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeReservedInstancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeReservedInstancesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeReservedInstancesCommandInput,
|
|
32
|
+
DescribeReservedInstancesCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeReservedInstancesCommand extends DescribeReservedInstancesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeVpcEndpointsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeVpcEndpointsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeVpcEndpointsCommandInput,
|
|
32
|
+
DescribeVpcEndpointsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeVpcEndpointsCommand extends DescribeVpcEndpointsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DissociatePackageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DissociatePackageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DissociatePackageCommandInput,
|
|
32
|
+
DissociatePackageCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DissociatePackageCommand extends DissociatePackageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetCompatibleVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetCompatibleVersionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCompatibleVersionsCommandInput,
|
|
32
|
+
GetCompatibleVersionsCommandOutput,
|
|
33
|
+
OpenSearchClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetCompatibleVersionsCommand extends GetCompatibleVersionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetDataSourceCommandInput,
|
|
31
|
+
GetDataSourceCommandOutput,
|
|
32
|
+
OpenSearchClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {}
|