cdk-comprehend-s3olap 2.0.515 → 2.0.516

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.
@@ -102,11 +102,11 @@ declare class Omics extends Service {
102
102
  */
103
103
  createReferenceStore(callback?: (err: AWSError, data: Omics.Types.CreateReferenceStoreResponse) => void): Request<Omics.Types.CreateReferenceStoreResponse, AWSError>;
104
104
  /**
105
- * Creates a run group.
105
+ * You can optionally create a run group to limit the compute resources for the runs that you add to the group.
106
106
  */
107
107
  createRunGroup(params: Omics.Types.CreateRunGroupRequest, callback?: (err: AWSError, data: Omics.Types.CreateRunGroupResponse) => void): Request<Omics.Types.CreateRunGroupResponse, AWSError>;
108
108
  /**
109
- * Creates a run group.
109
+ * You can optionally create a run group to limit the compute resources for the runs that you add to the group.
110
110
  */
111
111
  createRunGroup(callback?: (err: AWSError, data: Omics.Types.CreateRunGroupResponse) => void): Request<Omics.Types.CreateRunGroupResponse, AWSError>;
112
112
  /**
@@ -118,11 +118,11 @@ declare class Omics extends Service {
118
118
  */
119
119
  createSequenceStore(callback?: (err: AWSError, data: Omics.Types.CreateSequenceStoreResponse) => void): Request<Omics.Types.CreateSequenceStoreResponse, AWSError>;
120
120
  /**
121
- * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: Healthomics variant stores Healthomics annotation stores Private workflows
121
+ * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: HealthOmics variant stores HealthOmics annotation stores Private workflows
122
122
  */
123
123
  createShare(params: Omics.Types.CreateShareRequest, callback?: (err: AWSError, data: Omics.Types.CreateShareResponse) => void): Request<Omics.Types.CreateShareResponse, AWSError>;
124
124
  /**
125
- * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: Healthomics variant stores Healthomics annotation stores Private workflows
125
+ * Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner). The following resources support cross-account sharing: HealthOmics variant stores HealthOmics annotation stores Private workflows
126
126
  */
127
127
  createShare(callback?: (err: AWSError, data: Omics.Types.CreateShareResponse) => void): Request<Omics.Types.CreateShareResponse, AWSError>;
128
128
  /**
@@ -1392,15 +1392,15 @@ declare namespace Omics {
1392
1392
  */
1393
1393
  name?: RunGroupName;
1394
1394
  /**
1395
- * The maximum number of CPUs to use in the group.
1395
+ * The maximum number of CPUs that can run concurrently across all active runs in the run group.
1396
1396
  */
1397
1397
  maxCpus?: CreateRunGroupRequestMaxCpusInteger;
1398
1398
  /**
1399
- * The maximum number of concurrent runs for the group.
1399
+ * The maximum number of runs that can be running at the same time.
1400
1400
  */
1401
1401
  maxRuns?: CreateRunGroupRequestMaxRunsInteger;
1402
1402
  /**
1403
- * A maximum run time for the group in minutes.
1403
+ * The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.
1404
1404
  */
1405
1405
  maxDuration?: CreateRunGroupRequestMaxDurationInteger;
1406
1406
  /**
@@ -1412,7 +1412,7 @@ declare namespace Omics {
1412
1412
  */
1413
1413
  requestId: RunGroupRequestId;
1414
1414
  /**
1415
- * The maximum GPUs that can be used by a run group.
1415
+ * The maximum number of GPUs that can run concurrently across all active runs in the run group.
1416
1416
  */
1417
1417
  maxGpus?: CreateRunGroupRequestMaxGpusInteger;
1418
1418
  }
@@ -1600,7 +1600,7 @@ declare namespace Omics {
1600
1600
  */
1601
1601
  parameterTemplate?: WorkflowParameterTemplate;
1602
1602
  /**
1603
- * The storage capacity for the workflow in gibibytes.
1603
+ * The default storage capacity for the workflow runs, in gibibytes.
1604
1604
  */
1605
1605
  storageCapacity?: CreateWorkflowRequestStorageCapacityInteger;
1606
1606
  /**
@@ -1635,6 +1635,7 @@ declare namespace Omics {
1635
1635
  */
1636
1636
  tags?: TagMap;
1637
1637
  }
1638
+ export type CreationJobId = string;
1638
1639
  export type CreationTime = Date;
1639
1640
  export type CreationType = "IMPORT"|"UPLOAD"|string;
1640
1641
  export interface DeleteAnnotationStoreRequest {
@@ -2274,6 +2275,10 @@ declare namespace Omics {
2274
2275
  * The entity tag (ETag) is a hash of the object meant to represent its semantic content.
2275
2276
  */
2276
2277
  etag?: ETag;
2278
+ /**
2279
+ * The read set's creation job ID.
2280
+ */
2281
+ creationJobId?: CreationJobId;
2277
2282
  }
2278
2283
  export interface GetReadSetRequest {
2279
2284
  /**
@@ -2395,6 +2400,14 @@ declare namespace Omics {
2395
2400
  * The reference's files.
2396
2401
  */
2397
2402
  files?: ReferenceFiles;
2403
+ /**
2404
+ * The reference's creation type.
2405
+ */
2406
+ creationType?: ReferenceCreationType;
2407
+ /**
2408
+ * The reference's creation job ID.
2409
+ */
2410
+ creationJobId?: CreationJobId;
2398
2411
  }
2399
2412
  export interface GetReferenceRequest {
2400
2413
  /**
@@ -2938,7 +2951,7 @@ declare namespace Omics {
2938
2951
  */
2939
2952
  parameterTemplate?: WorkflowParameterTemplate;
2940
2953
  /**
2941
- * The workflow's storage capacity in gibibytes.
2954
+ * The workflow's default run storage capacity in gibibytes.
2942
2955
  */
2943
2956
  storageCapacity?: GetWorkflowResponseStorageCapacityInteger;
2944
2957
  /**
@@ -3051,6 +3064,10 @@ declare namespace Omics {
3051
3064
  * The source's tags.
3052
3065
  */
3053
3066
  tags?: TagMap;
3067
+ /**
3068
+ * The source's read set ID.
3069
+ */
3070
+ readSetId?: ReadSetId;
3054
3071
  }
3055
3072
  export type ImportReadSetSourceList = ImportReadSetSourceItem[];
3056
3073
  export interface ImportReferenceFilter {
@@ -3119,6 +3136,10 @@ declare namespace Omics {
3119
3136
  * The source's tags.
3120
3137
  */
3121
3138
  tags?: TagMap;
3139
+ /**
3140
+ * The source's reference ID.
3141
+ */
3142
+ referenceId?: ReferenceId;
3122
3143
  }
3123
3144
  export type ImportReferenceSourceList = ImportReferenceSourceItem[];
3124
3145
  export type Integer = number;
@@ -4043,6 +4064,7 @@ declare namespace Omics {
4043
4064
  export type ReadSetUploadPartListItemPartSizeLong = number;
4044
4065
  export type ReferenceArn = string;
4045
4066
  export type ReferenceArnFilter = string;
4067
+ export type ReferenceCreationType = "IMPORT"|string;
4046
4068
  export type ReferenceDescription = string;
4047
4069
  export type ReferenceFile = "SOURCE"|"INDEX"|string;
4048
4070
  export interface ReferenceFiles {
@@ -162,7 +162,7 @@ declare namespace Polly {
162
162
  SynthesisTask?: SynthesisTask;
163
163
  }
164
164
  export type IncludeAdditionalLanguageCodes = boolean;
165
- export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|string;
165
+ export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH"|string;
166
166
  export type LanguageCodeList = LanguageCode[];
167
167
  export type LanguageName = string;
168
168
  export type LastModified = Date;
@@ -488,7 +488,7 @@ declare namespace Polly {
488
488
  */
489
489
  SupportedEngines?: EngineList;
490
490
  }
491
- export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|string;
491
+ export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina"|string;
492
492
  export type VoiceList = Voice[];
493
493
  export type VoiceName = string;
494
494
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1683.0',
86
+ VERSION: '2.1684.0',
87
87
 
88
88
  /**
89
89
  * @api private