@aws-sdk/client-omics 3.388.0 → 3.391.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 (91) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/Omics.js +20 -0
  3. package/dist-cjs/commands/AcceptShareCommand.js +46 -0
  4. package/dist-cjs/commands/CreateAnnotationStoreVersionCommand.js +46 -0
  5. package/dist-cjs/commands/CreateShareCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteAnnotationStoreVersionsCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteShareCommand.js +46 -0
  8. package/dist-cjs/commands/GetAnnotationStoreVersionCommand.js +46 -0
  9. package/dist-cjs/commands/GetShareCommand.js +46 -0
  10. package/dist-cjs/commands/ListAnnotationStoreVersionsCommand.js +46 -0
  11. package/dist-cjs/commands/ListSharesCommand.js +46 -0
  12. package/dist-cjs/commands/UpdateAnnotationStoreVersionCommand.js +46 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/models/models_0.js +42 -14
  15. package/dist-cjs/pagination/ListAnnotationStoreVersionsPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListSharesPaginator.js +29 -0
  17. package/dist-cjs/pagination/index.js +2 -0
  18. package/dist-cjs/protocols/Aws_restJson1.js +911 -38
  19. package/dist-cjs/waiters/index.js +2 -0
  20. package/dist-cjs/waiters/waitForAnnotationStoreVersionCreated.js +63 -0
  21. package/dist-cjs/waiters/waitForAnnotationStoreVersionDeleted.js +48 -0
  22. package/dist-es/Omics.js +20 -0
  23. package/dist-es/commands/AcceptShareCommand.js +42 -0
  24. package/dist-es/commands/CreateAnnotationStoreVersionCommand.js +42 -0
  25. package/dist-es/commands/CreateShareCommand.js +42 -0
  26. package/dist-es/commands/DeleteAnnotationStoreVersionsCommand.js +42 -0
  27. package/dist-es/commands/DeleteShareCommand.js +42 -0
  28. package/dist-es/commands/GetAnnotationStoreVersionCommand.js +42 -0
  29. package/dist-es/commands/GetShareCommand.js +42 -0
  30. package/dist-es/commands/ListAnnotationStoreVersionsCommand.js +42 -0
  31. package/dist-es/commands/ListSharesCommand.js +42 -0
  32. package/dist-es/commands/UpdateAnnotationStoreVersionCommand.js +42 -0
  33. package/dist-es/commands/index.js +10 -0
  34. package/dist-es/models/models_0.js +39 -12
  35. package/dist-es/pagination/ListAnnotationStoreVersionsPaginator.js +25 -0
  36. package/dist-es/pagination/ListSharesPaginator.js +25 -0
  37. package/dist-es/pagination/index.js +2 -0
  38. package/dist-es/protocols/Aws_restJson1.js +886 -34
  39. package/dist-es/waiters/index.js +2 -0
  40. package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +58 -0
  41. package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +43 -0
  42. package/dist-types/Omics.d.ts +70 -0
  43. package/dist-types/OmicsClient.d.ts +12 -2
  44. package/dist-types/commands/AcceptShareCommand.d.ts +96 -0
  45. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +2 -0
  46. package/dist-types/commands/CreateAnnotationStoreVersionCommand.d.ts +132 -0
  47. package/dist-types/commands/CreateShareCommand.d.ts +100 -0
  48. package/dist-types/commands/DeleteAnnotationStoreVersionsCommand.d.ts +102 -0
  49. package/dist-types/commands/DeleteShareCommand.d.ts +96 -0
  50. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -0
  51. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -0
  52. package/dist-types/commands/GetAnnotationStoreVersionCommand.d.ts +117 -0
  53. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
  54. package/dist-types/commands/GetShareCommand.d.ts +106 -0
  55. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
  56. package/dist-types/commands/ListAnnotationStoreVersionsCommand.d.ts +110 -0
  57. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
  58. package/dist-types/commands/ListSharesCommand.d.ts +119 -0
  59. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -0
  60. package/dist-types/commands/UpdateAnnotationStoreVersionCommand.d.ts +99 -0
  61. package/dist-types/commands/index.d.ts +10 -0
  62. package/dist-types/models/models_0.d.ts +1021 -44
  63. package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/ListSharesPaginator.d.ts +7 -0
  65. package/dist-types/pagination/index.d.ts +2 -0
  66. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  67. package/dist-types/ts3.4/Omics.d.ts +170 -0
  68. package/dist-types/ts3.4/OmicsClient.d.ts +60 -0
  69. package/dist-types/ts3.4/commands/AcceptShareCommand.d.ts +35 -0
  70. package/dist-types/ts3.4/commands/CreateAnnotationStoreVersionCommand.d.ts +42 -0
  71. package/dist-types/ts3.4/commands/CreateShareCommand.d.ts +35 -0
  72. package/dist-types/ts3.4/commands/DeleteAnnotationStoreVersionsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DeleteShareCommand.d.ts +35 -0
  74. package/dist-types/ts3.4/commands/GetAnnotationStoreVersionCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/GetShareCommand.d.ts +35 -0
  76. package/dist-types/ts3.4/commands/ListAnnotationStoreVersionsCommand.d.ts +42 -0
  77. package/dist-types/ts3.4/commands/ListSharesCommand.d.ts +35 -0
  78. package/dist-types/ts3.4/commands/UpdateAnnotationStoreVersionCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +199 -5
  81. package/dist-types/ts3.4/pagination/ListAnnotationStoreVersionsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/ListSharesPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  85. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  86. package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionCreated.d.ts +11 -0
  87. package/dist-types/ts3.4/waiters/waitForAnnotationStoreVersionDeleted.d.ts +11 -0
  88. package/dist-types/waiters/index.d.ts +2 -0
  89. package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +14 -0
  90. package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +14 -0
  91. package/package.json +30 -30
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAnnotationStoreVersionsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class ListAnnotationStoreVersionsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAnnotationStoreVersionsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "OmicsClient";
28
+ const commandName = "ListAnnotationStoreVersionsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_ListAnnotationStoreVersionsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_ListAnnotationStoreVersionsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ListAnnotationStoreVersionsCommand = ListAnnotationStoreVersionsCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSharesCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class ListSharesCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListSharesCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "OmicsClient";
28
+ const commandName = "ListSharesCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_ListSharesCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_ListSharesCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ListSharesCommand = ListSharesCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateAnnotationStoreVersionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class UpdateAnnotationStoreVersionCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateAnnotationStoreVersionCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "OmicsClient";
28
+ const commandName = "UpdateAnnotationStoreVersionCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_UpdateAnnotationStoreVersionCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_UpdateAnnotationStoreVersionCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UpdateAnnotationStoreVersionCommand = UpdateAnnotationStoreVersionCommand;
@@ -2,28 +2,34 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./AbortMultipartReadSetUploadCommand"), exports);
5
+ tslib_1.__exportStar(require("./AcceptShareCommand"), exports);
5
6
  tslib_1.__exportStar(require("./BatchDeleteReadSetCommand"), exports);
6
7
  tslib_1.__exportStar(require("./CancelAnnotationImportJobCommand"), exports);
7
8
  tslib_1.__exportStar(require("./CancelRunCommand"), exports);
8
9
  tslib_1.__exportStar(require("./CancelVariantImportJobCommand"), exports);
9
10
  tslib_1.__exportStar(require("./CompleteMultipartReadSetUploadCommand"), exports);
10
11
  tslib_1.__exportStar(require("./CreateAnnotationStoreCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateAnnotationStoreVersionCommand"), exports);
11
13
  tslib_1.__exportStar(require("./CreateMultipartReadSetUploadCommand"), exports);
12
14
  tslib_1.__exportStar(require("./CreateReferenceStoreCommand"), exports);
13
15
  tslib_1.__exportStar(require("./CreateRunGroupCommand"), exports);
14
16
  tslib_1.__exportStar(require("./CreateSequenceStoreCommand"), exports);
17
+ tslib_1.__exportStar(require("./CreateShareCommand"), exports);
15
18
  tslib_1.__exportStar(require("./CreateVariantStoreCommand"), exports);
16
19
  tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
17
20
  tslib_1.__exportStar(require("./DeleteAnnotationStoreCommand"), exports);
21
+ tslib_1.__exportStar(require("./DeleteAnnotationStoreVersionsCommand"), exports);
18
22
  tslib_1.__exportStar(require("./DeleteReferenceCommand"), exports);
19
23
  tslib_1.__exportStar(require("./DeleteReferenceStoreCommand"), exports);
20
24
  tslib_1.__exportStar(require("./DeleteRunCommand"), exports);
21
25
  tslib_1.__exportStar(require("./DeleteRunGroupCommand"), exports);
22
26
  tslib_1.__exportStar(require("./DeleteSequenceStoreCommand"), exports);
27
+ tslib_1.__exportStar(require("./DeleteShareCommand"), exports);
23
28
  tslib_1.__exportStar(require("./DeleteVariantStoreCommand"), exports);
24
29
  tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
25
30
  tslib_1.__exportStar(require("./GetAnnotationImportJobCommand"), exports);
26
31
  tslib_1.__exportStar(require("./GetAnnotationStoreCommand"), exports);
32
+ tslib_1.__exportStar(require("./GetAnnotationStoreVersionCommand"), exports);
27
33
  tslib_1.__exportStar(require("./GetReadSetActivationJobCommand"), exports);
28
34
  tslib_1.__exportStar(require("./GetReadSetCommand"), exports);
29
35
  tslib_1.__exportStar(require("./GetReadSetExportJobCommand"), exports);
@@ -37,10 +43,12 @@ tslib_1.__exportStar(require("./GetRunCommand"), exports);
37
43
  tslib_1.__exportStar(require("./GetRunGroupCommand"), exports);
38
44
  tslib_1.__exportStar(require("./GetRunTaskCommand"), exports);
39
45
  tslib_1.__exportStar(require("./GetSequenceStoreCommand"), exports);
46
+ tslib_1.__exportStar(require("./GetShareCommand"), exports);
40
47
  tslib_1.__exportStar(require("./GetVariantImportJobCommand"), exports);
41
48
  tslib_1.__exportStar(require("./GetVariantStoreCommand"), exports);
42
49
  tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
43
50
  tslib_1.__exportStar(require("./ListAnnotationImportJobsCommand"), exports);
51
+ tslib_1.__exportStar(require("./ListAnnotationStoreVersionsCommand"), exports);
44
52
  tslib_1.__exportStar(require("./ListAnnotationStoresCommand"), exports);
45
53
  tslib_1.__exportStar(require("./ListMultipartReadSetUploadsCommand"), exports);
46
54
  tslib_1.__exportStar(require("./ListReadSetActivationJobsCommand"), exports);
@@ -55,6 +63,7 @@ tslib_1.__exportStar(require("./ListRunGroupsCommand"), exports);
55
63
  tslib_1.__exportStar(require("./ListRunTasksCommand"), exports);
56
64
  tslib_1.__exportStar(require("./ListRunsCommand"), exports);
57
65
  tslib_1.__exportStar(require("./ListSequenceStoresCommand"), exports);
66
+ tslib_1.__exportStar(require("./ListSharesCommand"), exports);
58
67
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
59
68
  tslib_1.__exportStar(require("./ListVariantImportJobsCommand"), exports);
60
69
  tslib_1.__exportStar(require("./ListVariantStoresCommand"), exports);
@@ -69,6 +78,7 @@ tslib_1.__exportStar(require("./StartVariantImportJobCommand"), exports);
69
78
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
70
79
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
71
80
  tslib_1.__exportStar(require("./UpdateAnnotationStoreCommand"), exports);
81
+ tslib_1.__exportStar(require("./UpdateAnnotationStoreVersionCommand"), exports);
72
82
  tslib_1.__exportStar(require("./UpdateRunGroupCommand"), exports);
73
83
  tslib_1.__exportStar(require("./UpdateVariantStoreCommand"), exports);
74
84
  tslib_1.__exportStar(require("./UpdateWorkflowCommand"), exports);
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UploadReadSetPartRequestFilterSensitiveLog = exports.GetReferenceResponseFilterSensitiveLog = exports.GetReadSetResponseFilterSensitiveLog = exports.WorkflowExport = exports.TaskStatus = exports.WorkflowType = exports.RunStatus = exports.RunLogLevel = exports.RunExport = exports.ReferenceStatus = exports.ReferenceImportJobStatus = exports.ReferenceImportJobItemStatus = exports.ReferenceFile = exports.ReadSetStatus = exports.ReadSetImportJobStatus = exports.ReadSetImportJobItemStatus = exports.RangeNotSatisfiableException = exports.ReadSetFile = exports.ReadSetExportJobStatus = exports.ReadSetExportJobItemStatus = exports.CreationType = exports.WorkflowStatus = exports.WorkflowEngine = exports.FileType = exports.ReadSetPartSource = exports.StoreStatus = exports.StoreOptions = exports.SchemaValueType = exports.FormatToHeaderKey = exports.AnnotationType = exports.StoreFormat = exports.EncryptionType = exports.ReferenceItem = exports.ConflictException = exports.FormatOptions = exports.JobStatus = exports.ReadSetActivationJobItemStatus = exports.ReadSetActivationJobStatus = exports.Accelerators = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.RequestTimeoutException = exports.NotSupportedOperationException = exports.InternalServerException = exports.AccessDeniedException = void 0;
3
+ exports.GetReferenceResponseFilterSensitiveLog = exports.GetReadSetResponseFilterSensitiveLog = exports.ResourceOwner = exports.WorkflowExport = exports.TaskStatus = exports.WorkflowType = exports.RunStatus = exports.RunLogLevel = exports.RunExport = exports.ReferenceStatus = exports.ReferenceImportJobStatus = exports.ReferenceImportJobItemStatus = exports.ReferenceFile = exports.ReadSetStatus = exports.ReadSetImportJobStatus = exports.ReadSetImportJobItemStatus = exports.RangeNotSatisfiableException = exports.ReadSetFile = exports.ReadSetExportJobStatus = exports.ReadSetExportJobItemStatus = exports.CreationType = exports.WorkflowStatus = exports.WorkflowEngine = exports.FileType = exports.ReadSetPartSource = exports.VersionStatus = exports.VersionOptions = exports.StoreStatus = exports.StoreOptions = exports.SchemaValueType = exports.FormatToHeaderKey = exports.AnnotationType = exports.StoreFormat = exports.EncryptionType = exports.ReferenceItem = exports.FormatOptions = exports.JobStatus = exports.ReadSetActivationJobItemStatus = exports.ReadSetActivationJobStatus = exports.ConflictException = exports.ShareStatus = exports.Accelerators = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.RequestTimeoutException = exports.NotSupportedOperationException = exports.InternalServerException = exports.AccessDeniedException = void 0;
4
+ exports.UploadReadSetPartRequestFilterSensitiveLog = void 0;
4
5
  const OmicsServiceException_1 = require("./OmicsServiceException");
5
6
  class AccessDeniedException extends OmicsServiceException_1.OmicsServiceException {
6
7
  constructor(opts) {
@@ -113,6 +114,27 @@ exports.ValidationException = ValidationException;
113
114
  exports.Accelerators = {
114
115
  GPU: "GPU",
115
116
  };
117
+ exports.ShareStatus = {
118
+ ACTIVATING: "ACTIVATING",
119
+ ACTIVE: "ACTIVE",
120
+ DELETED: "DELETED",
121
+ DELETING: "DELETING",
122
+ FAILED: "FAILED",
123
+ PENDING: "PENDING",
124
+ };
125
+ class ConflictException extends OmicsServiceException_1.OmicsServiceException {
126
+ constructor(opts) {
127
+ super({
128
+ name: "ConflictException",
129
+ $fault: "client",
130
+ ...opts,
131
+ });
132
+ this.name = "ConflictException";
133
+ this.$fault = "client";
134
+ Object.setPrototypeOf(this, ConflictException.prototype);
135
+ }
136
+ }
137
+ exports.ConflictException = ConflictException;
116
138
  exports.ReadSetActivationJobStatus = {
117
139
  CANCELLED: "CANCELLED",
118
140
  CANCELLING: "CANCELLING",
@@ -146,19 +168,6 @@ var FormatOptions;
146
168
  return visitor._(value.$unknown[0], value.$unknown[1]);
147
169
  };
148
170
  })(FormatOptions = exports.FormatOptions || (exports.FormatOptions = {}));
149
- class ConflictException extends OmicsServiceException_1.OmicsServiceException {
150
- constructor(opts) {
151
- super({
152
- name: "ConflictException",
153
- $fault: "client",
154
- ...opts,
155
- });
156
- this.name = "ConflictException";
157
- this.$fault = "client";
158
- Object.setPrototypeOf(this, ConflictException.prototype);
159
- }
160
- }
161
- exports.ConflictException = ConflictException;
162
171
  var ReferenceItem;
163
172
  (function (ReferenceItem) {
164
173
  ReferenceItem.visit = (value, visitor) => {
@@ -215,6 +224,21 @@ exports.StoreStatus = {
215
224
  FAILED: "FAILED",
216
225
  UPDATING: "UPDATING",
217
226
  };
227
+ var VersionOptions;
228
+ (function (VersionOptions) {
229
+ VersionOptions.visit = (value, visitor) => {
230
+ if (value.tsvVersionOptions !== undefined)
231
+ return visitor.tsvVersionOptions(value.tsvVersionOptions);
232
+ return visitor._(value.$unknown[0], value.$unknown[1]);
233
+ };
234
+ })(VersionOptions = exports.VersionOptions || (exports.VersionOptions = {}));
235
+ exports.VersionStatus = {
236
+ ACTIVE: "ACTIVE",
237
+ CREATING: "CREATING",
238
+ DELETING: "DELETING",
239
+ FAILED: "FAILED",
240
+ UPDATING: "UPDATING",
241
+ };
218
242
  exports.ReadSetPartSource = {
219
243
  SOURCE1: "SOURCE1",
220
244
  SOURCE2: "SOURCE2",
@@ -358,6 +382,10 @@ exports.TaskStatus = {
358
382
  exports.WorkflowExport = {
359
383
  DEFINITION: "DEFINITION",
360
384
  };
385
+ exports.ResourceOwner = {
386
+ OTHER: "OTHER",
387
+ SELF: "SELF",
388
+ };
361
389
  const GetReadSetResponseFilterSensitiveLog = (obj) => ({
362
390
  ...obj,
363
391
  });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListAnnotationStoreVersions = void 0;
4
+ const ListAnnotationStoreVersionsCommand_1 = require("../commands/ListAnnotationStoreVersionsCommand");
5
+ const OmicsClient_1 = require("../OmicsClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListAnnotationStoreVersionsCommand_1.ListAnnotationStoreVersionsCommand(input), ...args);
8
+ };
9
+ async function* paginateListAnnotationStoreVersions(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof OmicsClient_1.OmicsClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected Omics | OmicsClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListAnnotationStoreVersions = paginateListAnnotationStoreVersions;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListShares = void 0;
4
+ const ListSharesCommand_1 = require("../commands/ListSharesCommand");
5
+ const OmicsClient_1 = require("../OmicsClient");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListSharesCommand_1.ListSharesCommand(input), ...args);
8
+ };
9
+ async function* paginateListShares(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof OmicsClient_1.OmicsClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected Omics | OmicsClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListShares = paginateListShares;
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./Interfaces"), exports);
5
5
  tslib_1.__exportStar(require("./ListAnnotationImportJobsPaginator"), exports);
6
+ tslib_1.__exportStar(require("./ListAnnotationStoreVersionsPaginator"), exports);
6
7
  tslib_1.__exportStar(require("./ListAnnotationStoresPaginator"), exports);
7
8
  tslib_1.__exportStar(require("./ListMultipartReadSetUploadsPaginator"), exports);
8
9
  tslib_1.__exportStar(require("./ListReadSetActivationJobsPaginator"), exports);
@@ -17,6 +18,7 @@ tslib_1.__exportStar(require("./ListRunGroupsPaginator"), exports);
17
18
  tslib_1.__exportStar(require("./ListRunTasksPaginator"), exports);
18
19
  tslib_1.__exportStar(require("./ListRunsPaginator"), exports);
19
20
  tslib_1.__exportStar(require("./ListSequenceStoresPaginator"), exports);
21
+ tslib_1.__exportStar(require("./ListSharesPaginator"), exports);
20
22
  tslib_1.__exportStar(require("./ListVariantImportJobsPaginator"), exports);
21
23
  tslib_1.__exportStar(require("./ListVariantStoresPaginator"), exports);
22
24
  tslib_1.__exportStar(require("./ListWorkflowsPaginator"), exports);