@aws-sdk/client-omics 3.1018.0 → 3.1020.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.
- package/README.md +28 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +125 -16
- package/dist-es/Omics.js +21 -11
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationCommand.js +16 -0
- package/dist-es/commands/GetConfigurationCommand.js +16 -0
- package/dist-es/commands/ListConfigurationsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/pagination/ListConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +116 -8
- package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
- package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
- package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
- package/dist-es/waiters/waitForRunCompleted.js +1 -1
- package/dist-es/waiters/waitForRunRunning.js +1 -1
- package/dist-es/waiters/waitForTaskCompleted.js +1 -1
- package/dist-es/waiters/waitForTaskRunning.js +1 -1
- package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
- package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
- package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForWorkflowActive.js +1 -1
- package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
- package/dist-types/Omics.d.ts +139 -103
- package/dist-types/OmicsClient.d.ts +112 -108
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationCommand.d.ts +132 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +117 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +15 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +108 -0
- package/dist-types/commands/StartRunCommand.d.ts +8 -0
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +318 -2
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/Omics.d.ts +76 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +26 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
- package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
- package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
- package/package.json +15 -15
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetConfigurationRequest, GetConfigurationResponse } from "../models/models_0";
|
|
4
|
+
import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetConfigurationCommandInput extends GetConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetConfigurationCommandOutput extends GetConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetConfigurationCommand_base: {
|
|
25
|
+
new (input: GetConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieve configuration details for specified name.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OmicsClient, GetConfigurationCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
35
|
+
* // const { OmicsClient, GetConfigurationCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
36
|
+
* // import type { OmicsClientConfig } from "@aws-sdk/client-omics";
|
|
37
|
+
* const config = {}; // type is OmicsClientConfig
|
|
38
|
+
* const client = new OmicsClient(config);
|
|
39
|
+
* const input = { // GetConfigurationRequest
|
|
40
|
+
* name: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new GetConfigurationCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // GetConfigurationResponse
|
|
45
|
+
* // arn: "STRING_VALUE",
|
|
46
|
+
* // uuid: "STRING_VALUE",
|
|
47
|
+
* // name: "STRING_VALUE",
|
|
48
|
+
* // description: "STRING_VALUE",
|
|
49
|
+
* // runConfigurations: { // RunConfigurationsResponse
|
|
50
|
+
* // vpcConfig: { // VpcConfigResponse
|
|
51
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // subnetIds: [ // SubnetIds
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // vpcId: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // status: "STRING_VALUE",
|
|
61
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // tags: { // TagMap
|
|
63
|
+
* // "<keys>": "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param GetConfigurationCommandInput - {@link GetConfigurationCommandInput}
|
|
70
|
+
* @returns {@link GetConfigurationCommandOutput}
|
|
71
|
+
* @see {@link GetConfigurationCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link GetConfigurationCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ConflictException} (client fault)
|
|
79
|
+
* <p>The request cannot be applied to the target resource in its current state.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalServerException} (server fault)
|
|
82
|
+
* <p>An unexpected error occurred. Try the request again.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link RequestTimeoutException} (client fault)
|
|
85
|
+
* <p>The request timed out.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
88
|
+
* <p>The target resource was not found in the current Region.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
91
|
+
* <p>The request exceeds a service quota.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
94
|
+
* <p>The request was denied due to request throttling.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ValidationException} (client fault)
|
|
97
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link OmicsServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: GetConfigurationRequest;
|
|
110
|
+
output: GetConfigurationResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: GetConfigurationCommandInput;
|
|
114
|
+
output: GetConfigurationCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import type { GetReadSetRequest, GetReadSetResponse } from "../models/models_0";
|
|
4
4
|
import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import type { GetReferenceRequest, GetReferenceResponse } from "../models/models_0";
|
|
4
4
|
import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -89,6 +89,21 @@ declare const GetRunCommand_base: {
|
|
|
89
89
|
* // workflowOwnerId: "STRING_VALUE",
|
|
90
90
|
* // workflowVersionName: "STRING_VALUE",
|
|
91
91
|
* // workflowUuid: "STRING_VALUE",
|
|
92
|
+
* // networkingMode: "STRING_VALUE",
|
|
93
|
+
* // configuration: { // ConfigurationDetails
|
|
94
|
+
* // name: "STRING_VALUE",
|
|
95
|
+
* // arn: "STRING_VALUE",
|
|
96
|
+
* // uuid: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // vpcConfig: { // VpcConfigResponse
|
|
99
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // subnetIds: [ // SubnetIds
|
|
103
|
+
* // "STRING_VALUE",
|
|
104
|
+
* // ],
|
|
105
|
+
* // vpcId: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
92
107
|
* // };
|
|
93
108
|
*
|
|
94
109
|
* ```
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
4
|
+
import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListConfigurationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListConfigurationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListConfigurationsCommand_base: {
|
|
25
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>List all configurations for the account.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { OmicsClient, ListConfigurationsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
35
|
+
* // const { OmicsClient, ListConfigurationsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
36
|
+
* // import type { OmicsClientConfig } from "@aws-sdk/client-omics";
|
|
37
|
+
* const config = {}; // type is OmicsClientConfig
|
|
38
|
+
* const client = new OmicsClient(config);
|
|
39
|
+
* const input = { // ListConfigurationsRequest
|
|
40
|
+
* maxResults: Number("int"),
|
|
41
|
+
* startingToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListConfigurationsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListConfigurationsResponse
|
|
46
|
+
* // items: [ // ConfigurationList
|
|
47
|
+
* // { // ConfigurationListItem
|
|
48
|
+
* // arn: "STRING_VALUE",
|
|
49
|
+
* // name: "STRING_VALUE",
|
|
50
|
+
* // description: "STRING_VALUE",
|
|
51
|
+
* // status: "STRING_VALUE",
|
|
52
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // nextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param ListConfigurationsCommandInput - {@link ListConfigurationsCommandInput}
|
|
61
|
+
* @returns {@link ListConfigurationsCommandOutput}
|
|
62
|
+
* @see {@link ListConfigurationsCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link ListConfigurationsCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ConflictException} (client fault)
|
|
70
|
+
* <p>The request cannot be applied to the target resource in its current state.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InternalServerException} (server fault)
|
|
73
|
+
* <p>An unexpected error occurred. Try the request again.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link RequestTimeoutException} (client fault)
|
|
76
|
+
* <p>The request timed out.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
79
|
+
* <p>The target resource was not found in the current Region.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
82
|
+
* <p>The request exceeds a service quota.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
+
* <p>The request was denied due to request throttling.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ValidationException} (client fault)
|
|
88
|
+
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link OmicsServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Omics service.</p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListConfigurationsRequest;
|
|
101
|
+
output: ListConfigurationsResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListConfigurationsCommandInput;
|
|
105
|
+
output: ListConfigurationsCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
}
|
|
@@ -58,6 +58,8 @@ declare const StartRunCommand_base: {
|
|
|
58
58
|
* storageType: "STRING_VALUE",
|
|
59
59
|
* workflowOwnerId: "STRING_VALUE",
|
|
60
60
|
* workflowVersionName: "STRING_VALUE",
|
|
61
|
+
* networkingMode: "STRING_VALUE",
|
|
62
|
+
* configurationName: "STRING_VALUE",
|
|
61
63
|
* };
|
|
62
64
|
* const command = new StartRunCommand(input);
|
|
63
65
|
* const response = await client.send(command);
|
|
@@ -70,6 +72,12 @@ declare const StartRunCommand_base: {
|
|
|
70
72
|
* // },
|
|
71
73
|
* // uuid: "STRING_VALUE",
|
|
72
74
|
* // runOutputUri: "STRING_VALUE",
|
|
75
|
+
* // configuration: { // ConfigurationDetails
|
|
76
|
+
* // name: "STRING_VALUE",
|
|
77
|
+
* // arn: "STRING_VALUE",
|
|
78
|
+
* // uuid: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // networkingMode: "STRING_VALUE",
|
|
73
81
|
* // };
|
|
74
82
|
*
|
|
75
83
|
* ```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import type { UploadReadSetPartRequest, UploadReadSetPartResponse } from "../models/models_0";
|
|
4
4
|
import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -8,6 +8,7 @@ export * from "./CancelVariantImportJobCommand";
|
|
|
8
8
|
export * from "./CompleteMultipartReadSetUploadCommand";
|
|
9
9
|
export * from "./CreateAnnotationStoreCommand";
|
|
10
10
|
export * from "./CreateAnnotationStoreVersionCommand";
|
|
11
|
+
export * from "./CreateConfigurationCommand";
|
|
11
12
|
export * from "./CreateMultipartReadSetUploadCommand";
|
|
12
13
|
export * from "./CreateReferenceStoreCommand";
|
|
13
14
|
export * from "./CreateRunCacheCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./CreateWorkflowVersionCommand";
|
|
|
20
21
|
export * from "./DeleteAnnotationStoreCommand";
|
|
21
22
|
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
22
23
|
export * from "./DeleteBatchCommand";
|
|
24
|
+
export * from "./DeleteConfigurationCommand";
|
|
23
25
|
export * from "./DeleteReferenceCommand";
|
|
24
26
|
export * from "./DeleteReferenceStoreCommand";
|
|
25
27
|
export * from "./DeleteRunBatchCommand";
|
|
@@ -36,6 +38,7 @@ export * from "./GetAnnotationImportJobCommand";
|
|
|
36
38
|
export * from "./GetAnnotationStoreCommand";
|
|
37
39
|
export * from "./GetAnnotationStoreVersionCommand";
|
|
38
40
|
export * from "./GetBatchCommand";
|
|
41
|
+
export * from "./GetConfigurationCommand";
|
|
39
42
|
export * from "./GetReadSetActivationJobCommand";
|
|
40
43
|
export * from "./GetReadSetCommand";
|
|
41
44
|
export * from "./GetReadSetExportJobCommand";
|
|
@@ -60,6 +63,7 @@ export * from "./ListAnnotationImportJobsCommand";
|
|
|
60
63
|
export * from "./ListAnnotationStoreVersionsCommand";
|
|
61
64
|
export * from "./ListAnnotationStoresCommand";
|
|
62
65
|
export * from "./ListBatchCommand";
|
|
66
|
+
export * from "./ListConfigurationsCommand";
|
|
63
67
|
export * from "./ListMultipartReadSetUploadsCommand";
|
|
64
68
|
export * from "./ListReadSetActivationJobsCommand";
|
|
65
69
|
export * from "./ListReadSetExportJobsCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./OmicsClient";
|
|
7
7
|
export * from "./Omics";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { OmicsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -335,6 +335,22 @@ export declare const ReadSetPartSource: {
|
|
|
335
335
|
* @public
|
|
336
336
|
*/
|
|
337
337
|
export type ReadSetPartSource = (typeof ReadSetPartSource)[keyof typeof ReadSetPartSource];
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
* @enum
|
|
341
|
+
*/
|
|
342
|
+
export declare const ConfigurationStatus: {
|
|
343
|
+
readonly ACTIVE: "ACTIVE";
|
|
344
|
+
readonly CREATING: "CREATING";
|
|
345
|
+
readonly DELETED: "DELETED";
|
|
346
|
+
readonly DELETING: "DELETING";
|
|
347
|
+
readonly FAILED: "FAILED";
|
|
348
|
+
readonly UPDATING: "UPDATING";
|
|
349
|
+
};
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
338
354
|
/**
|
|
339
355
|
* @public
|
|
340
356
|
* @enum
|
|
@@ -706,6 +722,18 @@ export declare const RunExport: {
|
|
|
706
722
|
* @public
|
|
707
723
|
*/
|
|
708
724
|
export type RunExport = (typeof RunExport)[keyof typeof RunExport];
|
|
725
|
+
/**
|
|
726
|
+
* @public
|
|
727
|
+
* @enum
|
|
728
|
+
*/
|
|
729
|
+
export declare const NetworkingMode: {
|
|
730
|
+
readonly RESTRICTED: "RESTRICTED";
|
|
731
|
+
readonly VPC: "VPC";
|
|
732
|
+
};
|
|
733
|
+
/**
|
|
734
|
+
* @public
|
|
735
|
+
*/
|
|
736
|
+
export type NetworkingMode = (typeof NetworkingMode)[keyof typeof NetworkingMode];
|
|
709
737
|
/**
|
|
710
738
|
* @public
|
|
711
739
|
* @enum
|