@aws-sdk/client-omics 3.697.0 → 3.709.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 +32 -0
- package/dist-cjs/index.js +261 -5
- package/dist-es/Omics.js +8 -0
- package/dist-es/commands/DeleteS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/GetS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/PutS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/UpdateSequenceStoreCommand.js +22 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +171 -2
- package/dist-types/Omics.d.ts +28 -0
- package/dist-types/OmicsClient.d.ts +6 -2
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteS3AccessPolicyCommand.d.ts +92 -0
- package/dist-types/commands/GetS3AccessPolicyCommand.d.ts +101 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +7 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +6 -0
- package/dist-types/commands/PutS3AccessPolicyCommand.d.ts +97 -0
- package/dist-types/commands/UpdateSequenceStoreCommand.d.ts +123 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +333 -10
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/Omics.d.ts +68 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSequenceStoreCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +89 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +37 -37
|
@@ -142,6 +142,10 @@ import {
|
|
|
142
142
|
DeleteRunGroupCommandInput,
|
|
143
143
|
DeleteRunGroupCommandOutput,
|
|
144
144
|
} from "./commands/DeleteRunGroupCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteS3AccessPolicyCommandInput,
|
|
147
|
+
DeleteS3AccessPolicyCommandOutput,
|
|
148
|
+
} from "./commands/DeleteS3AccessPolicyCommand";
|
|
145
149
|
import {
|
|
146
150
|
DeleteSequenceStoreCommandInput,
|
|
147
151
|
DeleteSequenceStoreCommandOutput,
|
|
@@ -222,6 +226,10 @@ import {
|
|
|
222
226
|
GetRunTaskCommandInput,
|
|
223
227
|
GetRunTaskCommandOutput,
|
|
224
228
|
} from "./commands/GetRunTaskCommand";
|
|
229
|
+
import {
|
|
230
|
+
GetS3AccessPolicyCommandInput,
|
|
231
|
+
GetS3AccessPolicyCommandOutput,
|
|
232
|
+
} from "./commands/GetS3AccessPolicyCommand";
|
|
225
233
|
import {
|
|
226
234
|
GetSequenceStoreCommandInput,
|
|
227
235
|
GetSequenceStoreCommandOutput,
|
|
@@ -330,6 +338,10 @@ import {
|
|
|
330
338
|
ListWorkflowsCommandInput,
|
|
331
339
|
ListWorkflowsCommandOutput,
|
|
332
340
|
} from "./commands/ListWorkflowsCommand";
|
|
341
|
+
import {
|
|
342
|
+
PutS3AccessPolicyCommandInput,
|
|
343
|
+
PutS3AccessPolicyCommandOutput,
|
|
344
|
+
} from "./commands/PutS3AccessPolicyCommand";
|
|
333
345
|
import {
|
|
334
346
|
StartAnnotationImportJobCommandInput,
|
|
335
347
|
StartAnnotationImportJobCommandOutput,
|
|
@@ -382,6 +394,10 @@ import {
|
|
|
382
394
|
UpdateRunGroupCommandInput,
|
|
383
395
|
UpdateRunGroupCommandOutput,
|
|
384
396
|
} from "./commands/UpdateRunGroupCommand";
|
|
397
|
+
import {
|
|
398
|
+
UpdateSequenceStoreCommandInput,
|
|
399
|
+
UpdateSequenceStoreCommandOutput,
|
|
400
|
+
} from "./commands/UpdateSequenceStoreCommand";
|
|
385
401
|
import {
|
|
386
402
|
UpdateVariantStoreCommandInput,
|
|
387
403
|
UpdateVariantStoreCommandOutput,
|
|
@@ -426,6 +442,7 @@ export type ServiceInputTypes =
|
|
|
426
442
|
| DeleteRunCacheCommandInput
|
|
427
443
|
| DeleteRunCommandInput
|
|
428
444
|
| DeleteRunGroupCommandInput
|
|
445
|
+
| DeleteS3AccessPolicyCommandInput
|
|
429
446
|
| DeleteSequenceStoreCommandInput
|
|
430
447
|
| DeleteShareCommandInput
|
|
431
448
|
| DeleteVariantStoreCommandInput
|
|
@@ -446,6 +463,7 @@ export type ServiceInputTypes =
|
|
|
446
463
|
| GetRunCommandInput
|
|
447
464
|
| GetRunGroupCommandInput
|
|
448
465
|
| GetRunTaskCommandInput
|
|
466
|
+
| GetS3AccessPolicyCommandInput
|
|
449
467
|
| GetSequenceStoreCommandInput
|
|
450
468
|
| GetShareCommandInput
|
|
451
469
|
| GetVariantImportJobCommandInput
|
|
@@ -473,6 +491,7 @@ export type ServiceInputTypes =
|
|
|
473
491
|
| ListVariantImportJobsCommandInput
|
|
474
492
|
| ListVariantStoresCommandInput
|
|
475
493
|
| ListWorkflowsCommandInput
|
|
494
|
+
| PutS3AccessPolicyCommandInput
|
|
476
495
|
| StartAnnotationImportJobCommandInput
|
|
477
496
|
| StartReadSetActivationJobCommandInput
|
|
478
497
|
| StartReadSetExportJobCommandInput
|
|
@@ -486,6 +505,7 @@ export type ServiceInputTypes =
|
|
|
486
505
|
| UpdateAnnotationStoreVersionCommandInput
|
|
487
506
|
| UpdateRunCacheCommandInput
|
|
488
507
|
| UpdateRunGroupCommandInput
|
|
508
|
+
| UpdateSequenceStoreCommandInput
|
|
489
509
|
| UpdateVariantStoreCommandInput
|
|
490
510
|
| UpdateWorkflowCommandInput
|
|
491
511
|
| UploadReadSetPartCommandInput;
|
|
@@ -514,6 +534,7 @@ export type ServiceOutputTypes =
|
|
|
514
534
|
| DeleteRunCacheCommandOutput
|
|
515
535
|
| DeleteRunCommandOutput
|
|
516
536
|
| DeleteRunGroupCommandOutput
|
|
537
|
+
| DeleteS3AccessPolicyCommandOutput
|
|
517
538
|
| DeleteSequenceStoreCommandOutput
|
|
518
539
|
| DeleteShareCommandOutput
|
|
519
540
|
| DeleteVariantStoreCommandOutput
|
|
@@ -534,6 +555,7 @@ export type ServiceOutputTypes =
|
|
|
534
555
|
| GetRunCommandOutput
|
|
535
556
|
| GetRunGroupCommandOutput
|
|
536
557
|
| GetRunTaskCommandOutput
|
|
558
|
+
| GetS3AccessPolicyCommandOutput
|
|
537
559
|
| GetSequenceStoreCommandOutput
|
|
538
560
|
| GetShareCommandOutput
|
|
539
561
|
| GetVariantImportJobCommandOutput
|
|
@@ -561,6 +583,7 @@ export type ServiceOutputTypes =
|
|
|
561
583
|
| ListVariantImportJobsCommandOutput
|
|
562
584
|
| ListVariantStoresCommandOutput
|
|
563
585
|
| ListWorkflowsCommandOutput
|
|
586
|
+
| PutS3AccessPolicyCommandOutput
|
|
564
587
|
| StartAnnotationImportJobCommandOutput
|
|
565
588
|
| StartReadSetActivationJobCommandOutput
|
|
566
589
|
| StartReadSetExportJobCommandOutput
|
|
@@ -574,6 +597,7 @@ export type ServiceOutputTypes =
|
|
|
574
597
|
| UpdateAnnotationStoreVersionCommandOutput
|
|
575
598
|
| UpdateRunCacheCommandOutput
|
|
576
599
|
| UpdateRunGroupCommandOutput
|
|
600
|
+
| UpdateSequenceStoreCommandOutput
|
|
577
601
|
| UpdateVariantStoreCommandOutput
|
|
578
602
|
| UpdateWorkflowCommandOutput
|
|
579
603
|
| UploadReadSetPartCommandOutput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteS3AccessPolicyRequest,
|
|
5
|
+
DeleteS3AccessPolicyResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteS3AccessPolicyCommandInput
|
|
15
|
+
extends DeleteS3AccessPolicyRequest {}
|
|
16
|
+
export interface DeleteS3AccessPolicyCommandOutput
|
|
17
|
+
extends DeleteS3AccessPolicyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteS3AccessPolicyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteS3AccessPolicyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteS3AccessPolicyCommandInput,
|
|
24
|
+
DeleteS3AccessPolicyCommandOutput,
|
|
25
|
+
OmicsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteS3AccessPolicyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteS3AccessPolicyCommandInput,
|
|
33
|
+
DeleteS3AccessPolicyCommandOutput,
|
|
34
|
+
OmicsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteS3AccessPolicyCommand extends DeleteS3AccessPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteS3AccessPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteS3AccessPolicyCommandInput;
|
|
48
|
+
output: DeleteS3AccessPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetS3AccessPolicyRequest,
|
|
5
|
+
GetS3AccessPolicyResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetS3AccessPolicyCommandInput
|
|
15
|
+
extends GetS3AccessPolicyRequest {}
|
|
16
|
+
export interface GetS3AccessPolicyCommandOutput
|
|
17
|
+
extends GetS3AccessPolicyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetS3AccessPolicyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetS3AccessPolicyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetS3AccessPolicyCommandInput,
|
|
24
|
+
GetS3AccessPolicyCommandOutput,
|
|
25
|
+
OmicsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetS3AccessPolicyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetS3AccessPolicyCommandInput,
|
|
33
|
+
GetS3AccessPolicyCommandOutput,
|
|
34
|
+
OmicsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetS3AccessPolicyCommand extends GetS3AccessPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetS3AccessPolicyRequest;
|
|
44
|
+
output: GetS3AccessPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetS3AccessPolicyCommandInput;
|
|
48
|
+
output: GetS3AccessPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
PutS3AccessPolicyRequest,
|
|
5
|
+
PutS3AccessPolicyResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PutS3AccessPolicyCommandInput
|
|
15
|
+
extends PutS3AccessPolicyRequest {}
|
|
16
|
+
export interface PutS3AccessPolicyCommandOutput
|
|
17
|
+
extends PutS3AccessPolicyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PutS3AccessPolicyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PutS3AccessPolicyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PutS3AccessPolicyCommandInput,
|
|
24
|
+
PutS3AccessPolicyCommandOutput,
|
|
25
|
+
OmicsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: PutS3AccessPolicyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PutS3AccessPolicyCommandInput,
|
|
33
|
+
PutS3AccessPolicyCommandOutput,
|
|
34
|
+
OmicsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PutS3AccessPolicyCommand extends PutS3AccessPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutS3AccessPolicyRequest;
|
|
44
|
+
output: PutS3AccessPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutS3AccessPolicyCommandInput;
|
|
48
|
+
output: PutS3AccessPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateSequenceStoreRequest,
|
|
5
|
+
UpdateSequenceStoreResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OmicsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OmicsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateSequenceStoreCommandInput
|
|
15
|
+
extends UpdateSequenceStoreRequest {}
|
|
16
|
+
export interface UpdateSequenceStoreCommandOutput
|
|
17
|
+
extends UpdateSequenceStoreResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateSequenceStoreCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateSequenceStoreCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateSequenceStoreCommandInput,
|
|
24
|
+
UpdateSequenceStoreCommandOutput,
|
|
25
|
+
OmicsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateSequenceStoreCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateSequenceStoreCommandInput,
|
|
33
|
+
UpdateSequenceStoreCommandOutput,
|
|
34
|
+
OmicsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateSequenceStoreCommand extends UpdateSequenceStoreCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateSequenceStoreRequest;
|
|
44
|
+
output: UpdateSequenceStoreResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateSequenceStoreCommandInput;
|
|
48
|
+
output: UpdateSequenceStoreCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -22,6 +22,7 @@ export * from "./DeleteReferenceStoreCommand";
|
|
|
22
22
|
export * from "./DeleteRunCacheCommand";
|
|
23
23
|
export * from "./DeleteRunCommand";
|
|
24
24
|
export * from "./DeleteRunGroupCommand";
|
|
25
|
+
export * from "./DeleteS3AccessPolicyCommand";
|
|
25
26
|
export * from "./DeleteSequenceStoreCommand";
|
|
26
27
|
export * from "./DeleteShareCommand";
|
|
27
28
|
export * from "./DeleteVariantStoreCommand";
|
|
@@ -42,6 +43,7 @@ export * from "./GetRunCacheCommand";
|
|
|
42
43
|
export * from "./GetRunCommand";
|
|
43
44
|
export * from "./GetRunGroupCommand";
|
|
44
45
|
export * from "./GetRunTaskCommand";
|
|
46
|
+
export * from "./GetS3AccessPolicyCommand";
|
|
45
47
|
export * from "./GetSequenceStoreCommand";
|
|
46
48
|
export * from "./GetShareCommand";
|
|
47
49
|
export * from "./GetVariantImportJobCommand";
|
|
@@ -69,6 +71,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
69
71
|
export * from "./ListVariantImportJobsCommand";
|
|
70
72
|
export * from "./ListVariantStoresCommand";
|
|
71
73
|
export * from "./ListWorkflowsCommand";
|
|
74
|
+
export * from "./PutS3AccessPolicyCommand";
|
|
72
75
|
export * from "./StartAnnotationImportJobCommand";
|
|
73
76
|
export * from "./StartReadSetActivationJobCommand";
|
|
74
77
|
export * from "./StartReadSetExportJobCommand";
|
|
@@ -82,6 +85,7 @@ export * from "./UpdateAnnotationStoreCommand";
|
|
|
82
85
|
export * from "./UpdateAnnotationStoreVersionCommand";
|
|
83
86
|
export * from "./UpdateRunCacheCommand";
|
|
84
87
|
export * from "./UpdateRunGroupCommand";
|
|
88
|
+
export * from "./UpdateSequenceStoreCommand";
|
|
85
89
|
export * from "./UpdateVariantStoreCommand";
|
|
86
90
|
export * from "./UpdateWorkflowCommand";
|
|
87
91
|
export * from "./UploadReadSetPartCommand";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
AutomaticJsonStringConversion as __AutomaticJsonStringConversion,
|
|
3
|
+
ExceptionOptionType as __ExceptionOptionType,
|
|
4
|
+
} from "@smithy/smithy-client";
|
|
2
5
|
import {
|
|
3
6
|
DocumentType as __DocumentType,
|
|
4
7
|
StreamingBlobTypes,
|
|
@@ -686,6 +689,9 @@ export declare const ETagAlgorithmFamily: {
|
|
|
686
689
|
};
|
|
687
690
|
export type ETagAlgorithmFamily =
|
|
688
691
|
(typeof ETagAlgorithmFamily)[keyof typeof ETagAlgorithmFamily];
|
|
692
|
+
export interface S3AccessConfig {
|
|
693
|
+
accessLogLocation?: string | undefined;
|
|
694
|
+
}
|
|
689
695
|
export interface CreateSequenceStoreRequest {
|
|
690
696
|
name: string | undefined;
|
|
691
697
|
description?: string | undefined;
|
|
@@ -694,7 +700,23 @@ export interface CreateSequenceStoreRequest {
|
|
|
694
700
|
clientToken?: string | undefined;
|
|
695
701
|
fallbackLocation?: string | undefined;
|
|
696
702
|
eTagAlgorithmFamily?: ETagAlgorithmFamily | undefined;
|
|
703
|
+
propagatedSetLevelTags?: string[] | undefined;
|
|
704
|
+
s3AccessConfig?: S3AccessConfig | undefined;
|
|
697
705
|
}
|
|
706
|
+
export interface SequenceStoreS3Access {
|
|
707
|
+
s3Uri?: string | undefined;
|
|
708
|
+
s3AccessPointArn?: string | undefined;
|
|
709
|
+
accessLogLocation?: string | undefined;
|
|
710
|
+
}
|
|
711
|
+
export declare const SequenceStoreStatus: {
|
|
712
|
+
readonly ACTIVE: "ACTIVE";
|
|
713
|
+
readonly CREATING: "CREATING";
|
|
714
|
+
readonly DELETING: "DELETING";
|
|
715
|
+
readonly FAILED: "FAILED";
|
|
716
|
+
readonly UPDATING: "UPDATING";
|
|
717
|
+
};
|
|
718
|
+
export type SequenceStoreStatus =
|
|
719
|
+
(typeof SequenceStoreStatus)[keyof typeof SequenceStoreStatus];
|
|
698
720
|
export interface CreateSequenceStoreResponse {
|
|
699
721
|
id: string | undefined;
|
|
700
722
|
arn: string | undefined;
|
|
@@ -704,6 +726,10 @@ export interface CreateSequenceStoreResponse {
|
|
|
704
726
|
creationTime: Date | undefined;
|
|
705
727
|
fallbackLocation?: string | undefined;
|
|
706
728
|
eTagAlgorithmFamily?: ETagAlgorithmFamily | undefined;
|
|
729
|
+
status?: SequenceStoreStatus | undefined;
|
|
730
|
+
statusMessage?: string | undefined;
|
|
731
|
+
propagatedSetLevelTags?: string[] | undefined;
|
|
732
|
+
s3Access?: SequenceStoreS3Access | undefined;
|
|
707
733
|
}
|
|
708
734
|
export interface CreateShareRequest {
|
|
709
735
|
resourceArn: string | undefined;
|
|
@@ -792,6 +818,10 @@ export interface DeleteRunCacheRequest {
|
|
|
792
818
|
export interface DeleteRunGroupRequest {
|
|
793
819
|
id: string | undefined;
|
|
794
820
|
}
|
|
821
|
+
export interface DeleteS3AccessPolicyRequest {
|
|
822
|
+
s3AccessPointArn: string | undefined;
|
|
823
|
+
}
|
|
824
|
+
export interface DeleteS3AccessPolicyResponse {}
|
|
795
825
|
export interface DeleteSequenceStoreRequest {
|
|
796
826
|
id: string | undefined;
|
|
797
827
|
}
|
|
@@ -1279,12 +1309,23 @@ export interface GetRunTaskResponse {
|
|
|
1279
1309
|
instanceType?: string | undefined;
|
|
1280
1310
|
failureReason?: string | undefined;
|
|
1281
1311
|
}
|
|
1282
|
-
export interface
|
|
1283
|
-
|
|
1312
|
+
export interface GetS3AccessPolicyRequest {
|
|
1313
|
+
s3AccessPointArn: string | undefined;
|
|
1284
1314
|
}
|
|
1285
|
-
export
|
|
1286
|
-
|
|
1315
|
+
export declare const StoreType: {
|
|
1316
|
+
readonly REFERENCE_STORE: "REFERENCE_STORE";
|
|
1317
|
+
readonly SEQUENCE_STORE: "SEQUENCE_STORE";
|
|
1318
|
+
};
|
|
1319
|
+
export type StoreType = (typeof StoreType)[keyof typeof StoreType];
|
|
1320
|
+
export interface GetS3AccessPolicyResponse {
|
|
1287
1321
|
s3AccessPointArn?: string | undefined;
|
|
1322
|
+
storeId?: string | undefined;
|
|
1323
|
+
storeType?: StoreType | undefined;
|
|
1324
|
+
updateTime?: Date | undefined;
|
|
1325
|
+
s3AccessPolicy: __AutomaticJsonStringConversion | string | undefined;
|
|
1326
|
+
}
|
|
1327
|
+
export interface GetSequenceStoreRequest {
|
|
1328
|
+
id: string | undefined;
|
|
1288
1329
|
}
|
|
1289
1330
|
export interface GetSequenceStoreResponse {
|
|
1290
1331
|
id: string | undefined;
|
|
@@ -1296,6 +1337,10 @@ export interface GetSequenceStoreResponse {
|
|
|
1296
1337
|
fallbackLocation?: string | undefined;
|
|
1297
1338
|
s3Access?: SequenceStoreS3Access | undefined;
|
|
1298
1339
|
eTagAlgorithmFamily?: ETagAlgorithmFamily | undefined;
|
|
1340
|
+
status?: SequenceStoreStatus | undefined;
|
|
1341
|
+
statusMessage?: string | undefined;
|
|
1342
|
+
propagatedSetLevelTags?: string[] | undefined;
|
|
1343
|
+
updateTime?: Date | undefined;
|
|
1299
1344
|
}
|
|
1300
1345
|
export interface GetShareRequest {
|
|
1301
1346
|
shareId: string | undefined;
|
|
@@ -1670,6 +1715,9 @@ export interface SequenceStoreFilter {
|
|
|
1670
1715
|
name?: string | undefined;
|
|
1671
1716
|
createdAfter?: Date | undefined;
|
|
1672
1717
|
createdBefore?: Date | undefined;
|
|
1718
|
+
status?: SequenceStoreStatus | undefined;
|
|
1719
|
+
updatedAfter?: Date | undefined;
|
|
1720
|
+
updatedBefore?: Date | undefined;
|
|
1673
1721
|
}
|
|
1674
1722
|
export interface ListSequenceStoresRequest {
|
|
1675
1723
|
maxResults?: number | undefined;
|
|
@@ -1685,6 +1733,9 @@ export interface SequenceStoreDetail {
|
|
|
1685
1733
|
creationTime: Date | undefined;
|
|
1686
1734
|
fallbackLocation?: string | undefined;
|
|
1687
1735
|
eTagAlgorithmFamily?: ETagAlgorithmFamily | undefined;
|
|
1736
|
+
status?: SequenceStoreStatus | undefined;
|
|
1737
|
+
statusMessage?: string | undefined;
|
|
1738
|
+
updateTime?: Date | undefined;
|
|
1688
1739
|
}
|
|
1689
1740
|
export interface ListSequenceStoresResponse {
|
|
1690
1741
|
nextToken?: string | undefined;
|
|
@@ -1782,6 +1833,15 @@ export interface ListWorkflowsResponse {
|
|
|
1782
1833
|
items?: WorkflowListItem[] | undefined;
|
|
1783
1834
|
nextToken?: string | undefined;
|
|
1784
1835
|
}
|
|
1836
|
+
export interface PutS3AccessPolicyRequest {
|
|
1837
|
+
s3AccessPointArn: string | undefined;
|
|
1838
|
+
s3AccessPolicy: __AutomaticJsonStringConversion | string | undefined;
|
|
1839
|
+
}
|
|
1840
|
+
export interface PutS3AccessPolicyResponse {
|
|
1841
|
+
s3AccessPointArn?: string | undefined;
|
|
1842
|
+
storeId?: string | undefined;
|
|
1843
|
+
storeType?: StoreType | undefined;
|
|
1844
|
+
}
|
|
1785
1845
|
export interface StartReferenceImportJobSourceItem {
|
|
1786
1846
|
sourceFile: string | undefined;
|
|
1787
1847
|
name: string | undefined;
|
|
@@ -1895,6 +1955,30 @@ export interface StartReadSetImportJobResponse {
|
|
|
1895
1955
|
status: ReadSetImportJobStatus | undefined;
|
|
1896
1956
|
creationTime: Date | undefined;
|
|
1897
1957
|
}
|
|
1958
|
+
export interface UpdateSequenceStoreRequest {
|
|
1959
|
+
id: string | undefined;
|
|
1960
|
+
name?: string | undefined;
|
|
1961
|
+
description?: string | undefined;
|
|
1962
|
+
clientToken?: string | undefined;
|
|
1963
|
+
fallbackLocation?: string | undefined;
|
|
1964
|
+
propagatedSetLevelTags?: string[] | undefined;
|
|
1965
|
+
s3AccessConfig?: S3AccessConfig | undefined;
|
|
1966
|
+
}
|
|
1967
|
+
export interface UpdateSequenceStoreResponse {
|
|
1968
|
+
id: string | undefined;
|
|
1969
|
+
arn: string | undefined;
|
|
1970
|
+
name?: string | undefined;
|
|
1971
|
+
description?: string | undefined;
|
|
1972
|
+
sseConfig?: SseConfig | undefined;
|
|
1973
|
+
creationTime: Date | undefined;
|
|
1974
|
+
updateTime?: Date | undefined;
|
|
1975
|
+
propagatedSetLevelTags?: string[] | undefined;
|
|
1976
|
+
status?: SequenceStoreStatus | undefined;
|
|
1977
|
+
statusMessage?: string | undefined;
|
|
1978
|
+
fallbackLocation?: string | undefined;
|
|
1979
|
+
s3Access?: SequenceStoreS3Access | undefined;
|
|
1980
|
+
eTagAlgorithmFamily?: ETagAlgorithmFamily | undefined;
|
|
1981
|
+
}
|
|
1898
1982
|
export interface UploadReadSetPartRequest {
|
|
1899
1983
|
sequenceStoreId: string | undefined;
|
|
1900
1984
|
uploadId: string | undefined;
|
|
@@ -102,6 +102,10 @@ import {
|
|
|
102
102
|
DeleteRunGroupCommandInput,
|
|
103
103
|
DeleteRunGroupCommandOutput,
|
|
104
104
|
} from "../commands/DeleteRunGroupCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteS3AccessPolicyCommandInput,
|
|
107
|
+
DeleteS3AccessPolicyCommandOutput,
|
|
108
|
+
} from "../commands/DeleteS3AccessPolicyCommand";
|
|
105
109
|
import {
|
|
106
110
|
DeleteSequenceStoreCommandInput,
|
|
107
111
|
DeleteSequenceStoreCommandOutput,
|
|
@@ -182,6 +186,10 @@ import {
|
|
|
182
186
|
GetRunTaskCommandInput,
|
|
183
187
|
GetRunTaskCommandOutput,
|
|
184
188
|
} from "../commands/GetRunTaskCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetS3AccessPolicyCommandInput,
|
|
191
|
+
GetS3AccessPolicyCommandOutput,
|
|
192
|
+
} from "../commands/GetS3AccessPolicyCommand";
|
|
185
193
|
import {
|
|
186
194
|
GetSequenceStoreCommandInput,
|
|
187
195
|
GetSequenceStoreCommandOutput,
|
|
@@ -290,6 +298,10 @@ import {
|
|
|
290
298
|
ListWorkflowsCommandInput,
|
|
291
299
|
ListWorkflowsCommandOutput,
|
|
292
300
|
} from "../commands/ListWorkflowsCommand";
|
|
301
|
+
import {
|
|
302
|
+
PutS3AccessPolicyCommandInput,
|
|
303
|
+
PutS3AccessPolicyCommandOutput,
|
|
304
|
+
} from "../commands/PutS3AccessPolicyCommand";
|
|
293
305
|
import {
|
|
294
306
|
StartAnnotationImportJobCommandInput,
|
|
295
307
|
StartAnnotationImportJobCommandOutput,
|
|
@@ -342,6 +354,10 @@ import {
|
|
|
342
354
|
UpdateRunGroupCommandInput,
|
|
343
355
|
UpdateRunGroupCommandOutput,
|
|
344
356
|
} from "../commands/UpdateRunGroupCommand";
|
|
357
|
+
import {
|
|
358
|
+
UpdateSequenceStoreCommandInput,
|
|
359
|
+
UpdateSequenceStoreCommandOutput,
|
|
360
|
+
} from "../commands/UpdateSequenceStoreCommand";
|
|
345
361
|
import {
|
|
346
362
|
UpdateVariantStoreCommandInput,
|
|
347
363
|
UpdateVariantStoreCommandOutput,
|
|
@@ -450,6 +466,10 @@ export declare const se_DeleteRunGroupCommand: (
|
|
|
450
466
|
input: DeleteRunGroupCommandInput,
|
|
451
467
|
context: __SerdeContext
|
|
452
468
|
) => Promise<__HttpRequest>;
|
|
469
|
+
export declare const se_DeleteS3AccessPolicyCommand: (
|
|
470
|
+
input: DeleteS3AccessPolicyCommandInput,
|
|
471
|
+
context: __SerdeContext
|
|
472
|
+
) => Promise<__HttpRequest>;
|
|
453
473
|
export declare const se_DeleteSequenceStoreCommand: (
|
|
454
474
|
input: DeleteSequenceStoreCommandInput,
|
|
455
475
|
context: __SerdeContext
|
|
@@ -530,6 +550,10 @@ export declare const se_GetRunTaskCommand: (
|
|
|
530
550
|
input: GetRunTaskCommandInput,
|
|
531
551
|
context: __SerdeContext
|
|
532
552
|
) => Promise<__HttpRequest>;
|
|
553
|
+
export declare const se_GetS3AccessPolicyCommand: (
|
|
554
|
+
input: GetS3AccessPolicyCommandInput,
|
|
555
|
+
context: __SerdeContext
|
|
556
|
+
) => Promise<__HttpRequest>;
|
|
533
557
|
export declare const se_GetSequenceStoreCommand: (
|
|
534
558
|
input: GetSequenceStoreCommandInput,
|
|
535
559
|
context: __SerdeContext
|
|
@@ -638,6 +662,10 @@ export declare const se_ListWorkflowsCommand: (
|
|
|
638
662
|
input: ListWorkflowsCommandInput,
|
|
639
663
|
context: __SerdeContext
|
|
640
664
|
) => Promise<__HttpRequest>;
|
|
665
|
+
export declare const se_PutS3AccessPolicyCommand: (
|
|
666
|
+
input: PutS3AccessPolicyCommandInput,
|
|
667
|
+
context: __SerdeContext
|
|
668
|
+
) => Promise<__HttpRequest>;
|
|
641
669
|
export declare const se_StartAnnotationImportJobCommand: (
|
|
642
670
|
input: StartAnnotationImportJobCommandInput,
|
|
643
671
|
context: __SerdeContext
|
|
@@ -690,6 +718,10 @@ export declare const se_UpdateRunGroupCommand: (
|
|
|
690
718
|
input: UpdateRunGroupCommandInput,
|
|
691
719
|
context: __SerdeContext
|
|
692
720
|
) => Promise<__HttpRequest>;
|
|
721
|
+
export declare const se_UpdateSequenceStoreCommand: (
|
|
722
|
+
input: UpdateSequenceStoreCommandInput,
|
|
723
|
+
context: __SerdeContext
|
|
724
|
+
) => Promise<__HttpRequest>;
|
|
693
725
|
export declare const se_UpdateVariantStoreCommand: (
|
|
694
726
|
input: UpdateVariantStoreCommandInput,
|
|
695
727
|
context: __SerdeContext
|
|
@@ -798,6 +830,10 @@ export declare const de_DeleteRunGroupCommand: (
|
|
|
798
830
|
output: __HttpResponse,
|
|
799
831
|
context: __SerdeContext
|
|
800
832
|
) => Promise<DeleteRunGroupCommandOutput>;
|
|
833
|
+
export declare const de_DeleteS3AccessPolicyCommand: (
|
|
834
|
+
output: __HttpResponse,
|
|
835
|
+
context: __SerdeContext
|
|
836
|
+
) => Promise<DeleteS3AccessPolicyCommandOutput>;
|
|
801
837
|
export declare const de_DeleteSequenceStoreCommand: (
|
|
802
838
|
output: __HttpResponse,
|
|
803
839
|
context: __SerdeContext
|
|
@@ -878,6 +914,10 @@ export declare const de_GetRunTaskCommand: (
|
|
|
878
914
|
output: __HttpResponse,
|
|
879
915
|
context: __SerdeContext
|
|
880
916
|
) => Promise<GetRunTaskCommandOutput>;
|
|
917
|
+
export declare const de_GetS3AccessPolicyCommand: (
|
|
918
|
+
output: __HttpResponse,
|
|
919
|
+
context: __SerdeContext
|
|
920
|
+
) => Promise<GetS3AccessPolicyCommandOutput>;
|
|
881
921
|
export declare const de_GetSequenceStoreCommand: (
|
|
882
922
|
output: __HttpResponse,
|
|
883
923
|
context: __SerdeContext
|
|
@@ -986,6 +1026,10 @@ export declare const de_ListWorkflowsCommand: (
|
|
|
986
1026
|
output: __HttpResponse,
|
|
987
1027
|
context: __SerdeContext
|
|
988
1028
|
) => Promise<ListWorkflowsCommandOutput>;
|
|
1029
|
+
export declare const de_PutS3AccessPolicyCommand: (
|
|
1030
|
+
output: __HttpResponse,
|
|
1031
|
+
context: __SerdeContext
|
|
1032
|
+
) => Promise<PutS3AccessPolicyCommandOutput>;
|
|
989
1033
|
export declare const de_StartAnnotationImportJobCommand: (
|
|
990
1034
|
output: __HttpResponse,
|
|
991
1035
|
context: __SerdeContext
|
|
@@ -1038,6 +1082,10 @@ export declare const de_UpdateRunGroupCommand: (
|
|
|
1038
1082
|
output: __HttpResponse,
|
|
1039
1083
|
context: __SerdeContext
|
|
1040
1084
|
) => Promise<UpdateRunGroupCommandOutput>;
|
|
1085
|
+
export declare const de_UpdateSequenceStoreCommand: (
|
|
1086
|
+
output: __HttpResponse,
|
|
1087
|
+
context: __SerdeContext
|
|
1088
|
+
) => Promise<UpdateSequenceStoreCommandOutput>;
|
|
1041
1089
|
export declare const de_UpdateVariantStoreCommand: (
|
|
1042
1090
|
output: __HttpResponse,
|
|
1043
1091
|
context: __SerdeContext
|