@aws-sdk/client-omics 3.294.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
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListRunTasksRequestFilterSensitiveLog, ListRunTasksResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRunTasksCommand, serializeAws_restJson1ListRunTasksCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListRunTasksCommand 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 ListRunTasksCommand 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, ListRunTasksCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListRunsRequestFilterSensitiveLog, ListRunsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRunsCommand, serializeAws_restJson1ListRunsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListRunsCommand 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 ListRunsCommand 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, ListRunsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSequenceStoresRequestFilterSensitiveLog, ListSequenceStoresResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSequenceStoresCommand, serializeAws_restJson1ListSequenceStoresCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSequenceStoresCommand 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 ListSequenceStoresCommand 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, ListSequenceStoresCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListTagsForResourceCommand 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 ListTagsForResourceCommand 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, ListTagsForResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListVariantImportJobsRequestFilterSensitiveLog, ListVariantImportJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListVariantImportJobsCommand, serializeAws_restJson1ListVariantImportJobsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListVariantImportJobsCommand 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 ListVariantImportJobsCommand 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, ListVariantImportJobsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListVariantStoresRequestFilterSensitiveLog, ListVariantStoresResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListVariantStoresCommand, serializeAws_restJson1ListVariantStoresCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListVariantStoresCommand 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 ListVariantStoresCommand 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, ListVariantStoresCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListWorkflowsRequestFilterSensitiveLog, ListWorkflowsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListWorkflowsCommand, serializeAws_restJson1ListWorkflowsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListWorkflowsCommand 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 ListWorkflowsCommand 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, ListWorkflowsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartAnnotationImportRequestFilterSensitiveLog, StartAnnotationImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartAnnotationImportJobCommand, serializeAws_restJson1StartAnnotationImportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartAnnotationImportJobCommand 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 StartAnnotationImportJobCommand 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, StartAnnotationImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartReadSetActivationJobRequestFilterSensitiveLog, StartReadSetActivationJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartReadSetActivationJobCommand, serializeAws_restJson1StartReadSetActivationJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartReadSetActivationJobCommand 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 StartReadSetActivationJobCommand 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, StartReadSetActivationJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartReadSetExportJobRequestFilterSensitiveLog, StartReadSetExportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartReadSetExportJobCommand, serializeAws_restJson1StartReadSetExportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartReadSetExportJobCommand 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 StartReadSetExportJobCommand 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, StartReadSetExportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartReadSetImportJobRequestFilterSensitiveLog, StartReadSetImportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartReadSetImportJobCommand, serializeAws_restJson1StartReadSetImportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartReadSetImportJobCommand 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 StartReadSetImportJobCommand 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, StartReadSetImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartReferenceImportJobRequestFilterSensitiveLog, StartReferenceImportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartReferenceImportJobCommand, serializeAws_restJson1StartReferenceImportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartReferenceImportJobCommand 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 StartReferenceImportJobCommand 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, StartReferenceImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartRunRequestFilterSensitiveLog, StartRunResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartRunCommand, serializeAws_restJson1StartRunCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartRunCommand 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 StartRunCommand 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, StartRunCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartVariantImportRequestFilterSensitiveLog, StartVariantImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartVariantImportJobCommand, serializeAws_restJson1StartVariantImportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  export class StartVariantImportJobCommand 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 StartVariantImportJobCommand 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, StartVariantImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class TagResourceCommand 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 TagResourceCommand 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, TagResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UntagResourceCommand 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 UntagResourceCommand 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, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateAnnotationStoreRequestFilterSensitiveLog, UpdateAnnotationStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateAnnotationStoreCommand, serializeAws_restJson1UpdateAnnotationStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateAnnotationStoreCommand 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 UpdateAnnotationStoreCommand 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, UpdateAnnotationStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateRunGroupRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRunGroupCommand, serializeAws_restJson1UpdateRunGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateRunGroupCommand 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 UpdateRunGroupCommand 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, UpdateRunGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateVariantStoreRequestFilterSensitiveLog, UpdateVariantStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVariantStoreCommand, serializeAws_restJson1UpdateVariantStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateVariantStoreCommand 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 UpdateVariantStoreCommand 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, UpdateVariantStoreCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateWorkflowRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateWorkflowCommand, serializeAws_restJson1UpdateWorkflowCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateWorkflowCommand 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 UpdateWorkflowCommand 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, UpdateWorkflowCommand.getEndpointParameterInstructions()));
@@ -74,8 +74,8 @@ import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./comma
74
74
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
75
75
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
76
76
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
77
- export declare type ServiceInputTypes = BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CreateAnnotationStoreCommandInput | CreateReferenceStoreCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | DeleteAnnotationStoreCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteSequenceStoreCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetSequenceStoreCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoresCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListSequenceStoresCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowsCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateRunGroupCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput;
78
- export declare type ServiceOutputTypes = BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CreateAnnotationStoreCommandOutput | CreateReferenceStoreCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteSequenceStoreCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetSequenceStoreCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoresCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListSequenceStoresCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowsCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateRunGroupCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput;
77
+ export type ServiceInputTypes = BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CreateAnnotationStoreCommandInput | CreateReferenceStoreCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | DeleteAnnotationStoreCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteSequenceStoreCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetSequenceStoreCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoresCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListSequenceStoresCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowsCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateRunGroupCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput;
78
+ export type ServiceOutputTypes = BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CreateAnnotationStoreCommandOutput | CreateReferenceStoreCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteSequenceStoreCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetSequenceStoreCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoresCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListSequenceStoresCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowsCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateRunGroupCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput;
79
79
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
80
80
  /**
81
81
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -181,13 +181,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
181
181
  */
182
182
  sdkStreamMixin?: __SdkStreamMixinInjector;
183
183
  }
184
- declare type OmicsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
184
+ type OmicsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
185
185
  /**
186
186
  * The configuration interface of OmicsClient class constructor that set the region, credentials and other options.
187
187
  */
188
188
  export interface OmicsClientConfig extends OmicsClientConfigType {
189
189
  }
190
- declare type OmicsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
190
+ type OmicsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
191
191
  /**
192
192
  * The resolved configuration interface of OmicsClient class. This is resolved and normalized from the {@link OmicsClientConfig | constructor configuration interface}.
193
193
  */
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
5
5
  useFipsEndpoint?: boolean | Provider<boolean>;
6
6
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
7
  }
8
- export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
8
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
9
  defaultSigningName: string;
10
10
  };
11
11
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
@@ -264,7 +264,7 @@ export interface VcfOptions {
264
264
  /**
265
265
  * <p>Formatting options for a file.</p>
266
266
  */
267
- export declare type FormatOptions = FormatOptions.TsvOptionsMember | FormatOptions.VcfOptionsMember | FormatOptions.$UnknownMember;
267
+ export type FormatOptions = FormatOptions.TsvOptionsMember | FormatOptions.VcfOptionsMember | FormatOptions.$UnknownMember;
268
268
  export declare namespace FormatOptions {
269
269
  /**
270
270
  * <p>Options for a TSV file.</p>
@@ -471,7 +471,7 @@ export declare class ConflictException extends __BaseException {
471
471
  /**
472
472
  * <p>A genome reference.</p>
473
473
  */
474
- export declare type ReferenceItem = ReferenceItem.ReferenceArnMember | ReferenceItem.$UnknownMember;
474
+ export type ReferenceItem = ReferenceItem.ReferenceArnMember | ReferenceItem.$UnknownMember;
475
475
  export declare namespace ReferenceItem {
476
476
  /**
477
477
  * <p>The reference's ARN.</p>
@@ -607,7 +607,7 @@ export interface TsvStoreOptions {
607
607
  /**
608
608
  * <p>Settings for a store.</p>
609
609
  */
610
- export declare type StoreOptions = StoreOptions.TsvStoreOptionsMember | StoreOptions.$UnknownMember;
610
+ export type StoreOptions = StoreOptions.TsvStoreOptionsMember | StoreOptions.$UnknownMember;
611
611
  export declare namespace StoreOptions {
612
612
  /**
613
613
  * <p>File settings for a TSV store.</p>
@@ -314,7 +314,7 @@ import {
314
314
  ClientResolvedEndpointParameters,
315
315
  EndpointParameters,
316
316
  } from "./endpoint/EndpointParameters";
317
- export declare type ServiceInputTypes =
317
+ export type ServiceInputTypes =
318
318
  | BatchDeleteReadSetCommandInput
319
319
  | CancelAnnotationImportJobCommandInput
320
320
  | CancelRunCommandInput
@@ -381,7 +381,7 @@ export declare type ServiceInputTypes =
381
381
  | UpdateRunGroupCommandInput
382
382
  | UpdateVariantStoreCommandInput
383
383
  | UpdateWorkflowCommandInput;
384
- export declare type ServiceOutputTypes =
384
+ export type ServiceOutputTypes =
385
385
  | BatchDeleteReadSetCommandOutput
386
386
  | CancelAnnotationImportJobCommandOutput
387
387
  | CancelRunCommandOutput
@@ -473,7 +473,7 @@ export interface ClientDefaults
473
473
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
474
474
  sdkStreamMixin?: __SdkStreamMixinInjector;
475
475
  }
476
- declare type OmicsClientConfigType = Partial<
476
+ type OmicsClientConfigType = Partial<
477
477
  __SmithyConfiguration<__HttpHandlerOptions>
478
478
  > &
479
479
  ClientDefaults &
@@ -485,7 +485,7 @@ declare type OmicsClientConfigType = Partial<
485
485
  UserAgentInputConfig &
486
486
  ClientInputEndpointParameters;
487
487
  export interface OmicsClientConfig extends OmicsClientConfigType {}
488
- declare type OmicsClientResolvedConfigType =
488
+ type OmicsClientResolvedConfigType =
489
489
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
490
490
  Required<ClientDefaults> &
491
491
  RegionResolvedConfig &
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export declare type ClientResolvedEndpointParameters =
20
- ClientInputEndpointParameters & {
21
- defaultSigningName: string;
22
- };
19
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
20
+ defaultSigningName: string;
21
+ };
23
22
  export declare const resolveClientEndpointParameters: <T>(
24
23
  options: T & ClientInputEndpointParameters
25
24
  ) => T &
@@ -113,7 +113,7 @@ export interface VcfOptions {
113
113
  ignoreQualField?: boolean;
114
114
  ignoreFilterField?: boolean;
115
115
  }
116
- export declare type FormatOptions =
116
+ export type FormatOptions =
117
117
  | FormatOptions.TsvOptionsMember
118
118
  | FormatOptions.VcfOptionsMember
119
119
  | FormatOptions.$UnknownMember;
@@ -199,7 +199,7 @@ export declare class ConflictException extends __BaseException {
199
199
  readonly $fault: "client";
200
200
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
201
201
  }
202
- export declare type ReferenceItem =
202
+ export type ReferenceItem =
203
203
  | ReferenceItem.ReferenceArnMember
204
204
  | ReferenceItem.$UnknownMember;
205
205
  export declare namespace ReferenceItem {
@@ -259,7 +259,7 @@ export interface TsvStoreOptions {
259
259
  formatToHeader?: Record<string, string>;
260
260
  schema?: Record<string, SchemaValueType | string>[];
261
261
  }
262
- export declare type StoreOptions =
262
+ export type StoreOptions =
263
263
  | StoreOptions.TsvStoreOptionsMember
264
264
  | StoreOptions.$UnknownMember;
265
265
  export declare namespace StoreOptions {