@aws-sdk/client-opensearch 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/OpenSearch.d.ts +10 -1
- package/dist-types/OpenSearchClient.d.ts +1 -1
- package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/AddDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/AssociatePackageCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +2 -1
- package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainNodesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DissociatePackageCommand.d.ts +2 -1
- package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -1
- package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RejectInboundConnectionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -1
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +2 -1
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeDomainCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +915 -915
- package/dist-types/ts3.4/OpenSearch.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface RejectInboundConnectionCommandOutput extends RejectInboundConne
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectInboundConnectionCommand_base: {
|
|
24
24
|
new (input: RejectInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundConnectionCommandInput, RejectInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundConnectionCommandInput, RejectInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster
|
|
30
30
|
* connection request.</p>
|
|
31
31
|
* @example
|
|
@@ -81,6 +81,7 @@ declare const RejectInboundConnectionCommand_base: {
|
|
|
81
81
|
* @throws {@link OpenSearchServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class RejectInboundConnectionCommand extends RejectInboundConnectionCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTagsCommand_base: {
|
|
24
24
|
new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified set of tags from an Amazon OpenSearch Service domain. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains.html#managedomains-awsresorcetagging"> Tagging Amazon OpenSearch Service domains</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const RemoveTagsCommand_base: {
|
|
|
64
64
|
* @throws {@link OpenSearchServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointA
|
|
|
22
22
|
}
|
|
23
23
|
declare const RevokeVpcEndpointAccessCommand_base: {
|
|
24
24
|
new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes access to an Amazon OpenSearch Service domain that was provided through an interface
|
|
30
30
|
* VPC endpoint.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
68
68
|
* @throws {@link OpenSearchServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class RevokeVpcEndpointAccessCommand extends RevokeVpcEndpointAccessCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartDomainMaintenanceCommandOutput extends StartDomainMaintena
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartDomainMaintenanceCommand_base: {
|
|
24
24
|
new (input: StartDomainMaintenanceCommandInput): import("@smithy/smithy-client").CommandImpl<StartDomainMaintenanceCommandInput, StartDomainMaintenanceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartDomainMaintenanceCommandInput): import("@smithy/smithy-client").CommandImpl<StartDomainMaintenanceCommandInput, StartDomainMaintenanceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart,
|
|
30
30
|
* or a Dashboard or Kibana restart.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const StartDomainMaintenanceCommand_base: {
|
|
|
71
71
|
* @throws {@link OpenSearchServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class StartDomainMaintenanceCommand extends StartDomainMaintenanceCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartServiceSoftwareUpdateCommandOutput extends StartServiceSof
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartServiceSoftwareUpdateCommand_base: {
|
|
24
24
|
new (input: StartServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartServiceSoftwareUpdateCommandInput, StartServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartServiceSoftwareUpdateCommandInput, StartServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Schedules a service software update for an Amazon OpenSearch Service domain. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">Service software updates in
|
|
31
31
|
* Amazon OpenSearch Service</a>.</p>
|
|
@@ -78,6 +78,7 @@ declare const StartServiceSoftwareUpdateCommand_base: {
|
|
|
78
78
|
* @throws {@link OpenSearchServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class StartServiceSoftwareUpdateCommand extends StartServiceSoftwareUpdateCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDataSourceCommand_base: {
|
|
24
24
|
new (input: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a direct-query data source. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Working with Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -79,6 +79,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
79
79
|
* @throws {@link OpenSearchServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDomainConfigCommandOutput extends UpdateDomainConfigRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDomainConfigCommand_base: {
|
|
24
24
|
new (input: UpdateDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainConfigCommandInput, UpdateDomainConfigCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainConfigCommandInput, UpdateDomainConfigCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the cluster configuration of the specified Amazon OpenSearch Service
|
|
30
30
|
* domain.</p>
|
|
31
31
|
* @example
|
|
@@ -426,6 +426,7 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
426
426
|
* @throws {@link OpenSearchServiceException}
|
|
427
427
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
428
428
|
*
|
|
429
|
+
* @public
|
|
429
430
|
*/
|
|
430
431
|
export declare class UpdateDomainConfigCommand extends UpdateDomainConfigCommand_base {
|
|
431
432
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePackageCommand_base: {
|
|
24
24
|
new (input: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a package for use with Amazon OpenSearch Service domains. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon OpenSearch Service</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -99,6 +99,7 @@ declare const UpdatePackageCommand_base: {
|
|
|
99
99
|
* @throws {@link OpenSearchServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateScheduledActionCommandOutput extends UpdateScheduledActio
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateScheduledActionCommand_base: {
|
|
24
24
|
new (input: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Reschedules a planned domain configuration change for a later time. This change can be a
|
|
30
30
|
* scheduled <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service software
|
|
31
31
|
* update</a> or a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green
|
|
@@ -91,6 +91,7 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
91
91
|
* @throws {@link OpenSearchServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateVpcEndpointCommand_base: {
|
|
24
24
|
new (input: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
97
97
|
* @throws {@link OpenSearchServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpgradeDomainCommandOutput extends UpgradeDomainResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpgradeDomainCommand_base: {
|
|
24
24
|
new (input: UpgradeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeDomainCommandInput, UpgradeDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpgradeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeDomainCommandInput, UpgradeDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade
|
|
30
30
|
* eligibility check to a compatible version of OpenSearch or Elasticsearch.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const UpgradeDomainCommand_base: {
|
|
|
91
91
|
* @throws {@link OpenSearchServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpgradeDomainCommand extends UpgradeDomainCommand_base {
|
|
96
97
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,5 +15,4 @@ export { OpenSearchExtensionConfiguration } from "./extensionConfiguration";
|
|
|
15
15
|
export * from "./commands";
|
|
16
16
|
export * from "./pagination";
|
|
17
17
|
export * from "./models";
|
|
18
|
-
import "@aws-sdk/util-endpoints";
|
|
19
18
|
export { OpenSearchServiceException } from "./models/OpenSearchServiceException";
|