@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
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
AnnotationType,
|
|
9
9
|
BatchStatus,
|
|
10
10
|
CacheBehavior,
|
|
11
|
+
ConfigurationStatus,
|
|
11
12
|
CreationType,
|
|
12
13
|
EncryptionType,
|
|
13
14
|
ETagAlgorithm,
|
|
@@ -15,6 +16,7 @@ import {
|
|
|
15
16
|
FileType,
|
|
16
17
|
FormatToHeaderKey,
|
|
17
18
|
JobStatus,
|
|
19
|
+
NetworkingMode,
|
|
18
20
|
ReadSetActivationJobItemStatus,
|
|
19
21
|
ReadSetActivationJobStatus,
|
|
20
22
|
ReadSetExportJobItemStatus,
|
|
@@ -512,6 +514,74 @@ export interface CompleteMultipartReadSetUploadRequest {
|
|
|
512
514
|
export interface CompleteMultipartReadSetUploadResponse {
|
|
513
515
|
readSetId: string | undefined;
|
|
514
516
|
}
|
|
517
|
+
export interface ConfigurationDetails {
|
|
518
|
+
name?: string | undefined;
|
|
519
|
+
arn?: string | undefined;
|
|
520
|
+
uuid?: string | undefined;
|
|
521
|
+
}
|
|
522
|
+
export interface ConfigurationListItem {
|
|
523
|
+
arn?: string | undefined;
|
|
524
|
+
name?: string | undefined;
|
|
525
|
+
description?: string | undefined;
|
|
526
|
+
status?: ConfigurationStatus | undefined;
|
|
527
|
+
creationTime?: Date | undefined;
|
|
528
|
+
}
|
|
529
|
+
export interface VpcConfig {
|
|
530
|
+
securityGroupIds?: string[] | undefined;
|
|
531
|
+
subnetIds?: string[] | undefined;
|
|
532
|
+
}
|
|
533
|
+
export interface RunConfigurations {
|
|
534
|
+
vpcConfig?: VpcConfig | undefined;
|
|
535
|
+
}
|
|
536
|
+
export interface CreateConfigurationRequest {
|
|
537
|
+
name: string | undefined;
|
|
538
|
+
description?: string | undefined;
|
|
539
|
+
runConfigurations: RunConfigurations | undefined;
|
|
540
|
+
tags?: Record<string, string> | undefined;
|
|
541
|
+
requestId?: string | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface VpcConfigResponse {
|
|
544
|
+
securityGroupIds?: string[] | undefined;
|
|
545
|
+
subnetIds?: string[] | undefined;
|
|
546
|
+
vpcId?: string | undefined;
|
|
547
|
+
}
|
|
548
|
+
export interface RunConfigurationsResponse {
|
|
549
|
+
vpcConfig?: VpcConfigResponse | undefined;
|
|
550
|
+
}
|
|
551
|
+
export interface CreateConfigurationResponse {
|
|
552
|
+
arn?: string | undefined;
|
|
553
|
+
uuid?: string | undefined;
|
|
554
|
+
name?: string | undefined;
|
|
555
|
+
description?: string | undefined;
|
|
556
|
+
runConfigurations?: RunConfigurationsResponse | undefined;
|
|
557
|
+
status?: ConfigurationStatus | undefined;
|
|
558
|
+
creationTime?: Date | undefined;
|
|
559
|
+
tags?: Record<string, string> | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface DeleteConfigurationRequest {
|
|
562
|
+
name: string | undefined;
|
|
563
|
+
}
|
|
564
|
+
export interface GetConfigurationRequest {
|
|
565
|
+
name: string | undefined;
|
|
566
|
+
}
|
|
567
|
+
export interface GetConfigurationResponse {
|
|
568
|
+
arn?: string | undefined;
|
|
569
|
+
uuid?: string | undefined;
|
|
570
|
+
name?: string | undefined;
|
|
571
|
+
description?: string | undefined;
|
|
572
|
+
runConfigurations?: RunConfigurationsResponse | undefined;
|
|
573
|
+
status?: ConfigurationStatus | undefined;
|
|
574
|
+
creationTime?: Date | undefined;
|
|
575
|
+
tags?: Record<string, string> | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface ListConfigurationsRequest {
|
|
578
|
+
maxResults?: number | undefined;
|
|
579
|
+
startingToken?: string | undefined;
|
|
580
|
+
}
|
|
581
|
+
export interface ListConfigurationsResponse {
|
|
582
|
+
items?: ConfigurationListItem[] | undefined;
|
|
583
|
+
nextToken?: string | undefined;
|
|
584
|
+
}
|
|
515
585
|
export interface ImageMapping {
|
|
516
586
|
sourceImage?: string | undefined;
|
|
517
587
|
destinationImage?: string | undefined;
|
|
@@ -1099,6 +1169,9 @@ export interface GetRunResponse {
|
|
|
1099
1169
|
workflowOwnerId?: string | undefined;
|
|
1100
1170
|
workflowVersionName?: string | undefined;
|
|
1101
1171
|
workflowUuid?: string | undefined;
|
|
1172
|
+
networkingMode?: NetworkingMode | undefined;
|
|
1173
|
+
configuration?: ConfigurationDetails | undefined;
|
|
1174
|
+
vpcConfig?: VpcConfigResponse | undefined;
|
|
1102
1175
|
}
|
|
1103
1176
|
export interface GetRunCacheRequest {
|
|
1104
1177
|
id: string | undefined;
|
|
@@ -1837,6 +1910,8 @@ export interface StartRunRequest {
|
|
|
1837
1910
|
storageType?: StorageType | undefined;
|
|
1838
1911
|
workflowOwnerId?: string | undefined;
|
|
1839
1912
|
workflowVersionName?: string | undefined;
|
|
1913
|
+
networkingMode?: NetworkingMode | undefined;
|
|
1914
|
+
configurationName?: string | undefined;
|
|
1840
1915
|
}
|
|
1841
1916
|
export interface StartRunResponse {
|
|
1842
1917
|
arn?: string | undefined;
|
|
@@ -1845,6 +1920,8 @@ export interface StartRunResponse {
|
|
|
1845
1920
|
tags?: Record<string, string> | undefined;
|
|
1846
1921
|
uuid?: string | undefined;
|
|
1847
1922
|
runOutputUri?: string | undefined;
|
|
1923
|
+
configuration?: ConfigurationDetails | undefined;
|
|
1924
|
+
networkingMode?: string | undefined;
|
|
1848
1925
|
}
|
|
1849
1926
|
export interface StartReadSetActivationJobSourceItem {
|
|
1850
1927
|
readSetId: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConfigurationsCommandInput,
|
|
4
|
+
ListConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListConfigurationsCommand";
|
|
6
|
+
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListConfigurations: (
|
|
8
|
+
config: OmicsPaginationConfiguration,
|
|
9
|
+
input: ListConfigurationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListConfigurationsCommandOutput>;
|
|
@@ -3,6 +3,7 @@ export * from "./ListAnnotationImportJobsPaginator";
|
|
|
3
3
|
export * from "./ListAnnotationStoresPaginator";
|
|
4
4
|
export * from "./ListAnnotationStoreVersionsPaginator";
|
|
5
5
|
export * from "./ListBatchPaginator";
|
|
6
|
+
export * from "./ListConfigurationsPaginator";
|
|
6
7
|
export * from "./ListMultipartReadSetUploadsPaginator";
|
|
7
8
|
export * from "./ListReadSetActivationJobsPaginator";
|
|
8
9
|
export * from "./ListReadSetExportJobsPaginator";
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -42,11 +42,15 @@ export declare var CancelVariantImportResponse$: StaticStructureSchema;
|
|
|
42
42
|
export declare var CompleteMultipartReadSetUploadRequest$: StaticStructureSchema;
|
|
43
43
|
export declare var CompleteMultipartReadSetUploadResponse$: StaticStructureSchema;
|
|
44
44
|
export declare var CompleteReadSetUploadPartListItem$: StaticStructureSchema;
|
|
45
|
+
export declare var ConfigurationDetails$: StaticStructureSchema;
|
|
46
|
+
export declare var ConfigurationListItem$: StaticStructureSchema;
|
|
45
47
|
export declare var ContainerRegistryMap$: StaticStructureSchema;
|
|
46
48
|
export declare var CreateAnnotationStoreRequest$: StaticStructureSchema;
|
|
47
49
|
export declare var CreateAnnotationStoreResponse$: StaticStructureSchema;
|
|
48
50
|
export declare var CreateAnnotationStoreVersionRequest$: StaticStructureSchema;
|
|
49
51
|
export declare var CreateAnnotationStoreVersionResponse$: StaticStructureSchema;
|
|
52
|
+
export declare var CreateConfigurationRequest$: StaticStructureSchema;
|
|
53
|
+
export declare var CreateConfigurationResponse$: StaticStructureSchema;
|
|
50
54
|
export declare var CreateMultipartReadSetUploadRequest$: StaticStructureSchema;
|
|
51
55
|
export declare var CreateMultipartReadSetUploadResponse$: StaticStructureSchema;
|
|
52
56
|
export declare var CreateReferenceStoreRequest$: StaticStructureSchema;
|
|
@@ -73,6 +77,7 @@ export declare var DeleteAnnotationStoreResponse$: StaticStructureSchema;
|
|
|
73
77
|
export declare var DeleteAnnotationStoreVersionsRequest$: StaticStructureSchema;
|
|
74
78
|
export declare var DeleteAnnotationStoreVersionsResponse$: StaticStructureSchema;
|
|
75
79
|
export declare var DeleteBatchRequest$: StaticStructureSchema;
|
|
80
|
+
export declare var DeleteConfigurationRequest$: StaticStructureSchema;
|
|
76
81
|
export declare var DeleteReferenceRequest$: StaticStructureSchema;
|
|
77
82
|
export declare var DeleteReferenceResponse$: StaticStructureSchema;
|
|
78
83
|
export declare var DeleteReferenceStoreRequest$: StaticStructureSchema;
|
|
@@ -107,6 +112,8 @@ export declare var GetAnnotationStoreVersionRequest$: StaticStructureSchema;
|
|
|
107
112
|
export declare var GetAnnotationStoreVersionResponse$: StaticStructureSchema;
|
|
108
113
|
export declare var GetBatchRequest$: StaticStructureSchema;
|
|
109
114
|
export declare var GetBatchResponse$: StaticStructureSchema;
|
|
115
|
+
export declare var GetConfigurationRequest$: StaticStructureSchema;
|
|
116
|
+
export declare var GetConfigurationResponse$: StaticStructureSchema;
|
|
110
117
|
export declare var GetReadSetActivationJobRequest$: StaticStructureSchema;
|
|
111
118
|
export declare var GetReadSetActivationJobResponse$: StaticStructureSchema;
|
|
112
119
|
export declare var GetReadSetExportJobRequest$: StaticStructureSchema;
|
|
@@ -167,6 +174,8 @@ export declare var ListAnnotationStoreVersionsRequest$: StaticStructureSchema;
|
|
|
167
174
|
export declare var ListAnnotationStoreVersionsResponse$: StaticStructureSchema;
|
|
168
175
|
export declare var ListBatchRequest$: StaticStructureSchema;
|
|
169
176
|
export declare var ListBatchResponse$: StaticStructureSchema;
|
|
177
|
+
export declare var ListConfigurationsRequest$: StaticStructureSchema;
|
|
178
|
+
export declare var ListConfigurationsResponse$: StaticStructureSchema;
|
|
170
179
|
export declare var ListMultipartReadSetUploadsRequest$: StaticStructureSchema;
|
|
171
180
|
export declare var ListMultipartReadSetUploadsResponse$: StaticStructureSchema;
|
|
172
181
|
export declare var ListReadSetActivationJobsRequest$: StaticStructureSchema;
|
|
@@ -230,6 +239,8 @@ export declare var ReferenceStoreFilter$: StaticStructureSchema;
|
|
|
230
239
|
export declare var RegistryMapping$: StaticStructureSchema;
|
|
231
240
|
export declare var RunBatchListItem$: StaticStructureSchema;
|
|
232
241
|
export declare var RunCacheListItem$: StaticStructureSchema;
|
|
242
|
+
export declare var RunConfigurations$: StaticStructureSchema;
|
|
243
|
+
export declare var RunConfigurationsResponse$: StaticStructureSchema;
|
|
233
244
|
export declare var RunGroupListItem$: StaticStructureSchema;
|
|
234
245
|
export declare var RunListItem$: StaticStructureSchema;
|
|
235
246
|
export declare var RunLogLocation$: StaticStructureSchema;
|
|
@@ -291,6 +302,8 @@ export declare var VariantImportJobItem$: StaticStructureSchema;
|
|
|
291
302
|
export declare var VariantStoreItem$: StaticStructureSchema;
|
|
292
303
|
export declare var VcfOptions$: StaticStructureSchema;
|
|
293
304
|
export declare var VersionDeleteError$: StaticStructureSchema;
|
|
305
|
+
export declare var VpcConfig$: StaticStructureSchema;
|
|
306
|
+
export declare var VpcConfigResponse$: StaticStructureSchema;
|
|
294
307
|
export declare var WorkflowListItem$: StaticStructureSchema;
|
|
295
308
|
export declare var WorkflowParameter$: StaticStructureSchema;
|
|
296
309
|
export declare var WorkflowVersionListItem$: StaticStructureSchema;
|
|
@@ -309,6 +322,7 @@ export declare var CancelVariantImportJob$: StaticOperationSchema;
|
|
|
309
322
|
export declare var CompleteMultipartReadSetUpload$: StaticOperationSchema;
|
|
310
323
|
export declare var CreateAnnotationStore$: StaticOperationSchema;
|
|
311
324
|
export declare var CreateAnnotationStoreVersion$: StaticOperationSchema;
|
|
325
|
+
export declare var CreateConfiguration$: StaticOperationSchema;
|
|
312
326
|
export declare var CreateMultipartReadSetUpload$: StaticOperationSchema;
|
|
313
327
|
export declare var CreateReferenceStore$: StaticOperationSchema;
|
|
314
328
|
export declare var CreateRunCache$: StaticOperationSchema;
|
|
@@ -321,6 +335,7 @@ export declare var CreateWorkflowVersion$: StaticOperationSchema;
|
|
|
321
335
|
export declare var DeleteAnnotationStore$: StaticOperationSchema;
|
|
322
336
|
export declare var DeleteAnnotationStoreVersions$: StaticOperationSchema;
|
|
323
337
|
export declare var DeleteBatch$: StaticOperationSchema;
|
|
338
|
+
export declare var DeleteConfiguration$: StaticOperationSchema;
|
|
324
339
|
export declare var DeleteReference$: StaticOperationSchema;
|
|
325
340
|
export declare var DeleteReferenceStore$: StaticOperationSchema;
|
|
326
341
|
export declare var DeleteRun$: StaticOperationSchema;
|
|
@@ -337,6 +352,7 @@ export declare var GetAnnotationImportJob$: StaticOperationSchema;
|
|
|
337
352
|
export declare var GetAnnotationStore$: StaticOperationSchema;
|
|
338
353
|
export declare var GetAnnotationStoreVersion$: StaticOperationSchema;
|
|
339
354
|
export declare var GetBatch$: StaticOperationSchema;
|
|
355
|
+
export declare var GetConfiguration$: StaticOperationSchema;
|
|
340
356
|
export declare var GetReadSet$: StaticOperationSchema;
|
|
341
357
|
export declare var GetReadSetActivationJob$: StaticOperationSchema;
|
|
342
358
|
export declare var GetReadSetExportJob$: StaticOperationSchema;
|
|
@@ -361,6 +377,7 @@ export declare var ListAnnotationImportJobs$: StaticOperationSchema;
|
|
|
361
377
|
export declare var ListAnnotationStores$: StaticOperationSchema;
|
|
362
378
|
export declare var ListAnnotationStoreVersions$: StaticOperationSchema;
|
|
363
379
|
export declare var ListBatch$: StaticOperationSchema;
|
|
380
|
+
export declare var ListConfigurations$: StaticOperationSchema;
|
|
364
381
|
export declare var ListMultipartReadSetUploads$: StaticOperationSchema;
|
|
365
382
|
export declare var ListReadSetActivationJobs$: StaticOperationSchema;
|
|
366
383
|
export declare var ListReadSetExportJobs$: StaticOperationSchema;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationImportJobCommandInput } from "../commands/GetAnnotationImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationImportJobCommandInput } from "../commands/GetAnnotationImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation import is completed
|
|
6
6
|
* @deprecated Use waitUntilAnnotationImportJobCreated instead. waitForAnnotationImportJobCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store is created
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreCreated instead. waitForAnnotationStoreCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store is deleted.
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreDeleted instead. waitForAnnotationStoreDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store version is created
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreVersionCreated instead. waitForAnnotationStoreVersionCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store version is deleted.
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreVersionDeleted instead. waitForAnnotationStoreVersionDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetActivationJobCommandInput } from "../commands/GetReadSetActivationJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReadSetActivationJobCommandInput } from "../commands/GetReadSetActivationJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReadSetActivationJobCompleted instead. waitForReadSetActivationJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetExportJobCommandInput } from "../commands/GetReadSetExportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReadSetExportJobCommandInput } from "../commands/GetReadSetExportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReadSetExportJobCompleted instead. waitForReadSetExportJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetImportJobCommandInput } from "../commands/GetReadSetImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReadSetImportJobCommandInput } from "../commands/GetReadSetImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReadSetImportJobCompleted instead. waitForReadSetImportJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReferenceImportJobCommandInput } from "../commands/GetReferenceImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReferenceImportJobCommandInput } from "../commands/GetReferenceImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReferenceImportJobCompleted instead. waitForReferenceImportJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a run is completed.
|
|
6
6
|
* @deprecated Use waitUntilRunCompleted instead. waitForRunCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a run is running.
|
|
6
6
|
* @deprecated Use waitUntilRunRunning instead. waitForRunRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a task is completed.
|
|
6
6
|
* @deprecated Use waitUntilTaskCompleted instead. waitForTaskCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a task is running.
|
|
6
6
|
* @deprecated Use waitUntilTaskRunning instead. waitForTaskRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantImportJobCommandInput } from "../commands/GetVariantImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetVariantImportJobCommandInput } from "../commands/GetVariantImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until variant import is completed
|
|
6
6
|
* @deprecated Use waitUntilVariantImportJobCreated instead. waitForVariantImportJobCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a variant store is created
|
|
6
6
|
* @deprecated Use waitUntilVariantStoreCreated instead. waitForVariantStoreCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a variant store is deleted.
|
|
6
6
|
* @deprecated Use waitUntilVariantStoreDeleted instead. waitForVariantStoreDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetWorkflowCommandInput } from "../commands/GetWorkflowCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetWorkflowCommandInput } from "../commands/GetWorkflowCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a workflow is active.
|
|
6
6
|
* @deprecated Use waitUntilWorkflowActive instead. waitForWorkflowActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetWorkflowVersionCommandInput } from "../commands/GetWorkflowVersionCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetWorkflowVersionCommandInput } from "../commands/GetWorkflowVersionCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a workflow version is active.
|
|
6
6
|
* @deprecated Use waitUntilWorkflowVersionActive instead. waitForWorkflowVersionActive does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-omics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-omics",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.21",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.2",
|
|
61
|
-
"@smithy/util-waiter": "^4.2.
|
|
61
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|