@aws-sdk/client-omics 3.331.0 → 3.332.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.
Files changed (78) hide show
  1. package/README.md +56 -8
  2. package/dist-cjs/Omics.js +12 -0
  3. package/dist-cjs/commands/AbortMultipartReadSetUploadCommand.js +45 -0
  4. package/dist-cjs/commands/CompleteMultipartReadSetUploadCommand.js +45 -0
  5. package/dist-cjs/commands/CreateMultipartReadSetUploadCommand.js +45 -0
  6. package/dist-cjs/commands/ListMultipartReadSetUploadsCommand.js +45 -0
  7. package/dist-cjs/commands/ListReadSetUploadPartsCommand.js +45 -0
  8. package/dist-cjs/commands/UploadReadSetPartCommand.js +46 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +83 -55
  11. package/dist-cjs/pagination/ListMultipartReadSetUploadsPaginator.js +29 -0
  12. package/dist-cjs/pagination/ListReadSetUploadPartsPaginator.js +29 -0
  13. package/dist-cjs/pagination/index.js +2 -0
  14. package/dist-cjs/protocols/Aws_restJson1.js +625 -3
  15. package/dist-es/Omics.js +12 -0
  16. package/dist-es/commands/AbortMultipartReadSetUploadCommand.js +41 -0
  17. package/dist-es/commands/CompleteMultipartReadSetUploadCommand.js +41 -0
  18. package/dist-es/commands/CreateMultipartReadSetUploadCommand.js +41 -0
  19. package/dist-es/commands/ListMultipartReadSetUploadsCommand.js +41 -0
  20. package/dist-es/commands/ListReadSetUploadPartsCommand.js +41 -0
  21. package/dist-es/commands/UploadReadSetPartCommand.js +42 -0
  22. package/dist-es/commands/index.js +6 -0
  23. package/dist-es/models/models_0.js +78 -52
  24. package/dist-es/pagination/ListMultipartReadSetUploadsPaginator.js +25 -0
  25. package/dist-es/pagination/ListReadSetUploadPartsPaginator.js +25 -0
  26. package/dist-es/pagination/index.js +2 -0
  27. package/dist-es/protocols/Aws_restJson1.js +611 -1
  28. package/dist-types/Omics.d.ts +43 -1
  29. package/dist-types/OmicsClient.d.ts +9 -3
  30. package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +96 -0
  31. package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +105 -0
  32. package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +120 -0
  33. package/dist-types/commands/CreateRunGroupCommand.d.ts +1 -0
  34. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +2 -0
  35. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -0
  36. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +3 -0
  37. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +1 -0
  38. package/dist-types/commands/GetRunCommand.d.ts +1 -0
  39. package/dist-types/commands/GetRunGroupCommand.d.ts +1 -0
  40. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
  41. package/dist-types/commands/GetSequenceStoreCommand.d.ts +1 -0
  42. package/dist-types/commands/GetVariantImportJobCommand.d.ts +3 -0
  43. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  44. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +3 -0
  45. package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +116 -0
  46. package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +115 -0
  47. package/dist-types/commands/ListReadSetsCommand.d.ts +4 -0
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -0
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +1 -0
  52. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +3 -0
  53. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -0
  54. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +3 -0
  55. package/dist-types/commands/StartVariantImportJobCommand.d.ts +3 -0
  56. package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -0
  57. package/dist-types/commands/UploadReadSetPartCommand.d.ts +111 -0
  58. package/dist-types/commands/index.d.ts +6 -0
  59. package/dist-types/models/models_0.d.ts +825 -119
  60. package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  64. package/dist-types/ts3.4/Omics.d.ts +102 -0
  65. package/dist-types/ts3.4/OmicsClient.d.ts +38 -2
  66. package/dist-types/ts3.4/commands/AbortMultipartReadSetUploadCommand.d.ts +41 -0
  67. package/dist-types/ts3.4/commands/CompleteMultipartReadSetUploadCommand.d.ts +41 -0
  68. package/dist-types/ts3.4/commands/CreateMultipartReadSetUploadCommand.d.ts +41 -0
  69. package/dist-types/ts3.4/commands/ListMultipartReadSetUploadsCommand.d.ts +41 -0
  70. package/dist-types/ts3.4/commands/ListReadSetUploadPartsCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +44 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +202 -52
  74. package/dist-types/ts3.4/pagination/ListMultipartReadSetUploadsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/ListReadSetUploadPartsPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  77. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  78. package/package.json +5 -5
package/dist-es/Omics.js CHANGED
@@ -1,9 +1,12 @@
1
1
  import { createAggregatedClient } from "@aws-sdk/smithy-client";
2
+ import { AbortMultipartReadSetUploadCommand, } from "./commands/AbortMultipartReadSetUploadCommand";
2
3
  import { BatchDeleteReadSetCommand, } from "./commands/BatchDeleteReadSetCommand";
3
4
  import { CancelAnnotationImportJobCommand, } from "./commands/CancelAnnotationImportJobCommand";
4
5
  import { CancelRunCommand } from "./commands/CancelRunCommand";
5
6
  import { CancelVariantImportJobCommand, } from "./commands/CancelVariantImportJobCommand";
7
+ import { CompleteMultipartReadSetUploadCommand, } from "./commands/CompleteMultipartReadSetUploadCommand";
6
8
  import { CreateAnnotationStoreCommand, } from "./commands/CreateAnnotationStoreCommand";
9
+ import { CreateMultipartReadSetUploadCommand, } from "./commands/CreateMultipartReadSetUploadCommand";
7
10
  import { CreateReferenceStoreCommand, } from "./commands/CreateReferenceStoreCommand";
8
11
  import { CreateRunGroupCommand, } from "./commands/CreateRunGroupCommand";
9
12
  import { CreateSequenceStoreCommand, } from "./commands/CreateSequenceStoreCommand";
@@ -37,10 +40,12 @@ import { GetVariantStoreCommand, } from "./commands/GetVariantStoreCommand";
37
40
  import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
38
41
  import { ListAnnotationImportJobsCommand, } from "./commands/ListAnnotationImportJobsCommand";
39
42
  import { ListAnnotationStoresCommand, } from "./commands/ListAnnotationStoresCommand";
43
+ import { ListMultipartReadSetUploadsCommand, } from "./commands/ListMultipartReadSetUploadsCommand";
40
44
  import { ListReadSetActivationJobsCommand, } from "./commands/ListReadSetActivationJobsCommand";
41
45
  import { ListReadSetExportJobsCommand, } from "./commands/ListReadSetExportJobsCommand";
42
46
  import { ListReadSetImportJobsCommand, } from "./commands/ListReadSetImportJobsCommand";
43
47
  import { ListReadSetsCommand, } from "./commands/ListReadSetsCommand";
48
+ import { ListReadSetUploadPartsCommand, } from "./commands/ListReadSetUploadPartsCommand";
44
49
  import { ListReferenceImportJobsCommand, } from "./commands/ListReferenceImportJobsCommand";
45
50
  import { ListReferencesCommand, } from "./commands/ListReferencesCommand";
46
51
  import { ListReferenceStoresCommand, } from "./commands/ListReferenceStoresCommand";
@@ -65,13 +70,17 @@ import { UpdateAnnotationStoreCommand, } from "./commands/UpdateAnnotationStoreC
65
70
  import { UpdateRunGroupCommand, } from "./commands/UpdateRunGroupCommand";
66
71
  import { UpdateVariantStoreCommand, } from "./commands/UpdateVariantStoreCommand";
67
72
  import { UpdateWorkflowCommand, } from "./commands/UpdateWorkflowCommand";
73
+ import { UploadReadSetPartCommand, } from "./commands/UploadReadSetPartCommand";
68
74
  import { OmicsClient } from "./OmicsClient";
69
75
  const commands = {
76
+ AbortMultipartReadSetUploadCommand,
70
77
  BatchDeleteReadSetCommand,
71
78
  CancelAnnotationImportJobCommand,
72
79
  CancelRunCommand,
73
80
  CancelVariantImportJobCommand,
81
+ CompleteMultipartReadSetUploadCommand,
74
82
  CreateAnnotationStoreCommand,
83
+ CreateMultipartReadSetUploadCommand,
75
84
  CreateReferenceStoreCommand,
76
85
  CreateRunGroupCommand,
77
86
  CreateSequenceStoreCommand,
@@ -105,10 +114,12 @@ const commands = {
105
114
  GetWorkflowCommand,
106
115
  ListAnnotationImportJobsCommand,
107
116
  ListAnnotationStoresCommand,
117
+ ListMultipartReadSetUploadsCommand,
108
118
  ListReadSetActivationJobsCommand,
109
119
  ListReadSetExportJobsCommand,
110
120
  ListReadSetImportJobsCommand,
111
121
  ListReadSetsCommand,
122
+ ListReadSetUploadPartsCommand,
112
123
  ListReferenceImportJobsCommand,
113
124
  ListReferencesCommand,
114
125
  ListReferenceStoresCommand,
@@ -133,6 +144,7 @@ const commands = {
133
144
  UpdateRunGroupCommand,
134
145
  UpdateVariantStoreCommand,
135
146
  UpdateWorkflowCommand,
147
+ UploadReadSetPartCommand,
136
148
  };
137
149
  export class Omics extends OmicsClient {
138
150
  }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_AbortMultipartReadSetUploadCommand, se_AbortMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
5
+ export class AbortMultipartReadSetUploadCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, AbortMultipartReadSetUploadCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "OmicsClient";
24
+ const commandName = "AbortMultipartReadSetUploadCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_AbortMultipartReadSetUploadCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_AbortMultipartReadSetUploadCommand(output, context);
40
+ }
41
+ }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_CompleteMultipartReadSetUploadCommand, se_CompleteMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
5
+ export class CompleteMultipartReadSetUploadCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, CompleteMultipartReadSetUploadCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "OmicsClient";
24
+ const commandName = "CompleteMultipartReadSetUploadCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_CompleteMultipartReadSetUploadCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_CompleteMultipartReadSetUploadCommand(output, context);
40
+ }
41
+ }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_CreateMultipartReadSetUploadCommand, se_CreateMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
5
+ export class CreateMultipartReadSetUploadCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateMultipartReadSetUploadCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "OmicsClient";
24
+ const commandName = "CreateMultipartReadSetUploadCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_CreateMultipartReadSetUploadCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_CreateMultipartReadSetUploadCommand(output, context);
40
+ }
41
+ }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_ListMultipartReadSetUploadsCommand, se_ListMultipartReadSetUploadsCommand, } from "../protocols/Aws_restJson1";
5
+ export class ListMultipartReadSetUploadsCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListMultipartReadSetUploadsCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "OmicsClient";
24
+ const commandName = "ListMultipartReadSetUploadsCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_ListMultipartReadSetUploadsCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_ListMultipartReadSetUploadsCommand(output, context);
40
+ }
41
+ }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_ListReadSetUploadPartsCommand, se_ListReadSetUploadPartsCommand } from "../protocols/Aws_restJson1";
5
+ export class ListReadSetUploadPartsCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListReadSetUploadPartsCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "OmicsClient";
24
+ const commandName = "ListReadSetUploadPartsCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_ListReadSetUploadPartsCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_ListReadSetUploadPartsCommand(output, context);
40
+ }
41
+ }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UploadReadSetPartRequestFilterSensitiveLog, } from "../models/models_0";
5
+ import { de_UploadReadSetPartCommand, se_UploadReadSetPartCommand } from "../protocols/Aws_restJson1";
6
+ export class UploadReadSetPartCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UploadReadSetPartCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "OmicsClient";
25
+ const commandName = "UploadReadSetPartCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: UploadReadSetPartRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_UploadReadSetPartCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_UploadReadSetPartCommand(output, context);
41
+ }
42
+ }
@@ -1,8 +1,11 @@
1
+ export * from "./AbortMultipartReadSetUploadCommand";
1
2
  export * from "./BatchDeleteReadSetCommand";
2
3
  export * from "./CancelAnnotationImportJobCommand";
3
4
  export * from "./CancelRunCommand";
4
5
  export * from "./CancelVariantImportJobCommand";
6
+ export * from "./CompleteMultipartReadSetUploadCommand";
5
7
  export * from "./CreateAnnotationStoreCommand";
8
+ export * from "./CreateMultipartReadSetUploadCommand";
6
9
  export * from "./CreateReferenceStoreCommand";
7
10
  export * from "./CreateRunGroupCommand";
8
11
  export * from "./CreateSequenceStoreCommand";
@@ -36,9 +39,11 @@ export * from "./GetVariantStoreCommand";
36
39
  export * from "./GetWorkflowCommand";
37
40
  export * from "./ListAnnotationImportJobsCommand";
38
41
  export * from "./ListAnnotationStoresCommand";
42
+ export * from "./ListMultipartReadSetUploadsCommand";
39
43
  export * from "./ListReadSetActivationJobsCommand";
40
44
  export * from "./ListReadSetExportJobsCommand";
41
45
  export * from "./ListReadSetImportJobsCommand";
46
+ export * from "./ListReadSetUploadPartsCommand";
42
47
  export * from "./ListReadSetsCommand";
43
48
  export * from "./ListReferenceImportJobsCommand";
44
49
  export * from "./ListReferenceStoresCommand";
@@ -64,3 +69,4 @@ export * from "./UpdateAnnotationStoreCommand";
64
69
  export * from "./UpdateRunGroupCommand";
65
70
  export * from "./UpdateVariantStoreCommand";
66
71
  export * from "./UpdateWorkflowCommand";
72
+ export * from "./UploadReadSetPartCommand";
@@ -11,29 +11,6 @@ export class AccessDeniedException extends __BaseException {
11
11
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
12
  }
13
13
  }
14
- export const ReadSetActivationJobStatus = {
15
- CANCELLED: "CANCELLED",
16
- CANCELLING: "CANCELLING",
17
- COMPLETED: "COMPLETED",
18
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
19
- FAILED: "FAILED",
20
- IN_PROGRESS: "IN_PROGRESS",
21
- SUBMITTED: "SUBMITTED",
22
- };
23
- export const ReadSetActivationJobItemStatus = {
24
- FAILED: "FAILED",
25
- FINISHED: "FINISHED",
26
- IN_PROGRESS: "IN_PROGRESS",
27
- NOT_STARTED: "NOT_STARTED",
28
- };
29
- export const JobStatus = {
30
- CANCELLED: "CANCELLED",
31
- COMPLETED: "COMPLETED",
32
- COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
33
- FAILED: "FAILED",
34
- IN_PROGRESS: "IN_PROGRESS",
35
- SUBMITTED: "SUBMITTED",
36
- };
37
14
  export class InternalServerException extends __BaseException {
38
15
  constructor(opts) {
39
16
  super({
@@ -47,6 +24,30 @@ export class InternalServerException extends __BaseException {
47
24
  Object.setPrototypeOf(this, InternalServerException.prototype);
48
25
  }
49
26
  }
27
+ export class NotSupportedOperationException extends __BaseException {
28
+ constructor(opts) {
29
+ super({
30
+ name: "NotSupportedOperationException",
31
+ $fault: "client",
32
+ ...opts,
33
+ });
34
+ this.name = "NotSupportedOperationException";
35
+ this.$fault = "client";
36
+ Object.setPrototypeOf(this, NotSupportedOperationException.prototype);
37
+ }
38
+ }
39
+ export class RequestTimeoutException extends __BaseException {
40
+ constructor(opts) {
41
+ super({
42
+ name: "RequestTimeoutException",
43
+ $fault: "client",
44
+ ...opts,
45
+ });
46
+ this.name = "RequestTimeoutException";
47
+ this.$fault = "client";
48
+ Object.setPrototypeOf(this, RequestTimeoutException.prototype);
49
+ }
50
+ }
50
51
  export class ResourceNotFoundException extends __BaseException {
51
52
  constructor(opts) {
52
53
  super({
@@ -59,6 +60,18 @@ export class ResourceNotFoundException extends __BaseException {
59
60
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
60
61
  }
61
62
  }
63
+ export class ServiceQuotaExceededException extends __BaseException {
64
+ constructor(opts) {
65
+ super({
66
+ name: "ServiceQuotaExceededException",
67
+ $fault: "client",
68
+ ...opts,
69
+ });
70
+ this.name = "ServiceQuotaExceededException";
71
+ this.$fault = "client";
72
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
73
+ }
74
+ }
62
75
  export class ThrottlingException extends __BaseException {
63
76
  constructor(opts) {
64
77
  super({
@@ -86,6 +99,32 @@ export class ValidationException extends __BaseException {
86
99
  Object.setPrototypeOf(this, ValidationException.prototype);
87
100
  }
88
101
  }
102
+ export const Accelerators = {
103
+ GPU: "GPU",
104
+ };
105
+ export const ReadSetActivationJobStatus = {
106
+ CANCELLED: "CANCELLED",
107
+ CANCELLING: "CANCELLING",
108
+ COMPLETED: "COMPLETED",
109
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
110
+ FAILED: "FAILED",
111
+ IN_PROGRESS: "IN_PROGRESS",
112
+ SUBMITTED: "SUBMITTED",
113
+ };
114
+ export const ReadSetActivationJobItemStatus = {
115
+ FAILED: "FAILED",
116
+ FINISHED: "FINISHED",
117
+ IN_PROGRESS: "IN_PROGRESS",
118
+ NOT_STARTED: "NOT_STARTED",
119
+ };
120
+ export const JobStatus = {
121
+ CANCELLED: "CANCELLED",
122
+ COMPLETED: "COMPLETED",
123
+ COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
124
+ FAILED: "FAILED",
125
+ IN_PROGRESS: "IN_PROGRESS",
126
+ SUBMITTED: "SUBMITTED",
127
+ };
89
128
  export var FormatOptions;
90
129
  (function (FormatOptions) {
91
130
  FormatOptions.visit = (value, visitor) => {
@@ -96,18 +135,6 @@ export var FormatOptions;
96
135
  return visitor._(value.$unknown[0], value.$unknown[1]);
97
136
  };
98
137
  })(FormatOptions || (FormatOptions = {}));
99
- export class ServiceQuotaExceededException extends __BaseException {
100
- constructor(opts) {
101
- super({
102
- name: "ServiceQuotaExceededException",
103
- $fault: "client",
104
- ...opts,
105
- });
106
- this.name = "ServiceQuotaExceededException";
107
- this.$fault = "client";
108
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
109
- }
110
- }
111
138
  export class ConflictException extends __BaseException {
112
139
  constructor(opts) {
113
140
  super({
@@ -176,18 +203,15 @@ export const StoreStatus = {
176
203
  FAILED: "FAILED",
177
204
  UPDATING: "UPDATING",
178
205
  };
179
- export class RequestTimeoutException extends __BaseException {
180
- constructor(opts) {
181
- super({
182
- name: "RequestTimeoutException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- this.name = "RequestTimeoutException";
187
- this.$fault = "client";
188
- Object.setPrototypeOf(this, RequestTimeoutException.prototype);
189
- }
190
- }
206
+ export const ReadSetPartSource = {
207
+ SOURCE1: "SOURCE1",
208
+ SOURCE2: "SOURCE2",
209
+ };
210
+ export const FileType = {
211
+ BAM: "BAM",
212
+ CRAM: "CRAM",
213
+ FASTQ: "FASTQ",
214
+ };
191
215
  export const WorkflowEngine = {
192
216
  NEXTFLOW: "NEXTFLOW",
193
217
  WDL: "WDL",
@@ -197,6 +221,7 @@ export const WorkflowStatus = {
197
221
  CREATING: "CREATING",
198
222
  DELETED: "DELETED",
199
223
  FAILED: "FAILED",
224
+ INACTIVE: "INACTIVE",
200
225
  UPDATING: "UPDATING",
201
226
  };
202
227
  export const ReadSetExportJobItemStatus = {
@@ -214,11 +239,6 @@ export const ReadSetExportJobStatus = {
214
239
  IN_PROGRESS: "IN_PROGRESS",
215
240
  SUBMITTED: "SUBMITTED",
216
241
  };
217
- export const FileType = {
218
- BAM: "BAM",
219
- CRAM: "CRAM",
220
- FASTQ: "FASTQ",
221
- };
222
242
  export const ReadSetFile = {
223
243
  INDEX: "INDEX",
224
244
  SOURCE1: "SOURCE1",
@@ -258,6 +278,8 @@ export const ReadSetStatus = {
258
278
  ARCHIVED: "ARCHIVED",
259
279
  DELETED: "DELETED",
260
280
  DELETING: "DELETING",
281
+ PROCESSING_UPLOAD: "PROCESSING_UPLOAD",
282
+ UPLOAD_FAILED: "UPLOAD_FAILED",
261
283
  };
262
284
  export const ReferenceFile = {
263
285
  INDEX: "INDEX",
@@ -304,6 +326,7 @@ export const RunStatus = {
304
326
  };
305
327
  export const WorkflowType = {
306
328
  PRIVATE: "PRIVATE",
329
+ READY2RUN: "READY2RUN",
307
330
  };
308
331
  export const TaskStatus = {
309
332
  CANCELLED: "CANCELLED",
@@ -323,3 +346,6 @@ export const GetReadSetResponseFilterSensitiveLog = (obj) => ({
323
346
  export const GetReferenceResponseFilterSensitiveLog = (obj) => ({
324
347
  ...obj,
325
348
  });
349
+ export const UploadReadSetPartRequestFilterSensitiveLog = (obj) => ({
350
+ ...obj,
351
+ });
@@ -0,0 +1,25 @@
1
+ import { ListMultipartReadSetUploadsCommand, } from "../commands/ListMultipartReadSetUploadsCommand";
2
+ import { OmicsClient } from "../OmicsClient";
3
+ const makePagedClientRequest = async (client, input, ...args) => {
4
+ return await client.send(new ListMultipartReadSetUploadsCommand(input), ...args);
5
+ };
6
+ export async function* paginateListMultipartReadSetUploads(config, input, ...additionalArguments) {
7
+ let token = config.startingToken || undefined;
8
+ let hasNext = true;
9
+ let page;
10
+ while (hasNext) {
11
+ input.nextToken = token;
12
+ input["maxResults"] = config.pageSize;
13
+ if (config.client instanceof OmicsClient) {
14
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
+ }
16
+ else {
17
+ throw new Error("Invalid client, expected Omics | OmicsClient");
18
+ }
19
+ yield page;
20
+ const prevToken = token;
21
+ token = page.nextToken;
22
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
+ }
24
+ return undefined;
25
+ }
@@ -0,0 +1,25 @@
1
+ import { ListReadSetUploadPartsCommand, } from "../commands/ListReadSetUploadPartsCommand";
2
+ import { OmicsClient } from "../OmicsClient";
3
+ const makePagedClientRequest = async (client, input, ...args) => {
4
+ return await client.send(new ListReadSetUploadPartsCommand(input), ...args);
5
+ };
6
+ export async function* paginateListReadSetUploadParts(config, input, ...additionalArguments) {
7
+ let token = config.startingToken || undefined;
8
+ let hasNext = true;
9
+ let page;
10
+ while (hasNext) {
11
+ input.nextToken = token;
12
+ input["maxResults"] = config.pageSize;
13
+ if (config.client instanceof OmicsClient) {
14
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
+ }
16
+ else {
17
+ throw new Error("Invalid client, expected Omics | OmicsClient");
18
+ }
19
+ yield page;
20
+ const prevToken = token;
21
+ token = page.nextToken;
22
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
+ }
24
+ return undefined;
25
+ }
@@ -1,9 +1,11 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListAnnotationImportJobsPaginator";
3
3
  export * from "./ListAnnotationStoresPaginator";
4
+ export * from "./ListMultipartReadSetUploadsPaginator";
4
5
  export * from "./ListReadSetActivationJobsPaginator";
5
6
  export * from "./ListReadSetExportJobsPaginator";
6
7
  export * from "./ListReadSetImportJobsPaginator";
8
+ export * from "./ListReadSetUploadPartsPaginator";
7
9
  export * from "./ListReadSetsPaginator";
8
10
  export * from "./ListReferenceImportJobsPaginator";
9
11
  export * from "./ListReferenceStoresPaginator";