@aws-sdk/client-elasticsearch-service 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +125 -119
- package/dist-cjs/models/ElasticsearchServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +35 -16
- package/dist-es/ElasticsearchService.js +1 -1
- package/dist-es/ElasticsearchServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/AssociatePackageCommand.js +2 -2
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -2
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -2
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/CreatePackageCommand.js +2 -2
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -2
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/DeletePackageCommand.js +2 -2
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -2
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -2
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -2
- package/dist-es/commands/DescribePackagesCommand.js +2 -2
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -2
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/DissociatePackageCommand.js +2 -2
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -2
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -2
- package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -2
- package/dist-es/commands/GetUpgradeStatusCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/ListDomainsForPackageCommand.js +2 -2
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -2
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -2
- package/dist-es/commands/ListPackagesForDomainCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -2
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -2
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -2
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -2
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePackageCommand.js +2 -2
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticsearchServiceServiceException.js +1 -1
- package/dist-es/models/enums.js +6 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +30 -11
- package/dist-types/ElasticsearchServiceClient.d.ts +5 -5
- package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/AssociatePackageCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
- package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +17 -4
- package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +12 -4
- package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
- package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +12 -4
- package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +15 -4
- package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +12 -4
- package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePackagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DissociatePackageCommand.d.ts +6 -4
- package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -4
- package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
- package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +20 -4
- package/dist-types/commands/UpdatePackageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticsearchServiceServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +103 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +26 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdatePackageCommandOutput
|
|
|
18
18
|
declare const UpdatePackageCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdatePackageCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdatePackageCommandInput,
|
|
23
23
|
UpdatePackageCommandOutput,
|
|
24
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdatePackageCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdatePackageCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdatePackageCommandInput,
|
|
32
32
|
UpdatePackageCommandOutput,
|
|
33
33
|
ElasticsearchServiceClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateVpcEndpointCommandOutput
|
|
|
19
19
|
declare const UpdateVpcEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateVpcEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateVpcEndpointCommandInput,
|
|
24
24
|
UpdateVpcEndpointCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateVpcEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateVpcEndpointCommandInput,
|
|
33
33
|
UpdateVpcEndpointCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpgradeElasticsearchDomainCommandOutput
|
|
|
19
19
|
declare const UpgradeElasticsearchDomainCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpgradeElasticsearchDomainCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpgradeElasticsearchDomainCommandInput,
|
|
24
24
|
UpgradeElasticsearchDomainCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpgradeElasticsearchDomainCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpgradeElasticsearchDomainCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpgradeElasticsearchDomainCommandInput,
|
|
33
33
|
UpgradeElasticsearchDomainCommandOutput,
|
|
34
34
|
ElasticsearchServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpgradeElasticsearchDomainCommand extends UpgradeElasticsearchDomainCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ElasticsearchServiceServiceException extends __ServiceException {
|
|
@@ -147,6 +147,13 @@ export declare const LogType: {
|
|
|
147
147
|
readonly SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS";
|
|
148
148
|
};
|
|
149
149
|
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
150
|
+
export declare const PauseState: {
|
|
151
|
+
readonly ACTIVE: "Active";
|
|
152
|
+
readonly COMPLETED: "Completed";
|
|
153
|
+
readonly DISABLED: "Disabled";
|
|
154
|
+
readonly SCHEDULED: "Scheduled";
|
|
155
|
+
};
|
|
156
|
+
export type PauseState = (typeof PauseState)[keyof typeof PauseState];
|
|
150
157
|
export declare const AutoTuneState: {
|
|
151
158
|
readonly DISABLED: "DISABLED";
|
|
152
159
|
readonly DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ElasticsearchServiceServiceException as __BaseException } from "./ElasticsearchServiceServiceException";
|
|
3
3
|
export declare class DisabledOperationException extends __BaseException {
|
|
4
4
|
readonly name: "DisabledOperationException";
|
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
OverallChangeStatus,
|
|
20
20
|
PackageStatus,
|
|
21
21
|
PackageType,
|
|
22
|
+
PauseState,
|
|
22
23
|
PrincipalType,
|
|
23
24
|
PropertyValueType,
|
|
24
25
|
ReservedElasticsearchInstancePaymentOption,
|
|
@@ -189,6 +190,11 @@ export interface ServiceSoftwareOptions {
|
|
|
189
190
|
export interface CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
190
191
|
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
191
192
|
}
|
|
193
|
+
export interface AutomatedSnapshotPauseRequestOptions {
|
|
194
|
+
Enabled: boolean | undefined;
|
|
195
|
+
StartTime?: Date | undefined;
|
|
196
|
+
EndTime?: Date | undefined;
|
|
197
|
+
}
|
|
192
198
|
export interface Duration {
|
|
193
199
|
Value?: number | undefined;
|
|
194
200
|
Unit?: TimeUnit | undefined;
|
|
@@ -282,6 +288,15 @@ export interface CreateElasticsearchDomainRequest {
|
|
|
282
288
|
AutoTuneOptions?: AutoTuneOptionsInput | undefined;
|
|
283
289
|
TagList?: Tag[] | undefined;
|
|
284
290
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
291
|
+
AutomatedSnapshotPauseOptions?:
|
|
292
|
+
| AutomatedSnapshotPauseRequestOptions
|
|
293
|
+
| undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface AutomatedSnapshotPauseOptions {
|
|
296
|
+
Enabled: boolean | undefined;
|
|
297
|
+
StartTime?: Date | undefined;
|
|
298
|
+
EndTime?: Date | undefined;
|
|
299
|
+
State?: PauseState | undefined;
|
|
285
300
|
}
|
|
286
301
|
export interface AutoTuneOptionsOutput {
|
|
287
302
|
State?: AutoTuneState | undefined;
|
|
@@ -338,6 +353,7 @@ export interface ElasticsearchDomainStatus {
|
|
|
338
353
|
DomainProcessingStatus?: DomainProcessingStatusType | undefined;
|
|
339
354
|
ModifyingProperties?: ModifyingProperties[] | undefined;
|
|
340
355
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
356
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseOptions | undefined;
|
|
341
357
|
}
|
|
342
358
|
export interface CreateElasticsearchDomainResponse {
|
|
343
359
|
DomainStatus?: ElasticsearchDomainStatus | undefined;
|
|
@@ -501,6 +517,10 @@ export interface DescribeElasticsearchDomainResponse {
|
|
|
501
517
|
export interface DescribeElasticsearchDomainConfigRequest {
|
|
502
518
|
DomainName: string | undefined;
|
|
503
519
|
}
|
|
520
|
+
export interface AutomatedSnapshotPauseOptionsStatus {
|
|
521
|
+
Options: AutomatedSnapshotPauseOptions | undefined;
|
|
522
|
+
Status: OptionStatus | undefined;
|
|
523
|
+
}
|
|
504
524
|
export interface AutoTuneOptions {
|
|
505
525
|
DesiredState?: AutoTuneDesiredState | undefined;
|
|
506
526
|
RollbackOnDisable?: RollbackOnDisable | undefined;
|
|
@@ -580,6 +600,9 @@ export interface ElasticsearchDomainConfig {
|
|
|
580
600
|
ChangeProgressDetails?: ChangeProgressDetails | undefined;
|
|
581
601
|
ModifyingProperties?: ModifyingProperties[] | undefined;
|
|
582
602
|
DeploymentStrategyOptions?: DeploymentStrategyOptionsStatus | undefined;
|
|
603
|
+
AutomatedSnapshotPauseOptions?:
|
|
604
|
+
| AutomatedSnapshotPauseOptionsStatus
|
|
605
|
+
| undefined;
|
|
583
606
|
}
|
|
584
607
|
export interface DescribeElasticsearchDomainConfigResponse {
|
|
585
608
|
DomainConfig: ElasticsearchDomainConfig | undefined;
|
|
@@ -906,6 +929,9 @@ export interface UpdateElasticsearchDomainConfigRequest {
|
|
|
906
929
|
AutoTuneOptions?: AutoTuneOptions | undefined;
|
|
907
930
|
DryRun?: boolean | undefined;
|
|
908
931
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
932
|
+
AutomatedSnapshotPauseOptions?:
|
|
933
|
+
| AutomatedSnapshotPauseRequestOptions
|
|
934
|
+
| undefined;
|
|
909
935
|
}
|
|
910
936
|
export interface DryRunResults {
|
|
911
937
|
DeploymentType?: string | undefined;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
9
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
10
|
| Record<string, unknown>
|
|
11
|
-
| import("@smithy/
|
|
11
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
cacheMiddleware?: boolean;
|
|
14
14
|
protocol:
|
|
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (
|
|
|
48
48
|
logger: import("@smithy/types").Logger;
|
|
49
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
50
|
defaultsMode:
|
|
51
|
-
| import("@smithy/
|
|
51
|
+
| import("@smithy/core/client").DefaultsMode
|
|
52
52
|
| import("@smithy/types").Provider<
|
|
53
|
-
import("@smithy/
|
|
53
|
+
import("@smithy/core/client").DefaultsMode
|
|
54
54
|
>;
|
|
55
55
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
56
|
userAgentAppId?:
|
|
@@ -31,6 +31,9 @@ export declare var AssociatePackageResponse$: StaticStructureSchema;
|
|
|
31
31
|
export declare var AuthorizedPrincipal$: StaticStructureSchema;
|
|
32
32
|
export declare var AuthorizeVpcEndpointAccessRequest$: StaticStructureSchema;
|
|
33
33
|
export declare var AuthorizeVpcEndpointAccessResponse$: StaticStructureSchema;
|
|
34
|
+
export declare var AutomatedSnapshotPauseOptions$: StaticStructureSchema;
|
|
35
|
+
export declare var AutomatedSnapshotPauseOptionsStatus$: StaticStructureSchema;
|
|
36
|
+
export declare var AutomatedSnapshotPauseRequestOptions$: StaticStructureSchema;
|
|
34
37
|
export declare var AutoTune$: StaticStructureSchema;
|
|
35
38
|
export declare var AutoTuneDetails$: StaticStructureSchema;
|
|
36
39
|
export declare var AutoTuneMaintenanceSchedule$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticsearch-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1047.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticsearch-service",
|
|
@@ -23,42 +23,21 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.974.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.974.10",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.41",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.40",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
33
33
|
"@aws-sdk/types": "^3.973.8",
|
|
34
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/hash-node": "^4.2.14",
|
|
41
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
42
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
44
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
46
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
47
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
48
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
49
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
34
|
+
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.26",
|
|
37
|
+
"@smithy/core": "^3.24.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.4.1",
|
|
39
|
+
"@smithy/node-http-handler": "^4.7.1",
|
|
51
40
|
"@smithy/types": "^4.14.1",
|
|
52
|
-
"@smithy/url-parser": "^4.2.14",
|
|
53
|
-
"@smithy/util-base64": "^4.3.2",
|
|
54
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
58
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
59
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
60
|
-
"@smithy/util-retry": "^4.3.6",
|
|
61
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
62
41
|
"tslib": "^2.6.2"
|
|
63
42
|
},
|
|
64
43
|
"devDependencies": {
|