@aws-sdk/client-omics 3.293.0 → 3.295.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 (139) hide show
  1. package/dist-cjs/commands/BatchDeleteReadSetCommand.js +4 -4
  2. package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +4 -4
  3. package/dist-cjs/commands/CancelRunCommand.js +4 -4
  4. package/dist-cjs/commands/CancelVariantImportJobCommand.js +4 -4
  5. package/dist-cjs/commands/CreateAnnotationStoreCommand.js +4 -4
  6. package/dist-cjs/commands/CreateReferenceStoreCommand.js +4 -4
  7. package/dist-cjs/commands/CreateRunGroupCommand.js +4 -4
  8. package/dist-cjs/commands/CreateSequenceStoreCommand.js +4 -4
  9. package/dist-cjs/commands/CreateVariantStoreCommand.js +4 -4
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +4 -4
  12. package/dist-cjs/commands/DeleteReferenceCommand.js +4 -4
  13. package/dist-cjs/commands/DeleteReferenceStoreCommand.js +4 -4
  14. package/dist-cjs/commands/DeleteRunCommand.js +4 -4
  15. package/dist-cjs/commands/DeleteRunGroupCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteSequenceStoreCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteVariantStoreCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteWorkflowCommand.js +4 -4
  19. package/dist-cjs/commands/GetAnnotationImportJobCommand.js +4 -4
  20. package/dist-cjs/commands/GetAnnotationStoreCommand.js +4 -4
  21. package/dist-cjs/commands/GetReadSetActivationJobCommand.js +4 -4
  22. package/dist-cjs/commands/GetReadSetCommand.js +4 -4
  23. package/dist-cjs/commands/GetReadSetExportJobCommand.js +4 -4
  24. package/dist-cjs/commands/GetReadSetImportJobCommand.js +4 -4
  25. package/dist-cjs/commands/GetReadSetMetadataCommand.js +4 -4
  26. package/dist-cjs/commands/GetReferenceCommand.js +4 -4
  27. package/dist-cjs/commands/GetReferenceImportJobCommand.js +4 -4
  28. package/dist-cjs/commands/GetReferenceMetadataCommand.js +4 -4
  29. package/dist-cjs/commands/GetReferenceStoreCommand.js +4 -4
  30. package/dist-cjs/commands/GetRunCommand.js +4 -4
  31. package/dist-cjs/commands/GetRunGroupCommand.js +4 -4
  32. package/dist-cjs/commands/GetRunTaskCommand.js +4 -4
  33. package/dist-cjs/commands/GetSequenceStoreCommand.js +4 -4
  34. package/dist-cjs/commands/GetVariantImportJobCommand.js +4 -4
  35. package/dist-cjs/commands/GetVariantStoreCommand.js +4 -4
  36. package/dist-cjs/commands/GetWorkflowCommand.js +4 -4
  37. package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +4 -4
  38. package/dist-cjs/commands/ListAnnotationStoresCommand.js +4 -4
  39. package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +4 -4
  40. package/dist-cjs/commands/ListReadSetExportJobsCommand.js +4 -4
  41. package/dist-cjs/commands/ListReadSetImportJobsCommand.js +4 -4
  42. package/dist-cjs/commands/ListReadSetsCommand.js +4 -4
  43. package/dist-cjs/commands/ListReferenceImportJobsCommand.js +4 -4
  44. package/dist-cjs/commands/ListReferenceStoresCommand.js +4 -4
  45. package/dist-cjs/commands/ListReferencesCommand.js +4 -4
  46. package/dist-cjs/commands/ListRunGroupsCommand.js +4 -4
  47. package/dist-cjs/commands/ListRunTasksCommand.js +4 -4
  48. package/dist-cjs/commands/ListRunsCommand.js +4 -4
  49. package/dist-cjs/commands/ListSequenceStoresCommand.js +4 -4
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  51. package/dist-cjs/commands/ListVariantImportJobsCommand.js +4 -4
  52. package/dist-cjs/commands/ListVariantStoresCommand.js +4 -4
  53. package/dist-cjs/commands/ListWorkflowsCommand.js +4 -4
  54. package/dist-cjs/commands/StartAnnotationImportJobCommand.js +4 -4
  55. package/dist-cjs/commands/StartReadSetActivationJobCommand.js +4 -4
  56. package/dist-cjs/commands/StartReadSetExportJobCommand.js +4 -4
  57. package/dist-cjs/commands/StartReadSetImportJobCommand.js +4 -4
  58. package/dist-cjs/commands/StartReferenceImportJobCommand.js +4 -4
  59. package/dist-cjs/commands/StartRunCommand.js +4 -4
  60. package/dist-cjs/commands/StartVariantImportJobCommand.js +4 -4
  61. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  62. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  63. package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +4 -4
  64. package/dist-cjs/commands/UpdateRunGroupCommand.js +4 -4
  65. package/dist-cjs/commands/UpdateVariantStoreCommand.js +4 -4
  66. package/dist-cjs/commands/UpdateWorkflowCommand.js +4 -4
  67. package/dist-es/commands/BatchDeleteReadSetCommand.js +4 -4
  68. package/dist-es/commands/CancelAnnotationImportJobCommand.js +4 -4
  69. package/dist-es/commands/CancelRunCommand.js +4 -4
  70. package/dist-es/commands/CancelVariantImportJobCommand.js +4 -4
  71. package/dist-es/commands/CreateAnnotationStoreCommand.js +4 -4
  72. package/dist-es/commands/CreateReferenceStoreCommand.js +4 -4
  73. package/dist-es/commands/CreateRunGroupCommand.js +4 -4
  74. package/dist-es/commands/CreateSequenceStoreCommand.js +4 -4
  75. package/dist-es/commands/CreateVariantStoreCommand.js +4 -4
  76. package/dist-es/commands/CreateWorkflowCommand.js +4 -4
  77. package/dist-es/commands/DeleteAnnotationStoreCommand.js +4 -4
  78. package/dist-es/commands/DeleteReferenceCommand.js +4 -4
  79. package/dist-es/commands/DeleteReferenceStoreCommand.js +4 -4
  80. package/dist-es/commands/DeleteRunCommand.js +4 -4
  81. package/dist-es/commands/DeleteRunGroupCommand.js +4 -4
  82. package/dist-es/commands/DeleteSequenceStoreCommand.js +4 -4
  83. package/dist-es/commands/DeleteVariantStoreCommand.js +4 -4
  84. package/dist-es/commands/DeleteWorkflowCommand.js +4 -4
  85. package/dist-es/commands/GetAnnotationImportJobCommand.js +4 -4
  86. package/dist-es/commands/GetAnnotationStoreCommand.js +4 -4
  87. package/dist-es/commands/GetReadSetActivationJobCommand.js +4 -4
  88. package/dist-es/commands/GetReadSetCommand.js +4 -4
  89. package/dist-es/commands/GetReadSetExportJobCommand.js +4 -4
  90. package/dist-es/commands/GetReadSetImportJobCommand.js +4 -4
  91. package/dist-es/commands/GetReadSetMetadataCommand.js +4 -4
  92. package/dist-es/commands/GetReferenceCommand.js +4 -4
  93. package/dist-es/commands/GetReferenceImportJobCommand.js +4 -4
  94. package/dist-es/commands/GetReferenceMetadataCommand.js +4 -4
  95. package/dist-es/commands/GetReferenceStoreCommand.js +4 -4
  96. package/dist-es/commands/GetRunCommand.js +4 -4
  97. package/dist-es/commands/GetRunGroupCommand.js +4 -4
  98. package/dist-es/commands/GetRunTaskCommand.js +4 -4
  99. package/dist-es/commands/GetSequenceStoreCommand.js +4 -4
  100. package/dist-es/commands/GetVariantImportJobCommand.js +4 -4
  101. package/dist-es/commands/GetVariantStoreCommand.js +4 -4
  102. package/dist-es/commands/GetWorkflowCommand.js +4 -4
  103. package/dist-es/commands/ListAnnotationImportJobsCommand.js +4 -4
  104. package/dist-es/commands/ListAnnotationStoresCommand.js +4 -4
  105. package/dist-es/commands/ListReadSetActivationJobsCommand.js +4 -4
  106. package/dist-es/commands/ListReadSetExportJobsCommand.js +4 -4
  107. package/dist-es/commands/ListReadSetImportJobsCommand.js +4 -4
  108. package/dist-es/commands/ListReadSetsCommand.js +4 -4
  109. package/dist-es/commands/ListReferenceImportJobsCommand.js +4 -4
  110. package/dist-es/commands/ListReferenceStoresCommand.js +4 -4
  111. package/dist-es/commands/ListReferencesCommand.js +4 -4
  112. package/dist-es/commands/ListRunGroupsCommand.js +4 -4
  113. package/dist-es/commands/ListRunTasksCommand.js +4 -4
  114. package/dist-es/commands/ListRunsCommand.js +4 -4
  115. package/dist-es/commands/ListSequenceStoresCommand.js +4 -4
  116. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  117. package/dist-es/commands/ListVariantImportJobsCommand.js +4 -4
  118. package/dist-es/commands/ListVariantStoresCommand.js +4 -4
  119. package/dist-es/commands/ListWorkflowsCommand.js +4 -4
  120. package/dist-es/commands/StartAnnotationImportJobCommand.js +4 -4
  121. package/dist-es/commands/StartReadSetActivationJobCommand.js +4 -4
  122. package/dist-es/commands/StartReadSetExportJobCommand.js +4 -4
  123. package/dist-es/commands/StartReadSetImportJobCommand.js +4 -4
  124. package/dist-es/commands/StartReferenceImportJobCommand.js +4 -4
  125. package/dist-es/commands/StartRunCommand.js +4 -4
  126. package/dist-es/commands/StartVariantImportJobCommand.js +4 -4
  127. package/dist-es/commands/TagResourceCommand.js +4 -4
  128. package/dist-es/commands/UntagResourceCommand.js +4 -4
  129. package/dist-es/commands/UpdateAnnotationStoreCommand.js +4 -4
  130. package/dist-es/commands/UpdateRunGroupCommand.js +4 -4
  131. package/dist-es/commands/UpdateVariantStoreCommand.js +4 -4
  132. package/dist-es/commands/UpdateWorkflowCommand.js +4 -4
  133. package/dist-types/OmicsClient.d.ts +4 -4
  134. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  135. package/dist-types/models/models_0.d.ts +3 -3
  136. package/dist-types/ts3.4/OmicsClient.d.ts +4 -4
  137. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  138. package/dist-types/ts3.4/models/models_0.d.ts +3 -3
  139. package/package.json +39 -39
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class StartReadSetImportJobCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class StartReadSetImportJobCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartReadSetImportJobCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class StartReferenceImportJobCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class StartReferenceImportJobCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartReferenceImportJobCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class StartRunCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class StartRunCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartRunCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class StartVariantImportJobCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class StartVariantImportJobCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartVariantImportJobCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class TagResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateAnnotationStoreCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateAnnotationStoreCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateAnnotationStoreCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateRunGroupCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateRunGroupCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRunGroupCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateVariantStoreCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateVariantStoreCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateVariantStoreCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateWorkflowCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateWorkflowCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateWorkflowCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchDeleteReadSetRequestFilterSensitiveLog, BatchDeleteReadSetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchDeleteReadSetCommand, serializeAws_restJson1BatchDeleteReadSetCommand, } from "../protocols/Aws_restJson1";
6
6
  export class BatchDeleteReadSetCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class BatchDeleteReadSetCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, BatchDeleteReadSetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelAnnotationImportRequestFilterSensitiveLog, CancelAnnotationImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CancelAnnotationImportJobCommand, serializeAws_restJson1CancelAnnotationImportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CancelAnnotationImportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CancelAnnotationImportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CancelAnnotationImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelRunRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CancelRunCommand, serializeAws_restJson1CancelRunCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CancelRunCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CancelRunCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CancelRunCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelVariantImportRequestFilterSensitiveLog, CancelVariantImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CancelVariantImportJobCommand, serializeAws_restJson1CancelVariantImportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CancelVariantImportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CancelVariantImportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CancelVariantImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateAnnotationStoreRequestFilterSensitiveLog, CreateAnnotationStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateAnnotationStoreCommand, serializeAws_restJson1CreateAnnotationStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateAnnotationStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateAnnotationStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateAnnotationStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateReferenceStoreRequestFilterSensitiveLog, CreateReferenceStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateReferenceStoreCommand, serializeAws_restJson1CreateReferenceStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateReferenceStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateReferenceStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateReferenceStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateRunGroupRequestFilterSensitiveLog, CreateRunGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateRunGroupCommand, serializeAws_restJson1CreateRunGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateRunGroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateRunGroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateRunGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateSequenceStoreRequestFilterSensitiveLog, CreateSequenceStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSequenceStoreCommand, serializeAws_restJson1CreateSequenceStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateSequenceStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateSequenceStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateSequenceStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateVariantStoreRequestFilterSensitiveLog, CreateVariantStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateVariantStoreCommand, serializeAws_restJson1CreateVariantStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateVariantStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateVariantStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateVariantStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateWorkflowRequestFilterSensitiveLog, CreateWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateWorkflowCommand, serializeAws_restJson1CreateWorkflowCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateWorkflowCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateWorkflowCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateWorkflowCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteAnnotationStoreRequestFilterSensitiveLog, DeleteAnnotationStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteAnnotationStoreCommand, serializeAws_restJson1DeleteAnnotationStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteAnnotationStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteAnnotationStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAnnotationStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteReferenceRequestFilterSensitiveLog, DeleteReferenceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteReferenceCommand, serializeAws_restJson1DeleteReferenceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteReferenceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteReferenceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteReferenceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteReferenceStoreRequestFilterSensitiveLog, DeleteReferenceStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteReferenceStoreCommand, serializeAws_restJson1DeleteReferenceStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteReferenceStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteReferenceStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteReferenceStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteRunRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteRunCommand, serializeAws_restJson1DeleteRunCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteRunCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteRunCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRunCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteRunGroupRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteRunGroupCommand, serializeAws_restJson1DeleteRunGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteRunGroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteRunGroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRunGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSequenceStoreRequestFilterSensitiveLog, DeleteSequenceStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSequenceStoreCommand, serializeAws_restJson1DeleteSequenceStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSequenceStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteSequenceStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSequenceStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteVariantStoreRequestFilterSensitiveLog, DeleteVariantStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteVariantStoreCommand, serializeAws_restJson1DeleteVariantStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteVariantStoreCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteVariantStoreCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteVariantStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteWorkflowRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteWorkflowCommand, serializeAws_restJson1DeleteWorkflowCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteWorkflowCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteWorkflowCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteWorkflowCommand.getEndpointParameterInstructions()));