@aws-sdk/client-omics 3.774.0 → 3.777.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 (98) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/OmicsClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +1 -0
  8. package/dist-types/commands/AcceptShareCommand.d.ts +1 -0
  9. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +1 -0
  11. package/dist-types/commands/CancelRunCommand.d.ts +1 -0
  12. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +1 -0
  13. package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateAnnotationStoreVersionCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateRunCacheCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateRunGroupCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateShareCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateVariantStoreCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteAnnotationStoreVersionsCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteReferenceCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteRunCacheCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteRunCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteRunGroupCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteS3AccessPolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteShareCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -0
  36. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -0
  37. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -0
  38. package/dist-types/commands/GetAnnotationStoreVersionCommand.d.ts +1 -0
  39. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +2 -1
  40. package/dist-types/commands/GetReadSetCommand.d.ts +6 -0
  41. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +1 -0
  42. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +1 -0
  43. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +1 -0
  44. package/dist-types/commands/GetReferenceCommand.d.ts +6 -0
  45. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +1 -0
  46. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +1 -0
  47. package/dist-types/commands/GetReferenceStoreCommand.d.ts +1 -0
  48. package/dist-types/commands/GetRunCacheCommand.d.ts +1 -0
  49. package/dist-types/commands/GetRunCommand.d.ts +1 -0
  50. package/dist-types/commands/GetRunGroupCommand.d.ts +1 -0
  51. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
  52. package/dist-types/commands/GetS3AccessPolicyCommand.d.ts +1 -0
  53. package/dist-types/commands/GetSequenceStoreCommand.d.ts +1 -0
  54. package/dist-types/commands/GetShareCommand.d.ts +1 -0
  55. package/dist-types/commands/GetVariantImportJobCommand.d.ts +2 -1
  56. package/dist-types/commands/GetVariantStoreCommand.d.ts +1 -0
  57. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -0
  58. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +1 -0
  59. package/dist-types/commands/ListAnnotationStoreVersionsCommand.d.ts +1 -0
  60. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +1 -0
  61. package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +1 -0
  62. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +1 -0
  63. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +1 -0
  64. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +1 -0
  65. package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +1 -0
  66. package/dist-types/commands/ListReadSetsCommand.d.ts +1 -0
  67. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +1 -0
  68. package/dist-types/commands/ListReferenceStoresCommand.d.ts +1 -0
  69. package/dist-types/commands/ListReferencesCommand.d.ts +1 -0
  70. package/dist-types/commands/ListRunCachesCommand.d.ts +1 -0
  71. package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -0
  72. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
  73. package/dist-types/commands/ListRunsCommand.d.ts +1 -0
  74. package/dist-types/commands/ListSequenceStoresCommand.d.ts +1 -0
  75. package/dist-types/commands/ListSharesCommand.d.ts +1 -0
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  77. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +1 -0
  78. package/dist-types/commands/ListVariantStoresCommand.d.ts +1 -0
  79. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -0
  80. package/dist-types/commands/PutS3AccessPolicyCommand.d.ts +1 -0
  81. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +1 -0
  82. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +1 -0
  83. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +1 -0
  84. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +1 -0
  85. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +1 -0
  86. package/dist-types/commands/StartRunCommand.d.ts +1 -0
  87. package/dist-types/commands/StartVariantImportJobCommand.d.ts +1 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  90. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +1 -0
  91. package/dist-types/commands/UpdateAnnotationStoreVersionCommand.d.ts +1 -0
  92. package/dist-types/commands/UpdateRunCacheCommand.d.ts +1 -0
  93. package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -0
  94. package/dist-types/commands/UpdateSequenceStoreCommand.d.ts +1 -0
  95. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +1 -0
  96. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -0
  97. package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -0
  98. package/package.json +35 -35
@@ -40,8 +40,6 @@ const defaultOmicsHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultOmicsHttpAuthSchemeProvider = defaultOmicsHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -250,12 +250,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
250
250
 
251
251
  // src/endpoint/EndpointParameters.ts
252
252
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
253
- return {
254
- ...options,
253
+ return Object.assign(options, {
255
254
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
256
255
  useFipsEndpoint: options.useFipsEndpoint ?? false,
257
256
  defaultSigningName: "omics"
258
- };
257
+ });
259
258
  }, "resolveClientEndpointParameters");
260
259
  var commonParams = {
261
260
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -312,22 +311,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
312
311
  }, "resolveHttpAuthRuntimeConfig");
313
312
 
314
313
  // src/runtimeExtensions.ts
315
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
316
314
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
317
- const extensionConfiguration = {
318
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
319
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
320
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
321
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
322
- };
315
+ const extensionConfiguration = Object.assign(
316
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
317
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
318
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
319
+ getHttpAuthExtensionConfiguration(runtimeConfig)
320
+ );
323
321
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
324
- return {
325
- ...runtimeConfig,
326
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
327
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
328
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
329
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
330
- };
322
+ return Object.assign(
323
+ runtimeConfig,
324
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
325
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
326
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
327
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
328
+ );
331
329
  }, "resolveRuntimeExtensions");
332
330
 
333
331
  // src/OmicsClient.ts
@@ -341,6 +339,8 @@ var OmicsClient = class extends import_smithy_client.Client {
341
339
  config;
342
340
  constructor(...[configuration]) {
343
341
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
342
+ super(_config_0);
343
+ this.initConfig = _config_0;
344
344
  const _config_1 = resolveClientEndpointParameters(_config_0);
345
345
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
346
346
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -349,7 +349,6 @@ var OmicsClient = class extends import_smithy_client.Client {
349
349
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
350
350
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
351
351
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
352
- super(_config_8);
353
352
  this.config = _config_8;
354
353
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
355
354
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class OmicsClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class OmicsClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultOmicsHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "omics",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -79,6 +79,7 @@ declare const AbortMultipartReadSetUploadCommand_base: {
79
79
  * @throws {@link OmicsServiceException}
80
80
  * <p>Base exception class for all service exceptions from Omics service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class AbortMultipartReadSetUploadCommand extends AbortMultipartReadSetUploadCommand_base {
@@ -75,6 +75,7 @@ declare const AcceptShareCommand_base: {
75
75
  * @throws {@link OmicsServiceException}
76
76
  * <p>Base exception class for all service exceptions from Omics service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class AcceptShareCommand extends AcceptShareCommand_base {
@@ -81,6 +81,7 @@ declare const BatchDeleteReadSetCommand_base: {
81
81
  * @throws {@link OmicsServiceException}
82
82
  * <p>Base exception class for all service exceptions from Omics service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class BatchDeleteReadSetCommand extends BatchDeleteReadSetCommand_base {
@@ -67,6 +67,7 @@ declare const CancelAnnotationImportJobCommand_base: {
67
67
  * @throws {@link OmicsServiceException}
68
68
  * <p>Base exception class for all service exceptions from Omics service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class CancelAnnotationImportJobCommand extends CancelAnnotationImportJobCommand_base {
@@ -76,6 +76,7 @@ declare const CancelRunCommand_base: {
76
76
  * @throws {@link OmicsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Omics service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class CancelRunCommand extends CancelRunCommand_base {
@@ -67,6 +67,7 @@ declare const CancelVariantImportJobCommand_base: {
67
67
  * @throws {@link OmicsServiceException}
68
68
  * <p>Base exception class for all service exceptions from Omics service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class CancelVariantImportJobCommand extends CancelVariantImportJobCommand_base {
@@ -88,6 +88,7 @@ declare const CompleteMultipartReadSetUploadCommand_base: {
88
88
  * @throws {@link OmicsServiceException}
89
89
  * <p>Base exception class for all service exceptions from Omics service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class CompleteMultipartReadSetUploadCommand extends CompleteMultipartReadSetUploadCommand_base {
@@ -122,6 +122,7 @@ declare const CreateAnnotationStoreCommand_base: {
122
122
  * @throws {@link OmicsServiceException}
123
123
  * <p>Base exception class for all service exceptions from Omics service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class CreateAnnotationStoreCommand extends CreateAnnotationStoreCommand_base {
@@ -113,6 +113,7 @@ declare const CreateAnnotationStoreVersionCommand_base: {
113
113
  * @throws {@link OmicsServiceException}
114
114
  * <p>Base exception class for all service exceptions from Omics service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class CreateAnnotationStoreVersionCommand extends CreateAnnotationStoreVersionCommand_base {
@@ -103,6 +103,7 @@ declare const CreateMultipartReadSetUploadCommand_base: {
103
103
  * @throws {@link OmicsServiceException}
104
104
  * <p>Base exception class for all service exceptions from Omics service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class CreateMultipartReadSetUploadCommand extends CreateMultipartReadSetUploadCommand_base {
@@ -89,6 +89,7 @@ declare const CreateReferenceStoreCommand_base: {
89
89
  * @throws {@link OmicsServiceException}
90
90
  * <p>Base exception class for all service exceptions from Omics service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class CreateReferenceStoreCommand extends CreateReferenceStoreCommand_base {
@@ -95,6 +95,7 @@ declare const CreateRunCacheCommand_base: {
95
95
  * @throws {@link OmicsServiceException}
96
96
  * <p>Base exception class for all service exceptions from Omics service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreateRunCacheCommand extends CreateRunCacheCommand_base {
@@ -90,6 +90,7 @@ declare const CreateRunGroupCommand_base: {
90
90
  * @throws {@link OmicsServiceException}
91
91
  * <p>Base exception class for all service exceptions from Omics service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class CreateRunGroupCommand extends CreateRunGroupCommand_base {
@@ -109,6 +109,7 @@ declare const CreateSequenceStoreCommand_base: {
109
109
  * @throws {@link OmicsServiceException}
110
110
  * <p>Base exception class for all service exceptions from Omics service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class CreateSequenceStoreCommand extends CreateSequenceStoreCommand_base {
@@ -92,6 +92,7 @@ declare const CreateShareCommand_base: {
92
92
  * @throws {@link OmicsServiceException}
93
93
  * <p>Base exception class for all service exceptions from Omics service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class CreateShareCommand extends CreateShareCommand_base {
@@ -92,6 +92,7 @@ declare const CreateVariantStoreCommand_base: {
92
92
  * @throws {@link OmicsServiceException}
93
93
  * <p>Base exception class for all service exceptions from Omics service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class CreateVariantStoreCommand extends CreateVariantStoreCommand_base {
@@ -100,6 +100,7 @@ declare const CreateWorkflowCommand_base: {
100
100
  * @throws {@link OmicsServiceException}
101
101
  * <p>Base exception class for all service exceptions from Omics service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteAnnotationStoreCommand_base: {
73
73
  * @throws {@link OmicsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Omics service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteAnnotationStoreCommand extends DeleteAnnotationStoreCommand_base {
@@ -83,6 +83,7 @@ declare const DeleteAnnotationStoreVersionsCommand_base: {
83
83
  * @throws {@link OmicsServiceException}
84
84
  * <p>Base exception class for all service exceptions from Omics service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DeleteAnnotationStoreVersionsCommand extends DeleteAnnotationStoreVersionsCommand_base {
@@ -74,6 +74,7 @@ declare const DeleteReferenceCommand_base: {
74
74
  * @throws {@link OmicsServiceException}
75
75
  * <p>Base exception class for all service exceptions from Omics service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class DeleteReferenceCommand extends DeleteReferenceCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteReferenceStoreCommand_base: {
73
73
  * @throws {@link OmicsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Omics service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteReferenceStoreCommand extends DeleteReferenceStoreCommand_base {
@@ -81,6 +81,7 @@ declare const DeleteRunCacheCommand_base: {
81
81
  * @throws {@link OmicsServiceException}
82
82
  * <p>Base exception class for all service exceptions from Omics service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DeleteRunCacheCommand extends DeleteRunCacheCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteRunCommand_base: {
76
76
  * @throws {@link OmicsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Omics service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteRunCommand extends DeleteRunCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteRunGroupCommand_base: {
76
76
  * @throws {@link OmicsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Omics service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteRunGroupCommand extends DeleteRunGroupCommand_base {
@@ -75,6 +75,7 @@ declare const DeleteS3AccessPolicyCommand_base: {
75
75
  * @throws {@link OmicsServiceException}
76
76
  * <p>Base exception class for all service exceptions from Omics service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DeleteS3AccessPolicyCommand extends DeleteS3AccessPolicyCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteSequenceStoreCommand_base: {
73
73
  * @throws {@link OmicsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Omics service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteSequenceStoreCommand extends DeleteSequenceStoreCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteShareCommand_base: {
76
76
  * @throws {@link OmicsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Omics service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteShareCommand extends DeleteShareCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteVariantStoreCommand_base: {
73
73
  * @throws {@link OmicsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Omics service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteVariantStoreCommand extends DeleteVariantStoreCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteWorkflowCommand_base: {
76
76
  * @throws {@link OmicsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Omics service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
@@ -106,6 +106,7 @@ declare const GetAnnotationImportJobCommand_base: {
106
106
  * @throws {@link OmicsServiceException}
107
107
  * <p>Base exception class for all service exceptions from Omics service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class GetAnnotationImportJobCommand extends GetAnnotationImportJobCommand_base {
@@ -102,6 +102,7 @@ declare const GetAnnotationStoreCommand_base: {
102
102
  * @throws {@link OmicsServiceException}
103
103
  * <p>Base exception class for all service exceptions from Omics service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class GetAnnotationStoreCommand extends GetAnnotationStoreCommand_base {
@@ -98,6 +98,7 @@ declare const GetAnnotationStoreVersionCommand_base: {
98
98
  * @throws {@link OmicsServiceException}
99
99
  * <p>Base exception class for all service exceptions from Omics service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class GetAnnotationStoreVersionCommand extends GetAnnotationStoreVersionCommand_base {
@@ -24,7 +24,7 @@ export interface GetReadSetActivationJobCommandOutput extends GetReadSetActivati
24
24
  declare const GetReadSetActivationJobCommand_base: {
25
25
  new (input: GetReadSetActivationJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: GetReadSetActivationJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Gets information about a read set activation job.</p>
@@ -85,6 +85,7 @@ declare const GetReadSetActivationJobCommand_base: {
85
85
  * @throws {@link OmicsServiceException}
86
86
  * <p>Base exception class for all service exceptions from Omics service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetReadSetActivationJobCommand extends GetReadSetActivationJobCommand_base {
@@ -43,6 +43,11 @@ declare const GetReadSetCommand_base: {
43
43
  * };
44
44
  * const command = new GetReadSetCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // consume or destroy the stream to free the socket.
47
+ * const bytes = await response.payload.transformToByteArray();
48
+ * // const str = await response.payload.transformToString();
49
+ * // response.payload.destroy(); // only applicable to Node.js Readable streams.
50
+ *
46
51
  * // { // GetReadSetResponse
47
52
  * // payload: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
48
53
  * // };
@@ -82,6 +87,7 @@ declare const GetReadSetCommand_base: {
82
87
  * @throws {@link OmicsServiceException}
83
88
  * <p>Base exception class for all service exceptions from Omics service.</p>
84
89
  *
90
+ *
85
91
  * @public
86
92
  */
87
93
  export declare class GetReadSetCommand extends GetReadSetCommand_base {
@@ -86,6 +86,7 @@ declare const GetReadSetExportJobCommand_base: {
86
86
  * @throws {@link OmicsServiceException}
87
87
  * <p>Base exception class for all service exceptions from Omics service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetReadSetExportJobCommand extends GetReadSetExportJobCommand_base {
@@ -100,6 +100,7 @@ declare const GetReadSetImportJobCommand_base: {
100
100
  * @throws {@link OmicsServiceException}
101
101
  * <p>Base exception class for all service exceptions from Omics service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetReadSetImportJobCommand extends GetReadSetImportJobCommand_base {
@@ -123,6 +123,7 @@ declare const GetReadSetMetadataCommand_base: {
123
123
  * @throws {@link OmicsServiceException}
124
124
  * <p>Base exception class for all service exceptions from Omics service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class GetReadSetMetadataCommand extends GetReadSetMetadataCommand_base {
@@ -44,6 +44,11 @@ declare const GetReferenceCommand_base: {
44
44
  * };
45
45
  * const command = new GetReferenceCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // consume or destroy the stream to free the socket.
48
+ * const bytes = await response.payload.transformToByteArray();
49
+ * // const str = await response.payload.transformToString();
50
+ * // response.payload.destroy(); // only applicable to Node.js Readable streams.
51
+ *
47
52
  * // { // GetReferenceResponse
48
53
  * // payload: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
49
54
  * // };
@@ -80,6 +85,7 @@ declare const GetReferenceCommand_base: {
80
85
  * @throws {@link OmicsServiceException}
81
86
  * <p>Base exception class for all service exceptions from Omics service.</p>
82
87
  *
88
+ *
83
89
  * @public
84
90
  */
85
91
  export declare class GetReferenceCommand extends GetReferenceCommand_base {
@@ -92,6 +92,7 @@ declare const GetReferenceImportJobCommand_base: {
92
92
  * @throws {@link OmicsServiceException}
93
93
  * <p>Base exception class for all service exceptions from Omics service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class GetReferenceImportJobCommand extends GetReferenceImportJobCommand_base {
@@ -101,6 +101,7 @@ declare const GetReferenceMetadataCommand_base: {
101
101
  * @throws {@link OmicsServiceException}
102
102
  * <p>Base exception class for all service exceptions from Omics service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class GetReferenceMetadataCommand extends GetReferenceMetadataCommand_base {
@@ -80,6 +80,7 @@ declare const GetReferenceStoreCommand_base: {
80
80
  * @throws {@link OmicsServiceException}
81
81
  * <p>Base exception class for all service exceptions from Omics service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetReferenceStoreCommand extends GetReferenceStoreCommand_base {
@@ -90,6 +90,7 @@ declare const GetRunCacheCommand_base: {
90
90
  * @throws {@link OmicsServiceException}
91
91
  * <p>Base exception class for all service exceptions from Omics service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class GetRunCacheCommand extends GetRunCacheCommand_base {
@@ -126,6 +126,7 @@ declare const GetRunCommand_base: {
126
126
  * @throws {@link OmicsServiceException}
127
127
  * <p>Base exception class for all service exceptions from Omics service.</p>
128
128
  *
129
+ *
129
130
  * @public
130
131
  */
131
132
  export declare class GetRunCommand extends GetRunCommand_base {
@@ -88,6 +88,7 @@ declare const GetRunGroupCommand_base: {
88
88
  * @throws {@link OmicsServiceException}
89
89
  * <p>Base exception class for all service exceptions from Omics service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetRunGroupCommand extends GetRunGroupCommand_base {
@@ -93,6 +93,7 @@ declare const GetRunTaskCommand_base: {
93
93
  * @throws {@link OmicsServiceException}
94
94
  * <p>Base exception class for all service exceptions from Omics service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetRunTaskCommand extends GetRunTaskCommand_base {
@@ -84,6 +84,7 @@ declare const GetS3AccessPolicyCommand_base: {
84
84
  * @throws {@link OmicsServiceException}
85
85
  * <p>Base exception class for all service exceptions from Omics service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class GetS3AccessPolicyCommand extends GetS3AccessPolicyCommand_base {
@@ -93,6 +93,7 @@ declare const GetSequenceStoreCommand_base: {
93
93
  * @throws {@link OmicsServiceException}
94
94
  * <p>Base exception class for all service exceptions from Omics service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetSequenceStoreCommand extends GetSequenceStoreCommand_base {
@@ -86,6 +86,7 @@ declare const GetShareCommand_base: {
86
86
  * @throws {@link OmicsServiceException}
87
87
  * <p>Base exception class for all service exceptions from Omics service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetShareCommand extends GetShareCommand_base {