@aws-sdk/client-elasticsearch-service 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/ElasticsearchService.js +0 -9
- package/dist-cjs/ElasticsearchServiceClient.js +0 -14
- package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/AddTagsCommand.js +0 -25
- package/dist-cjs/commands/AssociatePackageCommand.js +0 -24
- package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +0 -25
- package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/CreatePackageCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +0 -24
- package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/DeletePackageCommand.js +0 -24
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +0 -24
- package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +0 -31
- package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +0 -24
- package/dist-cjs/commands/DescribePackagesCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +0 -24
- package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +0 -24
- package/dist-cjs/commands/DissociatePackageCommand.js +0 -24
- package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +0 -31
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +0 -24
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +0 -24
- package/dist-cjs/commands/ListDomainNamesCommand.js +0 -24
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -24
- package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +0 -24
- package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +0 -24
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +0 -24
- package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +0 -24
- package/dist-cjs/commands/UpdatePackageCommand.js +0 -24
- package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +0 -24
- package/dist-cjs/commands/index.js +43 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -55
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribePackagesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +0 -10
- package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +40 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -55
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +40 -0
- package/dist-types/index.d.ts +4 -55
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +41 -145
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +40 -0
- package/dist-types/ts3.4/index.d.ts +4 -55
- package/dist-types/ts3.4/models/models_0.d.ts +740 -2761
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,29 +6,11 @@ export interface UpdatePackageCommandInput extends UpdatePackageRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a package for use with Amazon ES domains.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticsearchServiceClient, UpdatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
15
|
-
* // const { ElasticsearchServiceClient, UpdatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
16
|
-
* const client = new ElasticsearchServiceClient(config);
|
|
17
|
-
* const command = new UpdatePackageCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdatePackageCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdatePackageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdatePackageCommand extends $Command<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdatePackageCommandInput;
|
|
28
12
|
constructor(input: UpdatePackageCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePackageCommandInput, UpdatePackageCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpgradeElasticsearchDomainCommandInput extends UpgradeElasticse
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElasticsearchDomainResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ElasticsearchServiceClient, UpgradeElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
|
|
15
|
-
* // const { ElasticsearchServiceClient, UpgradeElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
|
|
16
|
-
* const client = new ElasticsearchServiceClient(config);
|
|
17
|
-
* const command = new UpgradeElasticsearchDomainCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpgradeElasticsearchDomainCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpgradeElasticsearchDomainCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpgradeElasticsearchDomainCommand extends $Command<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
|
|
27
11
|
readonly input: UpgradeElasticsearchDomainCommandInput;
|
|
28
12
|
constructor(input: UpgradeElasticsearchDomainCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export * from "./AcceptInboundCrossClusterSearchConnectionCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./AssociatePackageCommand";
|
|
4
|
+
export * from "./CancelElasticsearchServiceSoftwareUpdateCommand";
|
|
5
|
+
export * from "./CreateElasticsearchDomainCommand";
|
|
6
|
+
export * from "./CreateOutboundCrossClusterSearchConnectionCommand";
|
|
7
|
+
export * from "./CreatePackageCommand";
|
|
8
|
+
export * from "./DeleteElasticsearchDomainCommand";
|
|
9
|
+
export * from "./DeleteElasticsearchServiceRoleCommand";
|
|
10
|
+
export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
|
|
11
|
+
export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
12
|
+
export * from "./DeletePackageCommand";
|
|
13
|
+
export * from "./DescribeDomainAutoTunesCommand";
|
|
14
|
+
export * from "./DescribeElasticsearchDomainCommand";
|
|
15
|
+
export * from "./DescribeElasticsearchDomainConfigCommand";
|
|
16
|
+
export * from "./DescribeElasticsearchDomainsCommand";
|
|
17
|
+
export * from "./DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
18
|
+
export * from "./DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
19
|
+
export * from "./DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
20
|
+
export * from "./DescribePackagesCommand";
|
|
21
|
+
export * from "./DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
22
|
+
export * from "./DescribeReservedElasticsearchInstancesCommand";
|
|
23
|
+
export * from "./DissociatePackageCommand";
|
|
24
|
+
export * from "./GetCompatibleElasticsearchVersionsCommand";
|
|
25
|
+
export * from "./GetPackageVersionHistoryCommand";
|
|
26
|
+
export * from "./GetUpgradeHistoryCommand";
|
|
27
|
+
export * from "./GetUpgradeStatusCommand";
|
|
28
|
+
export * from "./ListDomainNamesCommand";
|
|
29
|
+
export * from "./ListDomainsForPackageCommand";
|
|
30
|
+
export * from "./ListElasticsearchInstanceTypesCommand";
|
|
31
|
+
export * from "./ListElasticsearchVersionsCommand";
|
|
32
|
+
export * from "./ListPackagesForDomainCommand";
|
|
33
|
+
export * from "./ListTagsCommand";
|
|
34
|
+
export * from "./PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
35
|
+
export * from "./RejectInboundCrossClusterSearchConnectionCommand";
|
|
36
|
+
export * from "./RemoveTagsCommand";
|
|
37
|
+
export * from "./StartElasticsearchServiceSoftwareUpdateCommand";
|
|
38
|
+
export * from "./UpdateElasticsearchDomainConfigCommand";
|
|
39
|
+
export * from "./UpdatePackageCommand";
|
|
40
|
+
export * from "./UpgradeElasticsearchDomainCommand";
|
|
@@ -1,56 +1,5 @@
|
|
|
1
|
-
export * from "./ElasticsearchServiceClient";
|
|
2
1
|
export * from "./ElasticsearchService";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateElasticsearchDomainCommand";
|
|
8
|
-
export * from "./commands/CreateOutboundCrossClusterSearchConnectionCommand";
|
|
9
|
-
export * from "./commands/CreatePackageCommand";
|
|
10
|
-
export * from "./commands/DeleteElasticsearchDomainCommand";
|
|
11
|
-
export * from "./commands/DeleteElasticsearchServiceRoleCommand";
|
|
12
|
-
export * from "./commands/DeleteInboundCrossClusterSearchConnectionCommand";
|
|
13
|
-
export * from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
|
|
14
|
-
export * from "./commands/DeletePackageCommand";
|
|
15
|
-
export * from "./commands/DescribeDomainAutoTunesCommand";
|
|
16
|
-
export * from "./pagination/DescribeDomainAutoTunesPaginator";
|
|
17
|
-
export * from "./commands/DescribeElasticsearchDomainCommand";
|
|
18
|
-
export * from "./commands/DescribeElasticsearchDomainConfigCommand";
|
|
19
|
-
export * from "./commands/DescribeElasticsearchDomainsCommand";
|
|
20
|
-
export * from "./commands/DescribeElasticsearchInstanceTypeLimitsCommand";
|
|
21
|
-
export * from "./commands/DescribeInboundCrossClusterSearchConnectionsCommand";
|
|
22
|
-
export * from "./pagination/DescribeInboundCrossClusterSearchConnectionsPaginator";
|
|
23
|
-
export * from "./commands/DescribeOutboundCrossClusterSearchConnectionsCommand";
|
|
24
|
-
export * from "./pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator";
|
|
25
|
-
export * from "./commands/DescribePackagesCommand";
|
|
26
|
-
export * from "./pagination/DescribePackagesPaginator";
|
|
27
|
-
export * from "./commands/DescribeReservedElasticsearchInstanceOfferingsCommand";
|
|
28
|
-
export * from "./pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator";
|
|
29
|
-
export * from "./commands/DescribeReservedElasticsearchInstancesCommand";
|
|
30
|
-
export * from "./pagination/DescribeReservedElasticsearchInstancesPaginator";
|
|
31
|
-
export * from "./commands/DissociatePackageCommand";
|
|
32
|
-
export * from "./commands/GetCompatibleElasticsearchVersionsCommand";
|
|
33
|
-
export * from "./commands/GetPackageVersionHistoryCommand";
|
|
34
|
-
export * from "./pagination/GetPackageVersionHistoryPaginator";
|
|
35
|
-
export * from "./commands/GetUpgradeHistoryCommand";
|
|
36
|
-
export * from "./pagination/GetUpgradeHistoryPaginator";
|
|
37
|
-
export * from "./commands/GetUpgradeStatusCommand";
|
|
38
|
-
export * from "./commands/ListDomainNamesCommand";
|
|
39
|
-
export * from "./commands/ListDomainsForPackageCommand";
|
|
40
|
-
export * from "./pagination/ListDomainsForPackagePaginator";
|
|
41
|
-
export * from "./commands/ListElasticsearchInstanceTypesCommand";
|
|
42
|
-
export * from "./pagination/ListElasticsearchInstanceTypesPaginator";
|
|
43
|
-
export * from "./commands/ListElasticsearchVersionsCommand";
|
|
44
|
-
export * from "./pagination/ListElasticsearchVersionsPaginator";
|
|
45
|
-
export * from "./commands/ListPackagesForDomainCommand";
|
|
46
|
-
export * from "./pagination/ListPackagesForDomainPaginator";
|
|
47
|
-
export * from "./commands/ListTagsCommand";
|
|
48
|
-
export * from "./commands/PurchaseReservedElasticsearchInstanceOfferingCommand";
|
|
49
|
-
export * from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
50
|
-
export * from "./commands/RemoveTagsCommand";
|
|
51
|
-
export * from "./commands/StartElasticsearchServiceSoftwareUpdateCommand";
|
|
52
|
-
export * from "./commands/UpdateElasticsearchDomainConfigCommand";
|
|
53
|
-
export * from "./commands/UpdatePackageCommand";
|
|
54
|
-
export * from "./commands/UpgradeElasticsearchDomainCommand";
|
|
55
|
-
export * from "./pagination/Interfaces";
|
|
56
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElasticsearchServiceClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|