@aws-sdk/client-omics 3.696.0 → 3.699.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 +72 -0
- package/dist-cjs/index.js +575 -5
- package/dist-es/Omics.js +18 -0
- package/dist-es/commands/CreateRunCacheCommand.js +22 -0
- package/dist-es/commands/DeleteRunCacheCommand.js +22 -0
- package/dist-es/commands/DeleteS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/GetRunCacheCommand.js +22 -0
- package/dist-es/commands/GetS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/ListRunCachesCommand.js +22 -0
- package/dist-es/commands/PutS3AccessPolicyCommand.js +22 -0
- package/dist-es/commands/UpdateRunCacheCommand.js +22 -0
- package/dist-es/commands/UpdateSequenceStoreCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +20 -0
- package/dist-es/pagination/ListRunCachesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +379 -2
- package/dist-types/Omics.d.ts +64 -0
- package/dist-types/OmicsClient.d.ts +11 -2
- package/dist-types/commands/CreateRunCacheCommand.d.ts +112 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRunCacheCommand.d.ts +98 -0
- package/dist-types/commands/DeleteS3AccessPolicyCommand.d.ts +92 -0
- package/dist-types/commands/GetRunCacheCommand.d.ts +107 -0
- package/dist-types/commands/GetRunCommand.d.ts +7 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +2 -0
- package/dist-types/commands/GetS3AccessPolicyCommand.d.ts +101 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +7 -0
- package/dist-types/commands/ListRunCachesCommand.d.ts +107 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListRunsCommand.d.ts +4 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +6 -0
- package/dist-types/commands/PutS3AccessPolicyCommand.d.ts +97 -0
- package/dist-types/commands/StartRunCommand.d.ts +6 -3
- package/dist-types/commands/UpdateRunCacheCommand.d.ts +96 -0
- package/dist-types/commands/UpdateSequenceStoreCommand.d.ts +123 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +666 -12
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Omics.d.ts +154 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateRunCacheCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteRunCacheCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRunCacheCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRunCachesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutS3AccessPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRunCacheCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateSequenceStoreCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +166 -5
- package/dist-types/ts3.4/pagination/ListRunCachesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +4 -4
package/dist-es/Omics.js
CHANGED
|
@@ -10,6 +10,7 @@ import { CreateAnnotationStoreCommand, } from "./commands/CreateAnnotationStoreC
|
|
|
10
10
|
import { CreateAnnotationStoreVersionCommand, } from "./commands/CreateAnnotationStoreVersionCommand";
|
|
11
11
|
import { CreateMultipartReadSetUploadCommand, } from "./commands/CreateMultipartReadSetUploadCommand";
|
|
12
12
|
import { CreateReferenceStoreCommand, } from "./commands/CreateReferenceStoreCommand";
|
|
13
|
+
import { CreateRunCacheCommand, } from "./commands/CreateRunCacheCommand";
|
|
13
14
|
import { CreateRunGroupCommand, } from "./commands/CreateRunGroupCommand";
|
|
14
15
|
import { CreateSequenceStoreCommand, } from "./commands/CreateSequenceStoreCommand";
|
|
15
16
|
import { CreateShareCommand } from "./commands/CreateShareCommand";
|
|
@@ -19,8 +20,10 @@ import { DeleteAnnotationStoreCommand, } from "./commands/DeleteAnnotationStoreC
|
|
|
19
20
|
import { DeleteAnnotationStoreVersionsCommand, } from "./commands/DeleteAnnotationStoreVersionsCommand";
|
|
20
21
|
import { DeleteReferenceCommand, } from "./commands/DeleteReferenceCommand";
|
|
21
22
|
import { DeleteReferenceStoreCommand, } from "./commands/DeleteReferenceStoreCommand";
|
|
23
|
+
import { DeleteRunCacheCommand, } from "./commands/DeleteRunCacheCommand";
|
|
22
24
|
import { DeleteRunCommand } from "./commands/DeleteRunCommand";
|
|
23
25
|
import { DeleteRunGroupCommand, } from "./commands/DeleteRunGroupCommand";
|
|
26
|
+
import { DeleteS3AccessPolicyCommand, } from "./commands/DeleteS3AccessPolicyCommand";
|
|
24
27
|
import { DeleteSequenceStoreCommand, } from "./commands/DeleteSequenceStoreCommand";
|
|
25
28
|
import { DeleteShareCommand } from "./commands/DeleteShareCommand";
|
|
26
29
|
import { DeleteVariantStoreCommand, } from "./commands/DeleteVariantStoreCommand";
|
|
@@ -37,9 +40,11 @@ import { GetReferenceCommand, } from "./commands/GetReferenceCommand";
|
|
|
37
40
|
import { GetReferenceImportJobCommand, } from "./commands/GetReferenceImportJobCommand";
|
|
38
41
|
import { GetReferenceMetadataCommand, } from "./commands/GetReferenceMetadataCommand";
|
|
39
42
|
import { GetReferenceStoreCommand, } from "./commands/GetReferenceStoreCommand";
|
|
43
|
+
import { GetRunCacheCommand } from "./commands/GetRunCacheCommand";
|
|
40
44
|
import { GetRunCommand } from "./commands/GetRunCommand";
|
|
41
45
|
import { GetRunGroupCommand } from "./commands/GetRunGroupCommand";
|
|
42
46
|
import { GetRunTaskCommand } from "./commands/GetRunTaskCommand";
|
|
47
|
+
import { GetS3AccessPolicyCommand, } from "./commands/GetS3AccessPolicyCommand";
|
|
43
48
|
import { GetSequenceStoreCommand, } from "./commands/GetSequenceStoreCommand";
|
|
44
49
|
import { GetShareCommand } from "./commands/GetShareCommand";
|
|
45
50
|
import { GetVariantImportJobCommand, } from "./commands/GetVariantImportJobCommand";
|
|
@@ -57,6 +62,7 @@ import { ListReadSetUploadPartsCommand, } from "./commands/ListReadSetUploadPart
|
|
|
57
62
|
import { ListReferenceImportJobsCommand, } from "./commands/ListReferenceImportJobsCommand";
|
|
58
63
|
import { ListReferencesCommand, } from "./commands/ListReferencesCommand";
|
|
59
64
|
import { ListReferenceStoresCommand, } from "./commands/ListReferenceStoresCommand";
|
|
65
|
+
import { ListRunCachesCommand, } from "./commands/ListRunCachesCommand";
|
|
60
66
|
import { ListRunGroupsCommand, } from "./commands/ListRunGroupsCommand";
|
|
61
67
|
import { ListRunsCommand } from "./commands/ListRunsCommand";
|
|
62
68
|
import { ListRunTasksCommand, } from "./commands/ListRunTasksCommand";
|
|
@@ -66,6 +72,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
|
|
|
66
72
|
import { ListVariantImportJobsCommand, } from "./commands/ListVariantImportJobsCommand";
|
|
67
73
|
import { ListVariantStoresCommand, } from "./commands/ListVariantStoresCommand";
|
|
68
74
|
import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand";
|
|
75
|
+
import { PutS3AccessPolicyCommand, } from "./commands/PutS3AccessPolicyCommand";
|
|
69
76
|
import { StartAnnotationImportJobCommand, } from "./commands/StartAnnotationImportJobCommand";
|
|
70
77
|
import { StartReadSetActivationJobCommand, } from "./commands/StartReadSetActivationJobCommand";
|
|
71
78
|
import { StartReadSetExportJobCommand, } from "./commands/StartReadSetExportJobCommand";
|
|
@@ -77,7 +84,9 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
|
77
84
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
78
85
|
import { UpdateAnnotationStoreCommand, } from "./commands/UpdateAnnotationStoreCommand";
|
|
79
86
|
import { UpdateAnnotationStoreVersionCommand, } from "./commands/UpdateAnnotationStoreVersionCommand";
|
|
87
|
+
import { UpdateRunCacheCommand, } from "./commands/UpdateRunCacheCommand";
|
|
80
88
|
import { UpdateRunGroupCommand, } from "./commands/UpdateRunGroupCommand";
|
|
89
|
+
import { UpdateSequenceStoreCommand, } from "./commands/UpdateSequenceStoreCommand";
|
|
81
90
|
import { UpdateVariantStoreCommand, } from "./commands/UpdateVariantStoreCommand";
|
|
82
91
|
import { UpdateWorkflowCommand, } from "./commands/UpdateWorkflowCommand";
|
|
83
92
|
import { UploadReadSetPartCommand, } from "./commands/UploadReadSetPartCommand";
|
|
@@ -94,6 +103,7 @@ const commands = {
|
|
|
94
103
|
CreateAnnotationStoreVersionCommand,
|
|
95
104
|
CreateMultipartReadSetUploadCommand,
|
|
96
105
|
CreateReferenceStoreCommand,
|
|
106
|
+
CreateRunCacheCommand,
|
|
97
107
|
CreateRunGroupCommand,
|
|
98
108
|
CreateSequenceStoreCommand,
|
|
99
109
|
CreateShareCommand,
|
|
@@ -104,7 +114,9 @@ const commands = {
|
|
|
104
114
|
DeleteReferenceCommand,
|
|
105
115
|
DeleteReferenceStoreCommand,
|
|
106
116
|
DeleteRunCommand,
|
|
117
|
+
DeleteRunCacheCommand,
|
|
107
118
|
DeleteRunGroupCommand,
|
|
119
|
+
DeleteS3AccessPolicyCommand,
|
|
108
120
|
DeleteSequenceStoreCommand,
|
|
109
121
|
DeleteShareCommand,
|
|
110
122
|
DeleteVariantStoreCommand,
|
|
@@ -122,8 +134,10 @@ const commands = {
|
|
|
122
134
|
GetReferenceMetadataCommand,
|
|
123
135
|
GetReferenceStoreCommand,
|
|
124
136
|
GetRunCommand,
|
|
137
|
+
GetRunCacheCommand,
|
|
125
138
|
GetRunGroupCommand,
|
|
126
139
|
GetRunTaskCommand,
|
|
140
|
+
GetS3AccessPolicyCommand,
|
|
127
141
|
GetSequenceStoreCommand,
|
|
128
142
|
GetShareCommand,
|
|
129
143
|
GetVariantImportJobCommand,
|
|
@@ -141,6 +155,7 @@ const commands = {
|
|
|
141
155
|
ListReferenceImportJobsCommand,
|
|
142
156
|
ListReferencesCommand,
|
|
143
157
|
ListReferenceStoresCommand,
|
|
158
|
+
ListRunCachesCommand,
|
|
144
159
|
ListRunGroupsCommand,
|
|
145
160
|
ListRunsCommand,
|
|
146
161
|
ListRunTasksCommand,
|
|
@@ -150,6 +165,7 @@ const commands = {
|
|
|
150
165
|
ListVariantImportJobsCommand,
|
|
151
166
|
ListVariantStoresCommand,
|
|
152
167
|
ListWorkflowsCommand,
|
|
168
|
+
PutS3AccessPolicyCommand,
|
|
153
169
|
StartAnnotationImportJobCommand,
|
|
154
170
|
StartReadSetActivationJobCommand,
|
|
155
171
|
StartReadSetExportJobCommand,
|
|
@@ -161,7 +177,9 @@ const commands = {
|
|
|
161
177
|
UntagResourceCommand,
|
|
162
178
|
UpdateAnnotationStoreCommand,
|
|
163
179
|
UpdateAnnotationStoreVersionCommand,
|
|
180
|
+
UpdateRunCacheCommand,
|
|
164
181
|
UpdateRunGroupCommand,
|
|
182
|
+
UpdateSequenceStoreCommand,
|
|
165
183
|
UpdateVariantStoreCommand,
|
|
166
184
|
UpdateWorkflowCommand,
|
|
167
185
|
UploadReadSetPartCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateRunCacheCommand, se_CreateRunCacheCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateRunCacheCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "CreateRunCache", {})
|
|
17
|
+
.n("OmicsClient", "CreateRunCacheCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateRunCacheCommand)
|
|
20
|
+
.de(de_CreateRunCacheCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteRunCacheCommand, se_DeleteRunCacheCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteRunCacheCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "DeleteRunCache", {})
|
|
17
|
+
.n("OmicsClient", "DeleteRunCacheCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteRunCacheCommand)
|
|
20
|
+
.de(de_DeleteRunCacheCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteS3AccessPolicyCommand, se_DeleteS3AccessPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteS3AccessPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "DeleteS3AccessPolicy", {})
|
|
17
|
+
.n("OmicsClient", "DeleteS3AccessPolicyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteS3AccessPolicyCommand)
|
|
20
|
+
.de(de_DeleteS3AccessPolicyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetRunCacheCommand, se_GetRunCacheCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetRunCacheCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "GetRunCache", {})
|
|
17
|
+
.n("OmicsClient", "GetRunCacheCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetRunCacheCommand)
|
|
20
|
+
.de(de_GetRunCacheCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetS3AccessPolicyCommand, se_GetS3AccessPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetS3AccessPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "GetS3AccessPolicy", {})
|
|
17
|
+
.n("OmicsClient", "GetS3AccessPolicyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetS3AccessPolicyCommand)
|
|
20
|
+
.de(de_GetS3AccessPolicyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListRunCachesCommand, se_ListRunCachesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListRunCachesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "ListRunCaches", {})
|
|
17
|
+
.n("OmicsClient", "ListRunCachesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListRunCachesCommand)
|
|
20
|
+
.de(de_ListRunCachesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PutS3AccessPolicyCommand, se_PutS3AccessPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PutS3AccessPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "PutS3AccessPolicy", {})
|
|
17
|
+
.n("OmicsClient", "PutS3AccessPolicyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_PutS3AccessPolicyCommand)
|
|
20
|
+
.de(de_PutS3AccessPolicyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateRunCacheCommand, se_UpdateRunCacheCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateRunCacheCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "UpdateRunCache", {})
|
|
17
|
+
.n("OmicsClient", "UpdateRunCacheCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateRunCacheCommand)
|
|
20
|
+
.de(de_UpdateRunCacheCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateSequenceStoreCommand, se_UpdateSequenceStoreCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateSequenceStoreCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Omics", "UpdateSequenceStore", {})
|
|
17
|
+
.n("OmicsClient", "UpdateSequenceStoreCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateSequenceStoreCommand)
|
|
20
|
+
.de(de_UpdateSequenceStoreCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -9,6 +9,7 @@ export * from "./CreateAnnotationStoreCommand";
|
|
|
9
9
|
export * from "./CreateAnnotationStoreVersionCommand";
|
|
10
10
|
export * from "./CreateMultipartReadSetUploadCommand";
|
|
11
11
|
export * from "./CreateReferenceStoreCommand";
|
|
12
|
+
export * from "./CreateRunCacheCommand";
|
|
12
13
|
export * from "./CreateRunGroupCommand";
|
|
13
14
|
export * from "./CreateSequenceStoreCommand";
|
|
14
15
|
export * from "./CreateShareCommand";
|
|
@@ -18,8 +19,10 @@ export * from "./DeleteAnnotationStoreCommand";
|
|
|
18
19
|
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
19
20
|
export * from "./DeleteReferenceCommand";
|
|
20
21
|
export * from "./DeleteReferenceStoreCommand";
|
|
22
|
+
export * from "./DeleteRunCacheCommand";
|
|
21
23
|
export * from "./DeleteRunCommand";
|
|
22
24
|
export * from "./DeleteRunGroupCommand";
|
|
25
|
+
export * from "./DeleteS3AccessPolicyCommand";
|
|
23
26
|
export * from "./DeleteSequenceStoreCommand";
|
|
24
27
|
export * from "./DeleteShareCommand";
|
|
25
28
|
export * from "./DeleteVariantStoreCommand";
|
|
@@ -36,9 +39,11 @@ export * from "./GetReferenceCommand";
|
|
|
36
39
|
export * from "./GetReferenceImportJobCommand";
|
|
37
40
|
export * from "./GetReferenceMetadataCommand";
|
|
38
41
|
export * from "./GetReferenceStoreCommand";
|
|
42
|
+
export * from "./GetRunCacheCommand";
|
|
39
43
|
export * from "./GetRunCommand";
|
|
40
44
|
export * from "./GetRunGroupCommand";
|
|
41
45
|
export * from "./GetRunTaskCommand";
|
|
46
|
+
export * from "./GetS3AccessPolicyCommand";
|
|
42
47
|
export * from "./GetSequenceStoreCommand";
|
|
43
48
|
export * from "./GetShareCommand";
|
|
44
49
|
export * from "./GetVariantImportJobCommand";
|
|
@@ -56,6 +61,7 @@ export * from "./ListReadSetsCommand";
|
|
|
56
61
|
export * from "./ListReferenceImportJobsCommand";
|
|
57
62
|
export * from "./ListReferenceStoresCommand";
|
|
58
63
|
export * from "./ListReferencesCommand";
|
|
64
|
+
export * from "./ListRunCachesCommand";
|
|
59
65
|
export * from "./ListRunGroupsCommand";
|
|
60
66
|
export * from "./ListRunTasksCommand";
|
|
61
67
|
export * from "./ListRunsCommand";
|
|
@@ -65,6 +71,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
65
71
|
export * from "./ListVariantImportJobsCommand";
|
|
66
72
|
export * from "./ListVariantStoresCommand";
|
|
67
73
|
export * from "./ListWorkflowsCommand";
|
|
74
|
+
export * from "./PutS3AccessPolicyCommand";
|
|
68
75
|
export * from "./StartAnnotationImportJobCommand";
|
|
69
76
|
export * from "./StartReadSetActivationJobCommand";
|
|
70
77
|
export * from "./StartReadSetExportJobCommand";
|
|
@@ -76,7 +83,9 @@ export * from "./TagResourceCommand";
|
|
|
76
83
|
export * from "./UntagResourceCommand";
|
|
77
84
|
export * from "./UpdateAnnotationStoreCommand";
|
|
78
85
|
export * from "./UpdateAnnotationStoreVersionCommand";
|
|
86
|
+
export * from "./UpdateRunCacheCommand";
|
|
79
87
|
export * from "./UpdateRunGroupCommand";
|
|
88
|
+
export * from "./UpdateSequenceStoreCommand";
|
|
80
89
|
export * from "./UpdateVariantStoreCommand";
|
|
81
90
|
export * from "./UpdateWorkflowCommand";
|
|
82
91
|
export * from "./UploadReadSetPartCommand";
|
|
@@ -226,6 +226,10 @@ export const VersionStatus = {
|
|
|
226
226
|
FAILED: "FAILED",
|
|
227
227
|
UPDATING: "UPDATING",
|
|
228
228
|
};
|
|
229
|
+
export const CacheBehavior = {
|
|
230
|
+
CACHE_ALWAYS: "CACHE_ALWAYS",
|
|
231
|
+
CACHE_ON_FAILURE: "CACHE_ON_FAILURE",
|
|
232
|
+
};
|
|
229
233
|
export const ReadSetPartSource = {
|
|
230
234
|
SOURCE1: "SOURCE1",
|
|
231
235
|
SOURCE2: "SOURCE2",
|
|
@@ -236,11 +240,23 @@ export const FileType = {
|
|
|
236
240
|
FASTQ: "FASTQ",
|
|
237
241
|
UBAM: "UBAM",
|
|
238
242
|
};
|
|
243
|
+
export const RunCacheStatus = {
|
|
244
|
+
ACTIVE: "ACTIVE",
|
|
245
|
+
DELETED: "DELETED",
|
|
246
|
+
FAILED: "FAILED",
|
|
247
|
+
};
|
|
239
248
|
export const ETagAlgorithmFamily = {
|
|
240
249
|
MD5UP: "MD5up",
|
|
241
250
|
SHA256UP: "SHA256up",
|
|
242
251
|
SHA512UP: "SHA512up",
|
|
243
252
|
};
|
|
253
|
+
export const SequenceStoreStatus = {
|
|
254
|
+
ACTIVE: "ACTIVE",
|
|
255
|
+
CREATING: "CREATING",
|
|
256
|
+
DELETING: "DELETING",
|
|
257
|
+
FAILED: "FAILED",
|
|
258
|
+
UPDATING: "UPDATING",
|
|
259
|
+
};
|
|
244
260
|
export const WorkflowEngine = {
|
|
245
261
|
CWL: "CWL",
|
|
246
262
|
NEXTFLOW: "NEXTFLOW",
|
|
@@ -398,6 +414,10 @@ export const TaskStatus = {
|
|
|
398
414
|
STARTING: "STARTING",
|
|
399
415
|
STOPPING: "STOPPING",
|
|
400
416
|
};
|
|
417
|
+
export const StoreType = {
|
|
418
|
+
REFERENCE_STORE: "REFERENCE_STORE",
|
|
419
|
+
SEQUENCE_STORE: "SEQUENCE_STORE",
|
|
420
|
+
};
|
|
401
421
|
export const WorkflowExport = {
|
|
402
422
|
DEFINITION: "DEFINITION",
|
|
403
423
|
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListRunCachesCommand, } from "../commands/ListRunCachesCommand";
|
|
3
|
+
import { OmicsClient } from "../OmicsClient";
|
|
4
|
+
export const paginateListRunCaches = createPaginator(OmicsClient, ListRunCachesCommand, "startingToken", "nextToken", "maxResults");
|
|
@@ -11,6 +11,7 @@ export * from "./ListReadSetsPaginator";
|
|
|
11
11
|
export * from "./ListReferenceImportJobsPaginator";
|
|
12
12
|
export * from "./ListReferenceStoresPaginator";
|
|
13
13
|
export * from "./ListReferencesPaginator";
|
|
14
|
+
export * from "./ListRunCachesPaginator";
|
|
14
15
|
export * from "./ListRunGroupsPaginator";
|
|
15
16
|
export * from "./ListRunTasksPaginator";
|
|
16
17
|
export * from "./ListRunsPaginator";
|