@aws-sdk/client-omics 3.389.0 → 3.395.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/README.md +80 -0
- package/dist-cjs/Omics.js +20 -0
- package/dist-cjs/OmicsClient.js +4 -2
- package/dist-cjs/clientConfiguration.js +2 -0
- package/dist-cjs/commands/AcceptShareCommand.js +46 -0
- package/dist-cjs/commands/CreateAnnotationStoreVersionCommand.js +46 -0
- package/dist-cjs/commands/CreateShareCommand.js +46 -0
- package/dist-cjs/commands/DeleteAnnotationStoreVersionsCommand.js +46 -0
- package/dist-cjs/commands/DeleteShareCommand.js +46 -0
- package/dist-cjs/commands/GetAnnotationStoreVersionCommand.js +46 -0
- package/dist-cjs/commands/GetShareCommand.js +46 -0
- package/dist-cjs/commands/ListAnnotationStoreVersionsCommand.js +46 -0
- package/dist-cjs/commands/ListSharesCommand.js +46 -0
- package/dist-cjs/commands/UpdateAnnotationStoreVersionCommand.js +46 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +42 -14
- package/dist-cjs/pagination/ListAnnotationStoreVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSharesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +909 -38
- package/dist-cjs/runtimeConfig.shared.js +1 -0
- package/dist-cjs/runtimeExtensions.js +16 -0
- package/dist-cjs/waiters/index.js +2 -0
- package/dist-cjs/waiters/waitForAnnotationStoreVersionCreated.js +63 -0
- package/dist-cjs/waiters/waitForAnnotationStoreVersionDeleted.js +48 -0
- package/dist-es/Omics.js +20 -0
- package/dist-es/OmicsClient.js +4 -2
- package/dist-es/clientConfiguration.js +1 -0
- package/dist-es/commands/AcceptShareCommand.js +42 -0
- package/dist-es/commands/CreateAnnotationStoreVersionCommand.js +42 -0
- package/dist-es/commands/CreateShareCommand.js +42 -0
- package/dist-es/commands/DeleteAnnotationStoreVersionsCommand.js +42 -0
- package/dist-es/commands/DeleteShareCommand.js +42 -0
- package/dist-es/commands/GetAnnotationStoreVersionCommand.js +42 -0
- package/dist-es/commands/GetShareCommand.js +42 -0
- package/dist-es/commands/ListAnnotationStoreVersionsCommand.js +42 -0
- package/dist-es/commands/ListSharesCommand.js +42 -0
- package/dist-es/commands/UpdateAnnotationStoreVersionCommand.js +42 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +39 -12
- package/dist-es/pagination/ListAnnotationStoreVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListSharesPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +884 -34
- package/dist-es/runtimeConfig.shared.js +1 -0
- package/dist-es/runtimeExtensions.js +12 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +58 -0
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +43 -0
- package/dist-types/Omics.d.ts +70 -0
- package/dist-types/OmicsClient.d.ts +18 -3
- package/dist-types/clientConfiguration.d.ts +6 -0
- package/dist-types/commands/AcceptShareCommand.d.ts +96 -0
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +2 -0
- package/dist-types/commands/CreateAnnotationStoreVersionCommand.d.ts +132 -0
- package/dist-types/commands/CreateShareCommand.d.ts +100 -0
- package/dist-types/commands/DeleteAnnotationStoreVersionsCommand.d.ts +102 -0
- package/dist-types/commands/DeleteShareCommand.d.ts +96 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -0
- package/dist-types/commands/GetAnnotationStoreVersionCommand.d.ts +117 -0
- package/dist-types/commands/GetShareCommand.d.ts +106 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListAnnotationStoreVersionsCommand.d.ts +110 -0
- package/dist-types/commands/ListSharesCommand.d.ts +119 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAnnotationStoreVersionCommand.d.ts +99 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1011 -48
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSharesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Omics.d.ts +170 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +63 -0
- package/dist-types/ts3.4/clientConfiguration.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateAnnotationStoreVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAnnotationStoreVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAnnotationStoreVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetShareCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAnnotationStoreVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSharesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAnnotationStoreVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +197 -5
- package/dist-types/ts3.4/pagination/ListAnnotationStoreVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSharesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionDeleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +14 -0
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +14 -0
- package/package.json +30 -30
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteAnnotationStoreVersionsRequest,
|
|
11
|
+
DeleteAnnotationStoreVersionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteAnnotationStoreVersionsCommandInput
|
|
20
|
+
extends DeleteAnnotationStoreVersionsRequest {}
|
|
21
|
+
export interface DeleteAnnotationStoreVersionsCommandOutput
|
|
22
|
+
extends DeleteAnnotationStoreVersionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteAnnotationStoreVersionsCommand extends $Command<
|
|
25
|
+
DeleteAnnotationStoreVersionsCommandInput,
|
|
26
|
+
DeleteAnnotationStoreVersionsCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteAnnotationStoreVersionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteAnnotationStoreVersionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteAnnotationStoreVersionsCommandInput,
|
|
38
|
+
DeleteAnnotationStoreVersionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { DeleteShareRequest, DeleteShareResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteShareCommandInput extends DeleteShareRequest {}
|
|
17
|
+
export interface DeleteShareCommandOutput
|
|
18
|
+
extends DeleteShareResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class DeleteShareCommand extends $Command<
|
|
21
|
+
DeleteShareCommandInput,
|
|
22
|
+
DeleteShareCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteShareCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteShareCommandInput, DeleteShareCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetAnnotationStoreVersionRequest,
|
|
11
|
+
GetAnnotationStoreVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetAnnotationStoreVersionCommandInput
|
|
20
|
+
extends GetAnnotationStoreVersionRequest {}
|
|
21
|
+
export interface GetAnnotationStoreVersionCommandOutput
|
|
22
|
+
extends GetAnnotationStoreVersionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetAnnotationStoreVersionCommand extends $Command<
|
|
25
|
+
GetAnnotationStoreVersionCommandInput,
|
|
26
|
+
GetAnnotationStoreVersionCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetAnnotationStoreVersionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetAnnotationStoreVersionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetAnnotationStoreVersionCommandInput,
|
|
38
|
+
GetAnnotationStoreVersionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { GetShareRequest, GetShareResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetShareCommandInput extends GetShareRequest {}
|
|
17
|
+
export interface GetShareCommandOutput
|
|
18
|
+
extends GetShareResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetShareCommand extends $Command<
|
|
21
|
+
GetShareCommandInput,
|
|
22
|
+
GetShareCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetShareCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetShareCommandInput, GetShareCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListAnnotationStoreVersionsRequest,
|
|
11
|
+
ListAnnotationStoreVersionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListAnnotationStoreVersionsCommandInput
|
|
20
|
+
extends ListAnnotationStoreVersionsRequest {}
|
|
21
|
+
export interface ListAnnotationStoreVersionsCommandOutput
|
|
22
|
+
extends ListAnnotationStoreVersionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListAnnotationStoreVersionsCommand extends $Command<
|
|
25
|
+
ListAnnotationStoreVersionsCommandInput,
|
|
26
|
+
ListAnnotationStoreVersionsCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListAnnotationStoreVersionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListAnnotationStoreVersionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListAnnotationStoreVersionsCommandInput,
|
|
38
|
+
ListAnnotationStoreVersionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { ListSharesRequest, ListSharesResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
OmicsClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../OmicsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface ListSharesCommandInput extends ListSharesRequest {}
|
|
17
|
+
export interface ListSharesCommandOutput
|
|
18
|
+
extends ListSharesResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class ListSharesCommand extends $Command<
|
|
21
|
+
ListSharesCommandInput,
|
|
22
|
+
ListSharesCommandOutput,
|
|
23
|
+
OmicsClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: ListSharesCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: ListSharesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: OmicsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListSharesCommandInput, ListSharesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateAnnotationStoreVersionRequest,
|
|
11
|
+
UpdateAnnotationStoreVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
OmicsClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../OmicsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateAnnotationStoreVersionCommandInput
|
|
20
|
+
extends UpdateAnnotationStoreVersionRequest {}
|
|
21
|
+
export interface UpdateAnnotationStoreVersionCommandOutput
|
|
22
|
+
extends UpdateAnnotationStoreVersionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateAnnotationStoreVersionCommand extends $Command<
|
|
25
|
+
UpdateAnnotationStoreVersionCommandInput,
|
|
26
|
+
UpdateAnnotationStoreVersionCommandOutput,
|
|
27
|
+
OmicsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateAnnotationStoreVersionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateAnnotationStoreVersionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: OmicsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateAnnotationStoreVersionCommandInput,
|
|
38
|
+
UpdateAnnotationStoreVersionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
export * from "./AbortMultipartReadSetUploadCommand";
|
|
2
|
+
export * from "./AcceptShareCommand";
|
|
2
3
|
export * from "./BatchDeleteReadSetCommand";
|
|
3
4
|
export * from "./CancelAnnotationImportJobCommand";
|
|
4
5
|
export * from "./CancelRunCommand";
|
|
5
6
|
export * from "./CancelVariantImportJobCommand";
|
|
6
7
|
export * from "./CompleteMultipartReadSetUploadCommand";
|
|
7
8
|
export * from "./CreateAnnotationStoreCommand";
|
|
9
|
+
export * from "./CreateAnnotationStoreVersionCommand";
|
|
8
10
|
export * from "./CreateMultipartReadSetUploadCommand";
|
|
9
11
|
export * from "./CreateReferenceStoreCommand";
|
|
10
12
|
export * from "./CreateRunGroupCommand";
|
|
11
13
|
export * from "./CreateSequenceStoreCommand";
|
|
14
|
+
export * from "./CreateShareCommand";
|
|
12
15
|
export * from "./CreateVariantStoreCommand";
|
|
13
16
|
export * from "./CreateWorkflowCommand";
|
|
14
17
|
export * from "./DeleteAnnotationStoreCommand";
|
|
18
|
+
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
15
19
|
export * from "./DeleteReferenceCommand";
|
|
16
20
|
export * from "./DeleteReferenceStoreCommand";
|
|
17
21
|
export * from "./DeleteRunCommand";
|
|
18
22
|
export * from "./DeleteRunGroupCommand";
|
|
19
23
|
export * from "./DeleteSequenceStoreCommand";
|
|
24
|
+
export * from "./DeleteShareCommand";
|
|
20
25
|
export * from "./DeleteVariantStoreCommand";
|
|
21
26
|
export * from "./DeleteWorkflowCommand";
|
|
22
27
|
export * from "./GetAnnotationImportJobCommand";
|
|
23
28
|
export * from "./GetAnnotationStoreCommand";
|
|
29
|
+
export * from "./GetAnnotationStoreVersionCommand";
|
|
24
30
|
export * from "./GetReadSetActivationJobCommand";
|
|
25
31
|
export * from "./GetReadSetCommand";
|
|
26
32
|
export * from "./GetReadSetExportJobCommand";
|
|
@@ -34,10 +40,12 @@ export * from "./GetRunCommand";
|
|
|
34
40
|
export * from "./GetRunGroupCommand";
|
|
35
41
|
export * from "./GetRunTaskCommand";
|
|
36
42
|
export * from "./GetSequenceStoreCommand";
|
|
43
|
+
export * from "./GetShareCommand";
|
|
37
44
|
export * from "./GetVariantImportJobCommand";
|
|
38
45
|
export * from "./GetVariantStoreCommand";
|
|
39
46
|
export * from "./GetWorkflowCommand";
|
|
40
47
|
export * from "./ListAnnotationImportJobsCommand";
|
|
48
|
+
export * from "./ListAnnotationStoreVersionsCommand";
|
|
41
49
|
export * from "./ListAnnotationStoresCommand";
|
|
42
50
|
export * from "./ListMultipartReadSetUploadsCommand";
|
|
43
51
|
export * from "./ListReadSetActivationJobsCommand";
|
|
@@ -52,6 +60,7 @@ export * from "./ListRunGroupsCommand";
|
|
|
52
60
|
export * from "./ListRunTasksCommand";
|
|
53
61
|
export * from "./ListRunsCommand";
|
|
54
62
|
export * from "./ListSequenceStoresCommand";
|
|
63
|
+
export * from "./ListSharesCommand";
|
|
55
64
|
export * from "./ListTagsForResourceCommand";
|
|
56
65
|
export * from "./ListVariantImportJobsCommand";
|
|
57
66
|
export * from "./ListVariantStoresCommand";
|
|
@@ -66,6 +75,7 @@ export * from "./StartVariantImportJobCommand";
|
|
|
66
75
|
export * from "./TagResourceCommand";
|
|
67
76
|
export * from "./UntagResourceCommand";
|
|
68
77
|
export * from "./UpdateAnnotationStoreCommand";
|
|
78
|
+
export * from "./UpdateAnnotationStoreVersionCommand";
|
|
69
79
|
export * from "./UpdateRunGroupCommand";
|
|
70
80
|
export * from "./UpdateVariantStoreCommand";
|
|
71
81
|
export * from "./UpdateWorkflowCommand";
|
|
@@ -73,6 +73,26 @@ export declare const Accelerators: {
|
|
|
73
73
|
readonly GPU: "GPU";
|
|
74
74
|
};
|
|
75
75
|
export type Accelerators = (typeof Accelerators)[keyof typeof Accelerators];
|
|
76
|
+
export interface AcceptShareRequest {
|
|
77
|
+
shareId: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export declare const ShareStatus: {
|
|
80
|
+
readonly ACTIVATING: "ACTIVATING";
|
|
81
|
+
readonly ACTIVE: "ACTIVE";
|
|
82
|
+
readonly DELETED: "DELETED";
|
|
83
|
+
readonly DELETING: "DELETING";
|
|
84
|
+
readonly FAILED: "FAILED";
|
|
85
|
+
readonly PENDING: "PENDING";
|
|
86
|
+
};
|
|
87
|
+
export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
|
|
88
|
+
export interface AcceptShareResponse {
|
|
89
|
+
status?: ShareStatus | string;
|
|
90
|
+
}
|
|
91
|
+
export declare class ConflictException extends __BaseException {
|
|
92
|
+
readonly name: "ConflictException";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
95
|
+
}
|
|
76
96
|
export declare const ReadSetActivationJobStatus: {
|
|
77
97
|
readonly CANCELLED: "CANCELLED";
|
|
78
98
|
readonly CANCELLING: "CANCELLING";
|
|
@@ -180,6 +200,7 @@ export declare namespace FormatOptions {
|
|
|
180
200
|
export interface GetAnnotationImportResponse {
|
|
181
201
|
id: string | undefined;
|
|
182
202
|
destinationName: string | undefined;
|
|
203
|
+
versionName: string | undefined;
|
|
183
204
|
roleArn: string | undefined;
|
|
184
205
|
status: JobStatus | string | undefined;
|
|
185
206
|
statusMessage: string | undefined;
|
|
@@ -204,6 +225,7 @@ export interface ListAnnotationImportJobsRequest {
|
|
|
204
225
|
export interface AnnotationImportJobItem {
|
|
205
226
|
id: string | undefined;
|
|
206
227
|
destinationName: string | undefined;
|
|
228
|
+
versionName: string | undefined;
|
|
207
229
|
roleArn: string | undefined;
|
|
208
230
|
status: JobStatus | string | undefined;
|
|
209
231
|
creationTime: Date | undefined;
|
|
@@ -220,6 +242,7 @@ export interface StartAnnotationImportRequest {
|
|
|
220
242
|
destinationName: string | undefined;
|
|
221
243
|
roleArn: string | undefined;
|
|
222
244
|
items: AnnotationImportItemSource[] | undefined;
|
|
245
|
+
versionName?: string;
|
|
223
246
|
formatOptions?: FormatOptions;
|
|
224
247
|
runLeftNormalization?: boolean;
|
|
225
248
|
annotationFields?: Record<string, string>;
|
|
@@ -227,11 +250,6 @@ export interface StartAnnotationImportRequest {
|
|
|
227
250
|
export interface StartAnnotationImportResponse {
|
|
228
251
|
jobId: string | undefined;
|
|
229
252
|
}
|
|
230
|
-
export declare class ConflictException extends __BaseException {
|
|
231
|
-
readonly name: "ConflictException";
|
|
232
|
-
readonly $fault: "client";
|
|
233
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
234
|
-
}
|
|
235
253
|
export type ReferenceItem =
|
|
236
254
|
| ReferenceItem.ReferenceArnMember
|
|
237
255
|
| ReferenceItem.$UnknownMember;
|
|
@@ -324,6 +342,7 @@ export interface CreateAnnotationStoreRequest {
|
|
|
324
342
|
name?: string;
|
|
325
343
|
description?: string;
|
|
326
344
|
tags?: Record<string, string>;
|
|
345
|
+
versionName?: string;
|
|
327
346
|
sseConfig?: SseConfig;
|
|
328
347
|
storeFormat: StoreFormat | string | undefined;
|
|
329
348
|
storeOptions?: StoreOptions;
|
|
@@ -343,6 +362,7 @@ export interface CreateAnnotationStoreResponse {
|
|
|
343
362
|
storeOptions?: StoreOptions;
|
|
344
363
|
status: StoreStatus | string | undefined;
|
|
345
364
|
name: string | undefined;
|
|
365
|
+
versionName: string | undefined;
|
|
346
366
|
creationTime: Date | undefined;
|
|
347
367
|
}
|
|
348
368
|
export interface DeleteAnnotationStoreRequest {
|
|
@@ -370,6 +390,7 @@ export interface GetAnnotationStoreResponse {
|
|
|
370
390
|
storeFormat?: StoreFormat | string;
|
|
371
391
|
statusMessage: string | undefined;
|
|
372
392
|
storeSizeBytes: number | undefined;
|
|
393
|
+
numVersions: number | undefined;
|
|
373
394
|
}
|
|
374
395
|
export interface ListAnnotationStoresFilter {
|
|
375
396
|
status?: StoreStatus | string;
|
|
@@ -413,6 +434,125 @@ export interface UpdateAnnotationStoreResponse {
|
|
|
413
434
|
storeOptions?: StoreOptions;
|
|
414
435
|
storeFormat?: StoreFormat | string;
|
|
415
436
|
}
|
|
437
|
+
export interface TsvVersionOptions {
|
|
438
|
+
annotationType?: AnnotationType | string;
|
|
439
|
+
formatToHeader?: Record<string, string>;
|
|
440
|
+
schema?: Record<string, SchemaValueType | string>[];
|
|
441
|
+
}
|
|
442
|
+
export type VersionOptions =
|
|
443
|
+
| VersionOptions.TsvVersionOptionsMember
|
|
444
|
+
| VersionOptions.$UnknownMember;
|
|
445
|
+
export declare namespace VersionOptions {
|
|
446
|
+
interface TsvVersionOptionsMember {
|
|
447
|
+
tsvVersionOptions: TsvVersionOptions;
|
|
448
|
+
$unknown?: never;
|
|
449
|
+
}
|
|
450
|
+
interface $UnknownMember {
|
|
451
|
+
tsvVersionOptions?: never;
|
|
452
|
+
$unknown: [string, any];
|
|
453
|
+
}
|
|
454
|
+
interface Visitor<T> {
|
|
455
|
+
tsvVersionOptions: (value: TsvVersionOptions) => T;
|
|
456
|
+
_: (name: string, value: any) => T;
|
|
457
|
+
}
|
|
458
|
+
const visit: <T>(value: VersionOptions, visitor: Visitor<T>) => T;
|
|
459
|
+
}
|
|
460
|
+
export interface CreateAnnotationStoreVersionRequest {
|
|
461
|
+
name: string | undefined;
|
|
462
|
+
versionName: string | undefined;
|
|
463
|
+
description?: string;
|
|
464
|
+
versionOptions?: VersionOptions;
|
|
465
|
+
tags?: Record<string, string>;
|
|
466
|
+
}
|
|
467
|
+
export declare const VersionStatus: {
|
|
468
|
+
readonly ACTIVE: "ACTIVE";
|
|
469
|
+
readonly CREATING: "CREATING";
|
|
470
|
+
readonly DELETING: "DELETING";
|
|
471
|
+
readonly FAILED: "FAILED";
|
|
472
|
+
readonly UPDATING: "UPDATING";
|
|
473
|
+
};
|
|
474
|
+
export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
|
|
475
|
+
export interface CreateAnnotationStoreVersionResponse {
|
|
476
|
+
id: string | undefined;
|
|
477
|
+
versionName: string | undefined;
|
|
478
|
+
storeId: string | undefined;
|
|
479
|
+
versionOptions?: VersionOptions;
|
|
480
|
+
name: string | undefined;
|
|
481
|
+
status: VersionStatus | string | undefined;
|
|
482
|
+
creationTime: Date | undefined;
|
|
483
|
+
}
|
|
484
|
+
export interface DeleteAnnotationStoreVersionsRequest {
|
|
485
|
+
name: string | undefined;
|
|
486
|
+
versions: string[] | undefined;
|
|
487
|
+
force?: boolean;
|
|
488
|
+
}
|
|
489
|
+
export interface VersionDeleteError {
|
|
490
|
+
versionName: string | undefined;
|
|
491
|
+
message: string | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface DeleteAnnotationStoreVersionsResponse {
|
|
494
|
+
errors?: VersionDeleteError[];
|
|
495
|
+
}
|
|
496
|
+
export interface GetAnnotationStoreVersionRequest {
|
|
497
|
+
name: string | undefined;
|
|
498
|
+
versionName: string | undefined;
|
|
499
|
+
}
|
|
500
|
+
export interface GetAnnotationStoreVersionResponse {
|
|
501
|
+
storeId: string | undefined;
|
|
502
|
+
id: string | undefined;
|
|
503
|
+
status: VersionStatus | string | undefined;
|
|
504
|
+
versionArn: string | undefined;
|
|
505
|
+
name: string | undefined;
|
|
506
|
+
versionName: string | undefined;
|
|
507
|
+
description: string | undefined;
|
|
508
|
+
creationTime: Date | undefined;
|
|
509
|
+
updateTime: Date | undefined;
|
|
510
|
+
tags: Record<string, string> | undefined;
|
|
511
|
+
versionOptions?: VersionOptions;
|
|
512
|
+
statusMessage: string | undefined;
|
|
513
|
+
versionSizeBytes: number | undefined;
|
|
514
|
+
}
|
|
515
|
+
export interface ListAnnotationStoreVersionsFilter {
|
|
516
|
+
status?: VersionStatus | string;
|
|
517
|
+
}
|
|
518
|
+
export interface ListAnnotationStoreVersionsRequest {
|
|
519
|
+
name: string | undefined;
|
|
520
|
+
maxResults?: number;
|
|
521
|
+
nextToken?: string;
|
|
522
|
+
filter?: ListAnnotationStoreVersionsFilter;
|
|
523
|
+
}
|
|
524
|
+
export interface AnnotationStoreVersionItem {
|
|
525
|
+
storeId: string | undefined;
|
|
526
|
+
id: string | undefined;
|
|
527
|
+
status: VersionStatus | string | undefined;
|
|
528
|
+
versionArn: string | undefined;
|
|
529
|
+
name: string | undefined;
|
|
530
|
+
versionName: string | undefined;
|
|
531
|
+
description: string | undefined;
|
|
532
|
+
creationTime: Date | undefined;
|
|
533
|
+
updateTime: Date | undefined;
|
|
534
|
+
statusMessage: string | undefined;
|
|
535
|
+
versionSizeBytes: number | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface ListAnnotationStoreVersionsResponse {
|
|
538
|
+
annotationStoreVersions?: AnnotationStoreVersionItem[];
|
|
539
|
+
nextToken?: string;
|
|
540
|
+
}
|
|
541
|
+
export interface UpdateAnnotationStoreVersionRequest {
|
|
542
|
+
name: string | undefined;
|
|
543
|
+
versionName: string | undefined;
|
|
544
|
+
description?: string;
|
|
545
|
+
}
|
|
546
|
+
export interface UpdateAnnotationStoreVersionResponse {
|
|
547
|
+
storeId: string | undefined;
|
|
548
|
+
id: string | undefined;
|
|
549
|
+
status: VersionStatus | string | undefined;
|
|
550
|
+
name: string | undefined;
|
|
551
|
+
versionName: string | undefined;
|
|
552
|
+
description: string | undefined;
|
|
553
|
+
creationTime: Date | undefined;
|
|
554
|
+
updateTime: Date | undefined;
|
|
555
|
+
}
|
|
416
556
|
export interface BatchDeleteReadSetRequest {
|
|
417
557
|
ids: string[] | undefined;
|
|
418
558
|
sequenceStoreId: string | undefined;
|
|
@@ -528,6 +668,16 @@ export interface CreateSequenceStoreResponse {
|
|
|
528
668
|
creationTime: Date | undefined;
|
|
529
669
|
fallbackLocation?: string;
|
|
530
670
|
}
|
|
671
|
+
export interface CreateShareRequest {
|
|
672
|
+
resourceArn: string | undefined;
|
|
673
|
+
principalSubscriber: string | undefined;
|
|
674
|
+
shareName?: string;
|
|
675
|
+
}
|
|
676
|
+
export interface CreateShareResponse {
|
|
677
|
+
shareId?: string;
|
|
678
|
+
status?: ShareStatus | string;
|
|
679
|
+
shareName?: string;
|
|
680
|
+
}
|
|
531
681
|
export interface CreateVariantStoreRequest {
|
|
532
682
|
reference: ReferenceItem | undefined;
|
|
533
683
|
name?: string;
|
|
@@ -606,6 +756,12 @@ export interface DeleteSequenceStoreRequest {
|
|
|
606
756
|
id: string | undefined;
|
|
607
757
|
}
|
|
608
758
|
export interface DeleteSequenceStoreResponse {}
|
|
759
|
+
export interface DeleteShareRequest {
|
|
760
|
+
shareId: string | undefined;
|
|
761
|
+
}
|
|
762
|
+
export interface DeleteShareResponse {
|
|
763
|
+
status?: ShareStatus | string;
|
|
764
|
+
}
|
|
609
765
|
export interface DeleteVariantStoreRequest {
|
|
610
766
|
name: string | undefined;
|
|
611
767
|
force?: boolean;
|
|
@@ -661,6 +817,10 @@ export interface FileInformation {
|
|
|
661
817
|
partSize?: number;
|
|
662
818
|
contentLength?: number;
|
|
663
819
|
}
|
|
820
|
+
export interface Filter {
|
|
821
|
+
resourceArns?: string[];
|
|
822
|
+
status?: (ShareStatus | string)[];
|
|
823
|
+
}
|
|
664
824
|
export declare const ReadSetFile: {
|
|
665
825
|
readonly INDEX: "INDEX";
|
|
666
826
|
readonly SOURCE1: "SOURCE1";
|
|
@@ -1008,6 +1168,23 @@ export interface GetSequenceStoreResponse {
|
|
|
1008
1168
|
creationTime: Date | undefined;
|
|
1009
1169
|
fallbackLocation?: string;
|
|
1010
1170
|
}
|
|
1171
|
+
export interface GetShareRequest {
|
|
1172
|
+
shareId: string | undefined;
|
|
1173
|
+
}
|
|
1174
|
+
export interface ShareDetails {
|
|
1175
|
+
shareId?: string;
|
|
1176
|
+
resourceArn?: string;
|
|
1177
|
+
principalSubscriber?: string;
|
|
1178
|
+
ownerId?: string;
|
|
1179
|
+
status?: ShareStatus | string;
|
|
1180
|
+
statusMessage?: string;
|
|
1181
|
+
shareName?: string;
|
|
1182
|
+
creationTime?: Date;
|
|
1183
|
+
updateTime?: Date;
|
|
1184
|
+
}
|
|
1185
|
+
export interface GetShareResponse {
|
|
1186
|
+
share?: ShareDetails;
|
|
1187
|
+
}
|
|
1011
1188
|
export interface GetVariantImportRequest {
|
|
1012
1189
|
jobId: string | undefined;
|
|
1013
1190
|
}
|
|
@@ -1360,6 +1537,21 @@ export interface ListSequenceStoresResponse {
|
|
|
1360
1537
|
nextToken?: string;
|
|
1361
1538
|
sequenceStores: SequenceStoreDetail[] | undefined;
|
|
1362
1539
|
}
|
|
1540
|
+
export declare const ResourceOwner: {
|
|
1541
|
+
readonly OTHER: "OTHER";
|
|
1542
|
+
readonly SELF: "SELF";
|
|
1543
|
+
};
|
|
1544
|
+
export type ResourceOwner = (typeof ResourceOwner)[keyof typeof ResourceOwner];
|
|
1545
|
+
export interface ListSharesRequest {
|
|
1546
|
+
resourceOwner: ResourceOwner | string | undefined;
|
|
1547
|
+
filter?: Filter;
|
|
1548
|
+
nextToken?: string;
|
|
1549
|
+
maxResults?: number;
|
|
1550
|
+
}
|
|
1551
|
+
export interface ListSharesResponse {
|
|
1552
|
+
shares: ShareDetails[] | undefined;
|
|
1553
|
+
nextToken?: string;
|
|
1554
|
+
}
|
|
1363
1555
|
export interface ListTagsForResourceRequest {
|
|
1364
1556
|
resourceArn: string | undefined;
|
|
1365
1557
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAnnotationStoreVersionsCommandInput,
|
|
4
|
+
ListAnnotationStoreVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListAnnotationStoreVersionsCommand";
|
|
6
|
+
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAnnotationStoreVersions(
|
|
8
|
+
config: OmicsPaginationConfiguration,
|
|
9
|
+
input: ListAnnotationStoreVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAnnotationStoreVersionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSharesCommandInput,
|
|
4
|
+
ListSharesCommandOutput,
|
|
5
|
+
} from "../commands/ListSharesCommand";
|
|
6
|
+
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListShares(
|
|
8
|
+
config: OmicsPaginationConfiguration,
|
|
9
|
+
input: ListSharesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSharesCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAnnotationImportJobsPaginator";
|
|
3
|
+
export * from "./ListAnnotationStoreVersionsPaginator";
|
|
3
4
|
export * from "./ListAnnotationStoresPaginator";
|
|
4
5
|
export * from "./ListMultipartReadSetUploadsPaginator";
|
|
5
6
|
export * from "./ListReadSetActivationJobsPaginator";
|
|
@@ -14,6 +15,7 @@ export * from "./ListRunGroupsPaginator";
|
|
|
14
15
|
export * from "./ListRunTasksPaginator";
|
|
15
16
|
export * from "./ListRunsPaginator";
|
|
16
17
|
export * from "./ListSequenceStoresPaginator";
|
|
18
|
+
export * from "./ListSharesPaginator";
|
|
17
19
|
export * from "./ListVariantImportJobsPaginator";
|
|
18
20
|
export * from "./ListVariantStoresPaginator";
|
|
19
21
|
export * from "./ListWorkflowsPaginator";
|