|
2372 | 2372 | },
|
2373 | 2373 | "exception":true
|
2374 | 2374 | },
|
| 2375 | + "ConnectionArn":{ |
| 2376 | + "type":"string", |
| 2377 | + "max":256, |
| 2378 | + "min":1, |
| 2379 | + "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+" |
| 2380 | + }, |
2375 | 2381 | "CreateAnnotationStoreRequest":{
|
2376 | 2382 | "type":"structure",
|
2377 | 2383 | "required":["storeFormat"],
|
|
2703 | 2709 | "idempotencyToken":true
|
2704 | 2710 | },
|
2705 | 2711 | "accelerators":{"shape":"Accelerators"},
|
2706 |
| - "storageType":{"shape":"StorageType"} |
| 2712 | + "storageType":{"shape":"StorageType"}, |
| 2713 | + "readmeMarkdown":{"shape":"ReadmeMarkdown"}, |
| 2714 | + "parameterTemplatePath":{"shape":"ParameterTemplatePath"}, |
| 2715 | + "readmePath":{"shape":"ReadmePath"}, |
| 2716 | + "definitionRepository":{"shape":"DefinitionRepository"}, |
| 2717 | + "workflowBucketOwnerId":{"shape":"WorkflowBucketOwnerId"}, |
| 2718 | + "readmeUri":{"shape":"S3UriForObject"} |
2707 | 2719 | }
|
2708 | 2720 | },
|
2709 | 2721 | "CreateWorkflowRequestStorageCapacityInteger":{
|
|
2750 | 2762 | "storageType":{"shape":"StorageType"},
|
2751 | 2763 | "storageCapacity":{"shape":"CreateWorkflowVersionRequestStorageCapacityInteger"},
|
2752 | 2764 | "tags":{"shape":"TagMap"},
|
2753 |
| - "workflowBucketOwnerId":{"shape":"WorkflowBucketOwnerId"} |
| 2765 | + "workflowBucketOwnerId":{"shape":"WorkflowBucketOwnerId"}, |
| 2766 | + "readmeMarkdown":{"shape":"ReadmeMarkdown"}, |
| 2767 | + "parameterTemplatePath":{"shape":"ParameterTemplatePath"}, |
| 2768 | + "readmePath":{"shape":"ReadmePath"}, |
| 2769 | + "definitionRepository":{"shape":"DefinitionRepository"}, |
| 2770 | + "readmeUri":{"shape":"S3UriForObject"} |
2754 | 2771 | }
|
2755 | 2772 | },
|
2756 | 2773 | "CreateWorkflowVersionRequestStorageCapacityInteger":{
|
|
2787 | 2804 | "UPLOAD"
|
2788 | 2805 | ]
|
2789 | 2806 | },
|
| 2807 | + "DefinitionRepository":{ |
| 2808 | + "type":"structure", |
| 2809 | + "required":[ |
| 2810 | + "connectionArn", |
| 2811 | + "fullRepositoryId" |
| 2812 | + ], |
| 2813 | + "members":{ |
| 2814 | + "connectionArn":{"shape":"ConnectionArn"}, |
| 2815 | + "fullRepositoryId":{"shape":"FullRepositoryId"}, |
| 2816 | + "sourceReference":{"shape":"SourceReference"}, |
| 2817 | + "excludeFilePatterns":{"shape":"ExcludeFilePatternList"} |
| 2818 | + } |
| 2819 | + }, |
| 2820 | + "DefinitionRepositoryDetails":{ |
| 2821 | + "type":"structure", |
| 2822 | + "members":{ |
| 2823 | + "connectionArn":{"shape":"ConnectionArn"}, |
| 2824 | + "fullRepositoryId":{"shape":"FullRepositoryId"}, |
| 2825 | + "sourceReference":{"shape":"SourceReference"}, |
| 2826 | + "providerType":{"shape":"String"}, |
| 2827 | + "providerEndpoint":{"shape":"String"} |
| 2828 | + } |
| 2829 | + }, |
2790 | 2830 | "DeleteAnnotationStoreRequest":{
|
2791 | 2831 | "type":"structure",
|
2792 | 2832 | "required":["name"],
|
|
3069 | 3109 | "min":1
|
3070 | 3110 | },
|
3071 | 3111 | "EscapeQuotes":{"type":"boolean"},
|
| 3112 | + "ExcludeFilePatternList":{ |
| 3113 | + "type":"list", |
| 3114 | + "member":{"shape":"String"}, |
| 3115 | + "max":50, |
| 3116 | + "min":1 |
| 3117 | + }, |
3072 | 3118 | "ExportJobId":{
|
3073 | 3119 | "type":"string",
|
3074 | 3120 | "max":36,
|
|
3205 | 3251 | "max":1000,
|
3206 | 3252 | "min":0
|
3207 | 3253 | },
|
| 3254 | + "FullRepositoryId":{ |
| 3255 | + "type":"string", |
| 3256 | + "pattern":".+/.+" |
| 3257 | + }, |
3208 | 3258 | "GeneratedFrom":{
|
3209 | 3259 | "type":"string",
|
3210 | 3260 | "max":127,
|
|
4119 | 4169 | "metadata":{"shape":"WorkflowMetadata"},
|
4120 | 4170 | "accelerators":{"shape":"Accelerators"},
|
4121 | 4171 | "storageType":{"shape":"StorageType"},
|
4122 |
| - "uuid":{"shape":"WorkflowUuid"} |
| 4172 | + "uuid":{"shape":"WorkflowUuid"}, |
| 4173 | + "readme":{"shape":"ReadmeS3PresignedUrl"}, |
| 4174 | + "definitionRepositoryDetails":{"shape":"DefinitionRepositoryDetails"}, |
| 4175 | + "readmePath":{"shape":"ReadmePath"} |
4123 | 4176 | }
|
4124 | 4177 | },
|
4125 | 4178 | "GetWorkflowResponseStorageCapacityInteger":{
|
|
4184 | 4237 | "type":{"shape":"WorkflowType"},
|
4185 | 4238 | "tags":{"shape":"TagMap"},
|
4186 | 4239 | "uuid":{"shape":"WorkflowUuid"},
|
4187 |
| - "workflowBucketOwnerId":{"shape":"WorkflowBucketOwnerId"} |
| 4240 | + "workflowBucketOwnerId":{"shape":"WorkflowBucketOwnerId"}, |
| 4241 | + "readme":{"shape":"ReadmeS3PresignedUrl"}, |
| 4242 | + "definitionRepositoryDetails":{"shape":"DefinitionRepositoryDetails"}, |
| 4243 | + "readmePath":{"shape":"ReadmePath"} |
4188 | 4244 | }
|
4189 | 4245 | },
|
4190 | 4246 | "GetWorkflowVersionResponseStorageCapacityInteger":{
|
|
5269 | 5325 | "min":1,
|
5270 | 5326 | "pattern":"[0-9]+"
|
5271 | 5327 | },
|
| 5328 | + "ParameterTemplatePath":{ |
| 5329 | + "type":"string", |
| 5330 | + "max":128, |
| 5331 | + "min":1, |
| 5332 | + "pattern":"[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+" |
| 5333 | + }, |
5272 | 5334 | "PrimitiveBoolean":{"type":"boolean"},
|
5273 | 5335 | "PropagatedSetLevelTags":{
|
5274 | 5336 | "type":"list",
|
|
5593 | 5655 | "max":5368709120,
|
5594 | 5656 | "min":1
|
5595 | 5657 | },
|
| 5658 | + "ReadmeMarkdown":{"type":"string"}, |
| 5659 | + "ReadmePath":{ |
| 5660 | + "type":"string", |
| 5661 | + "max":128, |
| 5662 | + "min":1, |
| 5663 | + "pattern":"[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+" |
| 5664 | + }, |
| 5665 | + "ReadmeS3PresignedUrl":{ |
| 5666 | + "type":"string", |
| 5667 | + "max":256, |
| 5668 | + "min":1, |
| 5669 | + "pattern":"[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+" |
| 5670 | + }, |
5596 | 5671 | "ReferenceArn":{
|
5597 | 5672 | "type":"string",
|
5598 | 5673 | "max":127,
|
|
6148 | 6223 | "type":"string",
|
6149 | 6224 | "pattern":"s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])(/(.{0,1024}))?"
|
6150 | 6225 | },
|
| 6226 | + "S3UriForObject":{ |
| 6227 | + "type":"string", |
| 6228 | + "pattern":"s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/((.{1,1024}))" |
| 6229 | + }, |
6151 | 6230 | "SampleId":{
|
6152 | 6231 | "type":"string",
|
6153 | 6232 | "max":127,
|
|
6338 | 6417 | "source2":{"shape":"S3Uri"}
|
6339 | 6418 | }
|
6340 | 6419 | },
|
| 6420 | + "SourceReference":{ |
| 6421 | + "type":"structure", |
| 6422 | + "required":[ |
| 6423 | + "type", |
| 6424 | + "value" |
| 6425 | + ], |
| 6426 | + "members":{ |
| 6427 | + "type":{"shape":"SourceReferenceType"}, |
| 6428 | + "value":{"shape":"SourceReferenceValue"} |
| 6429 | + } |
| 6430 | + }, |
| 6431 | + "SourceReferenceType":{ |
| 6432 | + "type":"string", |
| 6433 | + "enum":[ |
| 6434 | + "BRANCH", |
| 6435 | + "TAG", |
| 6436 | + "COMMIT" |
| 6437 | + ] |
| 6438 | + }, |
| 6439 | + "SourceReferenceValue":{"type":"string"}, |
6341 | 6440 | "SseConfig":{
|
6342 | 6441 | "type":"structure",
|
6343 | 6442 | "required":["type"],
|
|
6731 | 6830 | },
|
6732 | 6831 | "TagArn":{
|
6733 | 6832 | "type":"string",
|
6734 |
| - "max":128, |
| 6833 | + "max":150, |
6735 | 6834 | "min":1,
|
6736 | 6835 | "pattern":"arn:.+"
|
6737 | 6836 | },
|
|
7173 | 7272 | "name":{"shape":"WorkflowName"},
|
7174 | 7273 | "description":{"shape":"WorkflowDescription"},
|
7175 | 7274 | "storageType":{"shape":"StorageType"},
|
7176 |
| - "storageCapacity":{"shape":"UpdateWorkflowRequestStorageCapacityInteger"} |
| 7275 | + "storageCapacity":{"shape":"UpdateWorkflowRequestStorageCapacityInteger"}, |
| 7276 | + "readmeMarkdown":{"shape":"ReadmeMarkdown"} |
7177 | 7277 | }
|
7178 | 7278 | },
|
7179 | 7279 | "UpdateWorkflowRequestStorageCapacityInteger":{
|
|
7201 | 7301 | },
|
7202 | 7302 | "description":{"shape":"WorkflowVersionDescription"},
|
7203 | 7303 | "storageType":{"shape":"StorageType"},
|
7204 |
| - "storageCapacity":{"shape":"UpdateWorkflowVersionRequestStorageCapacityInteger"} |
| 7304 | + "storageCapacity":{"shape":"UpdateWorkflowVersionRequestStorageCapacityInteger"}, |
| 7305 | + "readmeMarkdown":{"shape":"ReadmeMarkdown"} |
7205 | 7306 | }
|
7206 | 7307 | },
|
7207 | 7308 | "UpdateWorkflowVersionRequestStorageCapacityInteger":{
|
|
7465 | 7566 | },
|
7466 | 7567 | "WorkflowExport":{
|
7467 | 7568 | "type":"string",
|
7468 |
| - "enum":["DEFINITION"], |
| 7569 | + "enum":[ |
| 7570 | + "DEFINITION", |
| 7571 | + "README" |
| 7572 | + ], |
7469 | 7573 | "max":64,
|
7470 | 7574 | "min":1
|
7471 | 7575 | },
|
|
7603 | 7707 | },
|
7604 | 7708 | "WorkflowVersionArn":{
|
7605 | 7709 | "type":"string",
|
7606 |
| - "max":128, |
| 7710 | + "max":150, |
7607 | 7711 | "min":1,
|
7608 | 7712 | "pattern":"arn:.+"
|
7609 | 7713 | },
|
|
0 commit comments