aws-sdk-omics 1.40.0 → 1.41.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 +228 -1
- data/lib/aws-sdk-omics/client_api.rb +160 -1
- data/lib/aws-sdk-omics/types.rb +332 -6
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +83 -2
- data/sig/types.rbs +85 -0
- metadata +2 -2
| @@ -20,6 +20,7 @@ module Aws::Omics | |
| 20 20 | 
             
                AcceptShareRequest = Shapes::StructureShape.new(name: 'AcceptShareRequest')
         | 
| 21 21 | 
             
                AcceptShareResponse = Shapes::StructureShape.new(name: 'AcceptShareResponse')
         | 
| 22 22 | 
             
                AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
         | 
| 23 | 
            +
                AccessLogLocation = Shapes::StringShape.new(name: 'AccessLogLocation')
         | 
| 23 24 | 
             
                ActivateReadSetFilter = Shapes::StructureShape.new(name: 'ActivateReadSetFilter')
         | 
| 24 25 | 
             
                ActivateReadSetJobItem = Shapes::StructureShape.new(name: 'ActivateReadSetJobItem')
         | 
| 25 26 | 
             
                ActivateReadSetJobList = Shapes::ListShape.new(name: 'ActivateReadSetJobList')
         | 
| @@ -102,6 +103,8 @@ module Aws::Omics | |
| 102 103 | 
             
                DeleteRunCacheRequest = Shapes::StructureShape.new(name: 'DeleteRunCacheRequest')
         | 
| 103 104 | 
             
                DeleteRunGroupRequest = Shapes::StructureShape.new(name: 'DeleteRunGroupRequest')
         | 
| 104 105 | 
             
                DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
         | 
| 106 | 
            +
                DeleteS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'DeleteS3AccessPolicyRequest')
         | 
| 107 | 
            +
                DeleteS3AccessPolicyResponse = Shapes::StructureShape.new(name: 'DeleteS3AccessPolicyResponse')
         | 
| 105 108 | 
             
                DeleteSequenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteSequenceStoreRequest')
         | 
| 106 109 | 
             
                DeleteSequenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteSequenceStoreResponse')
         | 
| 107 110 | 
             
                DeleteShareRequest = Shapes::StructureShape.new(name: 'DeleteShareRequest')
         | 
| @@ -180,6 +183,8 @@ module Aws::Omics | |
| 180 183 | 
             
                GetRunTaskResponseCpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseCpusInteger')
         | 
| 181 184 | 
             
                GetRunTaskResponseGpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseGpusInteger')
         | 
| 182 185 | 
             
                GetRunTaskResponseMemoryInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseMemoryInteger')
         | 
| 186 | 
            +
                GetS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'GetS3AccessPolicyRequest')
         | 
| 187 | 
            +
                GetS3AccessPolicyResponse = Shapes::StructureShape.new(name: 'GetS3AccessPolicyResponse')
         | 
| 183 188 | 
             
                GetSequenceStoreRequest = Shapes::StructureShape.new(name: 'GetSequenceStoreRequest')
         | 
| 184 189 | 
             
                GetSequenceStoreResponse = Shapes::StructureShape.new(name: 'GetSequenceStoreResponse')
         | 
| 185 190 | 
             
                GetShareRequest = Shapes::StructureShape.new(name: 'GetShareRequest')
         | 
| @@ -296,6 +301,9 @@ module Aws::Omics | |
| 296 301 | 
             
                NotSupportedOperationException = Shapes::StructureShape.new(name: 'NotSupportedOperationException')
         | 
| 297 302 | 
             
                NumericIdInArn = Shapes::StringShape.new(name: 'NumericIdInArn')
         | 
| 298 303 | 
             
                PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
         | 
| 304 | 
            +
                PropagatedSetLevelTags = Shapes::ListShape.new(name: 'PropagatedSetLevelTags')
         | 
| 305 | 
            +
                PutS3AccessPolicyRequest = Shapes::StructureShape.new(name: 'PutS3AccessPolicyRequest')
         | 
| 306 | 
            +
                PutS3AccessPolicyResponse = Shapes::StructureShape.new(name: 'PutS3AccessPolicyResponse')
         | 
| 299 307 | 
             
                Quote = Shapes::StringShape.new(name: 'Quote')
         | 
| 300 308 | 
             
                QuoteAll = Shapes::BooleanShape.new(name: 'QuoteAll')
         | 
| 301 309 | 
             
                Range = Shapes::StringShape.new(name: 'Range')
         | 
| @@ -406,7 +414,9 @@ module Aws::Omics | |
| 406 414 | 
             
                RunStatusMessage = Shapes::StringShape.new(name: 'RunStatusMessage')
         | 
| 407 415 | 
             
                RunTimestamp = Shapes::TimestampShape.new(name: 'RunTimestamp', timestampFormat: "iso8601")
         | 
| 408 416 | 
             
                RunUuid = Shapes::StringShape.new(name: 'RunUuid')
         | 
| 417 | 
            +
                S3AccessConfig = Shapes::StructureShape.new(name: 'S3AccessConfig')
         | 
| 409 418 | 
             
                S3AccessPointArn = Shapes::StringShape.new(name: 'S3AccessPointArn')
         | 
| 419 | 
            +
                S3AccessPolicy = Shapes::StringShape.new(name: 'S3AccessPolicy')
         | 
| 410 420 | 
             
                S3Destination = Shapes::StringShape.new(name: 'S3Destination')
         | 
| 411 421 | 
             
                S3Uri = Shapes::StringShape.new(name: 'S3Uri')
         | 
| 412 422 | 
             
                S3UriForBucketOrObject = Shapes::StringShape.new(name: 'S3UriForBucketOrObject')
         | 
| @@ -424,6 +434,8 @@ module Aws::Omics | |
| 424 434 | 
             
                SequenceStoreId = Shapes::StringShape.new(name: 'SequenceStoreId')
         | 
| 425 435 | 
             
                SequenceStoreName = Shapes::StringShape.new(name: 'SequenceStoreName')
         | 
| 426 436 | 
             
                SequenceStoreS3Access = Shapes::StructureShape.new(name: 'SequenceStoreS3Access')
         | 
| 437 | 
            +
                SequenceStoreStatus = Shapes::StringShape.new(name: 'SequenceStoreStatus')
         | 
| 438 | 
            +
                SequenceStoreStatusMessage = Shapes::StringShape.new(name: 'SequenceStoreStatusMessage')
         | 
| 427 439 | 
             
                ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
         | 
| 428 440 | 
             
                ShareDetails = Shapes::StructureShape.new(name: 'ShareDetails')
         | 
| 429 441 | 
             
                ShareDetailsList = Shapes::ListShape.new(name: 'ShareDetailsList')
         | 
| @@ -460,9 +472,11 @@ module Aws::Omics | |
| 460 472 | 
             
                StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
         | 
| 461 473 | 
             
                StorageType = Shapes::StringShape.new(name: 'StorageType')
         | 
| 462 474 | 
             
                StoreFormat = Shapes::StringShape.new(name: 'StoreFormat')
         | 
| 475 | 
            +
                StoreId = Shapes::StringShape.new(name: 'StoreId')
         | 
| 463 476 | 
             
                StoreName = Shapes::StringShape.new(name: 'StoreName')
         | 
| 464 477 | 
             
                StoreOptions = Shapes::UnionShape.new(name: 'StoreOptions')
         | 
| 465 478 | 
             
                StoreStatus = Shapes::StringShape.new(name: 'StoreStatus')
         | 
| 479 | 
            +
                StoreType = Shapes::StringShape.new(name: 'StoreType')
         | 
| 466 480 | 
             
                String = Shapes::StringShape.new(name: 'String')
         | 
| 467 481 | 
             
                SubjectId = Shapes::StringShape.new(name: 'SubjectId')
         | 
| 468 482 | 
             
                SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
         | 
| @@ -507,6 +521,8 @@ module Aws::Omics | |
| 507 521 | 
             
                UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
         | 
| 508 522 | 
             
                UpdateRunGroupRequestMaxGpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxGpusInteger')
         | 
| 509 523 | 
             
                UpdateRunGroupRequestMaxRunsInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxRunsInteger')
         | 
| 524 | 
            +
                UpdateSequenceStoreRequest = Shapes::StructureShape.new(name: 'UpdateSequenceStoreRequest')
         | 
| 525 | 
            +
                UpdateSequenceStoreResponse = Shapes::StructureShape.new(name: 'UpdateSequenceStoreResponse')
         | 
| 510 526 | 
             
                UpdateTime = Shapes::TimestampShape.new(name: 'UpdateTime', timestampFormat: "iso8601")
         | 
| 511 527 | 
             
                UpdateVariantStoreRequest = Shapes::StructureShape.new(name: 'UpdateVariantStoreRequest')
         | 
| 512 528 | 
             
                UpdateVariantStoreResponse = Shapes::StructureShape.new(name: 'UpdateVariantStoreResponse')
         | 
| @@ -804,9 +820,11 @@ module Aws::Omics | |
| 804 820 | 
             
                CreateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         | 
| 805 821 | 
             
                CreateSequenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         | 
| 806 822 | 
             
                CreateSequenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         | 
| 807 | 
            -
                CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         | 
| 823 | 
            +
                CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 808 824 | 
             
                CreateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
         | 
| 809 825 | 
             
                CreateSequenceStoreRequest.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
         | 
| 826 | 
            +
                CreateSequenceStoreRequest.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
         | 
| 827 | 
            +
                CreateSequenceStoreRequest.add_member(:s3_access_config, Shapes::ShapeRef.new(shape: S3AccessConfig, location_name: "s3AccessConfig"))
         | 
| 810 828 | 
             
                CreateSequenceStoreRequest.struct_class = Types::CreateSequenceStoreRequest
         | 
| 811 829 |  | 
| 812 830 | 
             
                CreateSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
         | 
| @@ -817,6 +835,10 @@ module Aws::Omics | |
| 817 835 | 
             
                CreateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         | 
| 818 836 | 
             
                CreateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
         | 
| 819 837 | 
             
                CreateSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
         | 
| 838 | 
            +
                CreateSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
         | 
| 839 | 
            +
                CreateSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
         | 
| 840 | 
            +
                CreateSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
         | 
| 841 | 
            +
                CreateSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
         | 
| 820 842 | 
             
                CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
         | 
| 821 843 |  | 
| 822 844 | 
             
                CreateShareRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
         | 
| @@ -897,6 +919,11 @@ module Aws::Omics | |
| 897 919 | 
             
                DeleteRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
         | 
| 898 920 | 
             
                DeleteRunRequest.struct_class = Types::DeleteRunRequest
         | 
| 899 921 |  | 
| 922 | 
            +
                DeleteS3AccessPolicyRequest.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, required: true, location: "uri", location_name: "s3AccessPointArn"))
         | 
| 923 | 
            +
                DeleteS3AccessPolicyRequest.struct_class = Types::DeleteS3AccessPolicyRequest
         | 
| 924 | 
            +
             | 
| 925 | 
            +
                DeleteS3AccessPolicyResponse.struct_class = Types::DeleteS3AccessPolicyResponse
         | 
| 926 | 
            +
             | 
| 900 927 | 
             
                DeleteSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
         | 
| 901 928 | 
             
                DeleteSequenceStoreRequest.struct_class = Types::DeleteSequenceStoreRequest
         | 
| 902 929 |  | 
| @@ -1247,6 +1274,16 @@ module Aws::Omics | |
| 1247 1274 | 
             
                GetRunTaskResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: TaskFailureReason, location_name: "failureReason"))
         | 
| 1248 1275 | 
             
                GetRunTaskResponse.struct_class = Types::GetRunTaskResponse
         | 
| 1249 1276 |  | 
| 1277 | 
            +
                GetS3AccessPolicyRequest.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, required: true, location: "uri", location_name: "s3AccessPointArn"))
         | 
| 1278 | 
            +
                GetS3AccessPolicyRequest.struct_class = Types::GetS3AccessPolicyRequest
         | 
| 1279 | 
            +
             | 
| 1280 | 
            +
                GetS3AccessPolicyResponse.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "s3AccessPointArn"))
         | 
| 1281 | 
            +
                GetS3AccessPolicyResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: StoreId, location_name: "storeId"))
         | 
| 1282 | 
            +
                GetS3AccessPolicyResponse.add_member(:store_type, Shapes::ShapeRef.new(shape: StoreType, location_name: "storeType"))
         | 
| 1283 | 
            +
                GetS3AccessPolicyResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
         | 
| 1284 | 
            +
                GetS3AccessPolicyResponse.add_member(:s3_access_policy, Shapes::ShapeRef.new(shape: S3AccessPolicy, required: true, location_name: "s3AccessPolicy", metadata: {"jsonvalue"=>true}))
         | 
| 1285 | 
            +
                GetS3AccessPolicyResponse.struct_class = Types::GetS3AccessPolicyResponse
         | 
| 1286 | 
            +
             | 
| 1250 1287 | 
             
                GetSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
         | 
| 1251 1288 | 
             
                GetSequenceStoreRequest.struct_class = Types::GetSequenceStoreRequest
         | 
| 1252 1289 |  | 
| @@ -1259,6 +1296,10 @@ module Aws::Omics | |
| 1259 1296 | 
             
                GetSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
         | 
| 1260 1297 | 
             
                GetSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
         | 
| 1261 1298 | 
             
                GetSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
         | 
| 1299 | 
            +
                GetSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
         | 
| 1300 | 
            +
                GetSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
         | 
| 1301 | 
            +
                GetSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
         | 
| 1302 | 
            +
                GetSequenceStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
         | 
| 1262 1303 | 
             
                GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
         | 
| 1263 1304 |  | 
| 1264 1305 | 
             
                GetShareRequest.add_member(:share_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "shareId"))
         | 
| @@ -1641,6 +1682,17 @@ module Aws::Omics | |
| 1641 1682 | 
             
                NotSupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         | 
| 1642 1683 | 
             
                NotSupportedOperationException.struct_class = Types::NotSupportedOperationException
         | 
| 1643 1684 |  | 
| 1685 | 
            +
                PropagatedSetLevelTags.member = Shapes::ShapeRef.new(shape: TagKey)
         | 
| 1686 | 
            +
             | 
| 1687 | 
            +
                PutS3AccessPolicyRequest.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, required: true, location: "uri", location_name: "s3AccessPointArn"))
         | 
| 1688 | 
            +
                PutS3AccessPolicyRequest.add_member(:s3_access_policy, Shapes::ShapeRef.new(shape: S3AccessPolicy, required: true, location_name: "s3AccessPolicy", metadata: {"jsonvalue"=>true}))
         | 
| 1689 | 
            +
                PutS3AccessPolicyRequest.struct_class = Types::PutS3AccessPolicyRequest
         | 
| 1690 | 
            +
             | 
| 1691 | 
            +
                PutS3AccessPolicyResponse.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "s3AccessPointArn"))
         | 
| 1692 | 
            +
                PutS3AccessPolicyResponse.add_member(:store_id, Shapes::ShapeRef.new(shape: StoreId, location_name: "storeId"))
         | 
| 1693 | 
            +
                PutS3AccessPolicyResponse.add_member(:store_type, Shapes::ShapeRef.new(shape: StoreType, location_name: "storeType"))
         | 
| 1694 | 
            +
                PutS3AccessPolicyResponse.struct_class = Types::PutS3AccessPolicyResponse
         | 
| 1695 | 
            +
             | 
| 1644 1696 | 
             
                RangeNotSatisfiableException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         | 
| 1645 1697 | 
             
                RangeNotSatisfiableException.struct_class = Types::RangeNotSatisfiableException
         | 
| 1646 1698 |  | 
| @@ -1813,6 +1865,9 @@ module Aws::Omics | |
| 1813 1865 | 
             
                RunResourceDigests.key = Shapes::ShapeRef.new(shape: RunResourceDigestKey)
         | 
| 1814 1866 | 
             
                RunResourceDigests.value = Shapes::ShapeRef.new(shape: RunResourceDigest)
         | 
| 1815 1867 |  | 
| 1868 | 
            +
                S3AccessConfig.add_member(:access_log_location, Shapes::ShapeRef.new(shape: AccessLogLocation, location_name: "accessLogLocation"))
         | 
| 1869 | 
            +
                S3AccessConfig.struct_class = Types::S3AccessConfig
         | 
| 1870 | 
            +
             | 
| 1816 1871 | 
             
                SchemaItem.key = Shapes::ShapeRef.new(shape: SchemaItemKeyString)
         | 
| 1817 1872 | 
             
                SchemaItem.value = Shapes::ShapeRef.new(shape: SchemaValueType)
         | 
| 1818 1873 |  | 
| @@ -1830,6 +1885,9 @@ module Aws::Omics | |
| 1830 1885 | 
             
                SequenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         | 
| 1831 1886 | 
             
                SequenceStoreDetail.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
         | 
| 1832 1887 | 
             
                SequenceStoreDetail.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
         | 
| 1888 | 
            +
                SequenceStoreDetail.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
         | 
| 1889 | 
            +
                SequenceStoreDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
         | 
| 1890 | 
            +
                SequenceStoreDetail.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
         | 
| 1833 1891 | 
             
                SequenceStoreDetail.struct_class = Types::SequenceStoreDetail
         | 
| 1834 1892 |  | 
| 1835 1893 | 
             
                SequenceStoreDetailList.member = Shapes::ShapeRef.new(shape: SequenceStoreDetail)
         | 
| @@ -1837,10 +1895,14 @@ module Aws::Omics | |
| 1837 1895 | 
             
                SequenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         | 
| 1838 1896 | 
             
                SequenceStoreFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         | 
| 1839 1897 | 
             
                SequenceStoreFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         | 
| 1898 | 
            +
                SequenceStoreFilter.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
         | 
| 1899 | 
            +
                SequenceStoreFilter.add_member(:updated_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAfter"))
         | 
| 1900 | 
            +
                SequenceStoreFilter.add_member(:updated_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedBefore"))
         | 
| 1840 1901 | 
             
                SequenceStoreFilter.struct_class = Types::SequenceStoreFilter
         | 
| 1841 1902 |  | 
| 1842 1903 | 
             
                SequenceStoreS3Access.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "s3Uri"))
         | 
| 1843 1904 | 
             
                SequenceStoreS3Access.add_member(:s3_access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "s3AccessPointArn"))
         | 
| 1905 | 
            +
                SequenceStoreS3Access.add_member(:access_log_location, Shapes::ShapeRef.new(shape: AccessLogLocation, location_name: "accessLogLocation"))
         | 
| 1844 1906 | 
             
                SequenceStoreS3Access.struct_class = Types::SequenceStoreS3Access
         | 
| 1845 1907 |  | 
| 1846 1908 | 
             
                ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         | 
| @@ -2107,6 +2169,30 @@ module Aws::Omics | |
| 2107 2169 | 
             
                UpdateRunGroupRequest.add_member(:max_gpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxGpusInteger, location_name: "maxGpus"))
         | 
| 2108 2170 | 
             
                UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
         | 
| 2109 2171 |  | 
| 2172 | 
            +
                UpdateSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
         | 
| 2173 | 
            +
                UpdateSequenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         | 
| 2174 | 
            +
                UpdateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         | 
| 2175 | 
            +
                UpdateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 2176 | 
            +
                UpdateSequenceStoreRequest.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
         | 
| 2177 | 
            +
                UpdateSequenceStoreRequest.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
         | 
| 2178 | 
            +
                UpdateSequenceStoreRequest.add_member(:s3_access_config, Shapes::ShapeRef.new(shape: S3AccessConfig, location_name: "s3AccessConfig"))
         | 
| 2179 | 
            +
                UpdateSequenceStoreRequest.struct_class = Types::UpdateSequenceStoreRequest
         | 
| 2180 | 
            +
             | 
| 2181 | 
            +
                UpdateSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
         | 
| 2182 | 
            +
                UpdateSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
         | 
| 2183 | 
            +
                UpdateSequenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         | 
| 2184 | 
            +
                UpdateSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         | 
| 2185 | 
            +
                UpdateSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         | 
| 2186 | 
            +
                UpdateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         | 
| 2187 | 
            +
                UpdateSequenceStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updateTime"))
         | 
| 2188 | 
            +
                UpdateSequenceStoreResponse.add_member(:propagated_set_level_tags, Shapes::ShapeRef.new(shape: PropagatedSetLevelTags, location_name: "propagatedSetLevelTags"))
         | 
| 2189 | 
            +
                UpdateSequenceStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: SequenceStoreStatus, location_name: "status"))
         | 
| 2190 | 
            +
                UpdateSequenceStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: SequenceStoreStatusMessage, location_name: "statusMessage"))
         | 
| 2191 | 
            +
                UpdateSequenceStoreResponse.add_member(:fallback_location, Shapes::ShapeRef.new(shape: S3Destination, location_name: "fallbackLocation"))
         | 
| 2192 | 
            +
                UpdateSequenceStoreResponse.add_member(:s3_access, Shapes::ShapeRef.new(shape: SequenceStoreS3Access, location_name: "s3Access"))
         | 
| 2193 | 
            +
                UpdateSequenceStoreResponse.add_member(:e_tag_algorithm_family, Shapes::ShapeRef.new(shape: ETagAlgorithmFamily, location_name: "eTagAlgorithmFamily"))
         | 
| 2194 | 
            +
                UpdateSequenceStoreResponse.struct_class = Types::UpdateSequenceStoreResponse
         | 
| 2195 | 
            +
             | 
| 2110 2196 | 
             
                UpdateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         | 
| 2111 2197 | 
             
                UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 2112 2198 | 
             
                UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
         | 
| @@ -2674,6 +2760,24 @@ module Aws::Omics | |
| 2674 2760 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 2675 2761 | 
             
                  end)
         | 
| 2676 2762 |  | 
| 2763 | 
            +
                  api.add_operation(:delete_s3_access_policy, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2764 | 
            +
                    o.name = "DeleteS3AccessPolicy"
         | 
| 2765 | 
            +
                    o.http_method = "DELETE"
         | 
| 2766 | 
            +
                    o.http_request_uri = "/s3accesspolicy/{s3AccessPointArn}"
         | 
| 2767 | 
            +
                    o.endpoint_pattern = {
         | 
| 2768 | 
            +
                      "hostPrefix" => "control-storage-",
         | 
| 2769 | 
            +
                    }
         | 
| 2770 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyRequest)
         | 
| 2771 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteS3AccessPolicyResponse)
         | 
| 2772 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 2773 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
         | 
| 2774 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 2775 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 2776 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 2777 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 2778 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 2779 | 
            +
                  end)
         | 
| 2780 | 
            +
             | 
| 2677 2781 | 
             
                  api.add_operation(:delete_sequence_store, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2678 2782 | 
             
                    o.name = "DeleteSequenceStore"
         | 
| 2679 2783 | 
             
                    o.http_method = "DELETE"
         | 
| @@ -3026,6 +3130,25 @@ module Aws::Omics | |
| 3026 3130 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 3027 3131 | 
             
                  end)
         | 
| 3028 3132 |  | 
| 3133 | 
            +
                  api.add_operation(:get_s3_access_policy, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3134 | 
            +
                    o.name = "GetS3AccessPolicy"
         | 
| 3135 | 
            +
                    o.http_method = "GET"
         | 
| 3136 | 
            +
                    o.http_request_uri = "/s3accesspolicy/{s3AccessPointArn}"
         | 
| 3137 | 
            +
                    o.endpoint_pattern = {
         | 
| 3138 | 
            +
                      "hostPrefix" => "control-storage-",
         | 
| 3139 | 
            +
                    }
         | 
| 3140 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetS3AccessPolicyRequest)
         | 
| 3141 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetS3AccessPolicyResponse)
         | 
| 3142 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 3143 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
         | 
| 3144 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         | 
| 3145 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3146 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 3147 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3148 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3149 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 3150 | 
            +
                  end)
         | 
| 3151 | 
            +
             | 
| 3029 3152 | 
             
                  api.add_operation(:get_sequence_store, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3030 3153 | 
             
                    o.name = "GetSequenceStore"
         | 
| 3031 3154 | 
             
                    o.http_method = "GET"
         | 
| @@ -3622,6 +3745,24 @@ module Aws::Omics | |
| 3622 3745 | 
             
                    )
         | 
| 3623 3746 | 
             
                  end)
         | 
| 3624 3747 |  | 
| 3748 | 
            +
                  api.add_operation(:put_s3_access_policy, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3749 | 
            +
                    o.name = "PutS3AccessPolicy"
         | 
| 3750 | 
            +
                    o.http_method = "PUT"
         | 
| 3751 | 
            +
                    o.http_request_uri = "/s3accesspolicy/{s3AccessPointArn}"
         | 
| 3752 | 
            +
                    o.endpoint_pattern = {
         | 
| 3753 | 
            +
                      "hostPrefix" => "control-storage-",
         | 
| 3754 | 
            +
                    }
         | 
| 3755 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: PutS3AccessPolicyRequest)
         | 
| 3756 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: PutS3AccessPolicyResponse)
         | 
| 3757 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 3758 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: NotSupportedOperationException)
         | 
| 3759 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3760 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 3761 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3762 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3763 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 3764 | 
            +
                  end)
         | 
| 3765 | 
            +
             | 
| 3625 3766 | 
             
                  api.add_operation(:start_annotation_import_job, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3626 3767 | 
             
                    o.name = "StartAnnotationImportJob"
         | 
| 3627 3768 | 
             
                    o.http_method = "POST"
         | 
| @@ -3855,6 +3996,24 @@ module Aws::Omics | |
| 3855 3996 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 3856 3997 | 
             
                  end)
         | 
| 3857 3998 |  | 
| 3999 | 
            +
                  api.add_operation(:update_sequence_store, Seahorse::Model::Operation.new.tap do |o|
         | 
| 4000 | 
            +
                    o.name = "UpdateSequenceStore"
         | 
| 4001 | 
            +
                    o.http_method = "PATCH"
         | 
| 4002 | 
            +
                    o.http_request_uri = "/sequencestore/{id}"
         | 
| 4003 | 
            +
                    o.endpoint_pattern = {
         | 
| 4004 | 
            +
                      "hostPrefix" => "control-storage-",
         | 
| 4005 | 
            +
                    }
         | 
| 4006 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateSequenceStoreRequest)
         | 
| 4007 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateSequenceStoreResponse)
         | 
| 4008 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 4009 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 4010 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 4011 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         | 
| 4012 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 4013 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 4014 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         | 
| 4015 | 
            +
                  end)
         | 
| 4016 | 
            +
             | 
| 3858 4017 | 
             
                  api.add_operation(:update_variant_store, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3859 4018 | 
             
                    o.name = "UpdateVariantStore"
         | 
| 3860 4019 | 
             
                    o.http_method = "POST"
         |