@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
|
@@ -237,6 +237,20 @@ export declare const LogType: {
|
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
239
|
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
240
|
+
/**
|
|
241
|
+
* @public
|
|
242
|
+
* @enum
|
|
243
|
+
*/
|
|
244
|
+
export declare const PauseState: {
|
|
245
|
+
readonly ACTIVE: "Active";
|
|
246
|
+
readonly COMPLETED: "Completed";
|
|
247
|
+
readonly DISABLED: "Disabled";
|
|
248
|
+
readonly SCHEDULED: "Scheduled";
|
|
249
|
+
};
|
|
250
|
+
/**
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
export type PauseState = (typeof PauseState)[keyof typeof PauseState];
|
|
240
254
|
/**
|
|
241
255
|
* @public
|
|
242
256
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ElasticsearchServiceServiceException as __BaseException } from "./ElasticsearchServiceServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AutoTuneDesiredState, AutoTuneState, AutoTuneType, ConfigChangeStatus, DeploymentStatus, DeploymentStrategy, DescribePackagesFilterName, DomainPackageStatus, DomainProcessingStatusType, EngineType, ESPartitionInstanceType, ESWarmPartitionInstanceType, InboundCrossClusterSearchConnectionStatusCode, InitiatedBy, LogType, OptionState, OutboundCrossClusterSearchConnectionStatusCode, OverallChangeStatus, PackageStatus, PackageType, PrincipalType, PropertyValueType, ReservedElasticsearchInstancePaymentOption, RollbackOnDisable, ScheduledAutoTuneActionType, ScheduledAutoTuneSeverityType, TimeUnit, TLSSecurityPolicy, UpgradeStatus, UpgradeStep, VolumeType, VpcEndpointErrorCode, VpcEndpointStatus } from "./enums";
|
|
1
|
+
import type { AutoTuneDesiredState, AutoTuneState, AutoTuneType, ConfigChangeStatus, DeploymentStatus, DeploymentStrategy, DescribePackagesFilterName, DomainPackageStatus, DomainProcessingStatusType, EngineType, ESPartitionInstanceType, ESWarmPartitionInstanceType, InboundCrossClusterSearchConnectionStatusCode, InitiatedBy, LogType, OptionState, OutboundCrossClusterSearchConnectionStatusCode, OverallChangeStatus, PackageStatus, PackageType, PauseState, PrincipalType, PropertyValueType, ReservedElasticsearchInstancePaymentOption, RollbackOnDisable, ScheduledAutoTuneActionType, ScheduledAutoTuneSeverityType, TimeUnit, TLSSecurityPolicy, UpgradeStatus, UpgradeStep, VolumeType, VpcEndpointErrorCode, VpcEndpointStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Container for the parameters to the <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation.</p>
|
|
4
4
|
* @public
|
|
@@ -692,6 +692,34 @@ export interface CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
|
692
692
|
*/
|
|
693
693
|
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
694
694
|
}
|
|
695
|
+
/**
|
|
696
|
+
* <p>Specifies the automated snapshot pause request options for the domain.</p>
|
|
697
|
+
* <important>
|
|
698
|
+
* <p>Suspending snapshots reduces data protection. You cannot restore your domain to
|
|
699
|
+
* points in time when snapshots are suspended. Use this feature only for short-term
|
|
700
|
+
* operational needs such as migrations or maintenance windows.</p>
|
|
701
|
+
* </important>
|
|
702
|
+
* <p>Maximum suspension duration: 3 days.</p>
|
|
703
|
+
* @public
|
|
704
|
+
*/
|
|
705
|
+
export interface AutomatedSnapshotPauseRequestOptions {
|
|
706
|
+
/**
|
|
707
|
+
* <p>Whether to enable or disable automated snapshot pause for the domain.</p>
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
710
|
+
Enabled: boolean | undefined;
|
|
711
|
+
/**
|
|
712
|
+
* <p>The timestamp at which the automated snapshot pause should begin.</p>
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
715
|
+
StartTime?: Date | undefined;
|
|
716
|
+
/**
|
|
717
|
+
* <p>The timestamp at which the automated snapshot pause should end. The maximum allowed
|
|
718
|
+
* duration between <code>StartTime</code> and <code>EndTime</code> is 3 days.</p>
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
721
|
+
EndTime?: Date | undefined;
|
|
722
|
+
}
|
|
695
723
|
/**
|
|
696
724
|
* <p>Specifies maintenance schedule duration: duration value and duration unit. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
|
|
697
725
|
* @public
|
|
@@ -1102,6 +1130,43 @@ export interface CreateElasticsearchDomainRequest {
|
|
|
1102
1130
|
* @public
|
|
1103
1131
|
*/
|
|
1104
1132
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>Specifies the automated snapshot pause options for the domain.</p>
|
|
1135
|
+
* <important>
|
|
1136
|
+
* <p>Suspending snapshots reduces data protection. You cannot restore your domain to
|
|
1137
|
+
* points in time when snapshots are suspended. Use this feature only for short-term
|
|
1138
|
+
* operational needs such as migrations or maintenance windows.</p>
|
|
1139
|
+
* </important>
|
|
1140
|
+
* <p>Maximum suspension duration: 3 days.</p>
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1143
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseRequestOptions | undefined;
|
|
1144
|
+
}
|
|
1145
|
+
/**
|
|
1146
|
+
* <p>Specifies the automated snapshot pause options for the domain. These options allow you to temporarily pause automated snapshots for a specified time period.</p>
|
|
1147
|
+
* @public
|
|
1148
|
+
*/
|
|
1149
|
+
export interface AutomatedSnapshotPauseOptions {
|
|
1150
|
+
/**
|
|
1151
|
+
* <p>Whether automated snapshot pause is enabled for the domain.</p>
|
|
1152
|
+
* @public
|
|
1153
|
+
*/
|
|
1154
|
+
Enabled: boolean | undefined;
|
|
1155
|
+
/**
|
|
1156
|
+
* <p>The timestamp at which the automated snapshot pause begins.</p>
|
|
1157
|
+
* @public
|
|
1158
|
+
*/
|
|
1159
|
+
StartTime?: Date | undefined;
|
|
1160
|
+
/**
|
|
1161
|
+
* <p>The timestamp at which the automated snapshot pause ends.</p>
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1164
|
+
EndTime?: Date | undefined;
|
|
1165
|
+
/**
|
|
1166
|
+
* <p>The current state of the automated snapshot pause. Valid values are <code>Active</code>, <code>Completed</code>, <code>Scheduled</code>, and <code>Disabled</code>.</p>
|
|
1167
|
+
* @public
|
|
1168
|
+
*/
|
|
1169
|
+
State?: PauseState | undefined;
|
|
1105
1170
|
}
|
|
1106
1171
|
/**
|
|
1107
1172
|
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
|
|
@@ -1352,6 +1417,11 @@ export interface ElasticsearchDomainStatus {
|
|
|
1352
1417
|
* @public
|
|
1353
1418
|
*/
|
|
1354
1419
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
1420
|
+
/**
|
|
1421
|
+
* <p>The current status of the Elasticsearch domain's automated snapshot pause options.</p>
|
|
1422
|
+
* @public
|
|
1423
|
+
*/
|
|
1424
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseOptions | undefined;
|
|
1355
1425
|
}
|
|
1356
1426
|
/**
|
|
1357
1427
|
* <p>The result of a <code>CreateElasticsearchDomain</code> operation. Contains the status of the newly created Elasticsearch domain.</p>
|
|
@@ -2039,6 +2109,22 @@ export interface DescribeElasticsearchDomainConfigRequest {
|
|
|
2039
2109
|
*/
|
|
2040
2110
|
DomainName: string | undefined;
|
|
2041
2111
|
}
|
|
2112
|
+
/**
|
|
2113
|
+
* <p>The status of automated snapshot pause options for the specified Elasticsearch domain.</p>
|
|
2114
|
+
* @public
|
|
2115
|
+
*/
|
|
2116
|
+
export interface AutomatedSnapshotPauseOptionsStatus {
|
|
2117
|
+
/**
|
|
2118
|
+
* <p>Automated snapshot pause options for the specified Elasticsearch domain.</p>
|
|
2119
|
+
* @public
|
|
2120
|
+
*/
|
|
2121
|
+
Options: AutomatedSnapshotPauseOptions | undefined;
|
|
2122
|
+
/**
|
|
2123
|
+
* <p>The current status of the automated snapshot pause options for the specified Elasticsearch domain.</p>
|
|
2124
|
+
* @public
|
|
2125
|
+
*/
|
|
2126
|
+
Status: OptionStatus | undefined;
|
|
2127
|
+
}
|
|
2042
2128
|
/**
|
|
2043
2129
|
* <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.</p>
|
|
2044
2130
|
* @public
|
|
@@ -2378,6 +2464,11 @@ export interface ElasticsearchDomainConfig {
|
|
|
2378
2464
|
* @public
|
|
2379
2465
|
*/
|
|
2380
2466
|
DeploymentStrategyOptions?: DeploymentStrategyOptionsStatus | undefined;
|
|
2467
|
+
/**
|
|
2468
|
+
* <p>Specifies <code>AutomatedSnapshotPauseOptions</code> for the domain. </p>
|
|
2469
|
+
* @public
|
|
2470
|
+
*/
|
|
2471
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseOptionsStatus | undefined;
|
|
2381
2472
|
}
|
|
2382
2473
|
/**
|
|
2383
2474
|
* <p>The result of a <code>DescribeElasticsearchDomainConfig</code> request. Contains the configuration information of the requested domain.</p>
|
|
@@ -4074,6 +4165,17 @@ export interface UpdateElasticsearchDomainConfigRequest {
|
|
|
4074
4165
|
* @public
|
|
4075
4166
|
*/
|
|
4076
4167
|
DeploymentStrategyOptions?: DeploymentStrategyOptions | undefined;
|
|
4168
|
+
/**
|
|
4169
|
+
* <p>Specifies the automated snapshot pause options for the domain.</p>
|
|
4170
|
+
* <important>
|
|
4171
|
+
* <p>Suspending snapshots reduces data protection. You cannot restore your domain to
|
|
4172
|
+
* points in time when snapshots are suspended. Use this feature only for short-term
|
|
4173
|
+
* operational needs such as migrations or maintenance windows.</p>
|
|
4174
|
+
* </important>
|
|
4175
|
+
* <p>Maximum suspension duration: 3 days.</p>
|
|
4176
|
+
* @public
|
|
4177
|
+
*/
|
|
4178
|
+
AutomatedSnapshotPauseOptions?: AutomatedSnapshotPauseRequestOptions | undefined;
|
|
4077
4179
|
}
|
|
4078
4180
|
/**
|
|
4079
4181
|
* @public
|
|
@@ -5,13 +5,13 @@ import type { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceCli
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceCli
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceCli
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ElasticsearchServiceClientConfig
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -32,6 +32,9 @@ export declare var AssociatePackageResponse$: StaticStructureSchema;
|
|
|
32
32
|
export declare var AuthorizedPrincipal$: StaticStructureSchema;
|
|
33
33
|
export declare var AuthorizeVpcEndpointAccessRequest$: StaticStructureSchema;
|
|
34
34
|
export declare var AuthorizeVpcEndpointAccessResponse$: StaticStructureSchema;
|
|
35
|
+
export declare var AutomatedSnapshotPauseOptions$: StaticStructureSchema;
|
|
36
|
+
export declare var AutomatedSnapshotPauseOptionsStatus$: StaticStructureSchema;
|
|
37
|
+
export declare var AutomatedSnapshotPauseRequestOptions$: StaticStructureSchema;
|
|
35
38
|
export declare var AutoTune$: StaticStructureSchema;
|
|
36
39
|
export declare var AutoTuneDetails$: StaticStructureSchema;
|
|
37
40
|
export declare var AutoTuneMaintenanceSchedule$: StaticStructureSchema;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -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 AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
|
19
19
|
declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
24
24
|
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
33
33
|
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
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 AcceptInboundCrossClusterSearchConnectionCommand extends AcceptInboundCrossClusterSearchConnectionCommand_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,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
12
12
|
export interface AddTagsCommandOutput extends __MetadataBearer {}
|
|
13
13
|
declare const AddTagsCommand_base: {
|
|
14
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
14
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
AddTagsCommandInput,
|
|
16
16
|
AddTagsCommandOutput,
|
|
17
17
|
ElasticsearchServiceClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
21
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
AddTagsCommandInput,
|
|
23
23
|
AddTagsCommandOutput,
|
|
24
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
33
|
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,
|
|
@@ -18,7 +18,7 @@ export interface AssociatePackageCommandOutput
|
|
|
18
18
|
declare const AssociatePackageCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: AssociatePackageCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
AssociatePackageCommandInput,
|
|
23
23
|
AssociatePackageCommandOutput,
|
|
24
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const AssociatePackageCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: AssociatePackageCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
AssociatePackageCommandInput,
|
|
32
32
|
AssociatePackageCommandOutput,
|
|
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 AssociatePackageCommand extends AssociatePackageCommand_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 AuthorizeVpcEndpointAccessCommandOutput
|
|
|
19
19
|
declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AuthorizeVpcEndpointAccessCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AuthorizeVpcEndpointAccessCommandInput,
|
|
24
24
|
AuthorizeVpcEndpointAccessCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AuthorizeVpcEndpointAccessCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AuthorizeVpcEndpointAccessCommandInput,
|
|
33
33
|
AuthorizeVpcEndpointAccessCommandOutput,
|
|
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 AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_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 CancelDomainConfigChangeCommandOutput
|
|
|
19
19
|
declare const CancelDomainConfigChangeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelDomainConfigChangeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelDomainConfigChangeCommandInput,
|
|
24
24
|
CancelDomainConfigChangeCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelDomainConfigChangeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelDomainConfigChangeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelDomainConfigChangeCommandInput,
|
|
33
33
|
CancelDomainConfigChangeCommandOutput,
|
|
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 CancelDomainConfigChangeCommand extends CancelDomainConfigChangeCommand_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 CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
|
19
19
|
declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
24
24
|
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
33
33
|
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
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 CancelElasticsearchServiceSoftwareUpdateCommand extends CancelElasticsearchServiceSoftwareUpdateCommand_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 CreateElasticsearchDomainCommandOutput
|
|
|
19
19
|
declare const CreateElasticsearchDomainCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateElasticsearchDomainCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateElasticsearchDomainCommandInput,
|
|
24
24
|
CreateElasticsearchDomainCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateElasticsearchDomainCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateElasticsearchDomainCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateElasticsearchDomainCommandInput,
|
|
33
33
|
CreateElasticsearchDomainCommandOutput,
|
|
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 CreateElasticsearchDomainCommand extends CreateElasticsearchDomainCommand_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 CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
|
19
19
|
declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
24
24
|
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
33
33
|
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
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 CreateOutboundCrossClusterSearchConnectionCommand extends CreateOutboundCrossClusterSearchConnectionCommand_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,
|
|
@@ -18,7 +18,7 @@ export interface CreatePackageCommandOutput
|
|
|
18
18
|
declare const CreatePackageCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreatePackageCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreatePackageCommandInput,
|
|
23
23
|
CreatePackageCommandOutput,
|
|
24
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreatePackageCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreatePackageCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreatePackageCommandInput,
|
|
32
32
|
CreatePackageCommandOutput,
|
|
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 CreatePackageCommand extends CreatePackageCommand_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 CreateVpcEndpointCommandOutput
|
|
|
19
19
|
declare const CreateVpcEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateVpcEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateVpcEndpointCommandInput,
|
|
24
24
|
CreateVpcEndpointCommandOutput,
|
|
25
25
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateVpcEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateVpcEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateVpcEndpointCommandInput,
|
|
33
33
|
CreateVpcEndpointCommandOutput,
|
|
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 CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|