cdk-docker-image-deployment 0.0.178 → 0.0.179
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +692 -153
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1275 -1272
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +62 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +282 -110
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +35 -29
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +142 -141
- package/node_modules/aws-sdk/clients/comprehend.d.ts +851 -52
- package/node_modules/aws-sdk/clients/ec2.d.ts +82 -77
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lightsail.d.ts +241 -2
- package/node_modules/aws-sdk/clients/managedblockchain.d.ts +21 -13
- package/node_modules/aws-sdk/clients/omics.d.ts +33 -28
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +1998 -1441
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -446,19 +446,19 @@ declare class Omics extends Service {
|
|
|
446
446
|
*/
|
|
447
447
|
startAnnotationImportJob(callback?: (err: AWSError, data: Omics.Types.StartAnnotationImportResponse) => void): Request<Omics.Types.StartAnnotationImportResponse, AWSError>;
|
|
448
448
|
/**
|
|
449
|
-
*
|
|
449
|
+
* Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
|
|
450
450
|
*/
|
|
451
451
|
startReadSetActivationJob(params: Omics.Types.StartReadSetActivationJobRequest, callback?: (err: AWSError, data: Omics.Types.StartReadSetActivationJobResponse) => void): Request<Omics.Types.StartReadSetActivationJobResponse, AWSError>;
|
|
452
452
|
/**
|
|
453
|
-
*
|
|
453
|
+
* Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read sets after 30 days.
|
|
454
454
|
*/
|
|
455
455
|
startReadSetActivationJob(callback?: (err: AWSError, data: Omics.Types.StartReadSetActivationJobResponse) => void): Request<Omics.Types.StartReadSetActivationJobResponse, AWSError>;
|
|
456
456
|
/**
|
|
457
|
-
*
|
|
457
|
+
* Exports a read set to Amazon S3.
|
|
458
458
|
*/
|
|
459
459
|
startReadSetExportJob(params: Omics.Types.StartReadSetExportJobRequest, callback?: (err: AWSError, data: Omics.Types.StartReadSetExportJobResponse) => void): Request<Omics.Types.StartReadSetExportJobResponse, AWSError>;
|
|
460
460
|
/**
|
|
461
|
-
*
|
|
461
|
+
* Exports a read set to Amazon S3.
|
|
462
462
|
*/
|
|
463
463
|
startReadSetExportJob(callback?: (err: AWSError, data: Omics.Types.StartReadSetExportJobResponse) => void): Request<Omics.Types.StartReadSetExportJobResponse, AWSError>;
|
|
464
464
|
/**
|
|
@@ -910,7 +910,7 @@ declare namespace Omics {
|
|
|
910
910
|
*/
|
|
911
911
|
name: String;
|
|
912
912
|
/**
|
|
913
|
-
* The store's genome reference.
|
|
913
|
+
* The store's genome reference. Required for all stores except TSV format with generic annotations.
|
|
914
914
|
*/
|
|
915
915
|
reference?: ReferenceItem;
|
|
916
916
|
/**
|
|
@@ -980,7 +980,7 @@ declare namespace Omics {
|
|
|
980
980
|
*/
|
|
981
981
|
maxCpus?: CreateRunGroupRequestMaxCpusInteger;
|
|
982
982
|
/**
|
|
983
|
-
* A
|
|
983
|
+
* A maximum run time for the group in minutes.
|
|
984
984
|
*/
|
|
985
985
|
maxDuration?: CreateRunGroupRequestMaxDurationInteger;
|
|
986
986
|
/**
|
|
@@ -992,7 +992,7 @@ declare namespace Omics {
|
|
|
992
992
|
*/
|
|
993
993
|
name?: RunGroupName;
|
|
994
994
|
/**
|
|
995
|
-
*
|
|
995
|
+
* To ensure that requests don't run multiple times, specify a unique ID for each request.
|
|
996
996
|
*/
|
|
997
997
|
requestId: RunGroupRequestId;
|
|
998
998
|
/**
|
|
@@ -1140,11 +1140,11 @@ declare namespace Omics {
|
|
|
1140
1140
|
*/
|
|
1141
1141
|
parameterTemplate?: WorkflowParameterTemplate;
|
|
1142
1142
|
/**
|
|
1143
|
-
*
|
|
1143
|
+
* To ensure that requests don't run multiple times, specify a unique ID for each request.
|
|
1144
1144
|
*/
|
|
1145
1145
|
requestId: WorkflowRequestId;
|
|
1146
1146
|
/**
|
|
1147
|
-
* A storage capacity for the workflow.
|
|
1147
|
+
* A storage capacity for the workflow in gigabytes.
|
|
1148
1148
|
*/
|
|
1149
1149
|
storageCapacity?: CreateWorkflowRequestStorageCapacityInteger;
|
|
1150
1150
|
/**
|
|
@@ -1490,7 +1490,7 @@ declare namespace Omics {
|
|
|
1490
1490
|
*/
|
|
1491
1491
|
sequenceStoreId: SequenceStoreId;
|
|
1492
1492
|
/**
|
|
1493
|
-
* The job's
|
|
1493
|
+
* The job's source files.
|
|
1494
1494
|
*/
|
|
1495
1495
|
sources?: ActivateReadSetSourceList;
|
|
1496
1496
|
/**
|
|
@@ -1578,7 +1578,7 @@ declare namespace Omics {
|
|
|
1578
1578
|
*/
|
|
1579
1579
|
sequenceStoreId: SequenceStoreId;
|
|
1580
1580
|
/**
|
|
1581
|
-
* The job's
|
|
1581
|
+
* The job's source files.
|
|
1582
1582
|
*/
|
|
1583
1583
|
sources: ImportReadSetSourceList;
|
|
1584
1584
|
/**
|
|
@@ -1711,7 +1711,7 @@ declare namespace Omics {
|
|
|
1711
1711
|
*/
|
|
1712
1712
|
roleArn: RoleArn;
|
|
1713
1713
|
/**
|
|
1714
|
-
* The job's
|
|
1714
|
+
* The job's source files.
|
|
1715
1715
|
*/
|
|
1716
1716
|
sources: ImportReferenceSourceList;
|
|
1717
1717
|
/**
|
|
@@ -1860,7 +1860,7 @@ declare namespace Omics {
|
|
|
1860
1860
|
*/
|
|
1861
1861
|
maxCpus?: GetRunGroupResponseMaxCpusInteger;
|
|
1862
1862
|
/**
|
|
1863
|
-
* The group's maximum run
|
|
1863
|
+
* The group's maximum run time in minutes.
|
|
1864
1864
|
*/
|
|
1865
1865
|
maxDuration?: GetRunGroupResponseMaxDurationInteger;
|
|
1866
1866
|
/**
|
|
@@ -1967,7 +1967,7 @@ declare namespace Omics {
|
|
|
1967
1967
|
*/
|
|
1968
1968
|
stopTime?: RunTimestamp;
|
|
1969
1969
|
/**
|
|
1970
|
-
* The run's storage capacity.
|
|
1970
|
+
* The run's storage capacity in gigabytes.
|
|
1971
1971
|
*/
|
|
1972
1972
|
storageCapacity?: GetRunResponseStorageCapacityInteger;
|
|
1973
1973
|
/**
|
|
@@ -2009,7 +2009,7 @@ declare namespace Omics {
|
|
|
2009
2009
|
*/
|
|
2010
2010
|
logStream?: TaskLogStream;
|
|
2011
2011
|
/**
|
|
2012
|
-
* The task's memory
|
|
2012
|
+
* The task's memory use in gigabytes.
|
|
2013
2013
|
*/
|
|
2014
2014
|
memory?: GetRunTaskResponseMemoryInteger;
|
|
2015
2015
|
/**
|
|
@@ -2239,7 +2239,7 @@ declare namespace Omics {
|
|
|
2239
2239
|
*/
|
|
2240
2240
|
statusMessage?: WorkflowStatusMessage;
|
|
2241
2241
|
/**
|
|
2242
|
-
* The workflow's storage capacity.
|
|
2242
|
+
* The workflow's storage capacity in gigabytes.
|
|
2243
2243
|
*/
|
|
2244
2244
|
storageCapacity?: GetWorkflowResponseStorageCapacityInteger;
|
|
2245
2245
|
/**
|
|
@@ -2410,7 +2410,7 @@ declare namespace Omics {
|
|
|
2410
2410
|
tags?: TagMap;
|
|
2411
2411
|
}
|
|
2412
2412
|
export type ImportReferenceSourceList = ImportReferenceSourceItem[];
|
|
2413
|
-
export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"CANCELLED"|"COMPLETED"|"FAILED"|string;
|
|
2413
|
+
export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"CANCELLED"|"COMPLETED"|"FAILED"|"COMPLETED_WITH_FAILURES"|string;
|
|
2414
2414
|
export type JobStatusMessage = string;
|
|
2415
2415
|
export type JobStatusMsg = string;
|
|
2416
2416
|
export type LineSep = string;
|
|
@@ -3230,7 +3230,7 @@ declare namespace Omics {
|
|
|
3230
3230
|
*/
|
|
3231
3231
|
maxCpus?: RunGroupListItemMaxCpusInteger;
|
|
3232
3232
|
/**
|
|
3233
|
-
* The group's maximum duration setting.
|
|
3233
|
+
* The group's maximum duration setting in minutes.
|
|
3234
3234
|
*/
|
|
3235
3235
|
maxDuration?: RunGroupListItemMaxDurationInteger;
|
|
3236
3236
|
/**
|
|
@@ -3315,6 +3315,7 @@ declare namespace Omics {
|
|
|
3315
3315
|
export type S3Uri = string;
|
|
3316
3316
|
export type SampleId = string;
|
|
3317
3317
|
export type SchemaItem = {[key: string]: SchemaValueType};
|
|
3318
|
+
export type SchemaItemKeyString = string;
|
|
3318
3319
|
export type SchemaValueType = "LONG"|"INT"|"STRING"|"FLOAT"|"DOUBLE"|"BOOLEAN"|string;
|
|
3319
3320
|
export type Separator = string;
|
|
3320
3321
|
export interface SequenceInformation {
|
|
@@ -3439,7 +3440,7 @@ declare namespace Omics {
|
|
|
3439
3440
|
*/
|
|
3440
3441
|
sequenceStoreId: SequenceStoreId;
|
|
3441
3442
|
/**
|
|
3442
|
-
* The job's
|
|
3443
|
+
* The job's source files.
|
|
3443
3444
|
*/
|
|
3444
3445
|
sources: StartReadSetActivationJobRequestSourcesList;
|
|
3445
3446
|
}
|
|
@@ -3486,7 +3487,7 @@ declare namespace Omics {
|
|
|
3486
3487
|
*/
|
|
3487
3488
|
sequenceStoreId: SequenceStoreId;
|
|
3488
3489
|
/**
|
|
3489
|
-
*
|
|
3490
|
+
* The job's source files.
|
|
3490
3491
|
*/
|
|
3491
3492
|
sources: StartReadSetExportJobRequestSourcesList;
|
|
3492
3493
|
}
|
|
@@ -3527,7 +3528,7 @@ declare namespace Omics {
|
|
|
3527
3528
|
*/
|
|
3528
3529
|
sequenceStoreId: SequenceStoreId;
|
|
3529
3530
|
/**
|
|
3530
|
-
*
|
|
3531
|
+
* The job's source files.
|
|
3531
3532
|
*/
|
|
3532
3533
|
sources: StartReadSetImportJobRequestSourcesList;
|
|
3533
3534
|
}
|
|
@@ -3606,7 +3607,7 @@ declare namespace Omics {
|
|
|
3606
3607
|
*/
|
|
3607
3608
|
roleArn: RoleArn;
|
|
3608
3609
|
/**
|
|
3609
|
-
*
|
|
3610
|
+
* The job's source files.
|
|
3610
3611
|
*/
|
|
3611
3612
|
sources: StartReferenceImportJobRequestSourcesList;
|
|
3612
3613
|
}
|
|
@@ -3673,7 +3674,7 @@ declare namespace Omics {
|
|
|
3673
3674
|
*/
|
|
3674
3675
|
priority?: StartRunRequestPriorityInteger;
|
|
3675
3676
|
/**
|
|
3676
|
-
*
|
|
3677
|
+
* To ensure that requests don't run multiple times, specify a unique ID for each request.
|
|
3677
3678
|
*/
|
|
3678
3679
|
requestId: RunRequestId;
|
|
3679
3680
|
/**
|
|
@@ -3689,7 +3690,7 @@ declare namespace Omics {
|
|
|
3689
3690
|
*/
|
|
3690
3691
|
runId?: RunId;
|
|
3691
3692
|
/**
|
|
3692
|
-
* A storage capacity for the run.
|
|
3693
|
+
* A storage capacity for the run in gigabytes.
|
|
3693
3694
|
*/
|
|
3694
3695
|
storageCapacity?: StartRunRequestStorageCapacityInteger;
|
|
3695
3696
|
/**
|
|
@@ -3793,7 +3794,7 @@ declare namespace Omics {
|
|
|
3793
3794
|
*/
|
|
3794
3795
|
creationTime?: TaskTimestamp;
|
|
3795
3796
|
/**
|
|
3796
|
-
* The task's memory.
|
|
3797
|
+
* The task's memory use in gigabyes.
|
|
3797
3798
|
*/
|
|
3798
3799
|
memory?: TaskListItemMemoryInteger;
|
|
3799
3800
|
/**
|
|
@@ -3916,7 +3917,7 @@ declare namespace Omics {
|
|
|
3916
3917
|
*/
|
|
3917
3918
|
maxCpus?: UpdateRunGroupRequestMaxCpusInteger;
|
|
3918
3919
|
/**
|
|
3919
|
-
*
|
|
3920
|
+
* A maximum run time for the group in minutes.
|
|
3920
3921
|
*/
|
|
3921
3922
|
maxDuration?: UpdateRunGroupRequestMaxDurationInteger;
|
|
3922
3923
|
/**
|
|
@@ -3995,6 +3996,10 @@ declare namespace Omics {
|
|
|
3995
3996
|
* The source file's location in Amazon S3.
|
|
3996
3997
|
*/
|
|
3997
3998
|
source: S3Uri;
|
|
3999
|
+
/**
|
|
4000
|
+
* A message that provides additional context about a job
|
|
4001
|
+
*/
|
|
4002
|
+
statusMessage?: JobStatusMsg;
|
|
3998
4003
|
}
|
|
3999
4004
|
export type VariantImportItemDetails = VariantImportItemDetail[];
|
|
4000
4005
|
export interface VariantImportItemSource {
|
|
@@ -4152,10 +4157,10 @@ declare namespace Omics {
|
|
|
4152
4157
|
export type WorkflowParameterName = string;
|
|
4153
4158
|
export type WorkflowParameterTemplate = {[key: string]: WorkflowParameter};
|
|
4154
4159
|
export type WorkflowRequestId = string;
|
|
4155
|
-
export type WorkflowStatus = "CREATING"|"ACTIVE"|"UPDATING"|"DELETED"|"FAILED"|string;
|
|
4160
|
+
export type WorkflowStatus = "CREATING"|"ACTIVE"|"UPDATING"|"DELETED"|"FAILED"|"INACTIVE"|string;
|
|
4156
4161
|
export type WorkflowStatusMessage = string;
|
|
4157
4162
|
export type WorkflowTimestamp = Date;
|
|
4158
|
-
export type WorkflowType = "PRIVATE"|string;
|
|
4163
|
+
export type WorkflowType = "PRIVATE"|"SERVICE"|string;
|
|
4159
4164
|
/**
|
|
4160
4165
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
4161
4166
|
*/
|