@aws-sdk/client-elasticsearch-service 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +832 -210
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +376 -114
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2065 -1822
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociatePackageRequest,
|
|
15
|
+
AssociatePackageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociatePackageCommandInput extends AssociatePackageRequest {}
|
|
18
|
+
export interface AssociatePackageCommandOutput
|
|
19
|
+
extends AssociatePackageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AssociatePackageCommand extends $Command<
|
|
23
|
+
AssociatePackageCommandInput,
|
|
24
|
+
AssociatePackageCommandOutput,
|
|
25
|
+
ElasticsearchServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociatePackageCommandInput;
|
|
28
|
+
constructor(input: AssociatePackageCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AssociatePackageCommandInput, AssociatePackageCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
CancelElasticsearchServiceSoftwareUpdateRequest,
|
|
15
|
+
CancelElasticsearchServiceSoftwareUpdateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
18
|
+
extends CancelElasticsearchServiceSoftwareUpdateRequest {}
|
|
19
|
+
export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
20
|
+
extends CancelElasticsearchServiceSoftwareUpdateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command<
|
|
24
|
+
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
25
|
+
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
|
|
29
|
+
constructor(input: CancelElasticsearchServiceSoftwareUpdateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
37
|
+
CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateElasticsearchDomainRequest,
|
|
15
|
+
CreateElasticsearchDomainResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateElasticsearchDomainCommandInput
|
|
18
|
+
extends CreateElasticsearchDomainRequest {}
|
|
19
|
+
export interface CreateElasticsearchDomainCommandOutput
|
|
20
|
+
extends CreateElasticsearchDomainResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateElasticsearchDomainCommand extends $Command<
|
|
24
|
+
CreateElasticsearchDomainCommandInput,
|
|
25
|
+
CreateElasticsearchDomainCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateElasticsearchDomainCommandInput;
|
|
29
|
+
constructor(input: CreateElasticsearchDomainCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateElasticsearchDomainCommandInput,
|
|
37
|
+
CreateElasticsearchDomainCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateOutboundCrossClusterSearchConnectionRequest,
|
|
15
|
+
CreateOutboundCrossClusterSearchConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
18
|
+
extends CreateOutboundCrossClusterSearchConnectionRequest {}
|
|
19
|
+
export interface CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
20
|
+
extends CreateOutboundCrossClusterSearchConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateOutboundCrossClusterSearchConnectionCommand extends $Command<
|
|
24
|
+
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
25
|
+
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput;
|
|
29
|
+
constructor(input: CreateOutboundCrossClusterSearchConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
37
|
+
CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
CreatePackageRequest,
|
|
15
|
+
CreatePackageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePackageCommandInput extends CreatePackageRequest {}
|
|
18
|
+
export interface CreatePackageCommandOutput
|
|
19
|
+
extends CreatePackageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreatePackageCommand extends $Command<
|
|
23
|
+
CreatePackageCommandInput,
|
|
24
|
+
CreatePackageCommandOutput,
|
|
25
|
+
ElasticsearchServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreatePackageCommandInput;
|
|
28
|
+
constructor(input: CreatePackageCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreatePackageCommandInput, CreatePackageCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteElasticsearchDomainRequest,
|
|
15
|
+
DeleteElasticsearchDomainResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteElasticsearchDomainCommandInput
|
|
18
|
+
extends DeleteElasticsearchDomainRequest {}
|
|
19
|
+
export interface DeleteElasticsearchDomainCommandOutput
|
|
20
|
+
extends DeleteElasticsearchDomainResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteElasticsearchDomainCommand extends $Command<
|
|
24
|
+
DeleteElasticsearchDomainCommandInput,
|
|
25
|
+
DeleteElasticsearchDomainCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteElasticsearchDomainCommandInput;
|
|
29
|
+
constructor(input: DeleteElasticsearchDomainCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteElasticsearchDomainCommandInput,
|
|
37
|
+
DeleteElasticsearchDomainCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,16 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
export interface DeleteElasticsearchServiceRoleCommandInput {}
|
|
14
|
+
export interface DeleteElasticsearchServiceRoleCommandOutput
|
|
15
|
+
extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteElasticsearchServiceRoleCommand extends $Command<
|
|
18
|
+
DeleteElasticsearchServiceRoleCommandInput,
|
|
19
|
+
DeleteElasticsearchServiceRoleCommandOutput,
|
|
20
|
+
ElasticsearchServiceClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteElasticsearchServiceRoleCommandInput;
|
|
23
|
+
constructor(input: DeleteElasticsearchServiceRoleCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteElasticsearchServiceRoleCommandInput,
|
|
31
|
+
DeleteElasticsearchServiceRoleCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteInboundCrossClusterSearchConnectionRequest,
|
|
15
|
+
DeleteInboundCrossClusterSearchConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
18
|
+
extends DeleteInboundCrossClusterSearchConnectionRequest {}
|
|
19
|
+
export interface DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
20
|
+
extends DeleteInboundCrossClusterSearchConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<
|
|
24
|
+
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
25
|
+
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput;
|
|
29
|
+
constructor(input: DeleteInboundCrossClusterSearchConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
37
|
+
DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteOutboundCrossClusterSearchConnectionRequest,
|
|
15
|
+
DeleteOutboundCrossClusterSearchConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
18
|
+
extends DeleteOutboundCrossClusterSearchConnectionRequest {}
|
|
19
|
+
export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
20
|
+
extends DeleteOutboundCrossClusterSearchConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<
|
|
24
|
+
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
25
|
+
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
|
|
29
|
+
constructor(input: DeleteOutboundCrossClusterSearchConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
37
|
+
DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DeletePackageRequest,
|
|
15
|
+
DeletePackageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeletePackageCommandInput extends DeletePackageRequest {}
|
|
18
|
+
export interface DeletePackageCommandOutput
|
|
19
|
+
extends DeletePackageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeletePackageCommand extends $Command<
|
|
23
|
+
DeletePackageCommandInput,
|
|
24
|
+
DeletePackageCommandOutput,
|
|
25
|
+
ElasticsearchServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeletePackageCommandInput;
|
|
28
|
+
constructor(input: DeletePackageCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeletePackageCommandInput, DeletePackageCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticsearchServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDomainAutoTunesRequest,
|
|
15
|
+
DescribeDomainAutoTunesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDomainAutoTunesCommandInput
|
|
18
|
+
extends DescribeDomainAutoTunesRequest {}
|
|
19
|
+
export interface DescribeDomainAutoTunesCommandOutput
|
|
20
|
+
extends DescribeDomainAutoTunesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDomainAutoTunesCommand extends $Command<
|
|
24
|
+
DescribeDomainAutoTunesCommandInput,
|
|
25
|
+
DescribeDomainAutoTunesCommandOutput,
|
|
26
|
+
ElasticsearchServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDomainAutoTunesCommandInput;
|
|
29
|
+
constructor(input: DescribeDomainAutoTunesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticsearchServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDomainAutoTunesCommandInput,
|
|
37
|
+
DescribeDomainAutoTunesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|