@aws-sdk/client-omics 3.295.0 → 3.297.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 (88) hide show
  1. package/dist-types/Omics.d.ts +67 -0
  2. package/dist-types/OmicsClient.d.ts +24 -4
  3. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelRunCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRunGroupCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVariantStoreCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteReferenceCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRunGroupCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +16 -0
  22. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +16 -0
  23. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +16 -0
  24. package/dist-types/commands/GetReadSetCommand.d.ts +16 -0
  25. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +16 -0
  26. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +16 -0
  27. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +16 -0
  28. package/dist-types/commands/GetReferenceCommand.d.ts +16 -0
  29. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +16 -0
  30. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +16 -0
  31. package/dist-types/commands/GetReferenceStoreCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  33. package/dist-types/commands/GetRunGroupCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRunTaskCommand.d.ts +16 -0
  35. package/dist-types/commands/GetSequenceStoreCommand.d.ts +16 -0
  36. package/dist-types/commands/GetVariantImportJobCommand.d.ts +16 -0
  37. package/dist-types/commands/GetVariantStoreCommand.d.ts +16 -0
  38. package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
  39. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +16 -0
  41. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListReadSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListReferenceStoresCommand.d.ts +16 -0
  47. package/dist-types/commands/ListReferencesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListVariantStoresCommand.d.ts +16 -0
  55. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  56. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +16 -0
  57. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +16 -0
  58. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +16 -0
  59. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +16 -0
  60. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +16 -0
  61. package/dist-types/commands/StartRunCommand.d.ts +16 -0
  62. package/dist-types/commands/StartVariantImportJobCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateRunGroupCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  69. package/dist-types/models/OmicsServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +535 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListReadSetsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListReferencesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListRunGroupsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListRunTasksPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListVariantStoresPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  88. package/package.json +32 -32
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CancelAnnotationImportRequest, CancelAnnotationImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelAnnotationImportJobCommand}.
8
10
  */
9
11
  export interface CancelAnnotationImportJobCommandInput extends CancelAnnotationImportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelAnnotationImportJobCommand}.
13
17
  */
14
18
  export interface CancelAnnotationImportJobCommandOutput extends CancelAnnotationImportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels an annotation import job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelAnnotationImportJobCommandOutput extends CancelAnnotation
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelAnnotationImportJobCommandInput - {@link CancelAnnotationImportJobCommandInput}
34
+ * @returns {@link CancelAnnotationImportJobCommandOutput}
28
35
  * @see {@link CancelAnnotationImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelAnnotationImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CancelAnnotationImportJobCommandOutput extends CancelAnnotation
49
56
  export declare class CancelAnnotationImportJobCommand extends $Command<CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput, OmicsClientResolvedConfig> {
50
57
  readonly input: CancelAnnotationImportJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CancelAnnotationImportJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CancelRunRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelRunCommand}.
8
10
  */
9
11
  export interface CancelRunCommandInput extends CancelRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelRunCommand}.
13
17
  */
14
18
  export interface CancelRunCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels a run.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelRunCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelRunCommandInput - {@link CancelRunCommandInput}
34
+ * @returns {@link CancelRunCommandOutput}
28
35
  * @see {@link CancelRunCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CancelRunCommandOutput extends __MetadataBearer {
58
65
  export declare class CancelRunCommand extends $Command<CancelRunCommandInput, CancelRunCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: CancelRunCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CancelRunCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelRunCommandInput, CancelRunCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CancelVariantImportRequest, CancelVariantImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelVariantImportJobCommand}.
8
10
  */
9
11
  export interface CancelVariantImportJobCommandInput extends CancelVariantImportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelVariantImportJobCommand}.
13
17
  */
14
18
  export interface CancelVariantImportJobCommandOutput extends CancelVariantImportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels a variant import job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelVariantImportJobCommandOutput extends CancelVariantImport
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelVariantImportJobCommandInput - {@link CancelVariantImportJobCommandInput}
34
+ * @returns {@link CancelVariantImportJobCommandOutput}
28
35
  * @see {@link CancelVariantImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelVariantImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CancelVariantImportJobCommandOutput extends CancelVariantImport
49
56
  export declare class CancelVariantImportJobCommand extends $Command<CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput, OmicsClientResolvedConfig> {
50
57
  readonly input: CancelVariantImportJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CancelVariantImportJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateAnnotationStoreRequest, CreateAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAnnotationStoreCommand}.
8
10
  */
9
11
  export interface CreateAnnotationStoreCommandInput extends CreateAnnotationStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAnnotationStoreCommand}.
13
17
  */
14
18
  export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an annotation store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStor
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateAnnotationStoreCommandInput - {@link CreateAnnotationStoreCommandInput}
34
+ * @returns {@link CreateAnnotationStoreCommandOutput}
28
35
  * @see {@link CreateAnnotationStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateAnnotationStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStor
55
62
  export declare class CreateAnnotationStoreCommand extends $Command<CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput, OmicsClientResolvedConfig> {
56
63
  readonly input: CreateAnnotationStoreCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateAnnotationStoreCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateReferenceStoreRequest, CreateReferenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateReferenceStoreCommand}.
8
10
  */
9
11
  export interface CreateReferenceStoreCommandInput extends CreateReferenceStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateReferenceStoreCommand}.
13
17
  */
14
18
  export interface CreateReferenceStoreCommandOutput extends CreateReferenceStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a reference store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateReferenceStoreCommandOutput extends CreateReferenceStoreR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateReferenceStoreCommandInput - {@link CreateReferenceStoreCommandInput}
34
+ * @returns {@link CreateReferenceStoreCommandOutput}
28
35
  * @see {@link CreateReferenceStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateReferenceStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateReferenceStoreCommandOutput extends CreateReferenceStoreR
52
59
  export declare class CreateReferenceStoreCommand extends $Command<CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: CreateReferenceStoreCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateReferenceStoreCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateRunGroupRequest, CreateRunGroupResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRunGroupCommand}.
8
10
  */
9
11
  export interface CreateRunGroupCommandInput extends CreateRunGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRunGroupCommand}.
13
17
  */
14
18
  export interface CreateRunGroupCommandOutput extends CreateRunGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a run group.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateRunGroupCommandOutput extends CreateRunGroupResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRunGroupCommandInput - {@link CreateRunGroupCommandInput}
34
+ * @returns {@link CreateRunGroupCommandOutput}
28
35
  * @see {@link CreateRunGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRunGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateRunGroupCommandOutput extends CreateRunGroupResponse, __M
58
65
  export declare class CreateRunGroupCommand extends $Command<CreateRunGroupCommandInput, CreateRunGroupCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: CreateRunGroupCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateRunGroupCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRunGroupCommandInput, CreateRunGroupCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSequenceStoreRequest, CreateSequenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSequenceStoreCommand}.
8
10
  */
9
11
  export interface CreateSequenceStoreCommandInput extends CreateSequenceStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSequenceStoreCommand}.
13
17
  */
14
18
  export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a sequence store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSequenceStoreCommandInput - {@link CreateSequenceStoreCommandInput}
34
+ * @returns {@link CreateSequenceStoreCommandOutput}
28
35
  * @see {@link CreateSequenceStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSequenceStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreRes
52
59
  export declare class CreateSequenceStoreCommand extends $Command<CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: CreateSequenceStoreCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateSequenceStoreCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateVariantStoreRequest, CreateVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVariantStoreCommand}.
8
10
  */
9
11
  export interface CreateVariantStoreCommandInput extends CreateVariantStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVariantStoreCommand}.
13
17
  */
14
18
  export interface CreateVariantStoreCommandOutput extends CreateVariantStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a variant store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateVariantStoreCommandOutput extends CreateVariantStoreRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateVariantStoreCommandInput - {@link CreateVariantStoreCommandInput}
34
+ * @returns {@link CreateVariantStoreCommandOutput}
28
35
  * @see {@link CreateVariantStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateVariantStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateVariantStoreCommandOutput extends CreateVariantStoreRespo
55
62
  export declare class CreateVariantStoreCommand extends $Command<CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput, OmicsClientResolvedConfig> {
56
63
  readonly input: CreateVariantStoreCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateVariantStoreCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWorkflowCommand}.
8
10
  */
9
11
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWorkflowCommand}.
13
17
  */
14
18
  export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateWorkflowCommandInput - {@link CreateWorkflowCommandInput}
34
+ * @returns {@link CreateWorkflowCommandOutput}
28
35
  * @see {@link CreateWorkflowCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateWorkflowCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
58
65
  export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: CreateWorkflowCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateWorkflowCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkflowCommandInput, CreateWorkflowCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteAnnotationStoreRequest, DeleteAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAnnotationStoreCommand}.
8
10
  */
9
11
  export interface DeleteAnnotationStoreCommandInput extends DeleteAnnotationStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAnnotationStoreCommand}.
13
17
  */
14
18
  export interface DeleteAnnotationStoreCommandOutput extends DeleteAnnotationStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an annotation store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteAnnotationStoreCommandOutput extends DeleteAnnotationStor
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteAnnotationStoreCommandInput - {@link DeleteAnnotationStoreCommandInput}
34
+ * @returns {@link DeleteAnnotationStoreCommandOutput}
28
35
  * @see {@link DeleteAnnotationStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteAnnotationStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteAnnotationStoreCommandOutput extends DeleteAnnotationStor
52
59
  export declare class DeleteAnnotationStoreCommand extends $Command<DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: DeleteAnnotationStoreCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteAnnotationStoreCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteReferenceRequest, DeleteReferenceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReferenceCommand}.
8
10
  */
9
11
  export interface DeleteReferenceCommandInput extends DeleteReferenceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReferenceCommand}.
13
17
  */
14
18
  export interface DeleteReferenceCommandOutput extends DeleteReferenceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a genome reference.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteReferenceCommandOutput extends DeleteReferenceResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteReferenceCommandInput - {@link DeleteReferenceCommandInput}
34
+ * @returns {@link DeleteReferenceCommandOutput}
28
35
  * @see {@link DeleteReferenceCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteReferenceCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteReferenceCommandOutput extends DeleteReferenceResponse, _
55
62
  export declare class DeleteReferenceCommand extends $Command<DeleteReferenceCommandInput, DeleteReferenceCommandOutput, OmicsClientResolvedConfig> {
56
63
  readonly input: DeleteReferenceCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteReferenceCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReferenceCommandInput, DeleteReferenceCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteReferenceStoreRequest, DeleteReferenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReferenceStoreCommand}.
8
10
  */
9
11
  export interface DeleteReferenceStoreCommandInput extends DeleteReferenceStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReferenceStoreCommand}.
13
17
  */
14
18
  export interface DeleteReferenceStoreCommandOutput extends DeleteReferenceStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a genome reference store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteReferenceStoreCommandOutput extends DeleteReferenceStoreR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteReferenceStoreCommandInput - {@link DeleteReferenceStoreCommandInput}
34
+ * @returns {@link DeleteReferenceStoreCommandOutput}
28
35
  * @see {@link DeleteReferenceStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteReferenceStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteReferenceStoreCommandOutput extends DeleteReferenceStoreR
55
62
  export declare class DeleteReferenceStoreCommand extends $Command<DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput, OmicsClientResolvedConfig> {
56
63
  readonly input: DeleteReferenceStoreCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteReferenceStoreCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRunRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRunCommand}.
8
10
  */
9
11
  export interface DeleteRunCommandInput extends DeleteRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRunCommand}.
13
17
  */
14
18
  export interface DeleteRunCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a workflow run.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRunCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRunCommandInput - {@link DeleteRunCommandInput}
34
+ * @returns {@link DeleteRunCommandOutput}
28
35
  * @see {@link DeleteRunCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteRunCommandOutput extends __MetadataBearer {
58
65
  export declare class DeleteRunCommand extends $Command<DeleteRunCommandInput, DeleteRunCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: DeleteRunCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteRunCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRunCommandInput, DeleteRunCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }