@aws-sdk/client-elasticsearch-service 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/ElasticsearchService.d.ts +168 -276
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -27
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +8 -27
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVpcEndpointsRequest,
|
|
4
|
-
ListVpcEndpointsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {}
|
|
8
|
-
export interface ListVpcEndpointsCommandOutput
|
|
9
|
-
extends ListVpcEndpointsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListVpcEndpointsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListVpcEndpointsCommandInput
|
|
8
|
+
input: ListVpcEndpointsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListVpcEndpointsCommandInput,
|
|
16
11
|
ListVpcEndpointsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListVpcEndpointsForDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVpcEndpointsForDomainCommandInput
|
|
8
|
-
extends ListVpcEndpointsForDomainRequest {}
|
|
7
|
+
export interface ListVpcEndpointsForDomainCommandInput extends ListVpcEndpointsForDomainRequest {}
|
|
9
8
|
export interface ListVpcEndpointsForDomainCommandOutput
|
|
10
|
-
extends ListVpcEndpointsForDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListVpcEndpointsForDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListVpcEndpointsForDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListVpcEndpointsForDomainCommandInput
|
|
12
|
+
input: ListVpcEndpointsForDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListVpcEndpointsForDomainCommandInput,
|
|
17
15
|
ListVpcEndpointsForDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListVpcEndpointsForDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListVpcEndpointsForDomainCommandInput
|
|
21
|
+
input: ListVpcEndpointsForDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListVpcEndpointsForDomainCommandInput,
|
|
26
24
|
ListVpcEndpointsForDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PurchaseReservedElasticsearchInstanceOfferingResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput
|
|
8
|
-
extends PurchaseReservedElasticsearchInstanceOfferingRequest {}
|
|
7
|
+
export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput extends PurchaseReservedElasticsearchInstanceOfferingRequest {}
|
|
9
8
|
export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput
|
|
10
|
-
extends PurchaseReservedElasticsearchInstanceOfferingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {}
|
|
12
10
|
declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PurchaseReservedElasticsearchInstanceOfferingCommandInput
|
|
12
|
+
input: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
17
15
|
PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PurchaseReservedElasticsearchInstanceOfferingCommandInput
|
|
21
|
+
input: PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PurchaseReservedElasticsearchInstanceOfferingCommandInput,
|
|
26
24
|
PurchaseReservedElasticsearchInstanceOfferingCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RejectInboundCrossClusterSearchConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RejectInboundCrossClusterSearchConnectionCommandInput
|
|
8
|
-
extends RejectInboundCrossClusterSearchConnectionRequest {}
|
|
7
|
+
export interface RejectInboundCrossClusterSearchConnectionCommandInput extends RejectInboundCrossClusterSearchConnectionRequest {}
|
|
9
8
|
export interface RejectInboundCrossClusterSearchConnectionCommandOutput
|
|
10
|
-
extends RejectInboundCrossClusterSearchConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RejectInboundCrossClusterSearchConnectionCommandInput
|
|
12
|
+
input: RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
17
15
|
RejectInboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RejectInboundCrossClusterSearchConnectionCommandInput
|
|
21
|
+
input: RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
26
24
|
RejectInboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
|
|
|
5
5
|
export interface RemoveTagsCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const RemoveTagsCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: RemoveTagsCommandInput
|
|
8
|
+
input: RemoveTagsCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
RemoveTagsCommandInput,
|
|
11
11
|
RemoveTagsCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const RemoveTagsCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: RemoveTagsCommandInput
|
|
17
|
+
input: RemoveTagsCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
RemoveTagsCommandInput,
|
|
20
20
|
RemoveTagsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RevokeVpcEndpointAccessResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RevokeVpcEndpointAccessCommandInput
|
|
8
|
-
extends RevokeVpcEndpointAccessRequest {}
|
|
7
|
+
export interface RevokeVpcEndpointAccessCommandInput extends RevokeVpcEndpointAccessRequest {}
|
|
9
8
|
export interface RevokeVpcEndpointAccessCommandOutput
|
|
10
|
-
extends RevokeVpcEndpointAccessResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RevokeVpcEndpointAccessResponse, __MetadataBearer {}
|
|
12
10
|
declare const RevokeVpcEndpointAccessCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RevokeVpcEndpointAccessCommandInput
|
|
12
|
+
input: RevokeVpcEndpointAccessCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RevokeVpcEndpointAccessCommandInput,
|
|
17
15
|
RevokeVpcEndpointAccessCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RevokeVpcEndpointAccessCommandInput
|
|
21
|
+
input: RevokeVpcEndpointAccessCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RevokeVpcEndpointAccessCommandInput,
|
|
26
24
|
RevokeVpcEndpointAccessCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartElasticsearchServiceSoftwareUpdateResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartElasticsearchServiceSoftwareUpdateCommandInput
|
|
8
|
-
extends StartElasticsearchServiceSoftwareUpdateRequest {}
|
|
7
|
+
export interface StartElasticsearchServiceSoftwareUpdateCommandInput extends StartElasticsearchServiceSoftwareUpdateRequest {}
|
|
9
8
|
export interface StartElasticsearchServiceSoftwareUpdateCommandOutput
|
|
10
|
-
extends StartElasticsearchServiceSoftwareUpdateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartElasticsearchServiceSoftwareUpdateCommandInput
|
|
12
|
+
input: StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
17
15
|
StartElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartElasticsearchServiceSoftwareUpdateCommandInput
|
|
21
|
+
input: StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartElasticsearchServiceSoftwareUpdateCommandInput,
|
|
26
24
|
StartElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateElasticsearchDomainConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateElasticsearchDomainConfigCommandInput
|
|
8
|
-
extends UpdateElasticsearchDomainConfigRequest {}
|
|
7
|
+
export interface UpdateElasticsearchDomainConfigCommandInput extends UpdateElasticsearchDomainConfigRequest {}
|
|
9
8
|
export interface UpdateElasticsearchDomainConfigCommandOutput
|
|
10
|
-
extends UpdateElasticsearchDomainConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateElasticsearchDomainConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateElasticsearchDomainConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateElasticsearchDomainConfigCommandInput
|
|
12
|
+
input: UpdateElasticsearchDomainConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateElasticsearchDomainConfigCommandInput,
|
|
17
15
|
UpdateElasticsearchDomainConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateElasticsearchDomainConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateElasticsearchDomainConfigCommandInput
|
|
21
|
+
input: UpdateElasticsearchDomainConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateElasticsearchDomainConfigCommandInput,
|
|
26
24
|
UpdateElasticsearchDomainConfigCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePackageRequest,
|
|
4
|
-
UpdatePackageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdatePackageCommandInput extends UpdatePackageRequest {}
|
|
8
|
-
export interface UpdatePackageCommandOutput
|
|
9
|
-
extends UpdatePackageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdatePackageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdatePackageCommandInput
|
|
8
|
+
input: UpdatePackageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdatePackageCommandInput,
|
|
16
11
|
UpdatePackageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdatePackageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdatePackageCommandInput
|
|
17
|
+
input: UpdatePackageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdatePackageCommandInput,
|
|
25
20
|
UpdatePackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateVpcEndpointRequest,
|
|
4
|
-
UpdateVpcEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateVpcEndpointCommandInput
|
|
8
|
-
extends UpdateVpcEndpointRequest {}
|
|
4
|
+
export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest {}
|
|
9
5
|
export interface UpdateVpcEndpointCommandOutput
|
|
10
|
-
extends UpdateVpcEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateVpcEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateVpcEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateVpcEndpointCommandInput
|
|
9
|
+
input: UpdateVpcEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateVpcEndpointCommandInput,
|
|
17
12
|
UpdateVpcEndpointCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateVpcEndpointCommandInput
|
|
18
|
+
input: UpdateVpcEndpointCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateVpcEndpointCommandInput,
|
|
26
21
|
UpdateVpcEndpointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpgradeElasticsearchDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpgradeElasticsearchDomainCommandInput
|
|
8
|
-
extends UpgradeElasticsearchDomainRequest {}
|
|
7
|
+
export interface UpgradeElasticsearchDomainCommandInput extends UpgradeElasticsearchDomainRequest {}
|
|
9
8
|
export interface UpgradeElasticsearchDomainCommandOutput
|
|
10
|
-
extends UpgradeElasticsearchDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpgradeElasticsearchDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpgradeElasticsearchDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpgradeElasticsearchDomainCommandInput
|
|
12
|
+
input: UpgradeElasticsearchDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpgradeElasticsearchDomainCommandInput,
|
|
17
15
|
UpgradeElasticsearchDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpgradeElasticsearchDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpgradeElasticsearchDomainCommandInput
|
|
21
|
+
input: UpgradeElasticsearchDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpgradeElasticsearchDomainCommandInput,
|
|
26
24
|
UpgradeElasticsearchDomainCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ElasticsearchServiceExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -21,8 +21,7 @@ export declare const DomainPackageStatus: {
|
|
|
21
21
|
readonly DISSOCIATING: "DISSOCIATING";
|
|
22
22
|
readonly DISSOCIATION_FAILED: "DISSOCIATION_FAILED";
|
|
23
23
|
};
|
|
24
|
-
export type DomainPackageStatus =
|
|
25
|
-
(typeof DomainPackageStatus)[keyof typeof DomainPackageStatus];
|
|
24
|
+
export type DomainPackageStatus = (typeof DomainPackageStatus)[keyof typeof DomainPackageStatus];
|
|
26
25
|
export declare const PackageType: {
|
|
27
26
|
readonly TXT_DICTIONARY: "TXT-DICTIONARY";
|
|
28
27
|
};
|
|
@@ -39,14 +38,12 @@ export declare const DeploymentStatus: {
|
|
|
39
38
|
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
40
39
|
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
41
40
|
};
|
|
42
|
-
export type DeploymentStatus =
|
|
43
|
-
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
41
|
+
export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
44
42
|
export declare const AutoTuneDesiredState: {
|
|
45
43
|
readonly DISABLED: "DISABLED";
|
|
46
44
|
readonly ENABLED: "ENABLED";
|
|
47
45
|
};
|
|
48
|
-
export type AutoTuneDesiredState =
|
|
49
|
-
(typeof AutoTuneDesiredState)[keyof typeof AutoTuneDesiredState];
|
|
46
|
+
export type AutoTuneDesiredState = (typeof AutoTuneDesiredState)[keyof typeof AutoTuneDesiredState];
|
|
50
47
|
export declare const TimeUnit: {
|
|
51
48
|
readonly HOURS: "HOURS";
|
|
52
49
|
};
|
|
@@ -55,16 +52,14 @@ export declare const DeploymentStrategy: {
|
|
|
55
52
|
readonly CAPACITY_OPTIMIZED: "CapacityOptimized";
|
|
56
53
|
readonly DEFAULT: "Default";
|
|
57
54
|
};
|
|
58
|
-
export type DeploymentStrategy =
|
|
59
|
-
(typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
55
|
+
export type DeploymentStrategy = (typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
60
56
|
export declare const TLSSecurityPolicy: {
|
|
61
57
|
readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
|
|
62
58
|
readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
|
|
63
59
|
readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
|
|
64
60
|
readonly POLICY_MIN_TLS_1_2_RFC9151_FIPS_2024_08: "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08";
|
|
65
61
|
};
|
|
66
|
-
export type TLSSecurityPolicy =
|
|
67
|
-
(typeof TLSSecurityPolicy)[keyof typeof TLSSecurityPolicy];
|
|
62
|
+
export type TLSSecurityPolicy = (typeof TLSSecurityPolicy)[keyof typeof TLSSecurityPolicy];
|
|
68
63
|
export declare const VolumeType: {
|
|
69
64
|
readonly gp2: "gp2";
|
|
70
65
|
readonly gp3: "gp3";
|
|
@@ -144,8 +139,7 @@ export declare const DomainEngineMode: {
|
|
|
144
139
|
readonly GENERAL: "GENERAL";
|
|
145
140
|
readonly OPTIMIZED: "OPTIMIZED";
|
|
146
141
|
};
|
|
147
|
-
export type DomainEngineMode =
|
|
148
|
-
(typeof DomainEngineMode)[keyof typeof DomainEngineMode];
|
|
142
|
+
export type DomainEngineMode = (typeof DomainEngineMode)[keyof typeof DomainEngineMode];
|
|
149
143
|
export declare const LogType: {
|
|
150
144
|
readonly AUDIT_LOGS: "AUDIT_LOGS";
|
|
151
145
|
readonly ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS";
|
|
@@ -189,8 +183,7 @@ export declare const ConfigChangeStatus: {
|
|
|
189
183
|
readonly VALIDATING: "Validating";
|
|
190
184
|
readonly VALIDATION_FAILED: "ValidationFailed";
|
|
191
185
|
};
|
|
192
|
-
export type ConfigChangeStatus =
|
|
193
|
-
(typeof ConfigChangeStatus)[keyof typeof ConfigChangeStatus];
|
|
186
|
+
export type ConfigChangeStatus = (typeof ConfigChangeStatus)[keyof typeof ConfigChangeStatus];
|
|
194
187
|
export declare const InitiatedBy: {
|
|
195
188
|
readonly CUSTOMER: "CUSTOMER";
|
|
196
189
|
readonly SERVICE: "SERVICE";
|
|
@@ -211,8 +204,7 @@ export declare const PropertyValueType: {
|
|
|
211
204
|
readonly PLAIN_TEXT: "PLAIN_TEXT";
|
|
212
205
|
readonly STRINGIFIED_JSON: "STRINGIFIED_JSON";
|
|
213
206
|
};
|
|
214
|
-
export type PropertyValueType =
|
|
215
|
-
(typeof PropertyValueType)[keyof typeof PropertyValueType];
|
|
207
|
+
export type PropertyValueType = (typeof PropertyValueType)[keyof typeof PropertyValueType];
|
|
216
208
|
export declare const OutboundCrossClusterSearchConnectionStatusCode: {
|
|
217
209
|
readonly ACTIVE: "ACTIVE";
|
|
218
210
|
readonly DELETED: "DELETED";
|
|
@@ -245,8 +237,7 @@ export declare const VpcEndpointStatus: {
|
|
|
245
237
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
246
238
|
readonly UPDATING: "UPDATING";
|
|
247
239
|
};
|
|
248
|
-
export type VpcEndpointStatus =
|
|
249
|
-
(typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus];
|
|
240
|
+
export type VpcEndpointStatus = (typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus];
|
|
250
241
|
export declare const ScheduledAutoTuneActionType: {
|
|
251
242
|
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
252
243
|
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
@@ -270,14 +261,12 @@ export declare const OverallChangeStatus: {
|
|
|
270
261
|
readonly PENDING: "PENDING";
|
|
271
262
|
readonly PROCESSING: "PROCESSING";
|
|
272
263
|
};
|
|
273
|
-
export type OverallChangeStatus =
|
|
274
|
-
(typeof OverallChangeStatus)[keyof typeof OverallChangeStatus];
|
|
264
|
+
export type OverallChangeStatus = (typeof OverallChangeStatus)[keyof typeof OverallChangeStatus];
|
|
275
265
|
export declare const RollbackOnDisable: {
|
|
276
266
|
readonly DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK";
|
|
277
267
|
readonly NO_ROLLBACK: "NO_ROLLBACK";
|
|
278
268
|
};
|
|
279
|
-
export type RollbackOnDisable =
|
|
280
|
-
(typeof RollbackOnDisable)[keyof typeof RollbackOnDisable];
|
|
269
|
+
export type RollbackOnDisable = (typeof RollbackOnDisable)[keyof typeof RollbackOnDisable];
|
|
281
270
|
export declare const DescribePackagesFilterName: {
|
|
282
271
|
readonly PackageID: "PackageID";
|
|
283
272
|
readonly PackageName: "PackageName";
|
|
@@ -296,8 +285,7 @@ export declare const VpcEndpointErrorCode: {
|
|
|
296
285
|
readonly ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND";
|
|
297
286
|
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
298
287
|
};
|
|
299
|
-
export type VpcEndpointErrorCode =
|
|
300
|
-
(typeof VpcEndpointErrorCode)[keyof typeof VpcEndpointErrorCode];
|
|
288
|
+
export type VpcEndpointErrorCode = (typeof VpcEndpointErrorCode)[keyof typeof VpcEndpointErrorCode];
|
|
301
289
|
export declare const UpgradeStep: {
|
|
302
290
|
readonly PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK";
|
|
303
291
|
readonly SNAPSHOT: "SNAPSHOT";
|
|
@@ -3,30 +3,22 @@ import { ElasticsearchServiceServiceException as __BaseException } from "./Elast
|
|
|
3
3
|
export declare class DisabledOperationException extends __BaseException {
|
|
4
4
|
readonly name: "DisabledOperationException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<DisabledOperationException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<DisabledOperationException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class LimitExceededException extends __BaseException {
|
|
11
9
|
readonly name: "LimitExceededException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
18
14
|
readonly name: "ResourceNotFoundException";
|
|
19
15
|
readonly $fault: "client";
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
22
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
23
17
|
}
|
|
24
18
|
export declare class AccessDeniedException extends __BaseException {
|
|
25
19
|
readonly name: "AccessDeniedException";
|
|
26
20
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
29
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
30
22
|
}
|
|
31
23
|
export declare class BaseException extends __BaseException {
|
|
32
24
|
readonly name: "BaseException";
|
|
@@ -41,9 +33,7 @@ export declare class InternalException extends __BaseException {
|
|
|
41
33
|
export declare class ValidationException extends __BaseException {
|
|
42
34
|
readonly name: "ValidationException";
|
|
43
35
|
readonly $fault: "client";
|
|
44
|
-
constructor(
|
|
45
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
46
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
47
37
|
}
|
|
48
38
|
export declare class ConflictException extends __BaseException {
|
|
49
39
|
readonly name: "ConflictException";
|
|
@@ -53,24 +43,15 @@ export declare class ConflictException extends __BaseException {
|
|
|
53
43
|
export declare class InvalidTypeException extends __BaseException {
|
|
54
44
|
readonly name: "InvalidTypeException";
|
|
55
45
|
readonly $fault: "client";
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<InvalidTypeException, __BaseException>
|
|
58
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<InvalidTypeException, __BaseException>);
|
|
59
47
|
}
|
|
60
48
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
61
49
|
readonly name: "ResourceAlreadyExistsException";
|
|
62
50
|
readonly $fault: "client";
|
|
63
|
-
constructor(
|
|
64
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
65
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
66
52
|
}
|
|
67
53
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
68
54
|
readonly name: "InvalidPaginationTokenException";
|
|
69
55
|
readonly $fault: "client";
|
|
70
|
-
constructor(
|
|
71
|
-
opts: __ExceptionOptionType<
|
|
72
|
-
InvalidPaginationTokenException,
|
|
73
|
-
__BaseException
|
|
74
|
-
>
|
|
75
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
76
57
|
}
|
|
@@ -55,9 +55,7 @@ export interface InboundCrossClusterSearchConnection {
|
|
|
55
55
|
ConnectionStatus?: InboundCrossClusterSearchConnectionStatus | undefined;
|
|
56
56
|
}
|
|
57
57
|
export interface AcceptInboundCrossClusterSearchConnectionResponse {
|
|
58
|
-
CrossClusterSearchConnection?:
|
|
59
|
-
| InboundCrossClusterSearchConnection
|
|
60
|
-
| undefined;
|
|
58
|
+
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | undefined;
|
|
61
59
|
}
|
|
62
60
|
export interface OptionStatus {
|
|
63
61
|
CreationDate: Date | undefined;
|
|
@@ -282,17 +280,13 @@ export interface CreateElasticsearchDomainRequest {
|
|
|
282
280
|
EncryptionAtRestOptions?: EncryptionAtRestOptions | undefined;
|
|
283
281
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | undefined;
|
|
284
282
|
AdvancedOptions?: Record<string, string> | undefined;
|
|
285
|
-
LogPublishingOptions?:
|
|
286
|
-
| Partial<Record<LogType, LogPublishingOption>>
|
|
287
|
-
| undefined;
|
|
283
|
+
LogPublishingOptions?: Partial<Record<LogType, LogPublishingOption>> | undefined;
|
|
288
284
|
DomainEndpointOptions?: DomainEndpointOptions | undefined;
|
|
289
285
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | undefined;
|
|
290
286
|
AutoTuneOptions?: AutoTuneOptionsInput | undefined;
|
|
291
287
|
TagList?: Tag[] | undefined;
|
|
292
288
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
293
|
-
AutomatedSnapshotPauseOptions?:
|
|
294
|
-
| AutomatedSnapshotPauseRequestOptions
|
|
295
|
-
| undefined;
|
|
289
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseRequestOptions | undefined;
|
|
296
290
|
UseCase?: DomainUseCase | undefined;
|
|
297
291
|
EngineMode?: DomainEngineMode | undefined;
|
|
298
292
|
}
|
|
@@ -346,9 +340,7 @@ export interface ElasticsearchDomainStatus {
|
|
|
346
340
|
EncryptionAtRestOptions?: EncryptionAtRestOptions | undefined;
|
|
347
341
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | undefined;
|
|
348
342
|
AdvancedOptions?: Record<string, string> | undefined;
|
|
349
|
-
LogPublishingOptions?:
|
|
350
|
-
| Partial<Record<LogType, LogPublishingOption>>
|
|
351
|
-
| undefined;
|
|
343
|
+
LogPublishingOptions?: Partial<Record<LogType, LogPublishingOption>> | undefined;
|
|
352
344
|
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
353
345
|
DomainEndpointOptions?: DomainEndpointOptions | undefined;
|
|
354
346
|
AdvancedSecurityOptions?: AdvancedSecurityOptions | undefined;
|
|
@@ -430,9 +422,7 @@ export interface DeleteInboundCrossClusterSearchConnectionRequest {
|
|
|
430
422
|
CrossClusterSearchConnectionId: string | undefined;
|
|
431
423
|
}
|
|
432
424
|
export interface DeleteInboundCrossClusterSearchConnectionResponse {
|
|
433
|
-
CrossClusterSearchConnection?:
|
|
434
|
-
| InboundCrossClusterSearchConnection
|
|
435
|
-
| undefined;
|
|
425
|
+
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | undefined;
|
|
436
426
|
}
|
|
437
427
|
export interface DeleteOutboundCrossClusterSearchConnectionRequest {
|
|
438
428
|
CrossClusterSearchConnectionId: string | undefined;
|
|
@@ -445,9 +435,7 @@ export interface OutboundCrossClusterSearchConnection {
|
|
|
445
435
|
ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus | undefined;
|
|
446
436
|
}
|
|
447
437
|
export interface DeleteOutboundCrossClusterSearchConnectionResponse {
|
|
448
|
-
CrossClusterSearchConnection?:
|
|
449
|
-
| OutboundCrossClusterSearchConnection
|
|
450
|
-
| undefined;
|
|
438
|
+
CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection | undefined;
|
|
451
439
|
}
|
|
452
440
|
export interface DeletePackageRequest {
|
|
453
441
|
PackageID: string | undefined;
|
|
@@ -614,9 +602,7 @@ export interface ElasticsearchDomainConfig {
|
|
|
614
602
|
ChangeProgressDetails?: ChangeProgressDetails | undefined;
|
|
615
603
|
ModifyingProperties?: ModifyingProperties[] | undefined;
|
|
616
604
|
DeploymentStrategyOptions?: DeploymentStrategyOptionsStatus | undefined;
|
|
617
|
-
AutomatedSnapshotPauseOptions?:
|
|
618
|
-
| AutomatedSnapshotPauseOptionsStatus
|
|
619
|
-
| undefined;
|
|
605
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseOptionsStatus | undefined;
|
|
620
606
|
UseCase?: UseCaseStatus | undefined;
|
|
621
607
|
EngineMode?: EngineModeStatus | undefined;
|
|
622
608
|
}
|
|
@@ -668,9 +654,7 @@ export interface DescribeInboundCrossClusterSearchConnectionsRequest {
|
|
|
668
654
|
NextToken?: string | undefined;
|
|
669
655
|
}
|
|
670
656
|
export interface DescribeInboundCrossClusterSearchConnectionsResponse {
|
|
671
|
-
CrossClusterSearchConnections?:
|
|
672
|
-
| InboundCrossClusterSearchConnection[]
|
|
673
|
-
| undefined;
|
|
657
|
+
CrossClusterSearchConnections?: InboundCrossClusterSearchConnection[] | undefined;
|
|
674
658
|
NextToken?: string | undefined;
|
|
675
659
|
}
|
|
676
660
|
export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
@@ -679,9 +663,7 @@ export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
|
679
663
|
NextToken?: string | undefined;
|
|
680
664
|
}
|
|
681
665
|
export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
|
|
682
|
-
CrossClusterSearchConnections?:
|
|
683
|
-
| OutboundCrossClusterSearchConnection[]
|
|
684
|
-
| undefined;
|
|
666
|
+
CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[] | undefined;
|
|
685
667
|
NextToken?: string | undefined;
|
|
686
668
|
}
|
|
687
669
|
export interface DescribePackagesFilter {
|
|
@@ -718,9 +700,7 @@ export interface ReservedElasticsearchInstanceOffering {
|
|
|
718
700
|
}
|
|
719
701
|
export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
|
|
720
702
|
NextToken?: string | undefined;
|
|
721
|
-
ReservedElasticsearchInstanceOfferings?:
|
|
722
|
-
| ReservedElasticsearchInstanceOffering[]
|
|
723
|
-
| undefined;
|
|
703
|
+
ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[] | undefined;
|
|
724
704
|
}
|
|
725
705
|
export interface DescribeReservedElasticsearchInstancesRequest {
|
|
726
706
|
ReservedElasticsearchInstanceId?: string | undefined;
|
|
@@ -907,9 +887,7 @@ export interface RejectInboundCrossClusterSearchConnectionRequest {
|
|
|
907
887
|
CrossClusterSearchConnectionId: string | undefined;
|
|
908
888
|
}
|
|
909
889
|
export interface RejectInboundCrossClusterSearchConnectionResponse {
|
|
910
|
-
CrossClusterSearchConnection?:
|
|
911
|
-
| InboundCrossClusterSearchConnection
|
|
912
|
-
| undefined;
|
|
890
|
+
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | undefined;
|
|
913
891
|
}
|
|
914
892
|
export interface RemoveTagsRequest {
|
|
915
893
|
ARN: string | undefined;
|
|
@@ -935,9 +913,7 @@ export interface UpdateElasticsearchDomainConfigRequest {
|
|
|
935
913
|
CognitoOptions?: CognitoOptions | undefined;
|
|
936
914
|
AdvancedOptions?: Record<string, string> | undefined;
|
|
937
915
|
AccessPolicies?: string | undefined;
|
|
938
|
-
LogPublishingOptions?:
|
|
939
|
-
| Partial<Record<LogType, LogPublishingOption>>
|
|
940
|
-
| undefined;
|
|
916
|
+
LogPublishingOptions?: Partial<Record<LogType, LogPublishingOption>> | undefined;
|
|
941
917
|
DomainEndpointOptions?: DomainEndpointOptions | undefined;
|
|
942
918
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | undefined;
|
|
943
919
|
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | undefined;
|
|
@@ -945,9 +921,7 @@ export interface UpdateElasticsearchDomainConfigRequest {
|
|
|
945
921
|
AutoTuneOptions?: AutoTuneOptions | undefined;
|
|
946
922
|
DryRun?: boolean | undefined;
|
|
947
923
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
948
|
-
AutomatedSnapshotPauseOptions?:
|
|
949
|
-
| AutomatedSnapshotPauseRequestOptions
|
|
950
|
-
| undefined;
|
|
924
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseRequestOptions | undefined;
|
|
951
925
|
UseCase?: DomainUseCase | undefined;
|
|
952
926
|
EngineMode?: DomainEngineMode | undefined;
|
|
953
927
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ElasticsearchServiceClient } from "../ElasticsearchServiceClient";
|
|
3
|
-
export interface ElasticsearchServicePaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ElasticsearchServicePaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ElasticsearchServiceClient;
|
|
6
5
|
}
|