aws-sdk-omics 1.67.0 → 1.68.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +1 -1
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +14 -60
- data/sig/params.rbs +40 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7c540ae60542326f149f3fc94b04d292b417196337e244f33fb0bac50c7ac26
|
|
4
|
+
data.tar.gz: 4d4fa1344b1ea1abaad53982ecca45e42549bdce14e85d5bf4360fe6ef8019be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee0535f40acc71e969702754773edfd92f5ee7bc32003967ec15098484bd40b84c4d2b11037883062fbf7af781a95e1a1b7029ca47312ce89a2d83358dc61b6b
|
|
7
|
+
data.tar.gz: 5be964f0d3cfda9c51374c079075004d6e2173935f6efd7f775e10181efe6e6a962dc65fa0b0f9207a2ee2fceb8e8bbd052f512c131f697a40439484d6a16d25
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
data/lib/aws-sdk-omics/client.rb
CHANGED
data/lib/aws-sdk-omics.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -155,7 +155,7 @@ module Aws
|
|
|
155
155
|
part_number: ::Integer,
|
|
156
156
|
part_source: ("SOURCE1" | "SOURCE2"),
|
|
157
157
|
checksum: ::String
|
|
158
|
-
}
|
|
158
|
+
}
|
|
159
159
|
]
|
|
160
160
|
) -> _CompleteMultipartReadSetUploadResponseSuccess
|
|
161
161
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CompleteMultipartReadSetUploadResponseSuccess
|
|
@@ -190,7 +190,7 @@ module Aws
|
|
|
190
190
|
annotation_type: ("GENERIC" | "CHR_POS" | "CHR_POS_REF_ALT" | "CHR_START_END_ONE_BASE" | "CHR_START_END_REF_ALT_ONE_BASE" | "CHR_START_END_ZERO_BASE" | "CHR_START_END_REF_ALT_ZERO_BASE")?,
|
|
191
191
|
format_to_header: Hash[("CHR" | "START" | "END" | "REF" | "ALT" | "POS"), ::String]?,
|
|
192
192
|
schema: Array[
|
|
193
|
-
Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]
|
|
193
|
+
Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]
|
|
194
194
|
]?
|
|
195
195
|
}?
|
|
196
196
|
}
|
|
@@ -217,7 +217,7 @@ module Aws
|
|
|
217
217
|
annotation_type: ("GENERIC" | "CHR_POS" | "CHR_POS_REF_ALT" | "CHR_START_END_ONE_BASE" | "CHR_START_END_REF_ALT_ONE_BASE" | "CHR_START_END_ZERO_BASE" | "CHR_START_END_REF_ALT_ZERO_BASE")?,
|
|
218
218
|
format_to_header: Hash[("CHR" | "START" | "END" | "REF" | "ALT" | "POS"), ::String]?,
|
|
219
219
|
schema: Array[
|
|
220
|
-
Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]
|
|
220
|
+
Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]
|
|
221
221
|
]?
|
|
222
222
|
}?
|
|
223
223
|
},
|
|
@@ -435,35 +435,12 @@ module Aws
|
|
|
435
435
|
request_id: ::String,
|
|
436
436
|
?accelerators: ("GPU"),
|
|
437
437
|
?storage_type: ("STATIC" | "DYNAMIC"),
|
|
438
|
-
?container_registry_map:
|
|
439
|
-
registry_mappings: Array[
|
|
440
|
-
{
|
|
441
|
-
upstream_registry_url: ::String?,
|
|
442
|
-
ecr_repository_prefix: ::String?,
|
|
443
|
-
upstream_repository_prefix: ::String?,
|
|
444
|
-
ecr_account_id: ::String?
|
|
445
|
-
},
|
|
446
|
-
]?,
|
|
447
|
-
image_mappings: Array[
|
|
448
|
-
{
|
|
449
|
-
source_image: ::String?,
|
|
450
|
-
destination_image: ::String?
|
|
451
|
-
},
|
|
452
|
-
]?
|
|
453
|
-
},
|
|
438
|
+
?container_registry_map: Params::container_registry_map,
|
|
454
439
|
?container_registry_map_uri: ::String,
|
|
455
440
|
?readme_markdown: ::String,
|
|
456
441
|
?parameter_template_path: ::String,
|
|
457
442
|
?readme_path: ::String,
|
|
458
|
-
?definition_repository:
|
|
459
|
-
connection_arn: ::String,
|
|
460
|
-
full_repository_id: ::String,
|
|
461
|
-
source_reference: {
|
|
462
|
-
type: ("BRANCH" | "TAG" | "COMMIT"),
|
|
463
|
-
value: ::String
|
|
464
|
-
}?,
|
|
465
|
-
exclude_file_patterns: Array[::String]?
|
|
466
|
-
},
|
|
443
|
+
?definition_repository: Params::definition_repository,
|
|
467
444
|
?workflow_bucket_owner_id: ::String,
|
|
468
445
|
?readme_uri: ::String
|
|
469
446
|
) -> _CreateWorkflowResponseSuccess
|
|
@@ -497,35 +474,12 @@ module Aws
|
|
|
497
474
|
?storage_capacity: ::Integer,
|
|
498
475
|
?tags: Hash[::String, ::String],
|
|
499
476
|
?workflow_bucket_owner_id: ::String,
|
|
500
|
-
?container_registry_map:
|
|
501
|
-
registry_mappings: Array[
|
|
502
|
-
{
|
|
503
|
-
upstream_registry_url: ::String?,
|
|
504
|
-
ecr_repository_prefix: ::String?,
|
|
505
|
-
upstream_repository_prefix: ::String?,
|
|
506
|
-
ecr_account_id: ::String?
|
|
507
|
-
},
|
|
508
|
-
]?,
|
|
509
|
-
image_mappings: Array[
|
|
510
|
-
{
|
|
511
|
-
source_image: ::String?,
|
|
512
|
-
destination_image: ::String?
|
|
513
|
-
},
|
|
514
|
-
]?
|
|
515
|
-
},
|
|
477
|
+
?container_registry_map: Params::container_registry_map,
|
|
516
478
|
?container_registry_map_uri: ::String,
|
|
517
479
|
?readme_markdown: ::String,
|
|
518
480
|
?parameter_template_path: ::String,
|
|
519
481
|
?readme_path: ::String,
|
|
520
|
-
?definition_repository:
|
|
521
|
-
connection_arn: ::String,
|
|
522
|
-
full_repository_id: ::String,
|
|
523
|
-
source_reference: {
|
|
524
|
-
type: ("BRANCH" | "TAG" | "COMMIT"),
|
|
525
|
-
value: ::String
|
|
526
|
-
}?,
|
|
527
|
-
exclude_file_patterns: Array[::String]?
|
|
528
|
-
},
|
|
482
|
+
?definition_repository: Params::definition_repository,
|
|
529
483
|
?readme_uri: ::String
|
|
530
484
|
) -> _CreateWorkflowVersionResponseSuccess
|
|
531
485
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkflowVersionResponseSuccess
|
|
@@ -1652,7 +1606,7 @@ module Aws
|
|
|
1652
1606
|
items: Array[
|
|
1653
1607
|
{
|
|
1654
1608
|
source: ::String
|
|
1655
|
-
}
|
|
1609
|
+
}
|
|
1656
1610
|
],
|
|
1657
1611
|
?version_name: ::String,
|
|
1658
1612
|
?format_options: {
|
|
@@ -1693,7 +1647,7 @@ module Aws
|
|
|
1693
1647
|
sources: Array[
|
|
1694
1648
|
{
|
|
1695
1649
|
read_set_id: ::String
|
|
1696
|
-
}
|
|
1650
|
+
}
|
|
1697
1651
|
]
|
|
1698
1652
|
) -> _StartReadSetActivationJobResponseSuccess
|
|
1699
1653
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartReadSetActivationJobResponseSuccess
|
|
@@ -1715,7 +1669,7 @@ module Aws
|
|
|
1715
1669
|
sources: Array[
|
|
1716
1670
|
{
|
|
1717
1671
|
read_set_id: ::String
|
|
1718
|
-
}
|
|
1672
|
+
}
|
|
1719
1673
|
]
|
|
1720
1674
|
) -> _StartReadSetExportJobResponseSuccess
|
|
1721
1675
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartReadSetExportJobResponseSuccess
|
|
@@ -1747,7 +1701,7 @@ module Aws
|
|
|
1747
1701
|
name: ::String?,
|
|
1748
1702
|
description: ::String?,
|
|
1749
1703
|
tags: Hash[::String, ::String]?
|
|
1750
|
-
}
|
|
1704
|
+
}
|
|
1751
1705
|
]
|
|
1752
1706
|
) -> _StartReadSetImportJobResponseSuccess
|
|
1753
1707
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartReadSetImportJobResponseSuccess
|
|
@@ -1771,7 +1725,7 @@ module Aws
|
|
|
1771
1725
|
name: ::String,
|
|
1772
1726
|
description: ::String?,
|
|
1773
1727
|
tags: Hash[::String, ::String]?
|
|
1774
|
-
}
|
|
1728
|
+
}
|
|
1775
1729
|
]
|
|
1776
1730
|
) -> _StartReferenceImportJobResponseSuccess
|
|
1777
1731
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartReferenceImportJobResponseSuccess
|
|
@@ -1861,7 +1815,7 @@ module Aws
|
|
|
1861
1815
|
}?,
|
|
1862
1816
|
output_bucket_owner_id: ::String?,
|
|
1863
1817
|
run_tags: Hash[::String, ::String]?
|
|
1864
|
-
}
|
|
1818
|
+
}
|
|
1865
1819
|
]?,
|
|
1866
1820
|
s3_uri_settings: ::String?
|
|
1867
1821
|
}
|
|
@@ -1879,7 +1833,7 @@ module Aws
|
|
|
1879
1833
|
items: Array[
|
|
1880
1834
|
{
|
|
1881
1835
|
source: ::String
|
|
1882
|
-
}
|
|
1836
|
+
}
|
|
1883
1837
|
],
|
|
1884
1838
|
?run_left_normalization: bool,
|
|
1885
1839
|
?annotation_fields: Hash[::String, ::String]
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Omics
|
|
10
|
+
module Params
|
|
11
|
+
type container_registry_map = {
|
|
12
|
+
registry_mappings: Array[
|
|
13
|
+
{
|
|
14
|
+
upstream_registry_url: ::String?,
|
|
15
|
+
ecr_repository_prefix: ::String?,
|
|
16
|
+
upstream_repository_prefix: ::String?,
|
|
17
|
+
ecr_account_id: ::String?
|
|
18
|
+
}
|
|
19
|
+
]?,
|
|
20
|
+
image_mappings: Array[
|
|
21
|
+
{
|
|
22
|
+
source_image: ::String?,
|
|
23
|
+
destination_image: ::String?
|
|
24
|
+
}
|
|
25
|
+
]?
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
type definition_repository = {
|
|
29
|
+
connection_arn: ::String,
|
|
30
|
+
full_repository_id: ::String,
|
|
31
|
+
source_reference: {
|
|
32
|
+
type: ("BRANCH" | "TAG" | "COMMIT"),
|
|
33
|
+
value: ::String
|
|
34
|
+
}?,
|
|
35
|
+
exclude_file_patterns: Array[::String]?
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-omics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-omics/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|