@aws-sdk/client-omics 3.927.0 → 3.929.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 (123) hide show
  1. package/dist-cjs/index.js +4470 -5461
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/OmicsClient.js +2 -0
  4. package/dist-es/commands/AbortMultipartReadSetUploadCommand.js +3 -9
  5. package/dist-es/commands/AcceptShareCommand.js +3 -9
  6. package/dist-es/commands/BatchDeleteReadSetCommand.js +3 -9
  7. package/dist-es/commands/CancelAnnotationImportJobCommand.js +3 -9
  8. package/dist-es/commands/CancelRunCommand.js +3 -9
  9. package/dist-es/commands/CancelVariantImportJobCommand.js +3 -9
  10. package/dist-es/commands/CompleteMultipartReadSetUploadCommand.js +3 -9
  11. package/dist-es/commands/CreateAnnotationStoreCommand.js +3 -9
  12. package/dist-es/commands/CreateAnnotationStoreVersionCommand.js +3 -9
  13. package/dist-es/commands/CreateMultipartReadSetUploadCommand.js +3 -9
  14. package/dist-es/commands/CreateReferenceStoreCommand.js +3 -9
  15. package/dist-es/commands/CreateRunCacheCommand.js +3 -9
  16. package/dist-es/commands/CreateRunGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateSequenceStoreCommand.js +3 -9
  18. package/dist-es/commands/CreateShareCommand.js +3 -9
  19. package/dist-es/commands/CreateVariantStoreCommand.js +3 -9
  20. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  21. package/dist-es/commands/CreateWorkflowVersionCommand.js +3 -9
  22. package/dist-es/commands/DeleteAnnotationStoreCommand.js +3 -9
  23. package/dist-es/commands/DeleteAnnotationStoreVersionsCommand.js +3 -9
  24. package/dist-es/commands/DeleteReferenceCommand.js +3 -9
  25. package/dist-es/commands/DeleteReferenceStoreCommand.js +3 -9
  26. package/dist-es/commands/DeleteRunCacheCommand.js +3 -9
  27. package/dist-es/commands/DeleteRunCommand.js +3 -9
  28. package/dist-es/commands/DeleteRunGroupCommand.js +3 -9
  29. package/dist-es/commands/DeleteS3AccessPolicyCommand.js +3 -9
  30. package/dist-es/commands/DeleteSequenceStoreCommand.js +3 -9
  31. package/dist-es/commands/DeleteShareCommand.js +3 -9
  32. package/dist-es/commands/DeleteVariantStoreCommand.js +3 -9
  33. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  34. package/dist-es/commands/DeleteWorkflowVersionCommand.js +3 -9
  35. package/dist-es/commands/GetAnnotationImportJobCommand.js +3 -9
  36. package/dist-es/commands/GetAnnotationStoreCommand.js +3 -9
  37. package/dist-es/commands/GetAnnotationStoreVersionCommand.js +3 -9
  38. package/dist-es/commands/GetReadSetActivationJobCommand.js +3 -9
  39. package/dist-es/commands/GetReadSetCommand.js +3 -10
  40. package/dist-es/commands/GetReadSetExportJobCommand.js +3 -9
  41. package/dist-es/commands/GetReadSetImportJobCommand.js +3 -9
  42. package/dist-es/commands/GetReadSetMetadataCommand.js +3 -9
  43. package/dist-es/commands/GetReferenceCommand.js +3 -10
  44. package/dist-es/commands/GetReferenceImportJobCommand.js +3 -9
  45. package/dist-es/commands/GetReferenceMetadataCommand.js +3 -9
  46. package/dist-es/commands/GetReferenceStoreCommand.js +3 -9
  47. package/dist-es/commands/GetRunCacheCommand.js +3 -9
  48. package/dist-es/commands/GetRunCommand.js +3 -9
  49. package/dist-es/commands/GetRunGroupCommand.js +3 -9
  50. package/dist-es/commands/GetRunTaskCommand.js +3 -9
  51. package/dist-es/commands/GetS3AccessPolicyCommand.js +3 -9
  52. package/dist-es/commands/GetSequenceStoreCommand.js +3 -9
  53. package/dist-es/commands/GetShareCommand.js +3 -9
  54. package/dist-es/commands/GetVariantImportJobCommand.js +3 -9
  55. package/dist-es/commands/GetVariantStoreCommand.js +3 -9
  56. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  57. package/dist-es/commands/GetWorkflowVersionCommand.js +3 -9
  58. package/dist-es/commands/ListAnnotationImportJobsCommand.js +3 -9
  59. package/dist-es/commands/ListAnnotationStoreVersionsCommand.js +3 -9
  60. package/dist-es/commands/ListAnnotationStoresCommand.js +3 -9
  61. package/dist-es/commands/ListMultipartReadSetUploadsCommand.js +3 -9
  62. package/dist-es/commands/ListReadSetActivationJobsCommand.js +3 -9
  63. package/dist-es/commands/ListReadSetExportJobsCommand.js +3 -9
  64. package/dist-es/commands/ListReadSetImportJobsCommand.js +3 -9
  65. package/dist-es/commands/ListReadSetUploadPartsCommand.js +3 -9
  66. package/dist-es/commands/ListReadSetsCommand.js +3 -9
  67. package/dist-es/commands/ListReferenceImportJobsCommand.js +3 -9
  68. package/dist-es/commands/ListReferenceStoresCommand.js +3 -9
  69. package/dist-es/commands/ListReferencesCommand.js +3 -9
  70. package/dist-es/commands/ListRunCachesCommand.js +3 -9
  71. package/dist-es/commands/ListRunGroupsCommand.js +3 -9
  72. package/dist-es/commands/ListRunTasksCommand.js +3 -9
  73. package/dist-es/commands/ListRunsCommand.js +3 -9
  74. package/dist-es/commands/ListSequenceStoresCommand.js +3 -9
  75. package/dist-es/commands/ListSharesCommand.js +3 -9
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  77. package/dist-es/commands/ListVariantImportJobsCommand.js +3 -9
  78. package/dist-es/commands/ListVariantStoresCommand.js +3 -9
  79. package/dist-es/commands/ListWorkflowVersionsCommand.js +3 -9
  80. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  81. package/dist-es/commands/PutS3AccessPolicyCommand.js +3 -9
  82. package/dist-es/commands/StartAnnotationImportJobCommand.js +3 -9
  83. package/dist-es/commands/StartReadSetActivationJobCommand.js +3 -9
  84. package/dist-es/commands/StartReadSetExportJobCommand.js +3 -9
  85. package/dist-es/commands/StartReadSetImportJobCommand.js +3 -9
  86. package/dist-es/commands/StartReferenceImportJobCommand.js +3 -9
  87. package/dist-es/commands/StartRunCommand.js +3 -9
  88. package/dist-es/commands/StartVariantImportJobCommand.js +3 -9
  89. package/dist-es/commands/TagResourceCommand.js +3 -9
  90. package/dist-es/commands/UntagResourceCommand.js +3 -9
  91. package/dist-es/commands/UpdateAnnotationStoreCommand.js +3 -9
  92. package/dist-es/commands/UpdateAnnotationStoreVersionCommand.js +3 -9
  93. package/dist-es/commands/UpdateRunCacheCommand.js +3 -9
  94. package/dist-es/commands/UpdateRunGroupCommand.js +3 -9
  95. package/dist-es/commands/UpdateSequenceStoreCommand.js +3 -9
  96. package/dist-es/commands/UpdateVariantStoreCommand.js +3 -9
  97. package/dist-es/commands/UpdateWorkflowCommand.js +3 -9
  98. package/dist-es/commands/UpdateWorkflowVersionCommand.js +3 -9
  99. package/dist-es/commands/UploadReadSetPartCommand.js +3 -10
  100. package/dist-es/models/models_0.js +0 -6
  101. package/dist-es/models/models_1.js +1 -3
  102. package/dist-es/runtimeConfig.shared.js +2 -0
  103. package/dist-es/schemas/schemas_0.js +4057 -0
  104. package/dist-types/OmicsClient.d.ts +10 -1
  105. package/dist-types/models/models_0.d.ts +0 -8
  106. package/dist-types/models/models_1.d.ts +0 -4
  107. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  108. package/dist-types/runtimeConfig.d.ts +1 -0
  109. package/dist-types/runtimeConfig.native.d.ts +1 -0
  110. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  111. package/dist-types/schemas/schemas_0.d.ts +434 -0
  112. package/dist-types/ts3.4/OmicsClient.d.ts +4 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  114. package/dist-types/ts3.4/models/models_1.d.ts +0 -3
  115. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  116. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  117. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  118. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  119. package/dist-types/ts3.4/schemas/schemas_0.d.ts +441 -0
  120. package/package.json +5 -6
  121. package/dist-es/protocols/Aws_restJson1.js +0 -4541
  122. package/dist-types/protocols/Aws_restJson1.d.ts +0 -866
  123. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1160
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -26,6 +27,7 @@ const getRuntimeConfig = (config) => {
26
27
  },
27
28
  ],
28
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
30
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.omics" }),
29
31
  sdkStreamMixin: config?.sdkStreamMixin ?? util_stream_1.sdkStreamMixin,
30
32
  serviceId: config?.serviceId ?? "Omics",
31
33
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class OmicsClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AbortMultipartReadSetUploadCommand, se_AbortMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
4
+ import { AbortMultipartReadSetUpload } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AbortMultipartReadSetUploadCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "AbortMultipartReadSetUpload", {})
17
13
  .n("OmicsClient", "AbortMultipartReadSetUploadCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AbortMultipartReadSetUploadCommand)
20
- .de(de_AbortMultipartReadSetUploadCommand)
14
+ .sc(AbortMultipartReadSetUpload)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AcceptShareCommand, se_AcceptShareCommand } from "../protocols/Aws_restJson1";
4
+ import { AcceptShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AcceptShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "AcceptShare", {})
17
13
  .n("OmicsClient", "AcceptShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AcceptShareCommand)
20
- .de(de_AcceptShareCommand)
14
+ .sc(AcceptShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchDeleteReadSetCommand, se_BatchDeleteReadSetCommand } from "../protocols/Aws_restJson1";
4
+ import { BatchDeleteReadSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchDeleteReadSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "BatchDeleteReadSet", {})
17
13
  .n("OmicsClient", "BatchDeleteReadSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchDeleteReadSetCommand)
20
- .de(de_BatchDeleteReadSetCommand)
14
+ .sc(BatchDeleteReadSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CancelAnnotationImportJobCommand, se_CancelAnnotationImportJobCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelAnnotationImportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelAnnotationImportJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CancelAnnotationImportJob", {})
17
13
  .n("OmicsClient", "CancelAnnotationImportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelAnnotationImportJobCommand)
20
- .de(de_CancelAnnotationImportJobCommand)
14
+ .sc(CancelAnnotationImportJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CancelRunCommand, se_CancelRunCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelRun } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelRunCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CancelRun", {})
17
13
  .n("OmicsClient", "CancelRunCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelRunCommand)
20
- .de(de_CancelRunCommand)
14
+ .sc(CancelRun)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CancelVariantImportJobCommand, se_CancelVariantImportJobCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelVariantImportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelVariantImportJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CancelVariantImportJob", {})
17
13
  .n("OmicsClient", "CancelVariantImportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelVariantImportJobCommand)
20
- .de(de_CancelVariantImportJobCommand)
14
+ .sc(CancelVariantImportJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CompleteMultipartReadSetUploadCommand, se_CompleteMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
4
+ import { CompleteMultipartReadSetUpload } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CompleteMultipartReadSetUploadCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CompleteMultipartReadSetUpload", {})
17
13
  .n("OmicsClient", "CompleteMultipartReadSetUploadCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CompleteMultipartReadSetUploadCommand)
20
- .de(de_CompleteMultipartReadSetUploadCommand)
14
+ .sc(CompleteMultipartReadSetUpload)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAnnotationStoreCommand, se_CreateAnnotationStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAnnotationStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAnnotationStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateAnnotationStore", {})
17
13
  .n("OmicsClient", "CreateAnnotationStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAnnotationStoreCommand)
20
- .de(de_CreateAnnotationStoreCommand)
14
+ .sc(CreateAnnotationStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAnnotationStoreVersionCommand, se_CreateAnnotationStoreVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateAnnotationStoreVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAnnotationStoreVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateAnnotationStoreVersion", {})
17
13
  .n("OmicsClient", "CreateAnnotationStoreVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAnnotationStoreVersionCommand)
20
- .de(de_CreateAnnotationStoreVersionCommand)
14
+ .sc(CreateAnnotationStoreVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateMultipartReadSetUploadCommand, se_CreateMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateMultipartReadSetUpload } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateMultipartReadSetUploadCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateMultipartReadSetUpload", {})
17
13
  .n("OmicsClient", "CreateMultipartReadSetUploadCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateMultipartReadSetUploadCommand)
20
- .de(de_CreateMultipartReadSetUploadCommand)
14
+ .sc(CreateMultipartReadSetUpload)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateReferenceStoreCommand, se_CreateReferenceStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateReferenceStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateReferenceStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateReferenceStore", {})
17
13
  .n("OmicsClient", "CreateReferenceStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateReferenceStoreCommand)
20
- .de(de_CreateReferenceStoreCommand)
14
+ .sc(CreateReferenceStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRunCacheCommand, se_CreateRunCacheCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateRunCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRunCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateRunCache", {})
17
13
  .n("OmicsClient", "CreateRunCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRunCacheCommand)
20
- .de(de_CreateRunCacheCommand)
14
+ .sc(CreateRunCache)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRunGroupCommand, se_CreateRunGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateRunGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRunGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateRunGroup", {})
17
13
  .n("OmicsClient", "CreateRunGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRunGroupCommand)
20
- .de(de_CreateRunGroupCommand)
14
+ .sc(CreateRunGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSequenceStoreCommand, se_CreateSequenceStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateSequenceStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSequenceStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateSequenceStore", {})
17
13
  .n("OmicsClient", "CreateSequenceStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSequenceStoreCommand)
20
- .de(de_CreateSequenceStoreCommand)
14
+ .sc(CreateSequenceStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateShareCommand, se_CreateShareCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateShare", {})
17
13
  .n("OmicsClient", "CreateShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateShareCommand)
20
- .de(de_CreateShareCommand)
14
+ .sc(CreateShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateVariantStoreCommand, se_CreateVariantStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateVariantStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateVariantStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateVariantStore", {})
17
13
  .n("OmicsClient", "CreateVariantStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateVariantStoreCommand)
20
- .de(de_CreateVariantStoreCommand)
14
+ .sc(CreateVariantStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkflowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateWorkflow", {})
17
13
  .n("OmicsClient", "CreateWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkflowCommand)
20
- .de(de_CreateWorkflowCommand)
14
+ .sc(CreateWorkflow)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWorkflowVersionCommand, se_CreateWorkflowVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkflowVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkflowVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "CreateWorkflowVersion", {})
17
13
  .n("OmicsClient", "CreateWorkflowVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkflowVersionCommand)
20
- .de(de_CreateWorkflowVersionCommand)
14
+ .sc(CreateWorkflowVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAnnotationStoreCommand, se_DeleteAnnotationStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAnnotationStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAnnotationStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "DeleteAnnotationStore", {})
17
13
  .n("OmicsClient", "DeleteAnnotationStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAnnotationStoreCommand)
20
- .de(de_DeleteAnnotationStoreCommand)
14
+ .sc(DeleteAnnotationStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAnnotationStoreVersionsCommand, se_DeleteAnnotationStoreVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteAnnotationStoreVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAnnotationStoreVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "DeleteAnnotationStoreVersions", {})
17
13
  .n("OmicsClient", "DeleteAnnotationStoreVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAnnotationStoreVersionsCommand)
20
- .de(de_DeleteAnnotationStoreVersionsCommand)
14
+ .sc(DeleteAnnotationStoreVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteReferenceCommand, se_DeleteReferenceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteReference } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteReferenceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "DeleteReference", {})
17
13
  .n("OmicsClient", "DeleteReferenceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteReferenceCommand)
20
- .de(de_DeleteReferenceCommand)
14
+ .sc(DeleteReference)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteReferenceStoreCommand, se_DeleteReferenceStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteReferenceStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteReferenceStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Omics", "DeleteReferenceStore", {})
17
13
  .n("OmicsClient", "DeleteReferenceStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteReferenceStoreCommand)
20
- .de(de_DeleteReferenceStoreCommand)
14
+ .sc(DeleteReferenceStore)
21
15
  .build() {
22
16
  }