aws-sdk-omics 1.0.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 +7 -0
 - data/CHANGELOG.md +8 -0
 - data/LICENSE.txt +202 -0
 - data/VERSION +1 -0
 - data/lib/aws-sdk-omics/client.rb +3833 -0
 - data/lib/aws-sdk-omics/client_api.rb +2932 -0
 - data/lib/aws-sdk-omics/customizations.rb +0 -0
 - data/lib/aws-sdk-omics/endpoint_parameters.rb +69 -0
 - data/lib/aws-sdk-omics/endpoint_provider.rb +110 -0
 - data/lib/aws-sdk-omics/endpoints.rb +939 -0
 - data/lib/aws-sdk-omics/errors.rb +198 -0
 - data/lib/aws-sdk-omics/plugins/endpoints.rb +200 -0
 - data/lib/aws-sdk-omics/resource.rb +26 -0
 - data/lib/aws-sdk-omics/types.rb +6190 -0
 - data/lib/aws-sdk-omics/waiters.rb +1051 -0
 - data/lib/aws-sdk-omics.rb +58 -0
 - metadata +95 -0
 
| 
         @@ -0,0 +1,2932 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
      
 4 
     | 
    
         
            +
            #
         
     | 
| 
      
 5 
     | 
    
         
            +
            # This file is generated. See the contributing guide for more information:
         
     | 
| 
      
 6 
     | 
    
         
            +
            # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
         
     | 
| 
      
 7 
     | 
    
         
            +
            #
         
     | 
| 
      
 8 
     | 
    
         
            +
            # WARNING ABOUT GENERATED CODE
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            module Aws::Omics
         
     | 
| 
      
 11 
     | 
    
         
            +
              # @api private
         
     | 
| 
      
 12 
     | 
    
         
            +
              module ClientApi
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                include Seahorse::Model
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
         
     | 
| 
      
 17 
     | 
    
         
            +
                ActivateReadSetFilter = Shapes::StructureShape.new(name: 'ActivateReadSetFilter')
         
     | 
| 
      
 18 
     | 
    
         
            +
                ActivateReadSetJobItem = Shapes::StructureShape.new(name: 'ActivateReadSetJobItem')
         
     | 
| 
      
 19 
     | 
    
         
            +
                ActivateReadSetJobList = Shapes::ListShape.new(name: 'ActivateReadSetJobList')
         
     | 
| 
      
 20 
     | 
    
         
            +
                ActivateReadSetSourceItem = Shapes::StructureShape.new(name: 'ActivateReadSetSourceItem')
         
     | 
| 
      
 21 
     | 
    
         
            +
                ActivateReadSetSourceList = Shapes::ListShape.new(name: 'ActivateReadSetSourceList')
         
     | 
| 
      
 22 
     | 
    
         
            +
                ActivationJobId = Shapes::StringShape.new(name: 'ActivationJobId')
         
     | 
| 
      
 23 
     | 
    
         
            +
                AnnotationImportItemDetail = Shapes::StructureShape.new(name: 'AnnotationImportItemDetail')
         
     | 
| 
      
 24 
     | 
    
         
            +
                AnnotationImportItemDetails = Shapes::ListShape.new(name: 'AnnotationImportItemDetails')
         
     | 
| 
      
 25 
     | 
    
         
            +
                AnnotationImportItemSource = Shapes::StructureShape.new(name: 'AnnotationImportItemSource')
         
     | 
| 
      
 26 
     | 
    
         
            +
                AnnotationImportItemSources = Shapes::ListShape.new(name: 'AnnotationImportItemSources')
         
     | 
| 
      
 27 
     | 
    
         
            +
                AnnotationImportJobItem = Shapes::StructureShape.new(name: 'AnnotationImportJobItem')
         
     | 
| 
      
 28 
     | 
    
         
            +
                AnnotationImportJobItems = Shapes::ListShape.new(name: 'AnnotationImportJobItems')
         
     | 
| 
      
 29 
     | 
    
         
            +
                AnnotationStoreItem = Shapes::StructureShape.new(name: 'AnnotationStoreItem')
         
     | 
| 
      
 30 
     | 
    
         
            +
                AnnotationStoreItems = Shapes::ListShape.new(name: 'AnnotationStoreItems')
         
     | 
| 
      
 31 
     | 
    
         
            +
                AnnotationType = Shapes::StringShape.new(name: 'AnnotationType')
         
     | 
| 
      
 32 
     | 
    
         
            +
                Arn = Shapes::StringShape.new(name: 'Arn')
         
     | 
| 
      
 33 
     | 
    
         
            +
                BatchDeleteReadSetRequest = Shapes::StructureShape.new(name: 'BatchDeleteReadSetRequest')
         
     | 
| 
      
 34 
     | 
    
         
            +
                BatchDeleteReadSetResponse = Shapes::StructureShape.new(name: 'BatchDeleteReadSetResponse')
         
     | 
| 
      
 35 
     | 
    
         
            +
                Blob = Shapes::BlobShape.new(name: 'Blob')
         
     | 
| 
      
 36 
     | 
    
         
            +
                Boolean = Shapes::BooleanShape.new(name: 'Boolean')
         
     | 
| 
      
 37 
     | 
    
         
            +
                CancelAnnotationImportRequest = Shapes::StructureShape.new(name: 'CancelAnnotationImportRequest')
         
     | 
| 
      
 38 
     | 
    
         
            +
                CancelAnnotationImportResponse = Shapes::StructureShape.new(name: 'CancelAnnotationImportResponse')
         
     | 
| 
      
 39 
     | 
    
         
            +
                CancelRunRequest = Shapes::StructureShape.new(name: 'CancelRunRequest')
         
     | 
| 
      
 40 
     | 
    
         
            +
                CancelVariantImportRequest = Shapes::StructureShape.new(name: 'CancelVariantImportRequest')
         
     | 
| 
      
 41 
     | 
    
         
            +
                CancelVariantImportResponse = Shapes::StructureShape.new(name: 'CancelVariantImportResponse')
         
     | 
| 
      
 42 
     | 
    
         
            +
                ClientToken = Shapes::StringShape.new(name: 'ClientToken')
         
     | 
| 
      
 43 
     | 
    
         
            +
                CommentChar = Shapes::StringShape.new(name: 'CommentChar')
         
     | 
| 
      
 44 
     | 
    
         
            +
                CompletionTime = Shapes::TimestampShape.new(name: 'CompletionTime', timestampFormat: "iso8601")
         
     | 
| 
      
 45 
     | 
    
         
            +
                ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
         
     | 
| 
      
 46 
     | 
    
         
            +
                CreateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'CreateAnnotationStoreRequest')
         
     | 
| 
      
 47 
     | 
    
         
            +
                CreateAnnotationStoreRequestNameString = Shapes::StringShape.new(name: 'CreateAnnotationStoreRequestNameString')
         
     | 
| 
      
 48 
     | 
    
         
            +
                CreateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'CreateAnnotationStoreResponse')
         
     | 
| 
      
 49 
     | 
    
         
            +
                CreateReferenceStoreRequest = Shapes::StructureShape.new(name: 'CreateReferenceStoreRequest')
         
     | 
| 
      
 50 
     | 
    
         
            +
                CreateReferenceStoreResponse = Shapes::StructureShape.new(name: 'CreateReferenceStoreResponse')
         
     | 
| 
      
 51 
     | 
    
         
            +
                CreateRunGroupRequest = Shapes::StructureShape.new(name: 'CreateRunGroupRequest')
         
     | 
| 
      
 52 
     | 
    
         
            +
                CreateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxCpusInteger')
         
     | 
| 
      
 53 
     | 
    
         
            +
                CreateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxDurationInteger')
         
     | 
| 
      
 54 
     | 
    
         
            +
                CreateRunGroupRequestMaxRunsInteger = Shapes::IntegerShape.new(name: 'CreateRunGroupRequestMaxRunsInteger')
         
     | 
| 
      
 55 
     | 
    
         
            +
                CreateRunGroupResponse = Shapes::StructureShape.new(name: 'CreateRunGroupResponse')
         
     | 
| 
      
 56 
     | 
    
         
            +
                CreateSequenceStoreRequest = Shapes::StructureShape.new(name: 'CreateSequenceStoreRequest')
         
     | 
| 
      
 57 
     | 
    
         
            +
                CreateSequenceStoreResponse = Shapes::StructureShape.new(name: 'CreateSequenceStoreResponse')
         
     | 
| 
      
 58 
     | 
    
         
            +
                CreateVariantStoreRequest = Shapes::StructureShape.new(name: 'CreateVariantStoreRequest')
         
     | 
| 
      
 59 
     | 
    
         
            +
                CreateVariantStoreRequestNameString = Shapes::StringShape.new(name: 'CreateVariantStoreRequestNameString')
         
     | 
| 
      
 60 
     | 
    
         
            +
                CreateVariantStoreResponse = Shapes::StructureShape.new(name: 'CreateVariantStoreResponse')
         
     | 
| 
      
 61 
     | 
    
         
            +
                CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
         
     | 
| 
      
 62 
     | 
    
         
            +
                CreateWorkflowRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'CreateWorkflowRequestStorageCapacityInteger')
         
     | 
| 
      
 63 
     | 
    
         
            +
                CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
         
     | 
| 
      
 64 
     | 
    
         
            +
                CreationTime = Shapes::TimestampShape.new(name: 'CreationTime', timestampFormat: "iso8601")
         
     | 
| 
      
 65 
     | 
    
         
            +
                DeleteAnnotationStoreRequest = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreRequest')
         
     | 
| 
      
 66 
     | 
    
         
            +
                DeleteAnnotationStoreResponse = Shapes::StructureShape.new(name: 'DeleteAnnotationStoreResponse')
         
     | 
| 
      
 67 
     | 
    
         
            +
                DeleteReferenceRequest = Shapes::StructureShape.new(name: 'DeleteReferenceRequest')
         
     | 
| 
      
 68 
     | 
    
         
            +
                DeleteReferenceResponse = Shapes::StructureShape.new(name: 'DeleteReferenceResponse')
         
     | 
| 
      
 69 
     | 
    
         
            +
                DeleteReferenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteReferenceStoreRequest')
         
     | 
| 
      
 70 
     | 
    
         
            +
                DeleteReferenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteReferenceStoreResponse')
         
     | 
| 
      
 71 
     | 
    
         
            +
                DeleteRunGroupRequest = Shapes::StructureShape.new(name: 'DeleteRunGroupRequest')
         
     | 
| 
      
 72 
     | 
    
         
            +
                DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
         
     | 
| 
      
 73 
     | 
    
         
            +
                DeleteSequenceStoreRequest = Shapes::StructureShape.new(name: 'DeleteSequenceStoreRequest')
         
     | 
| 
      
 74 
     | 
    
         
            +
                DeleteSequenceStoreResponse = Shapes::StructureShape.new(name: 'DeleteSequenceStoreResponse')
         
     | 
| 
      
 75 
     | 
    
         
            +
                DeleteVariantStoreRequest = Shapes::StructureShape.new(name: 'DeleteVariantStoreRequest')
         
     | 
| 
      
 76 
     | 
    
         
            +
                DeleteVariantStoreResponse = Shapes::StructureShape.new(name: 'DeleteVariantStoreResponse')
         
     | 
| 
      
 77 
     | 
    
         
            +
                DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
         
     | 
| 
      
 78 
     | 
    
         
            +
                Encoding = Shapes::StringShape.new(name: 'Encoding')
         
     | 
| 
      
 79 
     | 
    
         
            +
                EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
         
     | 
| 
      
 80 
     | 
    
         
            +
                EscapeChar = Shapes::StringShape.new(name: 'EscapeChar')
         
     | 
| 
      
 81 
     | 
    
         
            +
                EscapeQuotes = Shapes::BooleanShape.new(name: 'EscapeQuotes')
         
     | 
| 
      
 82 
     | 
    
         
            +
                ExportJobId = Shapes::StringShape.new(name: 'ExportJobId')
         
     | 
| 
      
 83 
     | 
    
         
            +
                ExportReadSet = Shapes::StructureShape.new(name: 'ExportReadSet')
         
     | 
| 
      
 84 
     | 
    
         
            +
                ExportReadSetDetail = Shapes::StructureShape.new(name: 'ExportReadSetDetail')
         
     | 
| 
      
 85 
     | 
    
         
            +
                ExportReadSetDetailList = Shapes::ListShape.new(name: 'ExportReadSetDetailList')
         
     | 
| 
      
 86 
     | 
    
         
            +
                ExportReadSetFilter = Shapes::StructureShape.new(name: 'ExportReadSetFilter')
         
     | 
| 
      
 87 
     | 
    
         
            +
                ExportReadSetJobDetail = Shapes::StructureShape.new(name: 'ExportReadSetJobDetail')
         
     | 
| 
      
 88 
     | 
    
         
            +
                ExportReadSetJobDetailList = Shapes::ListShape.new(name: 'ExportReadSetJobDetailList')
         
     | 
| 
      
 89 
     | 
    
         
            +
                FileInformation = Shapes::StructureShape.new(name: 'FileInformation')
         
     | 
| 
      
 90 
     | 
    
         
            +
                FileInformationContentLengthLong = Shapes::IntegerShape.new(name: 'FileInformationContentLengthLong')
         
     | 
| 
      
 91 
     | 
    
         
            +
                FileInformationPartSizeLong = Shapes::IntegerShape.new(name: 'FileInformationPartSizeLong')
         
     | 
| 
      
 92 
     | 
    
         
            +
                FileInformationTotalPartsInteger = Shapes::IntegerShape.new(name: 'FileInformationTotalPartsInteger')
         
     | 
| 
      
 93 
     | 
    
         
            +
                FileType = Shapes::StringShape.new(name: 'FileType')
         
     | 
| 
      
 94 
     | 
    
         
            +
                FormatOptions = Shapes::UnionShape.new(name: 'FormatOptions')
         
     | 
| 
      
 95 
     | 
    
         
            +
                FormatToHeader = Shapes::MapShape.new(name: 'FormatToHeader')
         
     | 
| 
      
 96 
     | 
    
         
            +
                FormatToHeaderKey = Shapes::StringShape.new(name: 'FormatToHeaderKey')
         
     | 
| 
      
 97 
     | 
    
         
            +
                FormatToHeaderValueString = Shapes::StringShape.new(name: 'FormatToHeaderValueString')
         
     | 
| 
      
 98 
     | 
    
         
            +
                GeneratedFrom = Shapes::StringShape.new(name: 'GeneratedFrom')
         
     | 
| 
      
 99 
     | 
    
         
            +
                GetAnnotationImportRequest = Shapes::StructureShape.new(name: 'GetAnnotationImportRequest')
         
     | 
| 
      
 100 
     | 
    
         
            +
                GetAnnotationImportResponse = Shapes::StructureShape.new(name: 'GetAnnotationImportResponse')
         
     | 
| 
      
 101 
     | 
    
         
            +
                GetAnnotationStoreRequest = Shapes::StructureShape.new(name: 'GetAnnotationStoreRequest')
         
     | 
| 
      
 102 
     | 
    
         
            +
                GetAnnotationStoreResponse = Shapes::StructureShape.new(name: 'GetAnnotationStoreResponse')
         
     | 
| 
      
 103 
     | 
    
         
            +
                GetReadSetActivationJobRequest = Shapes::StructureShape.new(name: 'GetReadSetActivationJobRequest')
         
     | 
| 
      
 104 
     | 
    
         
            +
                GetReadSetActivationJobResponse = Shapes::StructureShape.new(name: 'GetReadSetActivationJobResponse')
         
     | 
| 
      
 105 
     | 
    
         
            +
                GetReadSetExportJobRequest = Shapes::StructureShape.new(name: 'GetReadSetExportJobRequest')
         
     | 
| 
      
 106 
     | 
    
         
            +
                GetReadSetExportJobResponse = Shapes::StructureShape.new(name: 'GetReadSetExportJobResponse')
         
     | 
| 
      
 107 
     | 
    
         
            +
                GetReadSetImportJobRequest = Shapes::StructureShape.new(name: 'GetReadSetImportJobRequest')
         
     | 
| 
      
 108 
     | 
    
         
            +
                GetReadSetImportJobResponse = Shapes::StructureShape.new(name: 'GetReadSetImportJobResponse')
         
     | 
| 
      
 109 
     | 
    
         
            +
                GetReadSetMetadataRequest = Shapes::StructureShape.new(name: 'GetReadSetMetadataRequest')
         
     | 
| 
      
 110 
     | 
    
         
            +
                GetReadSetMetadataResponse = Shapes::StructureShape.new(name: 'GetReadSetMetadataResponse')
         
     | 
| 
      
 111 
     | 
    
         
            +
                GetReadSetRequest = Shapes::StructureShape.new(name: 'GetReadSetRequest')
         
     | 
| 
      
 112 
     | 
    
         
            +
                GetReadSetRequestPartNumberInteger = Shapes::IntegerShape.new(name: 'GetReadSetRequestPartNumberInteger')
         
     | 
| 
      
 113 
     | 
    
         
            +
                GetReadSetResponse = Shapes::StructureShape.new(name: 'GetReadSetResponse')
         
     | 
| 
      
 114 
     | 
    
         
            +
                GetReferenceImportJobRequest = Shapes::StructureShape.new(name: 'GetReferenceImportJobRequest')
         
     | 
| 
      
 115 
     | 
    
         
            +
                GetReferenceImportJobResponse = Shapes::StructureShape.new(name: 'GetReferenceImportJobResponse')
         
     | 
| 
      
 116 
     | 
    
         
            +
                GetReferenceMetadataRequest = Shapes::StructureShape.new(name: 'GetReferenceMetadataRequest')
         
     | 
| 
      
 117 
     | 
    
         
            +
                GetReferenceMetadataResponse = Shapes::StructureShape.new(name: 'GetReferenceMetadataResponse')
         
     | 
| 
      
 118 
     | 
    
         
            +
                GetReferenceRequest = Shapes::StructureShape.new(name: 'GetReferenceRequest')
         
     | 
| 
      
 119 
     | 
    
         
            +
                GetReferenceRequestPartNumberInteger = Shapes::IntegerShape.new(name: 'GetReferenceRequestPartNumberInteger')
         
     | 
| 
      
 120 
     | 
    
         
            +
                GetReferenceResponse = Shapes::StructureShape.new(name: 'GetReferenceResponse')
         
     | 
| 
      
 121 
     | 
    
         
            +
                GetReferenceStoreRequest = Shapes::StructureShape.new(name: 'GetReferenceStoreRequest')
         
     | 
| 
      
 122 
     | 
    
         
            +
                GetReferenceStoreResponse = Shapes::StructureShape.new(name: 'GetReferenceStoreResponse')
         
     | 
| 
      
 123 
     | 
    
         
            +
                GetRunGroupRequest = Shapes::StructureShape.new(name: 'GetRunGroupRequest')
         
     | 
| 
      
 124 
     | 
    
         
            +
                GetRunGroupResponse = Shapes::StructureShape.new(name: 'GetRunGroupResponse')
         
     | 
| 
      
 125 
     | 
    
         
            +
                GetRunGroupResponseMaxCpusInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxCpusInteger')
         
     | 
| 
      
 126 
     | 
    
         
            +
                GetRunGroupResponseMaxDurationInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxDurationInteger')
         
     | 
| 
      
 127 
     | 
    
         
            +
                GetRunGroupResponseMaxRunsInteger = Shapes::IntegerShape.new(name: 'GetRunGroupResponseMaxRunsInteger')
         
     | 
| 
      
 128 
     | 
    
         
            +
                GetRunRequest = Shapes::StructureShape.new(name: 'GetRunRequest')
         
     | 
| 
      
 129 
     | 
    
         
            +
                GetRunResponse = Shapes::StructureShape.new(name: 'GetRunResponse')
         
     | 
| 
      
 130 
     | 
    
         
            +
                GetRunResponsePriorityInteger = Shapes::IntegerShape.new(name: 'GetRunResponsePriorityInteger')
         
     | 
| 
      
 131 
     | 
    
         
            +
                GetRunResponseStorageCapacityInteger = Shapes::IntegerShape.new(name: 'GetRunResponseStorageCapacityInteger')
         
     | 
| 
      
 132 
     | 
    
         
            +
                GetRunTaskRequest = Shapes::StructureShape.new(name: 'GetRunTaskRequest')
         
     | 
| 
      
 133 
     | 
    
         
            +
                GetRunTaskResponse = Shapes::StructureShape.new(name: 'GetRunTaskResponse')
         
     | 
| 
      
 134 
     | 
    
         
            +
                GetRunTaskResponseCpusInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseCpusInteger')
         
     | 
| 
      
 135 
     | 
    
         
            +
                GetRunTaskResponseMemoryInteger = Shapes::IntegerShape.new(name: 'GetRunTaskResponseMemoryInteger')
         
     | 
| 
      
 136 
     | 
    
         
            +
                GetSequenceStoreRequest = Shapes::StructureShape.new(name: 'GetSequenceStoreRequest')
         
     | 
| 
      
 137 
     | 
    
         
            +
                GetSequenceStoreResponse = Shapes::StructureShape.new(name: 'GetSequenceStoreResponse')
         
     | 
| 
      
 138 
     | 
    
         
            +
                GetVariantImportRequest = Shapes::StructureShape.new(name: 'GetVariantImportRequest')
         
     | 
| 
      
 139 
     | 
    
         
            +
                GetVariantImportResponse = Shapes::StructureShape.new(name: 'GetVariantImportResponse')
         
     | 
| 
      
 140 
     | 
    
         
            +
                GetVariantStoreRequest = Shapes::StructureShape.new(name: 'GetVariantStoreRequest')
         
     | 
| 
      
 141 
     | 
    
         
            +
                GetVariantStoreResponse = Shapes::StructureShape.new(name: 'GetVariantStoreResponse')
         
     | 
| 
      
 142 
     | 
    
         
            +
                GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
         
     | 
| 
      
 143 
     | 
    
         
            +
                GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
         
     | 
| 
      
 144 
     | 
    
         
            +
                GetWorkflowResponseStorageCapacityInteger = Shapes::IntegerShape.new(name: 'GetWorkflowResponseStorageCapacityInteger')
         
     | 
| 
      
 145 
     | 
    
         
            +
                Header = Shapes::BooleanShape.new(name: 'Header')
         
     | 
| 
      
 146 
     | 
    
         
            +
                ImportJobId = Shapes::StringShape.new(name: 'ImportJobId')
         
     | 
| 
      
 147 
     | 
    
         
            +
                ImportReadSetFilter = Shapes::StructureShape.new(name: 'ImportReadSetFilter')
         
     | 
| 
      
 148 
     | 
    
         
            +
                ImportReadSetJobItem = Shapes::StructureShape.new(name: 'ImportReadSetJobItem')
         
     | 
| 
      
 149 
     | 
    
         
            +
                ImportReadSetJobList = Shapes::ListShape.new(name: 'ImportReadSetJobList')
         
     | 
| 
      
 150 
     | 
    
         
            +
                ImportReadSetSourceItem = Shapes::StructureShape.new(name: 'ImportReadSetSourceItem')
         
     | 
| 
      
 151 
     | 
    
         
            +
                ImportReadSetSourceList = Shapes::ListShape.new(name: 'ImportReadSetSourceList')
         
     | 
| 
      
 152 
     | 
    
         
            +
                ImportReferenceFilter = Shapes::StructureShape.new(name: 'ImportReferenceFilter')
         
     | 
| 
      
 153 
     | 
    
         
            +
                ImportReferenceJobItem = Shapes::StructureShape.new(name: 'ImportReferenceJobItem')
         
     | 
| 
      
 154 
     | 
    
         
            +
                ImportReferenceJobList = Shapes::ListShape.new(name: 'ImportReferenceJobList')
         
     | 
| 
      
 155 
     | 
    
         
            +
                ImportReferenceSourceItem = Shapes::StructureShape.new(name: 'ImportReferenceSourceItem')
         
     | 
| 
      
 156 
     | 
    
         
            +
                ImportReferenceSourceList = Shapes::ListShape.new(name: 'ImportReferenceSourceList')
         
     | 
| 
      
 157 
     | 
    
         
            +
                InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
         
     | 
| 
      
 158 
     | 
    
         
            +
                JobStatus = Shapes::StringShape.new(name: 'JobStatus')
         
     | 
| 
      
 159 
     | 
    
         
            +
                JobStatusMessage = Shapes::StringShape.new(name: 'JobStatusMessage')
         
     | 
| 
      
 160 
     | 
    
         
            +
                JobStatusMsg = Shapes::StringShape.new(name: 'JobStatusMsg')
         
     | 
| 
      
 161 
     | 
    
         
            +
                LineSep = Shapes::StringShape.new(name: 'LineSep')
         
     | 
| 
      
 162 
     | 
    
         
            +
                ListAnnotationImportJobsFilter = Shapes::StructureShape.new(name: 'ListAnnotationImportJobsFilter')
         
     | 
| 
      
 163 
     | 
    
         
            +
                ListAnnotationImportJobsRequest = Shapes::StructureShape.new(name: 'ListAnnotationImportJobsRequest')
         
     | 
| 
      
 164 
     | 
    
         
            +
                ListAnnotationImportJobsRequestIdsList = Shapes::ListShape.new(name: 'ListAnnotationImportJobsRequestIdsList')
         
     | 
| 
      
 165 
     | 
    
         
            +
                ListAnnotationImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAnnotationImportJobsRequestMaxResultsInteger')
         
     | 
| 
      
 166 
     | 
    
         
            +
                ListAnnotationImportJobsRequestNextTokenString = Shapes::StringShape.new(name: 'ListAnnotationImportJobsRequestNextTokenString')
         
     | 
| 
      
 167 
     | 
    
         
            +
                ListAnnotationImportJobsResponse = Shapes::StructureShape.new(name: 'ListAnnotationImportJobsResponse')
         
     | 
| 
      
 168 
     | 
    
         
            +
                ListAnnotationStoresFilter = Shapes::StructureShape.new(name: 'ListAnnotationStoresFilter')
         
     | 
| 
      
 169 
     | 
    
         
            +
                ListAnnotationStoresRequest = Shapes::StructureShape.new(name: 'ListAnnotationStoresRequest')
         
     | 
| 
      
 170 
     | 
    
         
            +
                ListAnnotationStoresRequestIdsList = Shapes::ListShape.new(name: 'ListAnnotationStoresRequestIdsList')
         
     | 
| 
      
 171 
     | 
    
         
            +
                ListAnnotationStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAnnotationStoresRequestMaxResultsInteger')
         
     | 
| 
      
 172 
     | 
    
         
            +
                ListAnnotationStoresRequestNextTokenString = Shapes::StringShape.new(name: 'ListAnnotationStoresRequestNextTokenString')
         
     | 
| 
      
 173 
     | 
    
         
            +
                ListAnnotationStoresResponse = Shapes::StructureShape.new(name: 'ListAnnotationStoresResponse')
         
     | 
| 
      
 174 
     | 
    
         
            +
                ListReadSetActivationJobsRequest = Shapes::StructureShape.new(name: 'ListReadSetActivationJobsRequest')
         
     | 
| 
      
 175 
     | 
    
         
            +
                ListReadSetActivationJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetActivationJobsRequestMaxResultsInteger')
         
     | 
| 
      
 176 
     | 
    
         
            +
                ListReadSetActivationJobsResponse = Shapes::StructureShape.new(name: 'ListReadSetActivationJobsResponse')
         
     | 
| 
      
 177 
     | 
    
         
            +
                ListReadSetExportJobsRequest = Shapes::StructureShape.new(name: 'ListReadSetExportJobsRequest')
         
     | 
| 
      
 178 
     | 
    
         
            +
                ListReadSetExportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetExportJobsRequestMaxResultsInteger')
         
     | 
| 
      
 179 
     | 
    
         
            +
                ListReadSetExportJobsResponse = Shapes::StructureShape.new(name: 'ListReadSetExportJobsResponse')
         
     | 
| 
      
 180 
     | 
    
         
            +
                ListReadSetImportJobsRequest = Shapes::StructureShape.new(name: 'ListReadSetImportJobsRequest')
         
     | 
| 
      
 181 
     | 
    
         
            +
                ListReadSetImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetImportJobsRequestMaxResultsInteger')
         
     | 
| 
      
 182 
     | 
    
         
            +
                ListReadSetImportJobsResponse = Shapes::StructureShape.new(name: 'ListReadSetImportJobsResponse')
         
     | 
| 
      
 183 
     | 
    
         
            +
                ListReadSetsRequest = Shapes::StructureShape.new(name: 'ListReadSetsRequest')
         
     | 
| 
      
 184 
     | 
    
         
            +
                ListReadSetsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReadSetsRequestMaxResultsInteger')
         
     | 
| 
      
 185 
     | 
    
         
            +
                ListReadSetsResponse = Shapes::StructureShape.new(name: 'ListReadSetsResponse')
         
     | 
| 
      
 186 
     | 
    
         
            +
                ListReferenceImportJobsRequest = Shapes::StructureShape.new(name: 'ListReferenceImportJobsRequest')
         
     | 
| 
      
 187 
     | 
    
         
            +
                ListReferenceImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReferenceImportJobsRequestMaxResultsInteger')
         
     | 
| 
      
 188 
     | 
    
         
            +
                ListReferenceImportJobsResponse = Shapes::StructureShape.new(name: 'ListReferenceImportJobsResponse')
         
     | 
| 
      
 189 
     | 
    
         
            +
                ListReferenceStoresRequest = Shapes::StructureShape.new(name: 'ListReferenceStoresRequest')
         
     | 
| 
      
 190 
     | 
    
         
            +
                ListReferenceStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReferenceStoresRequestMaxResultsInteger')
         
     | 
| 
      
 191 
     | 
    
         
            +
                ListReferenceStoresResponse = Shapes::StructureShape.new(name: 'ListReferenceStoresResponse')
         
     | 
| 
      
 192 
     | 
    
         
            +
                ListReferencesRequest = Shapes::StructureShape.new(name: 'ListReferencesRequest')
         
     | 
| 
      
 193 
     | 
    
         
            +
                ListReferencesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListReferencesRequestMaxResultsInteger')
         
     | 
| 
      
 194 
     | 
    
         
            +
                ListReferencesResponse = Shapes::StructureShape.new(name: 'ListReferencesResponse')
         
     | 
| 
      
 195 
     | 
    
         
            +
                ListRunGroupsRequest = Shapes::StructureShape.new(name: 'ListRunGroupsRequest')
         
     | 
| 
      
 196 
     | 
    
         
            +
                ListRunGroupsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunGroupsRequestMaxResultsInteger')
         
     | 
| 
      
 197 
     | 
    
         
            +
                ListRunGroupsResponse = Shapes::StructureShape.new(name: 'ListRunGroupsResponse')
         
     | 
| 
      
 198 
     | 
    
         
            +
                ListRunTasksRequest = Shapes::StructureShape.new(name: 'ListRunTasksRequest')
         
     | 
| 
      
 199 
     | 
    
         
            +
                ListRunTasksRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunTasksRequestMaxResultsInteger')
         
     | 
| 
      
 200 
     | 
    
         
            +
                ListRunTasksResponse = Shapes::StructureShape.new(name: 'ListRunTasksResponse')
         
     | 
| 
      
 201 
     | 
    
         
            +
                ListRunsRequest = Shapes::StructureShape.new(name: 'ListRunsRequest')
         
     | 
| 
      
 202 
     | 
    
         
            +
                ListRunsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRunsRequestMaxResultsInteger')
         
     | 
| 
      
 203 
     | 
    
         
            +
                ListRunsResponse = Shapes::StructureShape.new(name: 'ListRunsResponse')
         
     | 
| 
      
 204 
     | 
    
         
            +
                ListSequenceStoresRequest = Shapes::StructureShape.new(name: 'ListSequenceStoresRequest')
         
     | 
| 
      
 205 
     | 
    
         
            +
                ListSequenceStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSequenceStoresRequestMaxResultsInteger')
         
     | 
| 
      
 206 
     | 
    
         
            +
                ListSequenceStoresResponse = Shapes::StructureShape.new(name: 'ListSequenceStoresResponse')
         
     | 
| 
      
 207 
     | 
    
         
            +
                ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
         
     | 
| 
      
 208 
     | 
    
         
            +
                ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
         
     | 
| 
      
 209 
     | 
    
         
            +
                ListVariantImportJobsFilter = Shapes::StructureShape.new(name: 'ListVariantImportJobsFilter')
         
     | 
| 
      
 210 
     | 
    
         
            +
                ListVariantImportJobsRequest = Shapes::StructureShape.new(name: 'ListVariantImportJobsRequest')
         
     | 
| 
      
 211 
     | 
    
         
            +
                ListVariantImportJobsRequestIdsList = Shapes::ListShape.new(name: 'ListVariantImportJobsRequestIdsList')
         
     | 
| 
      
 212 
     | 
    
         
            +
                ListVariantImportJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListVariantImportJobsRequestMaxResultsInteger')
         
     | 
| 
      
 213 
     | 
    
         
            +
                ListVariantImportJobsRequestNextTokenString = Shapes::StringShape.new(name: 'ListVariantImportJobsRequestNextTokenString')
         
     | 
| 
      
 214 
     | 
    
         
            +
                ListVariantImportJobsResponse = Shapes::StructureShape.new(name: 'ListVariantImportJobsResponse')
         
     | 
| 
      
 215 
     | 
    
         
            +
                ListVariantStoresFilter = Shapes::StructureShape.new(name: 'ListVariantStoresFilter')
         
     | 
| 
      
 216 
     | 
    
         
            +
                ListVariantStoresRequest = Shapes::StructureShape.new(name: 'ListVariantStoresRequest')
         
     | 
| 
      
 217 
     | 
    
         
            +
                ListVariantStoresRequestIdsList = Shapes::ListShape.new(name: 'ListVariantStoresRequestIdsList')
         
     | 
| 
      
 218 
     | 
    
         
            +
                ListVariantStoresRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListVariantStoresRequestMaxResultsInteger')
         
     | 
| 
      
 219 
     | 
    
         
            +
                ListVariantStoresRequestNextTokenString = Shapes::StringShape.new(name: 'ListVariantStoresRequestNextTokenString')
         
     | 
| 
      
 220 
     | 
    
         
            +
                ListVariantStoresResponse = Shapes::StructureShape.new(name: 'ListVariantStoresResponse')
         
     | 
| 
      
 221 
     | 
    
         
            +
                ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
         
     | 
| 
      
 222 
     | 
    
         
            +
                ListWorkflowsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkflowsRequestMaxResultsInteger')
         
     | 
| 
      
 223 
     | 
    
         
            +
                ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
         
     | 
| 
      
 224 
     | 
    
         
            +
                Long = Shapes::IntegerShape.new(name: 'Long')
         
     | 
| 
      
 225 
     | 
    
         
            +
                Md5 = Shapes::StringShape.new(name: 'Md5')
         
     | 
| 
      
 226 
     | 
    
         
            +
                NextToken = Shapes::StringShape.new(name: 'NextToken')
         
     | 
| 
      
 227 
     | 
    
         
            +
                PrimitiveBoolean = Shapes::BooleanShape.new(name: 'PrimitiveBoolean')
         
     | 
| 
      
 228 
     | 
    
         
            +
                Quote = Shapes::StringShape.new(name: 'Quote')
         
     | 
| 
      
 229 
     | 
    
         
            +
                QuoteAll = Shapes::BooleanShape.new(name: 'QuoteAll')
         
     | 
| 
      
 230 
     | 
    
         
            +
                Range = Shapes::StringShape.new(name: 'Range')
         
     | 
| 
      
 231 
     | 
    
         
            +
                RangeNotSatisfiableException = Shapes::StructureShape.new(name: 'RangeNotSatisfiableException')
         
     | 
| 
      
 232 
     | 
    
         
            +
                ReadOptions = Shapes::StructureShape.new(name: 'ReadOptions')
         
     | 
| 
      
 233 
     | 
    
         
            +
                ReadSetActivationJobItemStatus = Shapes::StringShape.new(name: 'ReadSetActivationJobItemStatus')
         
     | 
| 
      
 234 
     | 
    
         
            +
                ReadSetActivationJobStatus = Shapes::StringShape.new(name: 'ReadSetActivationJobStatus')
         
     | 
| 
      
 235 
     | 
    
         
            +
                ReadSetArn = Shapes::StringShape.new(name: 'ReadSetArn')
         
     | 
| 
      
 236 
     | 
    
         
            +
                ReadSetBatchError = Shapes::StructureShape.new(name: 'ReadSetBatchError')
         
     | 
| 
      
 237 
     | 
    
         
            +
                ReadSetBatchErrorList = Shapes::ListShape.new(name: 'ReadSetBatchErrorList')
         
     | 
| 
      
 238 
     | 
    
         
            +
                ReadSetDescription = Shapes::StringShape.new(name: 'ReadSetDescription')
         
     | 
| 
      
 239 
     | 
    
         
            +
                ReadSetExportJobItemStatus = Shapes::StringShape.new(name: 'ReadSetExportJobItemStatus')
         
     | 
| 
      
 240 
     | 
    
         
            +
                ReadSetExportJobStatus = Shapes::StringShape.new(name: 'ReadSetExportJobStatus')
         
     | 
| 
      
 241 
     | 
    
         
            +
                ReadSetFile = Shapes::StringShape.new(name: 'ReadSetFile')
         
     | 
| 
      
 242 
     | 
    
         
            +
                ReadSetFiles = Shapes::StructureShape.new(name: 'ReadSetFiles')
         
     | 
| 
      
 243 
     | 
    
         
            +
                ReadSetFilter = Shapes::StructureShape.new(name: 'ReadSetFilter')
         
     | 
| 
      
 244 
     | 
    
         
            +
                ReadSetId = Shapes::StringShape.new(name: 'ReadSetId')
         
     | 
| 
      
 245 
     | 
    
         
            +
                ReadSetIdList = Shapes::ListShape.new(name: 'ReadSetIdList')
         
     | 
| 
      
 246 
     | 
    
         
            +
                ReadSetImportJobItemStatus = Shapes::StringShape.new(name: 'ReadSetImportJobItemStatus')
         
     | 
| 
      
 247 
     | 
    
         
            +
                ReadSetImportJobStatus = Shapes::StringShape.new(name: 'ReadSetImportJobStatus')
         
     | 
| 
      
 248 
     | 
    
         
            +
                ReadSetList = Shapes::ListShape.new(name: 'ReadSetList')
         
     | 
| 
      
 249 
     | 
    
         
            +
                ReadSetListItem = Shapes::StructureShape.new(name: 'ReadSetListItem')
         
     | 
| 
      
 250 
     | 
    
         
            +
                ReadSetName = Shapes::StringShape.new(name: 'ReadSetName')
         
     | 
| 
      
 251 
     | 
    
         
            +
                ReadSetStatus = Shapes::StringShape.new(name: 'ReadSetStatus')
         
     | 
| 
      
 252 
     | 
    
         
            +
                ReadSetStreamingBlob = Shapes::BlobShape.new(name: 'ReadSetStreamingBlob', streaming: true)
         
     | 
| 
      
 253 
     | 
    
         
            +
                ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
         
     | 
| 
      
 254 
     | 
    
         
            +
                ReferenceDescription = Shapes::StringShape.new(name: 'ReferenceDescription')
         
     | 
| 
      
 255 
     | 
    
         
            +
                ReferenceFile = Shapes::StringShape.new(name: 'ReferenceFile')
         
     | 
| 
      
 256 
     | 
    
         
            +
                ReferenceFiles = Shapes::StructureShape.new(name: 'ReferenceFiles')
         
     | 
| 
      
 257 
     | 
    
         
            +
                ReferenceFilter = Shapes::StructureShape.new(name: 'ReferenceFilter')
         
     | 
| 
      
 258 
     | 
    
         
            +
                ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
         
     | 
| 
      
 259 
     | 
    
         
            +
                ReferenceImportJobItemStatus = Shapes::StringShape.new(name: 'ReferenceImportJobItemStatus')
         
     | 
| 
      
 260 
     | 
    
         
            +
                ReferenceImportJobStatus = Shapes::StringShape.new(name: 'ReferenceImportJobStatus')
         
     | 
| 
      
 261 
     | 
    
         
            +
                ReferenceItem = Shapes::UnionShape.new(name: 'ReferenceItem')
         
     | 
| 
      
 262 
     | 
    
         
            +
                ReferenceList = Shapes::ListShape.new(name: 'ReferenceList')
         
     | 
| 
      
 263 
     | 
    
         
            +
                ReferenceListItem = Shapes::StructureShape.new(name: 'ReferenceListItem')
         
     | 
| 
      
 264 
     | 
    
         
            +
                ReferenceName = Shapes::StringShape.new(name: 'ReferenceName')
         
     | 
| 
      
 265 
     | 
    
         
            +
                ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
         
     | 
| 
      
 266 
     | 
    
         
            +
                ReferenceStoreArn = Shapes::StringShape.new(name: 'ReferenceStoreArn')
         
     | 
| 
      
 267 
     | 
    
         
            +
                ReferenceStoreDescription = Shapes::StringShape.new(name: 'ReferenceStoreDescription')
         
     | 
| 
      
 268 
     | 
    
         
            +
                ReferenceStoreDetail = Shapes::StructureShape.new(name: 'ReferenceStoreDetail')
         
     | 
| 
      
 269 
     | 
    
         
            +
                ReferenceStoreDetailList = Shapes::ListShape.new(name: 'ReferenceStoreDetailList')
         
     | 
| 
      
 270 
     | 
    
         
            +
                ReferenceStoreFilter = Shapes::StructureShape.new(name: 'ReferenceStoreFilter')
         
     | 
| 
      
 271 
     | 
    
         
            +
                ReferenceStoreId = Shapes::StringShape.new(name: 'ReferenceStoreId')
         
     | 
| 
      
 272 
     | 
    
         
            +
                ReferenceStoreName = Shapes::StringShape.new(name: 'ReferenceStoreName')
         
     | 
| 
      
 273 
     | 
    
         
            +
                ReferenceStreamingBlob = Shapes::BlobShape.new(name: 'ReferenceStreamingBlob', streaming: true)
         
     | 
| 
      
 274 
     | 
    
         
            +
                RequestTimeoutException = Shapes::StructureShape.new(name: 'RequestTimeoutException')
         
     | 
| 
      
 275 
     | 
    
         
            +
                ResourceId = Shapes::StringShape.new(name: 'ResourceId')
         
     | 
| 
      
 276 
     | 
    
         
            +
                ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
         
     | 
| 
      
 277 
     | 
    
         
            +
                ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
         
     | 
| 
      
 278 
     | 
    
         
            +
                RoleArn = Shapes::StringShape.new(name: 'RoleArn')
         
     | 
| 
      
 279 
     | 
    
         
            +
                RunArn = Shapes::StringShape.new(name: 'RunArn')
         
     | 
| 
      
 280 
     | 
    
         
            +
                RunExport = Shapes::StringShape.new(name: 'RunExport')
         
     | 
| 
      
 281 
     | 
    
         
            +
                RunExportList = Shapes::ListShape.new(name: 'RunExportList')
         
     | 
| 
      
 282 
     | 
    
         
            +
                RunGroupArn = Shapes::StringShape.new(name: 'RunGroupArn')
         
     | 
| 
      
 283 
     | 
    
         
            +
                RunGroupId = Shapes::StringShape.new(name: 'RunGroupId')
         
     | 
| 
      
 284 
     | 
    
         
            +
                RunGroupList = Shapes::ListShape.new(name: 'RunGroupList')
         
     | 
| 
      
 285 
     | 
    
         
            +
                RunGroupListItem = Shapes::StructureShape.new(name: 'RunGroupListItem')
         
     | 
| 
      
 286 
     | 
    
         
            +
                RunGroupListItemMaxCpusInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxCpusInteger')
         
     | 
| 
      
 287 
     | 
    
         
            +
                RunGroupListItemMaxDurationInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxDurationInteger')
         
     | 
| 
      
 288 
     | 
    
         
            +
                RunGroupListItemMaxRunsInteger = Shapes::IntegerShape.new(name: 'RunGroupListItemMaxRunsInteger')
         
     | 
| 
      
 289 
     | 
    
         
            +
                RunGroupListToken = Shapes::StringShape.new(name: 'RunGroupListToken')
         
     | 
| 
      
 290 
     | 
    
         
            +
                RunGroupName = Shapes::StringShape.new(name: 'RunGroupName')
         
     | 
| 
      
 291 
     | 
    
         
            +
                RunGroupRequestId = Shapes::StringShape.new(name: 'RunGroupRequestId')
         
     | 
| 
      
 292 
     | 
    
         
            +
                RunGroupTimestamp = Shapes::TimestampShape.new(name: 'RunGroupTimestamp', timestampFormat: "iso8601")
         
     | 
| 
      
 293 
     | 
    
         
            +
                RunId = Shapes::StringShape.new(name: 'RunId')
         
     | 
| 
      
 294 
     | 
    
         
            +
                RunLeftNormalization = Shapes::BooleanShape.new(name: 'RunLeftNormalization')
         
     | 
| 
      
 295 
     | 
    
         
            +
                RunList = Shapes::ListShape.new(name: 'RunList')
         
     | 
| 
      
 296 
     | 
    
         
            +
                RunListItem = Shapes::StructureShape.new(name: 'RunListItem')
         
     | 
| 
      
 297 
     | 
    
         
            +
                RunListItemPriorityInteger = Shapes::IntegerShape.new(name: 'RunListItemPriorityInteger')
         
     | 
| 
      
 298 
     | 
    
         
            +
                RunListItemStorageCapacityInteger = Shapes::IntegerShape.new(name: 'RunListItemStorageCapacityInteger')
         
     | 
| 
      
 299 
     | 
    
         
            +
                RunListToken = Shapes::StringShape.new(name: 'RunListToken')
         
     | 
| 
      
 300 
     | 
    
         
            +
                RunLogLevel = Shapes::StringShape.new(name: 'RunLogLevel')
         
     | 
| 
      
 301 
     | 
    
         
            +
                RunName = Shapes::StringShape.new(name: 'RunName')
         
     | 
| 
      
 302 
     | 
    
         
            +
                RunOutputUri = Shapes::StringShape.new(name: 'RunOutputUri')
         
     | 
| 
      
 303 
     | 
    
         
            +
                RunParameters = Shapes::DocumentShape.new(name: 'RunParameters', document: true)
         
     | 
| 
      
 304 
     | 
    
         
            +
                RunRequestId = Shapes::StringShape.new(name: 'RunRequestId')
         
     | 
| 
      
 305 
     | 
    
         
            +
                RunResourceDigest = Shapes::StringShape.new(name: 'RunResourceDigest')
         
     | 
| 
      
 306 
     | 
    
         
            +
                RunResourceDigestKey = Shapes::StringShape.new(name: 'RunResourceDigestKey')
         
     | 
| 
      
 307 
     | 
    
         
            +
                RunResourceDigests = Shapes::MapShape.new(name: 'RunResourceDigests')
         
     | 
| 
      
 308 
     | 
    
         
            +
                RunRoleArn = Shapes::StringShape.new(name: 'RunRoleArn')
         
     | 
| 
      
 309 
     | 
    
         
            +
                RunStartedBy = Shapes::StringShape.new(name: 'RunStartedBy')
         
     | 
| 
      
 310 
     | 
    
         
            +
                RunStatus = Shapes::StringShape.new(name: 'RunStatus')
         
     | 
| 
      
 311 
     | 
    
         
            +
                RunStatusMessage = Shapes::StringShape.new(name: 'RunStatusMessage')
         
     | 
| 
      
 312 
     | 
    
         
            +
                RunTimestamp = Shapes::TimestampShape.new(name: 'RunTimestamp', timestampFormat: "iso8601")
         
     | 
| 
      
 313 
     | 
    
         
            +
                S3Destination = Shapes::StringShape.new(name: 'S3Destination')
         
     | 
| 
      
 314 
     | 
    
         
            +
                S3Uri = Shapes::StringShape.new(name: 'S3Uri')
         
     | 
| 
      
 315 
     | 
    
         
            +
                SampleId = Shapes::StringShape.new(name: 'SampleId')
         
     | 
| 
      
 316 
     | 
    
         
            +
                SchemaItem = Shapes::MapShape.new(name: 'SchemaItem')
         
     | 
| 
      
 317 
     | 
    
         
            +
                SchemaValueType = Shapes::StringShape.new(name: 'SchemaValueType')
         
     | 
| 
      
 318 
     | 
    
         
            +
                Separator = Shapes::StringShape.new(name: 'Separator')
         
     | 
| 
      
 319 
     | 
    
         
            +
                SequenceInformation = Shapes::StructureShape.new(name: 'SequenceInformation')
         
     | 
| 
      
 320 
     | 
    
         
            +
                SequenceStoreArn = Shapes::StringShape.new(name: 'SequenceStoreArn')
         
     | 
| 
      
 321 
     | 
    
         
            +
                SequenceStoreDescription = Shapes::StringShape.new(name: 'SequenceStoreDescription')
         
     | 
| 
      
 322 
     | 
    
         
            +
                SequenceStoreDetail = Shapes::StructureShape.new(name: 'SequenceStoreDetail')
         
     | 
| 
      
 323 
     | 
    
         
            +
                SequenceStoreDetailList = Shapes::ListShape.new(name: 'SequenceStoreDetailList')
         
     | 
| 
      
 324 
     | 
    
         
            +
                SequenceStoreFilter = Shapes::StructureShape.new(name: 'SequenceStoreFilter')
         
     | 
| 
      
 325 
     | 
    
         
            +
                SequenceStoreId = Shapes::StringShape.new(name: 'SequenceStoreId')
         
     | 
| 
      
 326 
     | 
    
         
            +
                SequenceStoreName = Shapes::StringShape.new(name: 'SequenceStoreName')
         
     | 
| 
      
 327 
     | 
    
         
            +
                ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
         
     | 
| 
      
 328 
     | 
    
         
            +
                SourceFiles = Shapes::StructureShape.new(name: 'SourceFiles')
         
     | 
| 
      
 329 
     | 
    
         
            +
                SseConfig = Shapes::StructureShape.new(name: 'SseConfig')
         
     | 
| 
      
 330 
     | 
    
         
            +
                SseConfigKeyArnString = Shapes::StringShape.new(name: 'SseConfigKeyArnString')
         
     | 
| 
      
 331 
     | 
    
         
            +
                StartAnnotationImportRequest = Shapes::StructureShape.new(name: 'StartAnnotationImportRequest')
         
     | 
| 
      
 332 
     | 
    
         
            +
                StartAnnotationImportResponse = Shapes::StructureShape.new(name: 'StartAnnotationImportResponse')
         
     | 
| 
      
 333 
     | 
    
         
            +
                StartReadSetActivationJobRequest = Shapes::StructureShape.new(name: 'StartReadSetActivationJobRequest')
         
     | 
| 
      
 334 
     | 
    
         
            +
                StartReadSetActivationJobRequestSourcesList = Shapes::ListShape.new(name: 'StartReadSetActivationJobRequestSourcesList')
         
     | 
| 
      
 335 
     | 
    
         
            +
                StartReadSetActivationJobResponse = Shapes::StructureShape.new(name: 'StartReadSetActivationJobResponse')
         
     | 
| 
      
 336 
     | 
    
         
            +
                StartReadSetActivationJobSourceItem = Shapes::StructureShape.new(name: 'StartReadSetActivationJobSourceItem')
         
     | 
| 
      
 337 
     | 
    
         
            +
                StartReadSetExportJobRequest = Shapes::StructureShape.new(name: 'StartReadSetExportJobRequest')
         
     | 
| 
      
 338 
     | 
    
         
            +
                StartReadSetExportJobRequestSourcesList = Shapes::ListShape.new(name: 'StartReadSetExportJobRequestSourcesList')
         
     | 
| 
      
 339 
     | 
    
         
            +
                StartReadSetExportJobResponse = Shapes::StructureShape.new(name: 'StartReadSetExportJobResponse')
         
     | 
| 
      
 340 
     | 
    
         
            +
                StartReadSetImportJobRequest = Shapes::StructureShape.new(name: 'StartReadSetImportJobRequest')
         
     | 
| 
      
 341 
     | 
    
         
            +
                StartReadSetImportJobRequestSourcesList = Shapes::ListShape.new(name: 'StartReadSetImportJobRequestSourcesList')
         
     | 
| 
      
 342 
     | 
    
         
            +
                StartReadSetImportJobResponse = Shapes::StructureShape.new(name: 'StartReadSetImportJobResponse')
         
     | 
| 
      
 343 
     | 
    
         
            +
                StartReadSetImportJobSourceItem = Shapes::StructureShape.new(name: 'StartReadSetImportJobSourceItem')
         
     | 
| 
      
 344 
     | 
    
         
            +
                StartReferenceImportJobRequest = Shapes::StructureShape.new(name: 'StartReferenceImportJobRequest')
         
     | 
| 
      
 345 
     | 
    
         
            +
                StartReferenceImportJobRequestSourcesList = Shapes::ListShape.new(name: 'StartReferenceImportJobRequestSourcesList')
         
     | 
| 
      
 346 
     | 
    
         
            +
                StartReferenceImportJobResponse = Shapes::StructureShape.new(name: 'StartReferenceImportJobResponse')
         
     | 
| 
      
 347 
     | 
    
         
            +
                StartReferenceImportJobSourceItem = Shapes::StructureShape.new(name: 'StartReferenceImportJobSourceItem')
         
     | 
| 
      
 348 
     | 
    
         
            +
                StartRunRequest = Shapes::StructureShape.new(name: 'StartRunRequest')
         
     | 
| 
      
 349 
     | 
    
         
            +
                StartRunRequestPriorityInteger = Shapes::IntegerShape.new(name: 'StartRunRequestPriorityInteger')
         
     | 
| 
      
 350 
     | 
    
         
            +
                StartRunRequestStorageCapacityInteger = Shapes::IntegerShape.new(name: 'StartRunRequestStorageCapacityInteger')
         
     | 
| 
      
 351 
     | 
    
         
            +
                StartRunResponse = Shapes::StructureShape.new(name: 'StartRunResponse')
         
     | 
| 
      
 352 
     | 
    
         
            +
                StartVariantImportRequest = Shapes::StructureShape.new(name: 'StartVariantImportRequest')
         
     | 
| 
      
 353 
     | 
    
         
            +
                StartVariantImportResponse = Shapes::StructureShape.new(name: 'StartVariantImportResponse')
         
     | 
| 
      
 354 
     | 
    
         
            +
                StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
         
     | 
| 
      
 355 
     | 
    
         
            +
                StoreDescription = Shapes::StringShape.new(name: 'StoreDescription')
         
     | 
| 
      
 356 
     | 
    
         
            +
                StoreFormat = Shapes::StringShape.new(name: 'StoreFormat')
         
     | 
| 
      
 357 
     | 
    
         
            +
                StoreName = Shapes::StringShape.new(name: 'StoreName')
         
     | 
| 
      
 358 
     | 
    
         
            +
                StoreOptions = Shapes::UnionShape.new(name: 'StoreOptions')
         
     | 
| 
      
 359 
     | 
    
         
            +
                StoreStatus = Shapes::StringShape.new(name: 'StoreStatus')
         
     | 
| 
      
 360 
     | 
    
         
            +
                String = Shapes::StringShape.new(name: 'String')
         
     | 
| 
      
 361 
     | 
    
         
            +
                SubjectId = Shapes::StringShape.new(name: 'SubjectId')
         
     | 
| 
      
 362 
     | 
    
         
            +
                SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
         
     | 
| 
      
 363 
     | 
    
         
            +
                TagArn = Shapes::StringShape.new(name: 'TagArn')
         
     | 
| 
      
 364 
     | 
    
         
            +
                TagKey = Shapes::StringShape.new(name: 'TagKey')
         
     | 
| 
      
 365 
     | 
    
         
            +
                TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
         
     | 
| 
      
 366 
     | 
    
         
            +
                TagMap = Shapes::MapShape.new(name: 'TagMap')
         
     | 
| 
      
 367 
     | 
    
         
            +
                TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
         
     | 
| 
      
 368 
     | 
    
         
            +
                TagResourceRequestTagsMap = Shapes::MapShape.new(name: 'TagResourceRequestTagsMap')
         
     | 
| 
      
 369 
     | 
    
         
            +
                TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
         
     | 
| 
      
 370 
     | 
    
         
            +
                TagValue = Shapes::StringShape.new(name: 'TagValue')
         
     | 
| 
      
 371 
     | 
    
         
            +
                TaskId = Shapes::StringShape.new(name: 'TaskId')
         
     | 
| 
      
 372 
     | 
    
         
            +
                TaskList = Shapes::ListShape.new(name: 'TaskList')
         
     | 
| 
      
 373 
     | 
    
         
            +
                TaskListItem = Shapes::StructureShape.new(name: 'TaskListItem')
         
     | 
| 
      
 374 
     | 
    
         
            +
                TaskListItemCpusInteger = Shapes::IntegerShape.new(name: 'TaskListItemCpusInteger')
         
     | 
| 
      
 375 
     | 
    
         
            +
                TaskListItemMemoryInteger = Shapes::IntegerShape.new(name: 'TaskListItemMemoryInteger')
         
     | 
| 
      
 376 
     | 
    
         
            +
                TaskListToken = Shapes::StringShape.new(name: 'TaskListToken')
         
     | 
| 
      
 377 
     | 
    
         
            +
                TaskLogStream = Shapes::StringShape.new(name: 'TaskLogStream')
         
     | 
| 
      
 378 
     | 
    
         
            +
                TaskName = Shapes::StringShape.new(name: 'TaskName')
         
     | 
| 
      
 379 
     | 
    
         
            +
                TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
         
     | 
| 
      
 380 
     | 
    
         
            +
                TaskStatusMessage = Shapes::StringShape.new(name: 'TaskStatusMessage')
         
     | 
| 
      
 381 
     | 
    
         
            +
                TaskTimestamp = Shapes::TimestampShape.new(name: 'TaskTimestamp', timestampFormat: "iso8601")
         
     | 
| 
      
 382 
     | 
    
         
            +
                ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
         
     | 
| 
      
 383 
     | 
    
         
            +
                TsvOptions = Shapes::StructureShape.new(name: 'TsvOptions')
         
     | 
| 
      
 384 
     | 
    
         
            +
                TsvStoreOptions = Shapes::StructureShape.new(name: 'TsvStoreOptions')
         
     | 
| 
      
 385 
     | 
    
         
            +
                TsvStoreOptionsSchemaList = Shapes::ListShape.new(name: 'TsvStoreOptionsSchemaList')
         
     | 
| 
      
 386 
     | 
    
         
            +
                UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
         
     | 
| 
      
 387 
     | 
    
         
            +
                UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
         
     | 
| 
      
 388 
     | 
    
         
            +
                UpdateAnnotationStoreRequest = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreRequest')
         
     | 
| 
      
 389 
     | 
    
         
            +
                UpdateAnnotationStoreResponse = Shapes::StructureShape.new(name: 'UpdateAnnotationStoreResponse')
         
     | 
| 
      
 390 
     | 
    
         
            +
                UpdateRunGroupRequest = Shapes::StructureShape.new(name: 'UpdateRunGroupRequest')
         
     | 
| 
      
 391 
     | 
    
         
            +
                UpdateRunGroupRequestMaxCpusInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxCpusInteger')
         
     | 
| 
      
 392 
     | 
    
         
            +
                UpdateRunGroupRequestMaxDurationInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxDurationInteger')
         
     | 
| 
      
 393 
     | 
    
         
            +
                UpdateRunGroupRequestMaxRunsInteger = Shapes::IntegerShape.new(name: 'UpdateRunGroupRequestMaxRunsInteger')
         
     | 
| 
      
 394 
     | 
    
         
            +
                UpdateTime = Shapes::TimestampShape.new(name: 'UpdateTime', timestampFormat: "iso8601")
         
     | 
| 
      
 395 
     | 
    
         
            +
                UpdateVariantStoreRequest = Shapes::StructureShape.new(name: 'UpdateVariantStoreRequest')
         
     | 
| 
      
 396 
     | 
    
         
            +
                UpdateVariantStoreResponse = Shapes::StructureShape.new(name: 'UpdateVariantStoreResponse')
         
     | 
| 
      
 397 
     | 
    
         
            +
                UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
         
     | 
| 
      
 398 
     | 
    
         
            +
                ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
         
     | 
| 
      
 399 
     | 
    
         
            +
                VariantImportItemDetail = Shapes::StructureShape.new(name: 'VariantImportItemDetail')
         
     | 
| 
      
 400 
     | 
    
         
            +
                VariantImportItemDetails = Shapes::ListShape.new(name: 'VariantImportItemDetails')
         
     | 
| 
      
 401 
     | 
    
         
            +
                VariantImportItemSource = Shapes::StructureShape.new(name: 'VariantImportItemSource')
         
     | 
| 
      
 402 
     | 
    
         
            +
                VariantImportItemSources = Shapes::ListShape.new(name: 'VariantImportItemSources')
         
     | 
| 
      
 403 
     | 
    
         
            +
                VariantImportJobItem = Shapes::StructureShape.new(name: 'VariantImportJobItem')
         
     | 
| 
      
 404 
     | 
    
         
            +
                VariantImportJobItems = Shapes::ListShape.new(name: 'VariantImportJobItems')
         
     | 
| 
      
 405 
     | 
    
         
            +
                VariantStoreItem = Shapes::StructureShape.new(name: 'VariantStoreItem')
         
     | 
| 
      
 406 
     | 
    
         
            +
                VariantStoreItems = Shapes::ListShape.new(name: 'VariantStoreItems')
         
     | 
| 
      
 407 
     | 
    
         
            +
                VcfOptions = Shapes::StructureShape.new(name: 'VcfOptions')
         
     | 
| 
      
 408 
     | 
    
         
            +
                WorkflowArn = Shapes::StringShape.new(name: 'WorkflowArn')
         
     | 
| 
      
 409 
     | 
    
         
            +
                WorkflowDefinition = Shapes::StringShape.new(name: 'WorkflowDefinition')
         
     | 
| 
      
 410 
     | 
    
         
            +
                WorkflowDescription = Shapes::StringShape.new(name: 'WorkflowDescription')
         
     | 
| 
      
 411 
     | 
    
         
            +
                WorkflowDigest = Shapes::StringShape.new(name: 'WorkflowDigest')
         
     | 
| 
      
 412 
     | 
    
         
            +
                WorkflowEngine = Shapes::StringShape.new(name: 'WorkflowEngine')
         
     | 
| 
      
 413 
     | 
    
         
            +
                WorkflowExport = Shapes::StringShape.new(name: 'WorkflowExport')
         
     | 
| 
      
 414 
     | 
    
         
            +
                WorkflowExportList = Shapes::ListShape.new(name: 'WorkflowExportList')
         
     | 
| 
      
 415 
     | 
    
         
            +
                WorkflowId = Shapes::StringShape.new(name: 'WorkflowId')
         
     | 
| 
      
 416 
     | 
    
         
            +
                WorkflowList = Shapes::ListShape.new(name: 'WorkflowList')
         
     | 
| 
      
 417 
     | 
    
         
            +
                WorkflowListItem = Shapes::StructureShape.new(name: 'WorkflowListItem')
         
     | 
| 
      
 418 
     | 
    
         
            +
                WorkflowListToken = Shapes::StringShape.new(name: 'WorkflowListToken')
         
     | 
| 
      
 419 
     | 
    
         
            +
                WorkflowMain = Shapes::StringShape.new(name: 'WorkflowMain')
         
     | 
| 
      
 420 
     | 
    
         
            +
                WorkflowName = Shapes::StringShape.new(name: 'WorkflowName')
         
     | 
| 
      
 421 
     | 
    
         
            +
                WorkflowParameter = Shapes::StructureShape.new(name: 'WorkflowParameter')
         
     | 
| 
      
 422 
     | 
    
         
            +
                WorkflowParameterDescription = Shapes::StringShape.new(name: 'WorkflowParameterDescription')
         
     | 
| 
      
 423 
     | 
    
         
            +
                WorkflowParameterName = Shapes::StringShape.new(name: 'WorkflowParameterName')
         
     | 
| 
      
 424 
     | 
    
         
            +
                WorkflowParameterTemplate = Shapes::MapShape.new(name: 'WorkflowParameterTemplate')
         
     | 
| 
      
 425 
     | 
    
         
            +
                WorkflowRequestId = Shapes::StringShape.new(name: 'WorkflowRequestId')
         
     | 
| 
      
 426 
     | 
    
         
            +
                WorkflowStatus = Shapes::StringShape.new(name: 'WorkflowStatus')
         
     | 
| 
      
 427 
     | 
    
         
            +
                WorkflowStatusMessage = Shapes::StringShape.new(name: 'WorkflowStatusMessage')
         
     | 
| 
      
 428 
     | 
    
         
            +
                WorkflowTimestamp = Shapes::TimestampShape.new(name: 'WorkflowTimestamp', timestampFormat: "iso8601")
         
     | 
| 
      
 429 
     | 
    
         
            +
                WorkflowType = Shapes::StringShape.new(name: 'WorkflowType')
         
     | 
| 
      
 430 
     | 
    
         
            +
             
     | 
| 
      
 431 
     | 
    
         
            +
                AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 432 
     | 
    
         
            +
                AccessDeniedException.struct_class = Types::AccessDeniedException
         
     | 
| 
      
 433 
     | 
    
         
            +
             
     | 
| 
      
 434 
     | 
    
         
            +
                ActivateReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 435 
     | 
    
         
            +
                ActivateReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 436 
     | 
    
         
            +
                ActivateReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, location_name: "status"))
         
     | 
| 
      
 437 
     | 
    
         
            +
                ActivateReadSetFilter.struct_class = Types::ActivateReadSetFilter
         
     | 
| 
      
 438 
     | 
    
         
            +
             
     | 
| 
      
 439 
     | 
    
         
            +
                ActivateReadSetJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 440 
     | 
    
         
            +
                ActivateReadSetJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 441 
     | 
    
         
            +
                ActivateReadSetJobItem.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location_name: "id"))
         
     | 
| 
      
 442 
     | 
    
         
            +
                ActivateReadSetJobItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 443 
     | 
    
         
            +
                ActivateReadSetJobItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 444 
     | 
    
         
            +
                ActivateReadSetJobItem.struct_class = Types::ActivateReadSetJobItem
         
     | 
| 
      
 445 
     | 
    
         
            +
             
     | 
| 
      
 446 
     | 
    
         
            +
                ActivateReadSetJobList.member = Shapes::ShapeRef.new(shape: ActivateReadSetJobItem)
         
     | 
| 
      
 447 
     | 
    
         
            +
             
     | 
| 
      
 448 
     | 
    
         
            +
                ActivateReadSetSourceItem.add_member(:read_set_id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "readSetId"))
         
     | 
| 
      
 449 
     | 
    
         
            +
                ActivateReadSetSourceItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobItemStatus, required: true, location_name: "status"))
         
     | 
| 
      
 450 
     | 
    
         
            +
                ActivateReadSetSourceItem.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 451 
     | 
    
         
            +
                ActivateReadSetSourceItem.struct_class = Types::ActivateReadSetSourceItem
         
     | 
| 
      
 452 
     | 
    
         
            +
             
     | 
| 
      
 453 
     | 
    
         
            +
                ActivateReadSetSourceList.member = Shapes::ShapeRef.new(shape: ActivateReadSetSourceItem)
         
     | 
| 
      
 454 
     | 
    
         
            +
             
     | 
| 
      
 455 
     | 
    
         
            +
                AnnotationImportItemDetail.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
         
     | 
| 
      
 456 
     | 
    
         
            +
                AnnotationImportItemDetail.add_member(:source, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source"))
         
     | 
| 
      
 457 
     | 
    
         
            +
                AnnotationImportItemDetail.struct_class = Types::AnnotationImportItemDetail
         
     | 
| 
      
 458 
     | 
    
         
            +
             
     | 
| 
      
 459 
     | 
    
         
            +
                AnnotationImportItemDetails.member = Shapes::ShapeRef.new(shape: AnnotationImportItemDetail)
         
     | 
| 
      
 460 
     | 
    
         
            +
             
     | 
| 
      
 461 
     | 
    
         
            +
                AnnotationImportItemSource.add_member(:source, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source"))
         
     | 
| 
      
 462 
     | 
    
         
            +
                AnnotationImportItemSource.struct_class = Types::AnnotationImportItemSource
         
     | 
| 
      
 463 
     | 
    
         
            +
             
     | 
| 
      
 464 
     | 
    
         
            +
                AnnotationImportItemSources.member = Shapes::ShapeRef.new(shape: AnnotationImportItemSource)
         
     | 
| 
      
 465 
     | 
    
         
            +
             
     | 
| 
      
 466 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
         
     | 
| 
      
 467 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 468 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
         
     | 
| 
      
 469 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
         
     | 
| 
      
 470 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 471 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
         
     | 
| 
      
 472 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 473 
     | 
    
         
            +
                AnnotationImportJobItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 474 
     | 
    
         
            +
                AnnotationImportJobItem.struct_class = Types::AnnotationImportJobItem
         
     | 
| 
      
 475 
     | 
    
         
            +
             
     | 
| 
      
 476 
     | 
    
         
            +
                AnnotationImportJobItems.member = Shapes::ShapeRef.new(shape: AnnotationImportJobItem)
         
     | 
| 
      
 477 
     | 
    
         
            +
             
     | 
| 
      
 478 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 479 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
         
     | 
| 
      
 480 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 481 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 482 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 483 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
         
     | 
| 
      
 484 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 485 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
         
     | 
| 
      
 486 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
         
     | 
| 
      
 487 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
         
     | 
| 
      
 488 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
         
     | 
| 
      
 489 
     | 
    
         
            +
                AnnotationStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 490 
     | 
    
         
            +
                AnnotationStoreItem.struct_class = Types::AnnotationStoreItem
         
     | 
| 
      
 491 
     | 
    
         
            +
             
     | 
| 
      
 492 
     | 
    
         
            +
                AnnotationStoreItems.member = Shapes::ShapeRef.new(shape: AnnotationStoreItem)
         
     | 
| 
      
 493 
     | 
    
         
            +
             
     | 
| 
      
 494 
     | 
    
         
            +
                BatchDeleteReadSetRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ReadSetIdList, required: true, location_name: "ids"))
         
     | 
| 
      
 495 
     | 
    
         
            +
                BatchDeleteReadSetRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 496 
     | 
    
         
            +
                BatchDeleteReadSetRequest.struct_class = Types::BatchDeleteReadSetRequest
         
     | 
| 
      
 497 
     | 
    
         
            +
             
     | 
| 
      
 498 
     | 
    
         
            +
                BatchDeleteReadSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ReadSetBatchErrorList, location_name: "errors"))
         
     | 
| 
      
 499 
     | 
    
         
            +
                BatchDeleteReadSetResponse.struct_class = Types::BatchDeleteReadSetResponse
         
     | 
| 
      
 500 
     | 
    
         
            +
             
     | 
| 
      
 501 
     | 
    
         
            +
                CancelAnnotationImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
         
     | 
| 
      
 502 
     | 
    
         
            +
                CancelAnnotationImportRequest.struct_class = Types::CancelAnnotationImportRequest
         
     | 
| 
      
 503 
     | 
    
         
            +
             
     | 
| 
      
 504 
     | 
    
         
            +
                CancelAnnotationImportResponse.struct_class = Types::CancelAnnotationImportResponse
         
     | 
| 
      
 505 
     | 
    
         
            +
             
     | 
| 
      
 506 
     | 
    
         
            +
                CancelRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 507 
     | 
    
         
            +
                CancelRunRequest.struct_class = Types::CancelRunRequest
         
     | 
| 
      
 508 
     | 
    
         
            +
             
     | 
| 
      
 509 
     | 
    
         
            +
                CancelVariantImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
         
     | 
| 
      
 510 
     | 
    
         
            +
                CancelVariantImportRequest.struct_class = Types::CancelVariantImportRequest
         
     | 
| 
      
 511 
     | 
    
         
            +
             
     | 
| 
      
 512 
     | 
    
         
            +
                CancelVariantImportResponse.struct_class = Types::CancelVariantImportResponse
         
     | 
| 
      
 513 
     | 
    
         
            +
             
     | 
| 
      
 514 
     | 
    
         
            +
                ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 515 
     | 
    
         
            +
                ConflictException.struct_class = Types::ConflictException
         
     | 
| 
      
 516 
     | 
    
         
            +
             
     | 
| 
      
 517 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
         
     | 
| 
      
 518 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateAnnotationStoreRequestNameString, location_name: "name"))
         
     | 
| 
      
 519 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
         
     | 
| 
      
 520 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 521 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, required: true, location_name: "storeFormat"))
         
     | 
| 
      
 522 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
         
     | 
| 
      
 523 
     | 
    
         
            +
                CreateAnnotationStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 524 
     | 
    
         
            +
                CreateAnnotationStoreRequest.struct_class = Types::CreateAnnotationStoreRequest
         
     | 
| 
      
 525 
     | 
    
         
            +
             
     | 
| 
      
 526 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 527 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 528 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 529 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
         
     | 
| 
      
 530 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 531 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
         
     | 
| 
      
 532 
     | 
    
         
            +
                CreateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
         
     | 
| 
      
 533 
     | 
    
         
            +
                CreateAnnotationStoreResponse.struct_class = Types::CreateAnnotationStoreResponse
         
     | 
| 
      
 534 
     | 
    
         
            +
             
     | 
| 
      
 535 
     | 
    
         
            +
                CreateReferenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         
     | 
| 
      
 536 
     | 
    
         
            +
                CreateReferenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 537 
     | 
    
         
            +
                CreateReferenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, required: true, location_name: "name"))
         
     | 
| 
      
 538 
     | 
    
         
            +
                CreateReferenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 539 
     | 
    
         
            +
                CreateReferenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 540 
     | 
    
         
            +
                CreateReferenceStoreRequest.struct_class = Types::CreateReferenceStoreRequest
         
     | 
| 
      
 541 
     | 
    
         
            +
             
     | 
| 
      
 542 
     | 
    
         
            +
                CreateReferenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
         
     | 
| 
      
 543 
     | 
    
         
            +
                CreateReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 544 
     | 
    
         
            +
                CreateReferenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 545 
     | 
    
         
            +
                CreateReferenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "id"))
         
     | 
| 
      
 546 
     | 
    
         
            +
                CreateReferenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
         
     | 
| 
      
 547 
     | 
    
         
            +
                CreateReferenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 548 
     | 
    
         
            +
                CreateReferenceStoreResponse.struct_class = Types::CreateReferenceStoreResponse
         
     | 
| 
      
 549 
     | 
    
         
            +
             
     | 
| 
      
 550 
     | 
    
         
            +
                CreateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
         
     | 
| 
      
 551 
     | 
    
         
            +
                CreateRunGroupRequest.add_member(:max_duration, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxDurationInteger, location_name: "maxDuration"))
         
     | 
| 
      
 552 
     | 
    
         
            +
                CreateRunGroupRequest.add_member(:max_runs, Shapes::ShapeRef.new(shape: CreateRunGroupRequestMaxRunsInteger, location_name: "maxRuns"))
         
     | 
| 
      
 553 
     | 
    
         
            +
                CreateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
         
     | 
| 
      
 554 
     | 
    
         
            +
                CreateRunGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunGroupRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
         
     | 
| 
      
 555 
     | 
    
         
            +
                CreateRunGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 556 
     | 
    
         
            +
                CreateRunGroupRequest.struct_class = Types::CreateRunGroupRequest
         
     | 
| 
      
 557 
     | 
    
         
            +
             
     | 
| 
      
 558 
     | 
    
         
            +
                CreateRunGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunGroupArn, location_name: "arn"))
         
     | 
| 
      
 559 
     | 
    
         
            +
                CreateRunGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "id"))
         
     | 
| 
      
 560 
     | 
    
         
            +
                CreateRunGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 561 
     | 
    
         
            +
                CreateRunGroupResponse.struct_class = Types::CreateRunGroupResponse
         
     | 
| 
      
 562 
     | 
    
         
            +
             
     | 
| 
      
 563 
     | 
    
         
            +
                CreateSequenceStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         
     | 
| 
      
 564 
     | 
    
         
            +
                CreateSequenceStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 565 
     | 
    
         
            +
                CreateSequenceStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, required: true, location_name: "name"))
         
     | 
| 
      
 566 
     | 
    
         
            +
                CreateSequenceStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 567 
     | 
    
         
            +
                CreateSequenceStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 568 
     | 
    
         
            +
                CreateSequenceStoreRequest.struct_class = Types::CreateSequenceStoreRequest
         
     | 
| 
      
 569 
     | 
    
         
            +
             
     | 
| 
      
 570 
     | 
    
         
            +
                CreateSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
         
     | 
| 
      
 571 
     | 
    
         
            +
                CreateSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 572 
     | 
    
         
            +
                CreateSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 573 
     | 
    
         
            +
                CreateSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
         
     | 
| 
      
 574 
     | 
    
         
            +
                CreateSequenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         
     | 
| 
      
 575 
     | 
    
         
            +
                CreateSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 576 
     | 
    
         
            +
                CreateSequenceStoreResponse.struct_class = Types::CreateSequenceStoreResponse
         
     | 
| 
      
 577 
     | 
    
         
            +
             
     | 
| 
      
 578 
     | 
    
         
            +
                CreateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
         
     | 
| 
      
 579 
     | 
    
         
            +
                CreateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateVariantStoreRequestNameString, location_name: "name"))
         
     | 
| 
      
 580 
     | 
    
         
            +
                CreateVariantStoreRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 581 
     | 
    
         
            +
                CreateVariantStoreRequest.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 582 
     | 
    
         
            +
                CreateVariantStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 583 
     | 
    
         
            +
                CreateVariantStoreRequest.struct_class = Types::CreateVariantStoreRequest
         
     | 
| 
      
 584 
     | 
    
         
            +
             
     | 
| 
      
 585 
     | 
    
         
            +
                CreateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 586 
     | 
    
         
            +
                CreateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 587 
     | 
    
         
            +
                CreateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 588 
     | 
    
         
            +
                CreateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, location_name: "reference"))
         
     | 
| 
      
 589 
     | 
    
         
            +
                CreateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 590 
     | 
    
         
            +
                CreateVariantStoreResponse.struct_class = Types::CreateVariantStoreResponse
         
     | 
| 
      
 591 
     | 
    
         
            +
             
     | 
| 
      
 592 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:definition_uri, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definitionUri"))
         
     | 
| 
      
 593 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:definition_zip, Shapes::ShapeRef.new(shape: Blob, location_name: "definitionZip"))
         
     | 
| 
      
 594 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
         
     | 
| 
      
 595 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:engine, Shapes::ShapeRef.new(shape: WorkflowEngine, location_name: "engine"))
         
     | 
| 
      
 596 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:main, Shapes::ShapeRef.new(shape: WorkflowMain, location_name: "main"))
         
     | 
| 
      
 597 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
         
     | 
| 
      
 598 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:parameter_template, Shapes::ShapeRef.new(shape: WorkflowParameterTemplate, location_name: "parameterTemplate"))
         
     | 
| 
      
 599 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: WorkflowRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
         
     | 
| 
      
 600 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: CreateWorkflowRequestStorageCapacityInteger, location_name: "storageCapacity"))
         
     | 
| 
      
 601 
     | 
    
         
            +
                CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 602 
     | 
    
         
            +
                CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
         
     | 
| 
      
 603 
     | 
    
         
            +
             
     | 
| 
      
 604 
     | 
    
         
            +
                CreateWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
         
     | 
| 
      
 605 
     | 
    
         
            +
                CreateWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
         
     | 
| 
      
 606 
     | 
    
         
            +
                CreateWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
         
     | 
| 
      
 607 
     | 
    
         
            +
                CreateWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 608 
     | 
    
         
            +
                CreateWorkflowResponse.struct_class = Types::CreateWorkflowResponse
         
     | 
| 
      
 609 
     | 
    
         
            +
             
     | 
| 
      
 610 
     | 
    
         
            +
                DeleteAnnotationStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
         
     | 
| 
      
 611 
     | 
    
         
            +
                DeleteAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         
     | 
| 
      
 612 
     | 
    
         
            +
                DeleteAnnotationStoreRequest.struct_class = Types::DeleteAnnotationStoreRequest
         
     | 
| 
      
 613 
     | 
    
         
            +
             
     | 
| 
      
 614 
     | 
    
         
            +
                DeleteAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 615 
     | 
    
         
            +
                DeleteAnnotationStoreResponse.struct_class = Types::DeleteAnnotationStoreResponse
         
     | 
| 
      
 616 
     | 
    
         
            +
             
     | 
| 
      
 617 
     | 
    
         
            +
                DeleteReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 618 
     | 
    
         
            +
                DeleteReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 619 
     | 
    
         
            +
                DeleteReferenceRequest.struct_class = Types::DeleteReferenceRequest
         
     | 
| 
      
 620 
     | 
    
         
            +
             
     | 
| 
      
 621 
     | 
    
         
            +
                DeleteReferenceResponse.struct_class = Types::DeleteReferenceResponse
         
     | 
| 
      
 622 
     | 
    
         
            +
             
     | 
| 
      
 623 
     | 
    
         
            +
                DeleteReferenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 624 
     | 
    
         
            +
                DeleteReferenceStoreRequest.struct_class = Types::DeleteReferenceStoreRequest
         
     | 
| 
      
 625 
     | 
    
         
            +
             
     | 
| 
      
 626 
     | 
    
         
            +
                DeleteReferenceStoreResponse.struct_class = Types::DeleteReferenceStoreResponse
         
     | 
| 
      
 627 
     | 
    
         
            +
             
     | 
| 
      
 628 
     | 
    
         
            +
                DeleteRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 629 
     | 
    
         
            +
                DeleteRunGroupRequest.struct_class = Types::DeleteRunGroupRequest
         
     | 
| 
      
 630 
     | 
    
         
            +
             
     | 
| 
      
 631 
     | 
    
         
            +
                DeleteRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 632 
     | 
    
         
            +
                DeleteRunRequest.struct_class = Types::DeleteRunRequest
         
     | 
| 
      
 633 
     | 
    
         
            +
             
     | 
| 
      
 634 
     | 
    
         
            +
                DeleteSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 635 
     | 
    
         
            +
                DeleteSequenceStoreRequest.struct_class = Types::DeleteSequenceStoreRequest
         
     | 
| 
      
 636 
     | 
    
         
            +
             
     | 
| 
      
 637 
     | 
    
         
            +
                DeleteSequenceStoreResponse.struct_class = Types::DeleteSequenceStoreResponse
         
     | 
| 
      
 638 
     | 
    
         
            +
             
     | 
| 
      
 639 
     | 
    
         
            +
                DeleteVariantStoreRequest.add_member(:force, Shapes::ShapeRef.new(shape: PrimitiveBoolean, location: "querystring", location_name: "force"))
         
     | 
| 
      
 640 
     | 
    
         
            +
                DeleteVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         
     | 
| 
      
 641 
     | 
    
         
            +
                DeleteVariantStoreRequest.struct_class = Types::DeleteVariantStoreRequest
         
     | 
| 
      
 642 
     | 
    
         
            +
             
     | 
| 
      
 643 
     | 
    
         
            +
                DeleteVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 644 
     | 
    
         
            +
                DeleteVariantStoreResponse.struct_class = Types::DeleteVariantStoreResponse
         
     | 
| 
      
 645 
     | 
    
         
            +
             
     | 
| 
      
 646 
     | 
    
         
            +
                DeleteWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 647 
     | 
    
         
            +
                DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
         
     | 
| 
      
 648 
     | 
    
         
            +
             
     | 
| 
      
 649 
     | 
    
         
            +
                ExportReadSet.add_member(:read_set_id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "readSetId"))
         
     | 
| 
      
 650 
     | 
    
         
            +
                ExportReadSet.struct_class = Types::ExportReadSet
         
     | 
| 
      
 651 
     | 
    
         
            +
             
     | 
| 
      
 652 
     | 
    
         
            +
                ExportReadSetDetail.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
         
     | 
| 
      
 653 
     | 
    
         
            +
                ExportReadSetDetail.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobItemStatus, required: true, location_name: "status"))
         
     | 
| 
      
 654 
     | 
    
         
            +
                ExportReadSetDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 655 
     | 
    
         
            +
                ExportReadSetDetail.struct_class = Types::ExportReadSetDetail
         
     | 
| 
      
 656 
     | 
    
         
            +
             
     | 
| 
      
 657 
     | 
    
         
            +
                ExportReadSetDetailList.member = Shapes::ShapeRef.new(shape: ExportReadSetDetail)
         
     | 
| 
      
 658 
     | 
    
         
            +
             
     | 
| 
      
 659 
     | 
    
         
            +
                ExportReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 660 
     | 
    
         
            +
                ExportReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 661 
     | 
    
         
            +
                ExportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, location_name: "status"))
         
     | 
| 
      
 662 
     | 
    
         
            +
                ExportReadSetFilter.struct_class = Types::ExportReadSetFilter
         
     | 
| 
      
 663 
     | 
    
         
            +
             
     | 
| 
      
 664 
     | 
    
         
            +
                ExportReadSetJobDetail.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 665 
     | 
    
         
            +
                ExportReadSetJobDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 666 
     | 
    
         
            +
                ExportReadSetJobDetail.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
         
     | 
| 
      
 667 
     | 
    
         
            +
                ExportReadSetJobDetail.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 668 
     | 
    
         
            +
                ExportReadSetJobDetail.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 669 
     | 
    
         
            +
                ExportReadSetJobDetail.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 670 
     | 
    
         
            +
                ExportReadSetJobDetail.struct_class = Types::ExportReadSetJobDetail
         
     | 
| 
      
 671 
     | 
    
         
            +
             
     | 
| 
      
 672 
     | 
    
         
            +
                ExportReadSetJobDetailList.member = Shapes::ShapeRef.new(shape: ExportReadSetJobDetail)
         
     | 
| 
      
 673 
     | 
    
         
            +
             
     | 
| 
      
 674 
     | 
    
         
            +
                FileInformation.add_member(:content_length, Shapes::ShapeRef.new(shape: FileInformationContentLengthLong, location_name: "contentLength"))
         
     | 
| 
      
 675 
     | 
    
         
            +
                FileInformation.add_member(:part_size, Shapes::ShapeRef.new(shape: FileInformationPartSizeLong, location_name: "partSize"))
         
     | 
| 
      
 676 
     | 
    
         
            +
                FileInformation.add_member(:total_parts, Shapes::ShapeRef.new(shape: FileInformationTotalPartsInteger, location_name: "totalParts"))
         
     | 
| 
      
 677 
     | 
    
         
            +
                FileInformation.struct_class = Types::FileInformation
         
     | 
| 
      
 678 
     | 
    
         
            +
             
     | 
| 
      
 679 
     | 
    
         
            +
                FormatOptions.add_member(:tsv_options, Shapes::ShapeRef.new(shape: TsvOptions, location_name: "tsvOptions"))
         
     | 
| 
      
 680 
     | 
    
         
            +
                FormatOptions.add_member(:vcf_options, Shapes::ShapeRef.new(shape: VcfOptions, location_name: "vcfOptions"))
         
     | 
| 
      
 681 
     | 
    
         
            +
                FormatOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         
     | 
| 
      
 682 
     | 
    
         
            +
                FormatOptions.add_member_subclass(:tsv_options, Types::FormatOptions::TsvOptions)
         
     | 
| 
      
 683 
     | 
    
         
            +
                FormatOptions.add_member_subclass(:vcf_options, Types::FormatOptions::VcfOptions)
         
     | 
| 
      
 684 
     | 
    
         
            +
                FormatOptions.add_member_subclass(:unknown, Types::FormatOptions::Unknown)
         
     | 
| 
      
 685 
     | 
    
         
            +
                FormatOptions.struct_class = Types::FormatOptions
         
     | 
| 
      
 686 
     | 
    
         
            +
             
     | 
| 
      
 687 
     | 
    
         
            +
                FormatToHeader.key = Shapes::ShapeRef.new(shape: FormatToHeaderKey)
         
     | 
| 
      
 688 
     | 
    
         
            +
                FormatToHeader.value = Shapes::ShapeRef.new(shape: FormatToHeaderValueString)
         
     | 
| 
      
 689 
     | 
    
         
            +
             
     | 
| 
      
 690 
     | 
    
         
            +
                GetAnnotationImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
         
     | 
| 
      
 691 
     | 
    
         
            +
                GetAnnotationImportRequest.struct_class = Types::GetAnnotationImportRequest
         
     | 
| 
      
 692 
     | 
    
         
            +
             
     | 
| 
      
 693 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, required: true, location_name: "completionTime"))
         
     | 
| 
      
 694 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 695 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
         
     | 
| 
      
 696 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, required: true, location_name: "formatOptions"))
         
     | 
| 
      
 697 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 698 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemDetails, required: true, location_name: "items"))
         
     | 
| 
      
 699 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 700 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, required: true, location_name: "runLeftNormalization"))
         
     | 
| 
      
 701 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 702 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
         
     | 
| 
      
 703 
     | 
    
         
            +
                GetAnnotationImportResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 704 
     | 
    
         
            +
                GetAnnotationImportResponse.struct_class = Types::GetAnnotationImportResponse
         
     | 
| 
      
 705 
     | 
    
         
            +
             
     | 
| 
      
 706 
     | 
    
         
            +
                GetAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         
     | 
| 
      
 707 
     | 
    
         
            +
                GetAnnotationStoreRequest.struct_class = Types::GetAnnotationStoreRequest
         
     | 
| 
      
 708 
     | 
    
         
            +
             
     | 
| 
      
 709 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 710 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
         
     | 
| 
      
 711 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 712 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 713 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 714 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
         
     | 
| 
      
 715 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 716 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
         
     | 
| 
      
 717 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
         
     | 
| 
      
 718 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
         
     | 
| 
      
 719 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
         
     | 
| 
      
 720 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
         
     | 
| 
      
 721 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
         
     | 
| 
      
 722 
     | 
    
         
            +
                GetAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 723 
     | 
    
         
            +
                GetAnnotationStoreResponse.struct_class = Types::GetAnnotationStoreResponse
         
     | 
| 
      
 724 
     | 
    
         
            +
             
     | 
| 
      
 725 
     | 
    
         
            +
                GetReadSetActivationJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 726 
     | 
    
         
            +
                GetReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 727 
     | 
    
         
            +
                GetReadSetActivationJobRequest.struct_class = Types::GetReadSetActivationJobRequest
         
     | 
| 
      
 728 
     | 
    
         
            +
             
     | 
| 
      
 729 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 730 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 731 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location_name: "id"))
         
     | 
| 
      
 732 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 733 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ActivateReadSetSourceList, location_name: "sources"))
         
     | 
| 
      
 734 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 735 
     | 
    
         
            +
                GetReadSetActivationJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 736 
     | 
    
         
            +
                GetReadSetActivationJobResponse.struct_class = Types::GetReadSetActivationJobResponse
         
     | 
| 
      
 737 
     | 
    
         
            +
             
     | 
| 
      
 738 
     | 
    
         
            +
                GetReadSetExportJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 739 
     | 
    
         
            +
                GetReadSetExportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 740 
     | 
    
         
            +
                GetReadSetExportJobRequest.struct_class = Types::GetReadSetExportJobRequest
         
     | 
| 
      
 741 
     | 
    
         
            +
             
     | 
| 
      
 742 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 743 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 744 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
         
     | 
| 
      
 745 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 746 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:read_sets, Shapes::ShapeRef.new(shape: ExportReadSetDetailList, location_name: "readSets"))
         
     | 
| 
      
 747 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 748 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 749 
     | 
    
         
            +
                GetReadSetExportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 750 
     | 
    
         
            +
                GetReadSetExportJobResponse.struct_class = Types::GetReadSetExportJobResponse
         
     | 
| 
      
 751 
     | 
    
         
            +
             
     | 
| 
      
 752 
     | 
    
         
            +
                GetReadSetImportJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 753 
     | 
    
         
            +
                GetReadSetImportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 754 
     | 
    
         
            +
                GetReadSetImportJobRequest.struct_class = Types::GetReadSetImportJobRequest
         
     | 
| 
      
 755 
     | 
    
         
            +
             
     | 
| 
      
 756 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 757 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 758 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 759 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 760 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 761 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ImportReadSetSourceList, required: true, location_name: "sources"))
         
     | 
| 
      
 762 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 763 
     | 
    
         
            +
                GetReadSetImportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 764 
     | 
    
         
            +
                GetReadSetImportJobResponse.struct_class = Types::GetReadSetImportJobResponse
         
     | 
| 
      
 765 
     | 
    
         
            +
             
     | 
| 
      
 766 
     | 
    
         
            +
                GetReadSetMetadataRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 767 
     | 
    
         
            +
                GetReadSetMetadataRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 768 
     | 
    
         
            +
                GetReadSetMetadataRequest.struct_class = Types::GetReadSetMetadataRequest
         
     | 
| 
      
 769 
     | 
    
         
            +
             
     | 
| 
      
 770 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReadSetArn, required: true, location_name: "arn"))
         
     | 
| 
      
 771 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 772 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
         
     | 
| 
      
 773 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "fileType"))
         
     | 
| 
      
 774 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReadSetFiles, location_name: "files"))
         
     | 
| 
      
 775 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
         
     | 
| 
      
 776 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
         
     | 
| 
      
 777 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
         
     | 
| 
      
 778 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
         
     | 
| 
      
 779 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:sequence_information, Shapes::ShapeRef.new(shape: SequenceInformation, location_name: "sequenceInformation"))
         
     | 
| 
      
 780 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 781 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, required: true, location_name: "status"))
         
     | 
| 
      
 782 
     | 
    
         
            +
                GetReadSetMetadataResponse.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
         
     | 
| 
      
 783 
     | 
    
         
            +
                GetReadSetMetadataResponse.struct_class = Types::GetReadSetMetadataResponse
         
     | 
| 
      
 784 
     | 
    
         
            +
             
     | 
| 
      
 785 
     | 
    
         
            +
                GetReadSetRequest.add_member(:file, Shapes::ShapeRef.new(shape: ReadSetFile, location: "querystring", location_name: "file"))
         
     | 
| 
      
 786 
     | 
    
         
            +
                GetReadSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 787 
     | 
    
         
            +
                GetReadSetRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: GetReadSetRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
         
     | 
| 
      
 788 
     | 
    
         
            +
                GetReadSetRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 789 
     | 
    
         
            +
                GetReadSetRequest.struct_class = Types::GetReadSetRequest
         
     | 
| 
      
 790 
     | 
    
         
            +
             
     | 
| 
      
 791 
     | 
    
         
            +
                GetReadSetResponse.add_member(:payload, Shapes::ShapeRef.new(shape: ReadSetStreamingBlob, location_name: "payload"))
         
     | 
| 
      
 792 
     | 
    
         
            +
                GetReadSetResponse.struct_class = Types::GetReadSetResponse
         
     | 
| 
      
 793 
     | 
    
         
            +
                GetReadSetResponse[:payload] = :payload
         
     | 
| 
      
 794 
     | 
    
         
            +
                GetReadSetResponse[:payload_member] = GetReadSetResponse.member(:payload)
         
     | 
| 
      
 795 
     | 
    
         
            +
             
     | 
| 
      
 796 
     | 
    
         
            +
                GetReferenceImportJobRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 797 
     | 
    
         
            +
                GetReferenceImportJobRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 798 
     | 
    
         
            +
                GetReferenceImportJobRequest.struct_class = Types::GetReferenceImportJobRequest
         
     | 
| 
      
 799 
     | 
    
         
            +
             
     | 
| 
      
 800 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 801 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 802 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 803 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
         
     | 
| 
      
 804 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 805 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: ImportReferenceSourceList, required: true, location_name: "sources"))
         
     | 
| 
      
 806 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 807 
     | 
    
         
            +
                GetReferenceImportJobResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 808 
     | 
    
         
            +
                GetReferenceImportJobResponse.struct_class = Types::GetReferenceImportJobResponse
         
     | 
| 
      
 809 
     | 
    
         
            +
             
     | 
| 
      
 810 
     | 
    
         
            +
                GetReferenceMetadataRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 811 
     | 
    
         
            +
                GetReferenceMetadataRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 812 
     | 
    
         
            +
                GetReferenceMetadataRequest.struct_class = Types::GetReferenceMetadataRequest
         
     | 
| 
      
 813 
     | 
    
         
            +
             
     | 
| 
      
 814 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "arn"))
         
     | 
| 
      
 815 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 816 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
         
     | 
| 
      
 817 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:files, Shapes::ShapeRef.new(shape: ReferenceFiles, location_name: "files"))
         
     | 
| 
      
 818 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "id"))
         
     | 
| 
      
 819 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, required: true, location_name: "md5"))
         
     | 
| 
      
 820 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
         
     | 
| 
      
 821 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
         
     | 
| 
      
 822 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "status"))
         
     | 
| 
      
 823 
     | 
    
         
            +
                GetReferenceMetadataResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
         
     | 
| 
      
 824 
     | 
    
         
            +
                GetReferenceMetadataResponse.struct_class = Types::GetReferenceMetadataResponse
         
     | 
| 
      
 825 
     | 
    
         
            +
             
     | 
| 
      
 826 
     | 
    
         
            +
                GetReferenceRequest.add_member(:file, Shapes::ShapeRef.new(shape: ReferenceFile, location: "querystring", location_name: "file"))
         
     | 
| 
      
 827 
     | 
    
         
            +
                GetReferenceRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 828 
     | 
    
         
            +
                GetReferenceRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: GetReferenceRequestPartNumberInteger, required: true, location: "querystring", location_name: "partNumber"))
         
     | 
| 
      
 829 
     | 
    
         
            +
                GetReferenceRequest.add_member(:range, Shapes::ShapeRef.new(shape: Range, location: "header", location_name: "Range"))
         
     | 
| 
      
 830 
     | 
    
         
            +
                GetReferenceRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 831 
     | 
    
         
            +
                GetReferenceRequest.struct_class = Types::GetReferenceRequest
         
     | 
| 
      
 832 
     | 
    
         
            +
             
     | 
| 
      
 833 
     | 
    
         
            +
                GetReferenceResponse.add_member(:payload, Shapes::ShapeRef.new(shape: ReferenceStreamingBlob, location_name: "payload"))
         
     | 
| 
      
 834 
     | 
    
         
            +
                GetReferenceResponse.struct_class = Types::GetReferenceResponse
         
     | 
| 
      
 835 
     | 
    
         
            +
                GetReferenceResponse[:payload] = :payload
         
     | 
| 
      
 836 
     | 
    
         
            +
                GetReferenceResponse[:payload_member] = GetReferenceResponse.member(:payload)
         
     | 
| 
      
 837 
     | 
    
         
            +
             
     | 
| 
      
 838 
     | 
    
         
            +
                GetReferenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 839 
     | 
    
         
            +
                GetReferenceStoreRequest.struct_class = Types::GetReferenceStoreRequest
         
     | 
| 
      
 840 
     | 
    
         
            +
             
     | 
| 
      
 841 
     | 
    
         
            +
                GetReferenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
         
     | 
| 
      
 842 
     | 
    
         
            +
                GetReferenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 843 
     | 
    
         
            +
                GetReferenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 844 
     | 
    
         
            +
                GetReferenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "id"))
         
     | 
| 
      
 845 
     | 
    
         
            +
                GetReferenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
         
     | 
| 
      
 846 
     | 
    
         
            +
                GetReferenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 847 
     | 
    
         
            +
                GetReferenceStoreResponse.struct_class = Types::GetReferenceStoreResponse
         
     | 
| 
      
 848 
     | 
    
         
            +
             
     | 
| 
      
 849 
     | 
    
         
            +
                GetRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 850 
     | 
    
         
            +
                GetRunGroupRequest.struct_class = Types::GetRunGroupRequest
         
     | 
| 
      
 851 
     | 
    
         
            +
             
     | 
| 
      
 852 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunGroupArn, location_name: "arn"))
         
     | 
| 
      
 853 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunGroupTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 854 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "id"))
         
     | 
| 
      
 855 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:max_cpus, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxCpusInteger, location_name: "maxCpus"))
         
     | 
| 
      
 856 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:max_duration, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxDurationInteger, location_name: "maxDuration"))
         
     | 
| 
      
 857 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:max_runs, Shapes::ShapeRef.new(shape: GetRunGroupResponseMaxRunsInteger, location_name: "maxRuns"))
         
     | 
| 
      
 858 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
         
     | 
| 
      
 859 
     | 
    
         
            +
                GetRunGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 860 
     | 
    
         
            +
                GetRunGroupResponse.struct_class = Types::GetRunGroupResponse
         
     | 
| 
      
 861 
     | 
    
         
            +
             
     | 
| 
      
 862 
     | 
    
         
            +
                GetRunRequest.add_member(:export, Shapes::ShapeRef.new(shape: RunExportList, location: "querystring", location_name: "export"))
         
     | 
| 
      
 863 
     | 
    
         
            +
                GetRunRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 864 
     | 
    
         
            +
                GetRunRequest.struct_class = Types::GetRunRequest
         
     | 
| 
      
 865 
     | 
    
         
            +
             
     | 
| 
      
 866 
     | 
    
         
            +
                GetRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
         
     | 
| 
      
 867 
     | 
    
         
            +
                GetRunResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 868 
     | 
    
         
            +
                GetRunResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
         
     | 
| 
      
 869 
     | 
    
         
            +
                GetRunResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
         
     | 
| 
      
 870 
     | 
    
         
            +
                GetRunResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
         
     | 
| 
      
 871 
     | 
    
         
            +
                GetRunResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
         
     | 
| 
      
 872 
     | 
    
         
            +
                GetRunResponse.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
         
     | 
| 
      
 873 
     | 
    
         
            +
                GetRunResponse.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
         
     | 
| 
      
 874 
     | 
    
         
            +
                GetRunResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
         
     | 
| 
      
 875 
     | 
    
         
            +
                GetRunResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GetRunResponsePriorityInteger, location_name: "priority"))
         
     | 
| 
      
 876 
     | 
    
         
            +
                GetRunResponse.add_member(:resource_digests, Shapes::ShapeRef.new(shape: RunResourceDigests, location_name: "resourceDigests"))
         
     | 
| 
      
 877 
     | 
    
         
            +
                GetRunResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, location_name: "roleArn"))
         
     | 
| 
      
 878 
     | 
    
         
            +
                GetRunResponse.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
         
     | 
| 
      
 879 
     | 
    
         
            +
                GetRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
         
     | 
| 
      
 880 
     | 
    
         
            +
                GetRunResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "startTime"))
         
     | 
| 
      
 881 
     | 
    
         
            +
                GetRunResponse.add_member(:started_by, Shapes::ShapeRef.new(shape: RunStartedBy, location_name: "startedBy"))
         
     | 
| 
      
 882 
     | 
    
         
            +
                GetRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
         
     | 
| 
      
 883 
     | 
    
         
            +
                GetRunResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: RunStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 884 
     | 
    
         
            +
                GetRunResponse.add_member(:stop_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "stopTime"))
         
     | 
| 
      
 885 
     | 
    
         
            +
                GetRunResponse.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: GetRunResponseStorageCapacityInteger, location_name: "storageCapacity"))
         
     | 
| 
      
 886 
     | 
    
         
            +
                GetRunResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 887 
     | 
    
         
            +
                GetRunResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
         
     | 
| 
      
 888 
     | 
    
         
            +
                GetRunResponse.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
         
     | 
| 
      
 889 
     | 
    
         
            +
                GetRunResponse.struct_class = Types::GetRunResponse
         
     | 
| 
      
 890 
     | 
    
         
            +
             
     | 
| 
      
 891 
     | 
    
         
            +
                GetRunTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 892 
     | 
    
         
            +
                GetRunTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
         
     | 
| 
      
 893 
     | 
    
         
            +
                GetRunTaskRequest.struct_class = Types::GetRunTaskRequest
         
     | 
| 
      
 894 
     | 
    
         
            +
             
     | 
| 
      
 895 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:cpus, Shapes::ShapeRef.new(shape: GetRunTaskResponseCpusInteger, location_name: "cpus"))
         
     | 
| 
      
 896 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 897 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:log_stream, Shapes::ShapeRef.new(shape: TaskLogStream, location_name: "logStream"))
         
     | 
| 
      
 898 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:memory, Shapes::ShapeRef.new(shape: GetRunTaskResponseMemoryInteger, location_name: "memory"))
         
     | 
| 
      
 899 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
         
     | 
| 
      
 900 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
         
     | 
| 
      
 901 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
         
     | 
| 
      
 902 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: TaskStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 903 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:stop_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "stopTime"))
         
     | 
| 
      
 904 
     | 
    
         
            +
                GetRunTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
         
     | 
| 
      
 905 
     | 
    
         
            +
                GetRunTaskResponse.struct_class = Types::GetRunTaskResponse
         
     | 
| 
      
 906 
     | 
    
         
            +
             
     | 
| 
      
 907 
     | 
    
         
            +
                GetSequenceStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 908 
     | 
    
         
            +
                GetSequenceStoreRequest.struct_class = Types::GetSequenceStoreRequest
         
     | 
| 
      
 909 
     | 
    
         
            +
             
     | 
| 
      
 910 
     | 
    
         
            +
                GetSequenceStoreResponse.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
         
     | 
| 
      
 911 
     | 
    
         
            +
                GetSequenceStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 912 
     | 
    
         
            +
                GetSequenceStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 913 
     | 
    
         
            +
                GetSequenceStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
         
     | 
| 
      
 914 
     | 
    
         
            +
                GetSequenceStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         
     | 
| 
      
 915 
     | 
    
         
            +
                GetSequenceStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 916 
     | 
    
         
            +
                GetSequenceStoreResponse.struct_class = Types::GetSequenceStoreResponse
         
     | 
| 
      
 917 
     | 
    
         
            +
             
     | 
| 
      
 918 
     | 
    
         
            +
                GetVariantImportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "jobId"))
         
     | 
| 
      
 919 
     | 
    
         
            +
                GetVariantImportRequest.struct_class = Types::GetVariantImportRequest
         
     | 
| 
      
 920 
     | 
    
         
            +
             
     | 
| 
      
 921 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
         
     | 
| 
      
 922 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 923 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
         
     | 
| 
      
 924 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 925 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:items, Shapes::ShapeRef.new(shape: VariantImportItemDetails, required: true, location_name: "items"))
         
     | 
| 
      
 926 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 927 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, required: true, location_name: "runLeftNormalization"))
         
     | 
| 
      
 928 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 929 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMsg, required: true, location_name: "statusMessage"))
         
     | 
| 
      
 930 
     | 
    
         
            +
                GetVariantImportResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 931 
     | 
    
         
            +
                GetVariantImportResponse.struct_class = Types::GetVariantImportResponse
         
     | 
| 
      
 932 
     | 
    
         
            +
             
     | 
| 
      
 933 
     | 
    
         
            +
                GetVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         
     | 
| 
      
 934 
     | 
    
         
            +
                GetVariantStoreRequest.struct_class = Types::GetVariantStoreRequest
         
     | 
| 
      
 935 
     | 
    
         
            +
             
     | 
| 
      
 936 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 937 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
         
     | 
| 
      
 938 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 939 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 940 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 941 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
         
     | 
| 
      
 942 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 943 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
         
     | 
| 
      
 944 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
         
     | 
| 
      
 945 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
         
     | 
| 
      
 946 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
         
     | 
| 
      
 947 
     | 
    
         
            +
                GetVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 948 
     | 
    
         
            +
                GetVariantStoreResponse.struct_class = Types::GetVariantStoreResponse
         
     | 
| 
      
 949 
     | 
    
         
            +
             
     | 
| 
      
 950 
     | 
    
         
            +
                GetWorkflowRequest.add_member(:export, Shapes::ShapeRef.new(shape: WorkflowExportList, location: "querystring", location_name: "export"))
         
     | 
| 
      
 951 
     | 
    
         
            +
                GetWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 952 
     | 
    
         
            +
                GetWorkflowRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
         
     | 
| 
      
 953 
     | 
    
         
            +
                GetWorkflowRequest.struct_class = Types::GetWorkflowRequest
         
     | 
| 
      
 954 
     | 
    
         
            +
             
     | 
| 
      
 955 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
         
     | 
| 
      
 956 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 957 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:definition, Shapes::ShapeRef.new(shape: WorkflowDefinition, location_name: "definition"))
         
     | 
| 
      
 958 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
         
     | 
| 
      
 959 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
         
     | 
| 
      
 960 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:engine, Shapes::ShapeRef.new(shape: WorkflowEngine, location_name: "engine"))
         
     | 
| 
      
 961 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
         
     | 
| 
      
 962 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:main, Shapes::ShapeRef.new(shape: WorkflowMain, location_name: "main"))
         
     | 
| 
      
 963 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
         
     | 
| 
      
 964 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:parameter_template, Shapes::ShapeRef.new(shape: WorkflowParameterTemplate, location_name: "parameterTemplate"))
         
     | 
| 
      
 965 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
         
     | 
| 
      
 966 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: WorkflowStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 967 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: GetWorkflowResponseStorageCapacityInteger, location_name: "storageCapacity"))
         
     | 
| 
      
 968 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 969 
     | 
    
         
            +
                GetWorkflowResponse.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
         
     | 
| 
      
 970 
     | 
    
         
            +
                GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
         
     | 
| 
      
 971 
     | 
    
         
            +
             
     | 
| 
      
 972 
     | 
    
         
            +
                ImportReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 973 
     | 
    
         
            +
                ImportReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 974 
     | 
    
         
            +
                ImportReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, location_name: "status"))
         
     | 
| 
      
 975 
     | 
    
         
            +
                ImportReadSetFilter.struct_class = Types::ImportReadSetFilter
         
     | 
| 
      
 976 
     | 
    
         
            +
             
     | 
| 
      
 977 
     | 
    
         
            +
                ImportReadSetJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 978 
     | 
    
         
            +
                ImportReadSetJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 979 
     | 
    
         
            +
                ImportReadSetJobItem.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 980 
     | 
    
         
            +
                ImportReadSetJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 981 
     | 
    
         
            +
                ImportReadSetJobItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 982 
     | 
    
         
            +
                ImportReadSetJobItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 983 
     | 
    
         
            +
                ImportReadSetJobItem.struct_class = Types::ImportReadSetJobItem
         
     | 
| 
      
 984 
     | 
    
         
            +
             
     | 
| 
      
 985 
     | 
    
         
            +
                ImportReadSetJobList.member = Shapes::ShapeRef.new(shape: ImportReadSetJobItem)
         
     | 
| 
      
 986 
     | 
    
         
            +
             
     | 
| 
      
 987 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
         
     | 
| 
      
 988 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
         
     | 
| 
      
 989 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
         
     | 
| 
      
 990 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
         
     | 
| 
      
 991 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
         
     | 
| 
      
 992 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
         
     | 
| 
      
 993 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:source_files, Shapes::ShapeRef.new(shape: SourceFiles, required: true, location_name: "sourceFiles"))
         
     | 
| 
      
 994 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobItemStatus, required: true, location_name: "status"))
         
     | 
| 
      
 995 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 996 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
         
     | 
| 
      
 997 
     | 
    
         
            +
                ImportReadSetSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 998 
     | 
    
         
            +
                ImportReadSetSourceItem.struct_class = Types::ImportReadSetSourceItem
         
     | 
| 
      
 999 
     | 
    
         
            +
             
     | 
| 
      
 1000 
     | 
    
         
            +
                ImportReadSetSourceList.member = Shapes::ShapeRef.new(shape: ImportReadSetSourceItem)
         
     | 
| 
      
 1001 
     | 
    
         
            +
             
     | 
| 
      
 1002 
     | 
    
         
            +
                ImportReferenceFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 1003 
     | 
    
         
            +
                ImportReferenceFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 1004 
     | 
    
         
            +
                ImportReferenceFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, location_name: "status"))
         
     | 
| 
      
 1005 
     | 
    
         
            +
                ImportReferenceFilter.struct_class = Types::ImportReferenceFilter
         
     | 
| 
      
 1006 
     | 
    
         
            +
             
     | 
| 
      
 1007 
     | 
    
         
            +
                ImportReferenceJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "completionTime"))
         
     | 
| 
      
 1008 
     | 
    
         
            +
                ImportReferenceJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1009 
     | 
    
         
            +
                ImportReferenceJobItem.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 1010 
     | 
    
         
            +
                ImportReferenceJobItem.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
         
     | 
| 
      
 1011 
     | 
    
         
            +
                ImportReferenceJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1012 
     | 
    
         
            +
                ImportReferenceJobItem.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1013 
     | 
    
         
            +
                ImportReferenceJobItem.struct_class = Types::ImportReferenceJobItem
         
     | 
| 
      
 1014 
     | 
    
         
            +
             
     | 
| 
      
 1015 
     | 
    
         
            +
                ImportReferenceJobList.member = Shapes::ShapeRef.new(shape: ImportReferenceJobItem)
         
     | 
| 
      
 1016 
     | 
    
         
            +
             
     | 
| 
      
 1017 
     | 
    
         
            +
                ImportReferenceSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
         
     | 
| 
      
 1018 
     | 
    
         
            +
                ImportReferenceSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
         
     | 
| 
      
 1019 
     | 
    
         
            +
                ImportReferenceSourceItem.add_member(:source_file, Shapes::ShapeRef.new(shape: S3Uri, location_name: "sourceFile"))
         
     | 
| 
      
 1020 
     | 
    
         
            +
                ImportReferenceSourceItem.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobItemStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1021 
     | 
    
         
            +
                ImportReferenceSourceItem.add_member(:status_message, Shapes::ShapeRef.new(shape: JobStatusMessage, location_name: "statusMessage"))
         
     | 
| 
      
 1022 
     | 
    
         
            +
                ImportReferenceSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 1023 
     | 
    
         
            +
                ImportReferenceSourceItem.struct_class = Types::ImportReferenceSourceItem
         
     | 
| 
      
 1024 
     | 
    
         
            +
             
     | 
| 
      
 1025 
     | 
    
         
            +
                ImportReferenceSourceList.member = Shapes::ShapeRef.new(shape: ImportReferenceSourceItem)
         
     | 
| 
      
 1026 
     | 
    
         
            +
             
     | 
| 
      
 1027 
     | 
    
         
            +
                InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1028 
     | 
    
         
            +
                InternalServerException.struct_class = Types::InternalServerException
         
     | 
| 
      
 1029 
     | 
    
         
            +
             
     | 
| 
      
 1030 
     | 
    
         
            +
                ListAnnotationImportJobsFilter.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
         
     | 
| 
      
 1031 
     | 
    
         
            +
                ListAnnotationImportJobsFilter.add_member(:store_name, Shapes::ShapeRef.new(shape: String, location_name: "storeName"))
         
     | 
| 
      
 1032 
     | 
    
         
            +
                ListAnnotationImportJobsFilter.struct_class = Types::ListAnnotationImportJobsFilter
         
     | 
| 
      
 1033 
     | 
    
         
            +
             
     | 
| 
      
 1034 
     | 
    
         
            +
                ListAnnotationImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsFilter, location_name: "filter"))
         
     | 
| 
      
 1035 
     | 
    
         
            +
                ListAnnotationImportJobsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestIdsList, location_name: "ids"))
         
     | 
| 
      
 1036 
     | 
    
         
            +
                ListAnnotationImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1037 
     | 
    
         
            +
                ListAnnotationImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequestNextTokenString, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1038 
     | 
    
         
            +
                ListAnnotationImportJobsRequest.struct_class = Types::ListAnnotationImportJobsRequest
         
     | 
| 
      
 1039 
     | 
    
         
            +
             
     | 
| 
      
 1040 
     | 
    
         
            +
                ListAnnotationImportJobsRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
         
     | 
| 
      
 1041 
     | 
    
         
            +
             
     | 
| 
      
 1042 
     | 
    
         
            +
                ListAnnotationImportJobsResponse.add_member(:annotation_import_jobs, Shapes::ShapeRef.new(shape: AnnotationImportJobItems, location_name: "annotationImportJobs"))
         
     | 
| 
      
 1043 
     | 
    
         
            +
                ListAnnotationImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
         
     | 
| 
      
 1044 
     | 
    
         
            +
                ListAnnotationImportJobsResponse.struct_class = Types::ListAnnotationImportJobsResponse
         
     | 
| 
      
 1045 
     | 
    
         
            +
             
     | 
| 
      
 1046 
     | 
    
         
            +
                ListAnnotationStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
         
     | 
| 
      
 1047 
     | 
    
         
            +
                ListAnnotationStoresFilter.struct_class = Types::ListAnnotationStoresFilter
         
     | 
| 
      
 1048 
     | 
    
         
            +
             
     | 
| 
      
 1049 
     | 
    
         
            +
                ListAnnotationStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListAnnotationStoresFilter, location_name: "filter"))
         
     | 
| 
      
 1050 
     | 
    
         
            +
                ListAnnotationStoresRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListAnnotationStoresRequestIdsList, location_name: "ids"))
         
     | 
| 
      
 1051 
     | 
    
         
            +
                ListAnnotationStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnnotationStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1052 
     | 
    
         
            +
                ListAnnotationStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAnnotationStoresRequestNextTokenString, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1053 
     | 
    
         
            +
                ListAnnotationStoresRequest.struct_class = Types::ListAnnotationStoresRequest
         
     | 
| 
      
 1054 
     | 
    
         
            +
             
     | 
| 
      
 1055 
     | 
    
         
            +
                ListAnnotationStoresRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
         
     | 
| 
      
 1056 
     | 
    
         
            +
             
     | 
| 
      
 1057 
     | 
    
         
            +
                ListAnnotationStoresResponse.add_member(:annotation_stores, Shapes::ShapeRef.new(shape: AnnotationStoreItems, location_name: "annotationStores"))
         
     | 
| 
      
 1058 
     | 
    
         
            +
                ListAnnotationStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
         
     | 
| 
      
 1059 
     | 
    
         
            +
                ListAnnotationStoresResponse.struct_class = Types::ListAnnotationStoresResponse
         
     | 
| 
      
 1060 
     | 
    
         
            +
             
     | 
| 
      
 1061 
     | 
    
         
            +
                ListReadSetActivationJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ActivateReadSetFilter, location_name: "filter"))
         
     | 
| 
      
 1062 
     | 
    
         
            +
                ListReadSetActivationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetActivationJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1063 
     | 
    
         
            +
                ListReadSetActivationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1064 
     | 
    
         
            +
                ListReadSetActivationJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1065 
     | 
    
         
            +
                ListReadSetActivationJobsRequest.struct_class = Types::ListReadSetActivationJobsRequest
         
     | 
| 
      
 1066 
     | 
    
         
            +
             
     | 
| 
      
 1067 
     | 
    
         
            +
                ListReadSetActivationJobsResponse.add_member(:activation_jobs, Shapes::ShapeRef.new(shape: ActivateReadSetJobList, location_name: "activationJobs"))
         
     | 
| 
      
 1068 
     | 
    
         
            +
                ListReadSetActivationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1069 
     | 
    
         
            +
                ListReadSetActivationJobsResponse.struct_class = Types::ListReadSetActivationJobsResponse
         
     | 
| 
      
 1070 
     | 
    
         
            +
             
     | 
| 
      
 1071 
     | 
    
         
            +
                ListReadSetExportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ExportReadSetFilter, location_name: "filter"))
         
     | 
| 
      
 1072 
     | 
    
         
            +
                ListReadSetExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetExportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1073 
     | 
    
         
            +
                ListReadSetExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1074 
     | 
    
         
            +
                ListReadSetExportJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1075 
     | 
    
         
            +
                ListReadSetExportJobsRequest.struct_class = Types::ListReadSetExportJobsRequest
         
     | 
| 
      
 1076 
     | 
    
         
            +
             
     | 
| 
      
 1077 
     | 
    
         
            +
                ListReadSetExportJobsResponse.add_member(:export_jobs, Shapes::ShapeRef.new(shape: ExportReadSetJobDetailList, location_name: "exportJobs"))
         
     | 
| 
      
 1078 
     | 
    
         
            +
                ListReadSetExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1079 
     | 
    
         
            +
                ListReadSetExportJobsResponse.struct_class = Types::ListReadSetExportJobsResponse
         
     | 
| 
      
 1080 
     | 
    
         
            +
             
     | 
| 
      
 1081 
     | 
    
         
            +
                ListReadSetImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ImportReadSetFilter, location_name: "filter"))
         
     | 
| 
      
 1082 
     | 
    
         
            +
                ListReadSetImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1083 
     | 
    
         
            +
                ListReadSetImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1084 
     | 
    
         
            +
                ListReadSetImportJobsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1085 
     | 
    
         
            +
                ListReadSetImportJobsRequest.struct_class = Types::ListReadSetImportJobsRequest
         
     | 
| 
      
 1086 
     | 
    
         
            +
             
     | 
| 
      
 1087 
     | 
    
         
            +
                ListReadSetImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportReadSetJobList, location_name: "importJobs"))
         
     | 
| 
      
 1088 
     | 
    
         
            +
                ListReadSetImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1089 
     | 
    
         
            +
                ListReadSetImportJobsResponse.struct_class = Types::ListReadSetImportJobsResponse
         
     | 
| 
      
 1090 
     | 
    
         
            +
             
     | 
| 
      
 1091 
     | 
    
         
            +
                ListReadSetsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReadSetFilter, location_name: "filter"))
         
     | 
| 
      
 1092 
     | 
    
         
            +
                ListReadSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReadSetsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1093 
     | 
    
         
            +
                ListReadSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1094 
     | 
    
         
            +
                ListReadSetsRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1095 
     | 
    
         
            +
                ListReadSetsRequest.struct_class = Types::ListReadSetsRequest
         
     | 
| 
      
 1096 
     | 
    
         
            +
             
     | 
| 
      
 1097 
     | 
    
         
            +
                ListReadSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1098 
     | 
    
         
            +
                ListReadSetsResponse.add_member(:read_sets, Shapes::ShapeRef.new(shape: ReadSetList, required: true, location_name: "readSets"))
         
     | 
| 
      
 1099 
     | 
    
         
            +
                ListReadSetsResponse.struct_class = Types::ListReadSetsResponse
         
     | 
| 
      
 1100 
     | 
    
         
            +
             
     | 
| 
      
 1101 
     | 
    
         
            +
                ListReferenceImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ImportReferenceFilter, location_name: "filter"))
         
     | 
| 
      
 1102 
     | 
    
         
            +
                ListReferenceImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReferenceImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1103 
     | 
    
         
            +
                ListReferenceImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1104 
     | 
    
         
            +
                ListReferenceImportJobsRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 1105 
     | 
    
         
            +
                ListReferenceImportJobsRequest.struct_class = Types::ListReferenceImportJobsRequest
         
     | 
| 
      
 1106 
     | 
    
         
            +
             
     | 
| 
      
 1107 
     | 
    
         
            +
                ListReferenceImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportReferenceJobList, location_name: "importJobs"))
         
     | 
| 
      
 1108 
     | 
    
         
            +
                ListReferenceImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1109 
     | 
    
         
            +
                ListReferenceImportJobsResponse.struct_class = Types::ListReferenceImportJobsResponse
         
     | 
| 
      
 1110 
     | 
    
         
            +
             
     | 
| 
      
 1111 
     | 
    
         
            +
                ListReferenceStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReferenceStoreFilter, location_name: "filter"))
         
     | 
| 
      
 1112 
     | 
    
         
            +
                ListReferenceStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReferenceStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1113 
     | 
    
         
            +
                ListReferenceStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1114 
     | 
    
         
            +
                ListReferenceStoresRequest.struct_class = Types::ListReferenceStoresRequest
         
     | 
| 
      
 1115 
     | 
    
         
            +
             
     | 
| 
      
 1116 
     | 
    
         
            +
                ListReferenceStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1117 
     | 
    
         
            +
                ListReferenceStoresResponse.add_member(:reference_stores, Shapes::ShapeRef.new(shape: ReferenceStoreDetailList, required: true, location_name: "referenceStores"))
         
     | 
| 
      
 1118 
     | 
    
         
            +
                ListReferenceStoresResponse.struct_class = Types::ListReferenceStoresResponse
         
     | 
| 
      
 1119 
     | 
    
         
            +
             
     | 
| 
      
 1120 
     | 
    
         
            +
                ListReferencesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReferenceFilter, location_name: "filter"))
         
     | 
| 
      
 1121 
     | 
    
         
            +
                ListReferencesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReferencesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1122 
     | 
    
         
            +
                ListReferencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1123 
     | 
    
         
            +
                ListReferencesRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 1124 
     | 
    
         
            +
                ListReferencesRequest.struct_class = Types::ListReferencesRequest
         
     | 
| 
      
 1125 
     | 
    
         
            +
             
     | 
| 
      
 1126 
     | 
    
         
            +
                ListReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1127 
     | 
    
         
            +
                ListReferencesResponse.add_member(:references, Shapes::ShapeRef.new(shape: ReferenceList, required: true, location_name: "references"))
         
     | 
| 
      
 1128 
     | 
    
         
            +
                ListReferencesResponse.struct_class = Types::ListReferencesResponse
         
     | 
| 
      
 1129 
     | 
    
         
            +
             
     | 
| 
      
 1130 
     | 
    
         
            +
                ListRunGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunGroupsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1131 
     | 
    
         
            +
                ListRunGroupsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location: "querystring", location_name: "name"))
         
     | 
| 
      
 1132 
     | 
    
         
            +
                ListRunGroupsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunGroupListToken, location: "querystring", location_name: "startingToken"))
         
     | 
| 
      
 1133 
     | 
    
         
            +
                ListRunGroupsRequest.struct_class = Types::ListRunGroupsRequest
         
     | 
| 
      
 1134 
     | 
    
         
            +
             
     | 
| 
      
 1135 
     | 
    
         
            +
                ListRunGroupsResponse.add_member(:items, Shapes::ShapeRef.new(shape: RunGroupList, location_name: "items"))
         
     | 
| 
      
 1136 
     | 
    
         
            +
                ListRunGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: RunGroupListToken, location_name: "nextToken"))
         
     | 
| 
      
 1137 
     | 
    
         
            +
                ListRunGroupsResponse.struct_class = Types::ListRunGroupsResponse
         
     | 
| 
      
 1138 
     | 
    
         
            +
             
     | 
| 
      
 1139 
     | 
    
         
            +
                ListRunTasksRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 1140 
     | 
    
         
            +
                ListRunTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunTasksRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1141 
     | 
    
         
            +
                ListRunTasksRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: TaskListToken, location: "querystring", location_name: "startingToken"))
         
     | 
| 
      
 1142 
     | 
    
         
            +
                ListRunTasksRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location: "querystring", location_name: "status"))
         
     | 
| 
      
 1143 
     | 
    
         
            +
                ListRunTasksRequest.struct_class = Types::ListRunTasksRequest
         
     | 
| 
      
 1144 
     | 
    
         
            +
             
     | 
| 
      
 1145 
     | 
    
         
            +
                ListRunTasksResponse.add_member(:items, Shapes::ShapeRef.new(shape: TaskList, location_name: "items"))
         
     | 
| 
      
 1146 
     | 
    
         
            +
                ListRunTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: TaskListToken, location_name: "nextToken"))
         
     | 
| 
      
 1147 
     | 
    
         
            +
                ListRunTasksResponse.struct_class = Types::ListRunTasksResponse
         
     | 
| 
      
 1148 
     | 
    
         
            +
             
     | 
| 
      
 1149 
     | 
    
         
            +
                ListRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRunsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1150 
     | 
    
         
            +
                ListRunsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location: "querystring", location_name: "name"))
         
     | 
| 
      
 1151 
     | 
    
         
            +
                ListRunsRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location: "querystring", location_name: "runGroupId"))
         
     | 
| 
      
 1152 
     | 
    
         
            +
                ListRunsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: RunListToken, location: "querystring", location_name: "startingToken"))
         
     | 
| 
      
 1153 
     | 
    
         
            +
                ListRunsRequest.struct_class = Types::ListRunsRequest
         
     | 
| 
      
 1154 
     | 
    
         
            +
             
     | 
| 
      
 1155 
     | 
    
         
            +
                ListRunsResponse.add_member(:items, Shapes::ShapeRef.new(shape: RunList, location_name: "items"))
         
     | 
| 
      
 1156 
     | 
    
         
            +
                ListRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: RunListToken, location_name: "nextToken"))
         
     | 
| 
      
 1157 
     | 
    
         
            +
                ListRunsResponse.struct_class = Types::ListRunsResponse
         
     | 
| 
      
 1158 
     | 
    
         
            +
             
     | 
| 
      
 1159 
     | 
    
         
            +
                ListSequenceStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: SequenceStoreFilter, location_name: "filter"))
         
     | 
| 
      
 1160 
     | 
    
         
            +
                ListSequenceStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSequenceStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1161 
     | 
    
         
            +
                ListSequenceStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1162 
     | 
    
         
            +
                ListSequenceStoresRequest.struct_class = Types::ListSequenceStoresRequest
         
     | 
| 
      
 1163 
     | 
    
         
            +
             
     | 
| 
      
 1164 
     | 
    
         
            +
                ListSequenceStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         
     | 
| 
      
 1165 
     | 
    
         
            +
                ListSequenceStoresResponse.add_member(:sequence_stores, Shapes::ShapeRef.new(shape: SequenceStoreDetailList, required: true, location_name: "sequenceStores"))
         
     | 
| 
      
 1166 
     | 
    
         
            +
                ListSequenceStoresResponse.struct_class = Types::ListSequenceStoresResponse
         
     | 
| 
      
 1167 
     | 
    
         
            +
             
     | 
| 
      
 1168 
     | 
    
         
            +
                ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
         
     | 
| 
      
 1169 
     | 
    
         
            +
                ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
         
     | 
| 
      
 1170 
     | 
    
         
            +
             
     | 
| 
      
 1171 
     | 
    
         
            +
                ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
         
     | 
| 
      
 1172 
     | 
    
         
            +
                ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
         
     | 
| 
      
 1173 
     | 
    
         
            +
             
     | 
| 
      
 1174 
     | 
    
         
            +
                ListVariantImportJobsFilter.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
         
     | 
| 
      
 1175 
     | 
    
         
            +
                ListVariantImportJobsFilter.add_member(:store_name, Shapes::ShapeRef.new(shape: String, location_name: "storeName"))
         
     | 
| 
      
 1176 
     | 
    
         
            +
                ListVariantImportJobsFilter.struct_class = Types::ListVariantImportJobsFilter
         
     | 
| 
      
 1177 
     | 
    
         
            +
             
     | 
| 
      
 1178 
     | 
    
         
            +
                ListVariantImportJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVariantImportJobsFilter, location_name: "filter"))
         
     | 
| 
      
 1179 
     | 
    
         
            +
                ListVariantImportJobsRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestIdsList, location_name: "ids"))
         
     | 
| 
      
 1180 
     | 
    
         
            +
                ListVariantImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1181 
     | 
    
         
            +
                ListVariantImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListVariantImportJobsRequestNextTokenString, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1182 
     | 
    
         
            +
                ListVariantImportJobsRequest.struct_class = Types::ListVariantImportJobsRequest
         
     | 
| 
      
 1183 
     | 
    
         
            +
             
     | 
| 
      
 1184 
     | 
    
         
            +
                ListVariantImportJobsRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
         
     | 
| 
      
 1185 
     | 
    
         
            +
             
     | 
| 
      
 1186 
     | 
    
         
            +
                ListVariantImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
         
     | 
| 
      
 1187 
     | 
    
         
            +
                ListVariantImportJobsResponse.add_member(:variant_import_jobs, Shapes::ShapeRef.new(shape: VariantImportJobItems, location_name: "variantImportJobs"))
         
     | 
| 
      
 1188 
     | 
    
         
            +
                ListVariantImportJobsResponse.struct_class = Types::ListVariantImportJobsResponse
         
     | 
| 
      
 1189 
     | 
    
         
            +
             
     | 
| 
      
 1190 
     | 
    
         
            +
                ListVariantStoresFilter.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, location_name: "status"))
         
     | 
| 
      
 1191 
     | 
    
         
            +
                ListVariantStoresFilter.struct_class = Types::ListVariantStoresFilter
         
     | 
| 
      
 1192 
     | 
    
         
            +
             
     | 
| 
      
 1193 
     | 
    
         
            +
                ListVariantStoresRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVariantStoresFilter, location_name: "filter"))
         
     | 
| 
      
 1194 
     | 
    
         
            +
                ListVariantStoresRequest.add_member(:ids, Shapes::ShapeRef.new(shape: ListVariantStoresRequestIdsList, location_name: "ids"))
         
     | 
| 
      
 1195 
     | 
    
         
            +
                ListVariantStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListVariantStoresRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1196 
     | 
    
         
            +
                ListVariantStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListVariantStoresRequestNextTokenString, location: "querystring", location_name: "nextToken"))
         
     | 
| 
      
 1197 
     | 
    
         
            +
                ListVariantStoresRequest.struct_class = Types::ListVariantStoresRequest
         
     | 
| 
      
 1198 
     | 
    
         
            +
             
     | 
| 
      
 1199 
     | 
    
         
            +
                ListVariantStoresRequestIdsList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
         
     | 
| 
      
 1200 
     | 
    
         
            +
             
     | 
| 
      
 1201 
     | 
    
         
            +
                ListVariantStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
         
     | 
| 
      
 1202 
     | 
    
         
            +
                ListVariantStoresResponse.add_member(:variant_stores, Shapes::ShapeRef.new(shape: VariantStoreItems, location_name: "variantStores"))
         
     | 
| 
      
 1203 
     | 
    
         
            +
                ListVariantStoresResponse.struct_class = Types::ListVariantStoresResponse
         
     | 
| 
      
 1204 
     | 
    
         
            +
             
     | 
| 
      
 1205 
     | 
    
         
            +
                ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkflowsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
         
     | 
| 
      
 1206 
     | 
    
         
            +
                ListWorkflowsRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location: "querystring", location_name: "name"))
         
     | 
| 
      
 1207 
     | 
    
         
            +
                ListWorkflowsRequest.add_member(:starting_token, Shapes::ShapeRef.new(shape: WorkflowListToken, location: "querystring", location_name: "startingToken"))
         
     | 
| 
      
 1208 
     | 
    
         
            +
                ListWorkflowsRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location: "querystring", location_name: "type"))
         
     | 
| 
      
 1209 
     | 
    
         
            +
                ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
         
     | 
| 
      
 1210 
     | 
    
         
            +
             
     | 
| 
      
 1211 
     | 
    
         
            +
                ListWorkflowsResponse.add_member(:items, Shapes::ShapeRef.new(shape: WorkflowList, location_name: "items"))
         
     | 
| 
      
 1212 
     | 
    
         
            +
                ListWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: WorkflowListToken, location_name: "nextToken"))
         
     | 
| 
      
 1213 
     | 
    
         
            +
                ListWorkflowsResponse.struct_class = Types::ListWorkflowsResponse
         
     | 
| 
      
 1214 
     | 
    
         
            +
             
     | 
| 
      
 1215 
     | 
    
         
            +
                RangeNotSatisfiableException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1216 
     | 
    
         
            +
                RangeNotSatisfiableException.struct_class = Types::RangeNotSatisfiableException
         
     | 
| 
      
 1217 
     | 
    
         
            +
             
     | 
| 
      
 1218 
     | 
    
         
            +
                ReadOptions.add_member(:comment, Shapes::ShapeRef.new(shape: CommentChar, location_name: "comment"))
         
     | 
| 
      
 1219 
     | 
    
         
            +
                ReadOptions.add_member(:encoding, Shapes::ShapeRef.new(shape: Encoding, location_name: "encoding"))
         
     | 
| 
      
 1220 
     | 
    
         
            +
                ReadOptions.add_member(:escape, Shapes::ShapeRef.new(shape: EscapeChar, location_name: "escape"))
         
     | 
| 
      
 1221 
     | 
    
         
            +
                ReadOptions.add_member(:escape_quotes, Shapes::ShapeRef.new(shape: EscapeQuotes, location_name: "escapeQuotes"))
         
     | 
| 
      
 1222 
     | 
    
         
            +
                ReadOptions.add_member(:header, Shapes::ShapeRef.new(shape: Header, location_name: "header"))
         
     | 
| 
      
 1223 
     | 
    
         
            +
                ReadOptions.add_member(:line_sep, Shapes::ShapeRef.new(shape: LineSep, location_name: "lineSep"))
         
     | 
| 
      
 1224 
     | 
    
         
            +
                ReadOptions.add_member(:quote, Shapes::ShapeRef.new(shape: Quote, location_name: "quote"))
         
     | 
| 
      
 1225 
     | 
    
         
            +
                ReadOptions.add_member(:quote_all, Shapes::ShapeRef.new(shape: QuoteAll, location_name: "quoteAll"))
         
     | 
| 
      
 1226 
     | 
    
         
            +
                ReadOptions.add_member(:sep, Shapes::ShapeRef.new(shape: Separator, location_name: "sep"))
         
     | 
| 
      
 1227 
     | 
    
         
            +
                ReadOptions.struct_class = Types::ReadOptions
         
     | 
| 
      
 1228 
     | 
    
         
            +
             
     | 
| 
      
 1229 
     | 
    
         
            +
                ReadSetBatchError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
         
     | 
| 
      
 1230 
     | 
    
         
            +
                ReadSetBatchError.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
         
     | 
| 
      
 1231 
     | 
    
         
            +
                ReadSetBatchError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1232 
     | 
    
         
            +
                ReadSetBatchError.struct_class = Types::ReadSetBatchError
         
     | 
| 
      
 1233 
     | 
    
         
            +
             
     | 
| 
      
 1234 
     | 
    
         
            +
                ReadSetBatchErrorList.member = Shapes::ShapeRef.new(shape: ReadSetBatchError)
         
     | 
| 
      
 1235 
     | 
    
         
            +
             
     | 
| 
      
 1236 
     | 
    
         
            +
                ReadSetFiles.add_member(:index, Shapes::ShapeRef.new(shape: FileInformation, location_name: "index"))
         
     | 
| 
      
 1237 
     | 
    
         
            +
                ReadSetFiles.add_member(:source1, Shapes::ShapeRef.new(shape: FileInformation, location_name: "source1"))
         
     | 
| 
      
 1238 
     | 
    
         
            +
                ReadSetFiles.add_member(:source2, Shapes::ShapeRef.new(shape: FileInformation, location_name: "source2"))
         
     | 
| 
      
 1239 
     | 
    
         
            +
                ReadSetFiles.struct_class = Types::ReadSetFiles
         
     | 
| 
      
 1240 
     | 
    
         
            +
             
     | 
| 
      
 1241 
     | 
    
         
            +
                ReadSetFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 1242 
     | 
    
         
            +
                ReadSetFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 1243 
     | 
    
         
            +
                ReadSetFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
         
     | 
| 
      
 1244 
     | 
    
         
            +
                ReadSetFilter.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
         
     | 
| 
      
 1245 
     | 
    
         
            +
                ReadSetFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, location_name: "status"))
         
     | 
| 
      
 1246 
     | 
    
         
            +
                ReadSetFilter.struct_class = Types::ReadSetFilter
         
     | 
| 
      
 1247 
     | 
    
         
            +
             
     | 
| 
      
 1248 
     | 
    
         
            +
                ReadSetIdList.member = Shapes::ShapeRef.new(shape: ReadSetId)
         
     | 
| 
      
 1249 
     | 
    
         
            +
             
     | 
| 
      
 1250 
     | 
    
         
            +
                ReadSetList.member = Shapes::ShapeRef.new(shape: ReadSetListItem)
         
     | 
| 
      
 1251 
     | 
    
         
            +
             
     | 
| 
      
 1252 
     | 
    
         
            +
                ReadSetListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ReadSetArn, required: true, location_name: "arn"))
         
     | 
| 
      
 1253 
     | 
    
         
            +
                ReadSetListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1254 
     | 
    
         
            +
                ReadSetListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
         
     | 
| 
      
 1255 
     | 
    
         
            +
                ReadSetListItem.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "fileType"))
         
     | 
| 
      
 1256 
     | 
    
         
            +
                ReadSetListItem.add_member(:id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "id"))
         
     | 
| 
      
 1257 
     | 
    
         
            +
                ReadSetListItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
         
     | 
| 
      
 1258 
     | 
    
         
            +
                ReadSetListItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
         
     | 
| 
      
 1259 
     | 
    
         
            +
                ReadSetListItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, location_name: "sampleId"))
         
     | 
| 
      
 1260 
     | 
    
         
            +
                ReadSetListItem.add_member(:sequence_information, Shapes::ShapeRef.new(shape: SequenceInformation, location_name: "sequenceInformation"))
         
     | 
| 
      
 1261 
     | 
    
         
            +
                ReadSetListItem.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 1262 
     | 
    
         
            +
                ReadSetListItem.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1263 
     | 
    
         
            +
                ReadSetListItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, location_name: "subjectId"))
         
     | 
| 
      
 1264 
     | 
    
         
            +
                ReadSetListItem.struct_class = Types::ReadSetListItem
         
     | 
| 
      
 1265 
     | 
    
         
            +
             
     | 
| 
      
 1266 
     | 
    
         
            +
                ReferenceFiles.add_member(:index, Shapes::ShapeRef.new(shape: FileInformation, location_name: "index"))
         
     | 
| 
      
 1267 
     | 
    
         
            +
                ReferenceFiles.add_member(:source, Shapes::ShapeRef.new(shape: FileInformation, location_name: "source"))
         
     | 
| 
      
 1268 
     | 
    
         
            +
                ReferenceFiles.struct_class = Types::ReferenceFiles
         
     | 
| 
      
 1269 
     | 
    
         
            +
             
     | 
| 
      
 1270 
     | 
    
         
            +
                ReferenceFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 1271 
     | 
    
         
            +
                ReferenceFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 1272 
     | 
    
         
            +
                ReferenceFilter.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, location_name: "md5"))
         
     | 
| 
      
 1273 
     | 
    
         
            +
                ReferenceFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
         
     | 
| 
      
 1274 
     | 
    
         
            +
                ReferenceFilter.struct_class = Types::ReferenceFilter
         
     | 
| 
      
 1275 
     | 
    
         
            +
             
     | 
| 
      
 1276 
     | 
    
         
            +
                ReferenceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, location_name: "referenceArn"))
         
     | 
| 
      
 1277 
     | 
    
         
            +
                ReferenceItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         
     | 
| 
      
 1278 
     | 
    
         
            +
                ReferenceItem.add_member_subclass(:reference_arn, Types::ReferenceItem::ReferenceArn)
         
     | 
| 
      
 1279 
     | 
    
         
            +
                ReferenceItem.add_member_subclass(:unknown, Types::ReferenceItem::Unknown)
         
     | 
| 
      
 1280 
     | 
    
         
            +
                ReferenceItem.struct_class = Types::ReferenceItem
         
     | 
| 
      
 1281 
     | 
    
         
            +
             
     | 
| 
      
 1282 
     | 
    
         
            +
                ReferenceList.member = Shapes::ShapeRef.new(shape: ReferenceListItem)
         
     | 
| 
      
 1283 
     | 
    
         
            +
             
     | 
| 
      
 1284 
     | 
    
         
            +
                ReferenceListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "arn"))
         
     | 
| 
      
 1285 
     | 
    
         
            +
                ReferenceListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1286 
     | 
    
         
            +
                ReferenceListItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
         
     | 
| 
      
 1287 
     | 
    
         
            +
                ReferenceListItem.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "id"))
         
     | 
| 
      
 1288 
     | 
    
         
            +
                ReferenceListItem.add_member(:md5, Shapes::ShapeRef.new(shape: Md5, required: true, location_name: "md5"))
         
     | 
| 
      
 1289 
     | 
    
         
            +
                ReferenceListItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, location_name: "name"))
         
     | 
| 
      
 1290 
     | 
    
         
            +
                ReferenceListItem.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
         
     | 
| 
      
 1291 
     | 
    
         
            +
                ReferenceListItem.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "status"))
         
     | 
| 
      
 1292 
     | 
    
         
            +
                ReferenceListItem.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
         
     | 
| 
      
 1293 
     | 
    
         
            +
                ReferenceListItem.struct_class = Types::ReferenceListItem
         
     | 
| 
      
 1294 
     | 
    
         
            +
             
     | 
| 
      
 1295 
     | 
    
         
            +
                ReferenceStoreDetail.add_member(:arn, Shapes::ShapeRef.new(shape: ReferenceStoreArn, required: true, location_name: "arn"))
         
     | 
| 
      
 1296 
     | 
    
         
            +
                ReferenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1297 
     | 
    
         
            +
                ReferenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 1298 
     | 
    
         
            +
                ReferenceStoreDetail.add_member(:id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "id"))
         
     | 
| 
      
 1299 
     | 
    
         
            +
                ReferenceStoreDetail.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
         
     | 
| 
      
 1300 
     | 
    
         
            +
                ReferenceStoreDetail.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 1301 
     | 
    
         
            +
                ReferenceStoreDetail.struct_class = Types::ReferenceStoreDetail
         
     | 
| 
      
 1302 
     | 
    
         
            +
             
     | 
| 
      
 1303 
     | 
    
         
            +
                ReferenceStoreDetailList.member = Shapes::ShapeRef.new(shape: ReferenceStoreDetail)
         
     | 
| 
      
 1304 
     | 
    
         
            +
             
     | 
| 
      
 1305 
     | 
    
         
            +
                ReferenceStoreFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 1306 
     | 
    
         
            +
                ReferenceStoreFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 1307 
     | 
    
         
            +
                ReferenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceStoreName, location_name: "name"))
         
     | 
| 
      
 1308 
     | 
    
         
            +
                ReferenceStoreFilter.struct_class = Types::ReferenceStoreFilter
         
     | 
| 
      
 1309 
     | 
    
         
            +
             
     | 
| 
      
 1310 
     | 
    
         
            +
                RequestTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1311 
     | 
    
         
            +
                RequestTimeoutException.struct_class = Types::RequestTimeoutException
         
     | 
| 
      
 1312 
     | 
    
         
            +
             
     | 
| 
      
 1313 
     | 
    
         
            +
                ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1314 
     | 
    
         
            +
                ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
         
     | 
| 
      
 1315 
     | 
    
         
            +
             
     | 
| 
      
 1316 
     | 
    
         
            +
                RunExportList.member = Shapes::ShapeRef.new(shape: RunExport)
         
     | 
| 
      
 1317 
     | 
    
         
            +
             
     | 
| 
      
 1318 
     | 
    
         
            +
                RunGroupList.member = Shapes::ShapeRef.new(shape: RunGroupListItem)
         
     | 
| 
      
 1319 
     | 
    
         
            +
             
     | 
| 
      
 1320 
     | 
    
         
            +
                RunGroupListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunGroupArn, location_name: "arn"))
         
     | 
| 
      
 1321 
     | 
    
         
            +
                RunGroupListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunGroupTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 1322 
     | 
    
         
            +
                RunGroupListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "id"))
         
     | 
| 
      
 1323 
     | 
    
         
            +
                RunGroupListItem.add_member(:max_cpus, Shapes::ShapeRef.new(shape: RunGroupListItemMaxCpusInteger, location_name: "maxCpus"))
         
     | 
| 
      
 1324 
     | 
    
         
            +
                RunGroupListItem.add_member(:max_duration, Shapes::ShapeRef.new(shape: RunGroupListItemMaxDurationInteger, location_name: "maxDuration"))
         
     | 
| 
      
 1325 
     | 
    
         
            +
                RunGroupListItem.add_member(:max_runs, Shapes::ShapeRef.new(shape: RunGroupListItemMaxRunsInteger, location_name: "maxRuns"))
         
     | 
| 
      
 1326 
     | 
    
         
            +
                RunGroupListItem.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
         
     | 
| 
      
 1327 
     | 
    
         
            +
                RunGroupListItem.struct_class = Types::RunGroupListItem
         
     | 
| 
      
 1328 
     | 
    
         
            +
             
     | 
| 
      
 1329 
     | 
    
         
            +
                RunList.member = Shapes::ShapeRef.new(shape: RunListItem)
         
     | 
| 
      
 1330 
     | 
    
         
            +
             
     | 
| 
      
 1331 
     | 
    
         
            +
                RunListItem.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
         
     | 
| 
      
 1332 
     | 
    
         
            +
                RunListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 1333 
     | 
    
         
            +
                RunListItem.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
         
     | 
| 
      
 1334 
     | 
    
         
            +
                RunListItem.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
         
     | 
| 
      
 1335 
     | 
    
         
            +
                RunListItem.add_member(:priority, Shapes::ShapeRef.new(shape: RunListItemPriorityInteger, location_name: "priority"))
         
     | 
| 
      
 1336 
     | 
    
         
            +
                RunListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "startTime"))
         
     | 
| 
      
 1337 
     | 
    
         
            +
                RunListItem.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
         
     | 
| 
      
 1338 
     | 
    
         
            +
                RunListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: RunTimestamp, location_name: "stopTime"))
         
     | 
| 
      
 1339 
     | 
    
         
            +
                RunListItem.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: RunListItemStorageCapacityInteger, location_name: "storageCapacity"))
         
     | 
| 
      
 1340 
     | 
    
         
            +
                RunListItem.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
         
     | 
| 
      
 1341 
     | 
    
         
            +
                RunListItem.struct_class = Types::RunListItem
         
     | 
| 
      
 1342 
     | 
    
         
            +
             
     | 
| 
      
 1343 
     | 
    
         
            +
                RunResourceDigests.key = Shapes::ShapeRef.new(shape: RunResourceDigestKey)
         
     | 
| 
      
 1344 
     | 
    
         
            +
                RunResourceDigests.value = Shapes::ShapeRef.new(shape: RunResourceDigest)
         
     | 
| 
      
 1345 
     | 
    
         
            +
             
     | 
| 
      
 1346 
     | 
    
         
            +
                SchemaItem.key = Shapes::ShapeRef.new(shape: String)
         
     | 
| 
      
 1347 
     | 
    
         
            +
                SchemaItem.value = Shapes::ShapeRef.new(shape: SchemaValueType)
         
     | 
| 
      
 1348 
     | 
    
         
            +
             
     | 
| 
      
 1349 
     | 
    
         
            +
                SequenceInformation.add_member(:alignment, Shapes::ShapeRef.new(shape: String, location_name: "alignment"))
         
     | 
| 
      
 1350 
     | 
    
         
            +
                SequenceInformation.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
         
     | 
| 
      
 1351 
     | 
    
         
            +
                SequenceInformation.add_member(:total_base_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalBaseCount"))
         
     | 
| 
      
 1352 
     | 
    
         
            +
                SequenceInformation.add_member(:total_read_count, Shapes::ShapeRef.new(shape: Long, location_name: "totalReadCount"))
         
     | 
| 
      
 1353 
     | 
    
         
            +
                SequenceInformation.struct_class = Types::SequenceInformation
         
     | 
| 
      
 1354 
     | 
    
         
            +
             
     | 
| 
      
 1355 
     | 
    
         
            +
                SequenceStoreDetail.add_member(:arn, Shapes::ShapeRef.new(shape: SequenceStoreArn, required: true, location_name: "arn"))
         
     | 
| 
      
 1356 
     | 
    
         
            +
                SequenceStoreDetail.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1357 
     | 
    
         
            +
                SequenceStoreDetail.add_member(:description, Shapes::ShapeRef.new(shape: SequenceStoreDescription, location_name: "description"))
         
     | 
| 
      
 1358 
     | 
    
         
            +
                SequenceStoreDetail.add_member(:id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "id"))
         
     | 
| 
      
 1359 
     | 
    
         
            +
                SequenceStoreDetail.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         
     | 
| 
      
 1360 
     | 
    
         
            +
                SequenceStoreDetail.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, location_name: "sseConfig"))
         
     | 
| 
      
 1361 
     | 
    
         
            +
                SequenceStoreDetail.struct_class = Types::SequenceStoreDetail
         
     | 
| 
      
 1362 
     | 
    
         
            +
             
     | 
| 
      
 1363 
     | 
    
         
            +
                SequenceStoreDetailList.member = Shapes::ShapeRef.new(shape: SequenceStoreDetail)
         
     | 
| 
      
 1364 
     | 
    
         
            +
             
     | 
| 
      
 1365 
     | 
    
         
            +
                SequenceStoreFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAfter"))
         
     | 
| 
      
 1366 
     | 
    
         
            +
                SequenceStoreFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdBefore"))
         
     | 
| 
      
 1367 
     | 
    
         
            +
                SequenceStoreFilter.add_member(:name, Shapes::ShapeRef.new(shape: SequenceStoreName, location_name: "name"))
         
     | 
| 
      
 1368 
     | 
    
         
            +
                SequenceStoreFilter.struct_class = Types::SequenceStoreFilter
         
     | 
| 
      
 1369 
     | 
    
         
            +
             
     | 
| 
      
 1370 
     | 
    
         
            +
                ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1371 
     | 
    
         
            +
                ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
         
     | 
| 
      
 1372 
     | 
    
         
            +
             
     | 
| 
      
 1373 
     | 
    
         
            +
                SourceFiles.add_member(:source1, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source1"))
         
     | 
| 
      
 1374 
     | 
    
         
            +
                SourceFiles.add_member(:source2, Shapes::ShapeRef.new(shape: S3Uri, location_name: "source2"))
         
     | 
| 
      
 1375 
     | 
    
         
            +
                SourceFiles.struct_class = Types::SourceFiles
         
     | 
| 
      
 1376 
     | 
    
         
            +
             
     | 
| 
      
 1377 
     | 
    
         
            +
                SseConfig.add_member(:key_arn, Shapes::ShapeRef.new(shape: SseConfigKeyArnString, location_name: "keyArn"))
         
     | 
| 
      
 1378 
     | 
    
         
            +
                SseConfig.add_member(:type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "type"))
         
     | 
| 
      
 1379 
     | 
    
         
            +
                SseConfig.struct_class = Types::SseConfig
         
     | 
| 
      
 1380 
     | 
    
         
            +
             
     | 
| 
      
 1381 
     | 
    
         
            +
                StartAnnotationImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
         
     | 
| 
      
 1382 
     | 
    
         
            +
                StartAnnotationImportRequest.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
         
     | 
| 
      
 1383 
     | 
    
         
            +
                StartAnnotationImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: AnnotationImportItemSources, required: true, location_name: "items"))
         
     | 
| 
      
 1384 
     | 
    
         
            +
                StartAnnotationImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1385 
     | 
    
         
            +
                StartAnnotationImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
         
     | 
| 
      
 1386 
     | 
    
         
            +
                StartAnnotationImportRequest.struct_class = Types::StartAnnotationImportRequest
         
     | 
| 
      
 1387 
     | 
    
         
            +
             
     | 
| 
      
 1388 
     | 
    
         
            +
                StartAnnotationImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
         
     | 
| 
      
 1389 
     | 
    
         
            +
                StartAnnotationImportResponse.struct_class = Types::StartAnnotationImportResponse
         
     | 
| 
      
 1390 
     | 
    
         
            +
             
     | 
| 
      
 1391 
     | 
    
         
            +
                StartReadSetActivationJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         
     | 
| 
      
 1392 
     | 
    
         
            +
                StartReadSetActivationJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1393 
     | 
    
         
            +
                StartReadSetActivationJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReadSetActivationJobRequestSourcesList, required: true, location_name: "sources"))
         
     | 
| 
      
 1394 
     | 
    
         
            +
                StartReadSetActivationJobRequest.struct_class = Types::StartReadSetActivationJobRequest
         
     | 
| 
      
 1395 
     | 
    
         
            +
             
     | 
| 
      
 1396 
     | 
    
         
            +
                StartReadSetActivationJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: StartReadSetActivationJobSourceItem)
         
     | 
| 
      
 1397 
     | 
    
         
            +
             
     | 
| 
      
 1398 
     | 
    
         
            +
                StartReadSetActivationJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1399 
     | 
    
         
            +
                StartReadSetActivationJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ActivationJobId, required: true, location_name: "id"))
         
     | 
| 
      
 1400 
     | 
    
         
            +
                StartReadSetActivationJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 1401 
     | 
    
         
            +
                StartReadSetActivationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetActivationJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1402 
     | 
    
         
            +
                StartReadSetActivationJobResponse.struct_class = Types::StartReadSetActivationJobResponse
         
     | 
| 
      
 1403 
     | 
    
         
            +
             
     | 
| 
      
 1404 
     | 
    
         
            +
                StartReadSetActivationJobSourceItem.add_member(:read_set_id, Shapes::ShapeRef.new(shape: ReadSetId, required: true, location_name: "readSetId"))
         
     | 
| 
      
 1405 
     | 
    
         
            +
                StartReadSetActivationJobSourceItem.struct_class = Types::StartReadSetActivationJobSourceItem
         
     | 
| 
      
 1406 
     | 
    
         
            +
             
     | 
| 
      
 1407 
     | 
    
         
            +
                StartReadSetExportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         
     | 
| 
      
 1408 
     | 
    
         
            +
                StartReadSetExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
         
     | 
| 
      
 1409 
     | 
    
         
            +
                StartReadSetExportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1410 
     | 
    
         
            +
                StartReadSetExportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1411 
     | 
    
         
            +
                StartReadSetExportJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReadSetExportJobRequestSourcesList, required: true, location_name: "sources"))
         
     | 
| 
      
 1412 
     | 
    
         
            +
                StartReadSetExportJobRequest.struct_class = Types::StartReadSetExportJobRequest
         
     | 
| 
      
 1413 
     | 
    
         
            +
             
     | 
| 
      
 1414 
     | 
    
         
            +
                StartReadSetExportJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: ExportReadSet)
         
     | 
| 
      
 1415 
     | 
    
         
            +
             
     | 
| 
      
 1416 
     | 
    
         
            +
                StartReadSetExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1417 
     | 
    
         
            +
                StartReadSetExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: S3Destination, required: true, location_name: "destination"))
         
     | 
| 
      
 1418 
     | 
    
         
            +
                StartReadSetExportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ExportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 1419 
     | 
    
         
            +
                StartReadSetExportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 1420 
     | 
    
         
            +
                StartReadSetExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetExportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1421 
     | 
    
         
            +
                StartReadSetExportJobResponse.struct_class = Types::StartReadSetExportJobResponse
         
     | 
| 
      
 1422 
     | 
    
         
            +
             
     | 
| 
      
 1423 
     | 
    
         
            +
                StartReadSetImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         
     | 
| 
      
 1424 
     | 
    
         
            +
                StartReadSetImportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1425 
     | 
    
         
            +
                StartReadSetImportJobRequest.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location: "uri", location_name: "sequenceStoreId"))
         
     | 
| 
      
 1426 
     | 
    
         
            +
                StartReadSetImportJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReadSetImportJobRequestSourcesList, required: true, location_name: "sources"))
         
     | 
| 
      
 1427 
     | 
    
         
            +
                StartReadSetImportJobRequest.struct_class = Types::StartReadSetImportJobRequest
         
     | 
| 
      
 1428 
     | 
    
         
            +
             
     | 
| 
      
 1429 
     | 
    
         
            +
                StartReadSetImportJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: StartReadSetImportJobSourceItem)
         
     | 
| 
      
 1430 
     | 
    
         
            +
             
     | 
| 
      
 1431 
     | 
    
         
            +
                StartReadSetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1432 
     | 
    
         
            +
                StartReadSetImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 1433 
     | 
    
         
            +
                StartReadSetImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1434 
     | 
    
         
            +
                StartReadSetImportJobResponse.add_member(:sequence_store_id, Shapes::ShapeRef.new(shape: SequenceStoreId, required: true, location_name: "sequenceStoreId"))
         
     | 
| 
      
 1435 
     | 
    
         
            +
                StartReadSetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReadSetImportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1436 
     | 
    
         
            +
                StartReadSetImportJobResponse.struct_class = Types::StartReadSetImportJobResponse
         
     | 
| 
      
 1437 
     | 
    
         
            +
             
     | 
| 
      
 1438 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReadSetDescription, location_name: "description"))
         
     | 
| 
      
 1439 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:generated_from, Shapes::ShapeRef.new(shape: GeneratedFrom, location_name: "generatedFrom"))
         
     | 
| 
      
 1440 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReadSetName, location_name: "name"))
         
     | 
| 
      
 1441 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:reference_arn, Shapes::ShapeRef.new(shape: ReferenceArn, required: true, location_name: "referenceArn"))
         
     | 
| 
      
 1442 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:sample_id, Shapes::ShapeRef.new(shape: SampleId, required: true, location_name: "sampleId"))
         
     | 
| 
      
 1443 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:source_file_type, Shapes::ShapeRef.new(shape: FileType, required: true, location_name: "sourceFileType"))
         
     | 
| 
      
 1444 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:source_files, Shapes::ShapeRef.new(shape: SourceFiles, required: true, location_name: "sourceFiles"))
         
     | 
| 
      
 1445 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:subject_id, Shapes::ShapeRef.new(shape: SubjectId, required: true, location_name: "subjectId"))
         
     | 
| 
      
 1446 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 1447 
     | 
    
         
            +
                StartReadSetImportJobSourceItem.struct_class = Types::StartReadSetImportJobSourceItem
         
     | 
| 
      
 1448 
     | 
    
         
            +
             
     | 
| 
      
 1449 
     | 
    
         
            +
                StartReferenceImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
         
     | 
| 
      
 1450 
     | 
    
         
            +
                StartReferenceImportJobRequest.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location: "uri", location_name: "referenceStoreId"))
         
     | 
| 
      
 1451 
     | 
    
         
            +
                StartReferenceImportJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1452 
     | 
    
         
            +
                StartReferenceImportJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: StartReferenceImportJobRequestSourcesList, required: true, location_name: "sources"))
         
     | 
| 
      
 1453 
     | 
    
         
            +
                StartReferenceImportJobRequest.struct_class = Types::StartReferenceImportJobRequest
         
     | 
| 
      
 1454 
     | 
    
         
            +
             
     | 
| 
      
 1455 
     | 
    
         
            +
                StartReferenceImportJobRequestSourcesList.member = Shapes::ShapeRef.new(shape: StartReferenceImportJobSourceItem)
         
     | 
| 
      
 1456 
     | 
    
         
            +
             
     | 
| 
      
 1457 
     | 
    
         
            +
                StartReferenceImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1458 
     | 
    
         
            +
                StartReferenceImportJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportJobId, required: true, location_name: "id"))
         
     | 
| 
      
 1459 
     | 
    
         
            +
                StartReferenceImportJobResponse.add_member(:reference_store_id, Shapes::ShapeRef.new(shape: ReferenceStoreId, required: true, location_name: "referenceStoreId"))
         
     | 
| 
      
 1460 
     | 
    
         
            +
                StartReferenceImportJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1461 
     | 
    
         
            +
                StartReferenceImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceImportJobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1462 
     | 
    
         
            +
                StartReferenceImportJobResponse.struct_class = Types::StartReferenceImportJobResponse
         
     | 
| 
      
 1463 
     | 
    
         
            +
             
     | 
| 
      
 1464 
     | 
    
         
            +
                StartReferenceImportJobSourceItem.add_member(:description, Shapes::ShapeRef.new(shape: ReferenceDescription, location_name: "description"))
         
     | 
| 
      
 1465 
     | 
    
         
            +
                StartReferenceImportJobSourceItem.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceName, required: true, location_name: "name"))
         
     | 
| 
      
 1466 
     | 
    
         
            +
                StartReferenceImportJobSourceItem.add_member(:source_file, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "sourceFile"))
         
     | 
| 
      
 1467 
     | 
    
         
            +
                StartReferenceImportJobSourceItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 1468 
     | 
    
         
            +
                StartReferenceImportJobSourceItem.struct_class = Types::StartReferenceImportJobSourceItem
         
     | 
| 
      
 1469 
     | 
    
         
            +
             
     | 
| 
      
 1470 
     | 
    
         
            +
                StartRunRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: RunLogLevel, location_name: "logLevel"))
         
     | 
| 
      
 1471 
     | 
    
         
            +
                StartRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunName, location_name: "name"))
         
     | 
| 
      
 1472 
     | 
    
         
            +
                StartRunRequest.add_member(:output_uri, Shapes::ShapeRef.new(shape: RunOutputUri, location_name: "outputUri"))
         
     | 
| 
      
 1473 
     | 
    
         
            +
                StartRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: RunParameters, location_name: "parameters"))
         
     | 
| 
      
 1474 
     | 
    
         
            +
                StartRunRequest.add_member(:priority, Shapes::ShapeRef.new(shape: StartRunRequestPriorityInteger, location_name: "priority"))
         
     | 
| 
      
 1475 
     | 
    
         
            +
                StartRunRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: RunRequestId, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
         
     | 
| 
      
 1476 
     | 
    
         
            +
                StartRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RunRoleArn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1477 
     | 
    
         
            +
                StartRunRequest.add_member(:run_group_id, Shapes::ShapeRef.new(shape: RunGroupId, location_name: "runGroupId"))
         
     | 
| 
      
 1478 
     | 
    
         
            +
                StartRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "runId"))
         
     | 
| 
      
 1479 
     | 
    
         
            +
                StartRunRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StartRunRequestStorageCapacityInteger, location_name: "storageCapacity"))
         
     | 
| 
      
 1480 
     | 
    
         
            +
                StartRunRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 1481 
     | 
    
         
            +
                StartRunRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "workflowId"))
         
     | 
| 
      
 1482 
     | 
    
         
            +
                StartRunRequest.add_member(:workflow_type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "workflowType"))
         
     | 
| 
      
 1483 
     | 
    
         
            +
                StartRunRequest.struct_class = Types::StartRunRequest
         
     | 
| 
      
 1484 
     | 
    
         
            +
             
     | 
| 
      
 1485 
     | 
    
         
            +
                StartRunResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RunArn, location_name: "arn"))
         
     | 
| 
      
 1486 
     | 
    
         
            +
                StartRunResponse.add_member(:id, Shapes::ShapeRef.new(shape: RunId, location_name: "id"))
         
     | 
| 
      
 1487 
     | 
    
         
            +
                StartRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: RunStatus, location_name: "status"))
         
     | 
| 
      
 1488 
     | 
    
         
            +
                StartRunResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         
     | 
| 
      
 1489 
     | 
    
         
            +
                StartRunResponse.struct_class = Types::StartRunResponse
         
     | 
| 
      
 1490 
     | 
    
         
            +
             
     | 
| 
      
 1491 
     | 
    
         
            +
                StartVariantImportRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: StoreName, required: true, location_name: "destinationName"))
         
     | 
| 
      
 1492 
     | 
    
         
            +
                StartVariantImportRequest.add_member(:items, Shapes::ShapeRef.new(shape: VariantImportItemSources, required: true, location_name: "items"))
         
     | 
| 
      
 1493 
     | 
    
         
            +
                StartVariantImportRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1494 
     | 
    
         
            +
                StartVariantImportRequest.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
         
     | 
| 
      
 1495 
     | 
    
         
            +
                StartVariantImportRequest.struct_class = Types::StartVariantImportRequest
         
     | 
| 
      
 1496 
     | 
    
         
            +
             
     | 
| 
      
 1497 
     | 
    
         
            +
                StartVariantImportResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "jobId"))
         
     | 
| 
      
 1498 
     | 
    
         
            +
                StartVariantImportResponse.struct_class = Types::StartVariantImportResponse
         
     | 
| 
      
 1499 
     | 
    
         
            +
             
     | 
| 
      
 1500 
     | 
    
         
            +
                StoreOptions.add_member(:tsv_store_options, Shapes::ShapeRef.new(shape: TsvStoreOptions, location_name: "tsvStoreOptions"))
         
     | 
| 
      
 1501 
     | 
    
         
            +
                StoreOptions.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         
     | 
| 
      
 1502 
     | 
    
         
            +
                StoreOptions.add_member_subclass(:tsv_store_options, Types::StoreOptions::TsvStoreOptions)
         
     | 
| 
      
 1503 
     | 
    
         
            +
                StoreOptions.add_member_subclass(:unknown, Types::StoreOptions::Unknown)
         
     | 
| 
      
 1504 
     | 
    
         
            +
                StoreOptions.struct_class = Types::StoreOptions
         
     | 
| 
      
 1505 
     | 
    
         
            +
             
     | 
| 
      
 1506 
     | 
    
         
            +
                TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
         
     | 
| 
      
 1507 
     | 
    
         
            +
             
     | 
| 
      
 1508 
     | 
    
         
            +
                TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
         
     | 
| 
      
 1509 
     | 
    
         
            +
                TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
         
     | 
| 
      
 1510 
     | 
    
         
            +
             
     | 
| 
      
 1511 
     | 
    
         
            +
                TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
         
     | 
| 
      
 1512 
     | 
    
         
            +
                TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagResourceRequestTagsMap, required: true, location_name: "tags"))
         
     | 
| 
      
 1513 
     | 
    
         
            +
                TagResourceRequest.struct_class = Types::TagResourceRequest
         
     | 
| 
      
 1514 
     | 
    
         
            +
             
     | 
| 
      
 1515 
     | 
    
         
            +
                TagResourceRequestTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
         
     | 
| 
      
 1516 
     | 
    
         
            +
                TagResourceRequestTagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
         
     | 
| 
      
 1517 
     | 
    
         
            +
             
     | 
| 
      
 1518 
     | 
    
         
            +
                TagResourceResponse.struct_class = Types::TagResourceResponse
         
     | 
| 
      
 1519 
     | 
    
         
            +
             
     | 
| 
      
 1520 
     | 
    
         
            +
                TaskList.member = Shapes::ShapeRef.new(shape: TaskListItem)
         
     | 
| 
      
 1521 
     | 
    
         
            +
             
     | 
| 
      
 1522 
     | 
    
         
            +
                TaskListItem.add_member(:cpus, Shapes::ShapeRef.new(shape: TaskListItemCpusInteger, location_name: "cpus"))
         
     | 
| 
      
 1523 
     | 
    
         
            +
                TaskListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 1524 
     | 
    
         
            +
                TaskListItem.add_member(:memory, Shapes::ShapeRef.new(shape: TaskListItemMemoryInteger, location_name: "memory"))
         
     | 
| 
      
 1525 
     | 
    
         
            +
                TaskListItem.add_member(:name, Shapes::ShapeRef.new(shape: TaskName, location_name: "name"))
         
     | 
| 
      
 1526 
     | 
    
         
            +
                TaskListItem.add_member(:start_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "startTime"))
         
     | 
| 
      
 1527 
     | 
    
         
            +
                TaskListItem.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "status"))
         
     | 
| 
      
 1528 
     | 
    
         
            +
                TaskListItem.add_member(:stop_time, Shapes::ShapeRef.new(shape: TaskTimestamp, location_name: "stopTime"))
         
     | 
| 
      
 1529 
     | 
    
         
            +
                TaskListItem.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
         
     | 
| 
      
 1530 
     | 
    
         
            +
                TaskListItem.struct_class = Types::TaskListItem
         
     | 
| 
      
 1531 
     | 
    
         
            +
             
     | 
| 
      
 1532 
     | 
    
         
            +
                ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1533 
     | 
    
         
            +
                ThrottlingException.struct_class = Types::ThrottlingException
         
     | 
| 
      
 1534 
     | 
    
         
            +
             
     | 
| 
      
 1535 
     | 
    
         
            +
                TsvOptions.add_member(:read_options, Shapes::ShapeRef.new(shape: ReadOptions, location_name: "readOptions"))
         
     | 
| 
      
 1536 
     | 
    
         
            +
                TsvOptions.struct_class = Types::TsvOptions
         
     | 
| 
      
 1537 
     | 
    
         
            +
             
     | 
| 
      
 1538 
     | 
    
         
            +
                TsvStoreOptions.add_member(:annotation_type, Shapes::ShapeRef.new(shape: AnnotationType, location_name: "annotationType"))
         
     | 
| 
      
 1539 
     | 
    
         
            +
                TsvStoreOptions.add_member(:format_to_header, Shapes::ShapeRef.new(shape: FormatToHeader, location_name: "formatToHeader"))
         
     | 
| 
      
 1540 
     | 
    
         
            +
                TsvStoreOptions.add_member(:schema, Shapes::ShapeRef.new(shape: TsvStoreOptionsSchemaList, location_name: "schema"))
         
     | 
| 
      
 1541 
     | 
    
         
            +
                TsvStoreOptions.struct_class = Types::TsvStoreOptions
         
     | 
| 
      
 1542 
     | 
    
         
            +
             
     | 
| 
      
 1543 
     | 
    
         
            +
                TsvStoreOptionsSchemaList.member = Shapes::ShapeRef.new(shape: SchemaItem)
         
     | 
| 
      
 1544 
     | 
    
         
            +
             
     | 
| 
      
 1545 
     | 
    
         
            +
                UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
         
     | 
| 
      
 1546 
     | 
    
         
            +
                UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
         
     | 
| 
      
 1547 
     | 
    
         
            +
                UntagResourceRequest.struct_class = Types::UntagResourceRequest
         
     | 
| 
      
 1548 
     | 
    
         
            +
             
     | 
| 
      
 1549 
     | 
    
         
            +
                UntagResourceResponse.struct_class = Types::UntagResourceResponse
         
     | 
| 
      
 1550 
     | 
    
         
            +
             
     | 
| 
      
 1551 
     | 
    
         
            +
                UpdateAnnotationStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
         
     | 
| 
      
 1552 
     | 
    
         
            +
                UpdateAnnotationStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         
     | 
| 
      
 1553 
     | 
    
         
            +
                UpdateAnnotationStoreRequest.struct_class = Types::UpdateAnnotationStoreRequest
         
     | 
| 
      
 1554 
     | 
    
         
            +
             
     | 
| 
      
 1555 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1556 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
         
     | 
| 
      
 1557 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 1558 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 1559 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 1560 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1561 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:store_format, Shapes::ShapeRef.new(shape: StoreFormat, location_name: "storeFormat"))
         
     | 
| 
      
 1562 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:store_options, Shapes::ShapeRef.new(shape: StoreOptions, location_name: "storeOptions"))
         
     | 
| 
      
 1563 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 1564 
     | 
    
         
            +
                UpdateAnnotationStoreResponse.struct_class = Types::UpdateAnnotationStoreResponse
         
     | 
| 
      
 1565 
     | 
    
         
            +
             
     | 
| 
      
 1566 
     | 
    
         
            +
                UpdateRunGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: RunGroupId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 1567 
     | 
    
         
            +
                UpdateRunGroupRequest.add_member(:max_cpus, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxCpusInteger, location_name: "maxCpus"))
         
     | 
| 
      
 1568 
     | 
    
         
            +
                UpdateRunGroupRequest.add_member(:max_duration, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxDurationInteger, location_name: "maxDuration"))
         
     | 
| 
      
 1569 
     | 
    
         
            +
                UpdateRunGroupRequest.add_member(:max_runs, Shapes::ShapeRef.new(shape: UpdateRunGroupRequestMaxRunsInteger, location_name: "maxRuns"))
         
     | 
| 
      
 1570 
     | 
    
         
            +
                UpdateRunGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: RunGroupName, location_name: "name"))
         
     | 
| 
      
 1571 
     | 
    
         
            +
                UpdateRunGroupRequest.struct_class = Types::UpdateRunGroupRequest
         
     | 
| 
      
 1572 
     | 
    
         
            +
             
     | 
| 
      
 1573 
     | 
    
         
            +
                UpdateVariantStoreRequest.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, location_name: "description"))
         
     | 
| 
      
 1574 
     | 
    
         
            +
                UpdateVariantStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
         
     | 
| 
      
 1575 
     | 
    
         
            +
                UpdateVariantStoreRequest.struct_class = Types::UpdateVariantStoreRequest
         
     | 
| 
      
 1576 
     | 
    
         
            +
             
     | 
| 
      
 1577 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1578 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
         
     | 
| 
      
 1579 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 1580 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 1581 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 1582 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1583 
     | 
    
         
            +
                UpdateVariantStoreResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 1584 
     | 
    
         
            +
                UpdateVariantStoreResponse.struct_class = Types::UpdateVariantStoreResponse
         
     | 
| 
      
 1585 
     | 
    
         
            +
             
     | 
| 
      
 1586 
     | 
    
         
            +
                UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "description"))
         
     | 
| 
      
 1587 
     | 
    
         
            +
                UpdateWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location: "uri", location_name: "id"))
         
     | 
| 
      
 1588 
     | 
    
         
            +
                UpdateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
         
     | 
| 
      
 1589 
     | 
    
         
            +
                UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
         
     | 
| 
      
 1590 
     | 
    
         
            +
             
     | 
| 
      
 1591 
     | 
    
         
            +
                ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
         
     | 
| 
      
 1592 
     | 
    
         
            +
                ValidationException.struct_class = Types::ValidationException
         
     | 
| 
      
 1593 
     | 
    
         
            +
             
     | 
| 
      
 1594 
     | 
    
         
            +
                VariantImportItemDetail.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
         
     | 
| 
      
 1595 
     | 
    
         
            +
                VariantImportItemDetail.add_member(:source, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source"))
         
     | 
| 
      
 1596 
     | 
    
         
            +
                VariantImportItemDetail.struct_class = Types::VariantImportItemDetail
         
     | 
| 
      
 1597 
     | 
    
         
            +
             
     | 
| 
      
 1598 
     | 
    
         
            +
                VariantImportItemDetails.member = Shapes::ShapeRef.new(shape: VariantImportItemDetail)
         
     | 
| 
      
 1599 
     | 
    
         
            +
             
     | 
| 
      
 1600 
     | 
    
         
            +
                VariantImportItemSource.add_member(:source, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "source"))
         
     | 
| 
      
 1601 
     | 
    
         
            +
                VariantImportItemSource.struct_class = Types::VariantImportItemSource
         
     | 
| 
      
 1602 
     | 
    
         
            +
             
     | 
| 
      
 1603 
     | 
    
         
            +
                VariantImportItemSources.member = Shapes::ShapeRef.new(shape: VariantImportItemSource)
         
     | 
| 
      
 1604 
     | 
    
         
            +
             
     | 
| 
      
 1605 
     | 
    
         
            +
                VariantImportJobItem.add_member(:completion_time, Shapes::ShapeRef.new(shape: CompletionTime, location_name: "completionTime"))
         
     | 
| 
      
 1606 
     | 
    
         
            +
                VariantImportJobItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1607 
     | 
    
         
            +
                VariantImportJobItem.add_member(:destination_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationName"))
         
     | 
| 
      
 1608 
     | 
    
         
            +
                VariantImportJobItem.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
         
     | 
| 
      
 1609 
     | 
    
         
            +
                VariantImportJobItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
         
     | 
| 
      
 1610 
     | 
    
         
            +
                VariantImportJobItem.add_member(:run_left_normalization, Shapes::ShapeRef.new(shape: RunLeftNormalization, location_name: "runLeftNormalization"))
         
     | 
| 
      
 1611 
     | 
    
         
            +
                VariantImportJobItem.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1612 
     | 
    
         
            +
                VariantImportJobItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 1613 
     | 
    
         
            +
                VariantImportJobItem.struct_class = Types::VariantImportJobItem
         
     | 
| 
      
 1614 
     | 
    
         
            +
             
     | 
| 
      
 1615 
     | 
    
         
            +
                VariantImportJobItems.member = Shapes::ShapeRef.new(shape: VariantImportJobItem)
         
     | 
| 
      
 1616 
     | 
    
         
            +
             
     | 
| 
      
 1617 
     | 
    
         
            +
                VariantStoreItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "creationTime"))
         
     | 
| 
      
 1618 
     | 
    
         
            +
                VariantStoreItem.add_member(:description, Shapes::ShapeRef.new(shape: StoreDescription, required: true, location_name: "description"))
         
     | 
| 
      
 1619 
     | 
    
         
            +
                VariantStoreItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
         
     | 
| 
      
 1620 
     | 
    
         
            +
                VariantStoreItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         
     | 
| 
      
 1621 
     | 
    
         
            +
                VariantStoreItem.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceItem, required: true, location_name: "reference"))
         
     | 
| 
      
 1622 
     | 
    
         
            +
                VariantStoreItem.add_member(:sse_config, Shapes::ShapeRef.new(shape: SseConfig, required: true, location_name: "sseConfig"))
         
     | 
| 
      
 1623 
     | 
    
         
            +
                VariantStoreItem.add_member(:status, Shapes::ShapeRef.new(shape: StoreStatus, required: true, location_name: "status"))
         
     | 
| 
      
 1624 
     | 
    
         
            +
                VariantStoreItem.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
         
     | 
| 
      
 1625 
     | 
    
         
            +
                VariantStoreItem.add_member(:store_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "storeArn"))
         
     | 
| 
      
 1626 
     | 
    
         
            +
                VariantStoreItem.add_member(:store_size_bytes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "storeSizeBytes"))
         
     | 
| 
      
 1627 
     | 
    
         
            +
                VariantStoreItem.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, required: true, location_name: "updateTime"))
         
     | 
| 
      
 1628 
     | 
    
         
            +
                VariantStoreItem.struct_class = Types::VariantStoreItem
         
     | 
| 
      
 1629 
     | 
    
         
            +
             
     | 
| 
      
 1630 
     | 
    
         
            +
                VariantStoreItems.member = Shapes::ShapeRef.new(shape: VariantStoreItem)
         
     | 
| 
      
 1631 
     | 
    
         
            +
             
     | 
| 
      
 1632 
     | 
    
         
            +
                VcfOptions.add_member(:ignore_filter_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFilterField"))
         
     | 
| 
      
 1633 
     | 
    
         
            +
                VcfOptions.add_member(:ignore_qual_field, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreQualField"))
         
     | 
| 
      
 1634 
     | 
    
         
            +
                VcfOptions.struct_class = Types::VcfOptions
         
     | 
| 
      
 1635 
     | 
    
         
            +
             
     | 
| 
      
 1636 
     | 
    
         
            +
                WorkflowExportList.member = Shapes::ShapeRef.new(shape: WorkflowExport)
         
     | 
| 
      
 1637 
     | 
    
         
            +
             
     | 
| 
      
 1638 
     | 
    
         
            +
                WorkflowList.member = Shapes::ShapeRef.new(shape: WorkflowListItem)
         
     | 
| 
      
 1639 
     | 
    
         
            +
             
     | 
| 
      
 1640 
     | 
    
         
            +
                WorkflowListItem.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowArn, location_name: "arn"))
         
     | 
| 
      
 1641 
     | 
    
         
            +
                WorkflowListItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: WorkflowTimestamp, location_name: "creationTime"))
         
     | 
| 
      
 1642 
     | 
    
         
            +
                WorkflowListItem.add_member(:digest, Shapes::ShapeRef.new(shape: WorkflowDigest, location_name: "digest"))
         
     | 
| 
      
 1643 
     | 
    
         
            +
                WorkflowListItem.add_member(:id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "id"))
         
     | 
| 
      
 1644 
     | 
    
         
            +
                WorkflowListItem.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowName, location_name: "name"))
         
     | 
| 
      
 1645 
     | 
    
         
            +
                WorkflowListItem.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
         
     | 
| 
      
 1646 
     | 
    
         
            +
                WorkflowListItem.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
         
     | 
| 
      
 1647 
     | 
    
         
            +
                WorkflowListItem.struct_class = Types::WorkflowListItem
         
     | 
| 
      
 1648 
     | 
    
         
            +
             
     | 
| 
      
 1649 
     | 
    
         
            +
                WorkflowParameter.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowParameterDescription, location_name: "description"))
         
     | 
| 
      
 1650 
     | 
    
         
            +
                WorkflowParameter.add_member(:optional, Shapes::ShapeRef.new(shape: Boolean, location_name: "optional"))
         
     | 
| 
      
 1651 
     | 
    
         
            +
                WorkflowParameter.struct_class = Types::WorkflowParameter
         
     | 
| 
      
 1652 
     | 
    
         
            +
             
     | 
| 
      
 1653 
     | 
    
         
            +
                WorkflowParameterTemplate.key = Shapes::ShapeRef.new(shape: WorkflowParameterName)
         
     | 
| 
      
 1654 
     | 
    
         
            +
                WorkflowParameterTemplate.value = Shapes::ShapeRef.new(shape: WorkflowParameter)
         
     | 
| 
      
 1655 
     | 
    
         
            +
             
     | 
| 
      
 1656 
     | 
    
         
            +
             
     | 
| 
      
 1657 
     | 
    
         
            +
                # @api private
         
     | 
| 
      
 1658 
     | 
    
         
            +
                API = Seahorse::Model::Api.new.tap do |api|
         
     | 
| 
      
 1659 
     | 
    
         
            +
             
     | 
| 
      
 1660 
     | 
    
         
            +
                  api.version = "2022-11-28"
         
     | 
| 
      
 1661 
     | 
    
         
            +
             
     | 
| 
      
 1662 
     | 
    
         
            +
                  api.metadata = {
         
     | 
| 
      
 1663 
     | 
    
         
            +
                    "apiVersion" => "2022-11-28",
         
     | 
| 
      
 1664 
     | 
    
         
            +
                    "endpointPrefix" => "omics",
         
     | 
| 
      
 1665 
     | 
    
         
            +
                    "jsonVersion" => "1.1",
         
     | 
| 
      
 1666 
     | 
    
         
            +
                    "protocol" => "rest-json",
         
     | 
| 
      
 1667 
     | 
    
         
            +
                    "serviceFullName" => "Amazon Omics",
         
     | 
| 
      
 1668 
     | 
    
         
            +
                    "serviceId" => "Omics",
         
     | 
| 
      
 1669 
     | 
    
         
            +
                    "signatureVersion" => "v4",
         
     | 
| 
      
 1670 
     | 
    
         
            +
                    "signingName" => "omics",
         
     | 
| 
      
 1671 
     | 
    
         
            +
                    "uid" => "omics-2022-11-28",
         
     | 
| 
      
 1672 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1673 
     | 
    
         
            +
             
     | 
| 
      
 1674 
     | 
    
         
            +
                  api.add_operation(:batch_delete_read_set, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1675 
     | 
    
         
            +
                    o.name = "BatchDeleteReadSet"
         
     | 
| 
      
 1676 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1677 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/readset/batch/delete"
         
     | 
| 
      
 1678 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1679 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 1680 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1681 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: BatchDeleteReadSetRequest)
         
     | 
| 
      
 1682 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: BatchDeleteReadSetResponse)
         
     | 
| 
      
 1683 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1684 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1685 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1686 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1687 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1688 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1689 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1690 
     | 
    
         
            +
             
     | 
| 
      
 1691 
     | 
    
         
            +
                  api.add_operation(:cancel_annotation_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1692 
     | 
    
         
            +
                    o.name = "CancelAnnotationImportJob"
         
     | 
| 
      
 1693 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1694 
     | 
    
         
            +
                    o.http_request_uri = "/import/annotation/{jobId}"
         
     | 
| 
      
 1695 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1696 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 1697 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1698 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CancelAnnotationImportRequest)
         
     | 
| 
      
 1699 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CancelAnnotationImportResponse)
         
     | 
| 
      
 1700 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1701 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1702 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1703 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1704 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1705 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1706 
     | 
    
         
            +
             
     | 
| 
      
 1707 
     | 
    
         
            +
                  api.add_operation(:cancel_run, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1708 
     | 
    
         
            +
                    o.name = "CancelRun"
         
     | 
| 
      
 1709 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1710 
     | 
    
         
            +
                    o.http_request_uri = "/run/{id}/cancel"
         
     | 
| 
      
 1711 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1712 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 1713 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1714 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CancelRunRequest)
         
     | 
| 
      
 1715 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
      
 1716 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1717 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1718 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1719 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1720 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1721 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1722 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1723 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1724 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1725 
     | 
    
         
            +
             
     | 
| 
      
 1726 
     | 
    
         
            +
                  api.add_operation(:cancel_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1727 
     | 
    
         
            +
                    o.name = "CancelVariantImportJob"
         
     | 
| 
      
 1728 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1729 
     | 
    
         
            +
                    o.http_request_uri = "/import/variant/{jobId}"
         
     | 
| 
      
 1730 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1731 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 1732 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1733 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CancelVariantImportRequest)
         
     | 
| 
      
 1734 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CancelVariantImportResponse)
         
     | 
| 
      
 1735 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1736 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1737 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1738 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1739 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1740 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1741 
     | 
    
         
            +
             
     | 
| 
      
 1742 
     | 
    
         
            +
                  api.add_operation(:create_annotation_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1743 
     | 
    
         
            +
                    o.name = "CreateAnnotationStore"
         
     | 
| 
      
 1744 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1745 
     | 
    
         
            +
                    o.http_request_uri = "/annotationStore"
         
     | 
| 
      
 1746 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1747 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 1748 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1749 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateAnnotationStoreRequest)
         
     | 
| 
      
 1750 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateAnnotationStoreResponse)
         
     | 
| 
      
 1751 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1752 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1753 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1754 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1755 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1756 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1757 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1758 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1759 
     | 
    
         
            +
             
     | 
| 
      
 1760 
     | 
    
         
            +
                  api.add_operation(:create_reference_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1761 
     | 
    
         
            +
                    o.name = "CreateReferenceStore"
         
     | 
| 
      
 1762 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1763 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore"
         
     | 
| 
      
 1764 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1765 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 1766 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1767 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateReferenceStoreRequest)
         
     | 
| 
      
 1768 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateReferenceStoreResponse)
         
     | 
| 
      
 1769 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1770 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1771 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1772 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1773 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1774 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1775 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1776 
     | 
    
         
            +
             
     | 
| 
      
 1777 
     | 
    
         
            +
                  api.add_operation(:create_run_group, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1778 
     | 
    
         
            +
                    o.name = "CreateRunGroup"
         
     | 
| 
      
 1779 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1780 
     | 
    
         
            +
                    o.http_request_uri = "/runGroup"
         
     | 
| 
      
 1781 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1782 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 1783 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1784 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateRunGroupRequest)
         
     | 
| 
      
 1785 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateRunGroupResponse)
         
     | 
| 
      
 1786 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1787 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1788 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1789 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1790 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1791 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1792 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1793 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1794 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1795 
     | 
    
         
            +
             
     | 
| 
      
 1796 
     | 
    
         
            +
                  api.add_operation(:create_sequence_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1797 
     | 
    
         
            +
                    o.name = "CreateSequenceStore"
         
     | 
| 
      
 1798 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1799 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore"
         
     | 
| 
      
 1800 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1801 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 1802 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1803 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateSequenceStoreRequest)
         
     | 
| 
      
 1804 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateSequenceStoreResponse)
         
     | 
| 
      
 1805 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1806 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1807 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1808 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1809 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1810 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1811 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1812 
     | 
    
         
            +
             
     | 
| 
      
 1813 
     | 
    
         
            +
                  api.add_operation(:create_variant_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1814 
     | 
    
         
            +
                    o.name = "CreateVariantStore"
         
     | 
| 
      
 1815 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1816 
     | 
    
         
            +
                    o.http_request_uri = "/variantStore"
         
     | 
| 
      
 1817 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1818 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 1819 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1820 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateVariantStoreRequest)
         
     | 
| 
      
 1821 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateVariantStoreResponse)
         
     | 
| 
      
 1822 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1823 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1824 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1825 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1826 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1827 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1828 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1829 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1830 
     | 
    
         
            +
             
     | 
| 
      
 1831 
     | 
    
         
            +
                  api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1832 
     | 
    
         
            +
                    o.name = "CreateWorkflow"
         
     | 
| 
      
 1833 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 1834 
     | 
    
         
            +
                    o.http_request_uri = "/workflow"
         
     | 
| 
      
 1835 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1836 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 1837 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1838 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateWorkflowRequest)
         
     | 
| 
      
 1839 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateWorkflowResponse)
         
     | 
| 
      
 1840 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1841 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1842 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1843 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1844 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1845 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1846 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1847 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1848 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1849 
     | 
    
         
            +
             
     | 
| 
      
 1850 
     | 
    
         
            +
                  api.add_operation(:delete_annotation_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1851 
     | 
    
         
            +
                    o.name = "DeleteAnnotationStore"
         
     | 
| 
      
 1852 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1853 
     | 
    
         
            +
                    o.http_request_uri = "/annotationStore/{name}"
         
     | 
| 
      
 1854 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1855 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 1856 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1857 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteAnnotationStoreRequest)
         
     | 
| 
      
 1858 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteAnnotationStoreResponse)
         
     | 
| 
      
 1859 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1860 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1861 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1862 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1863 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1864 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1865 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1866 
     | 
    
         
            +
             
     | 
| 
      
 1867 
     | 
    
         
            +
                  api.add_operation(:delete_reference, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1868 
     | 
    
         
            +
                    o.name = "DeleteReference"
         
     | 
| 
      
 1869 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1870 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/reference/{id}"
         
     | 
| 
      
 1871 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1872 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 1873 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1874 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteReferenceRequest)
         
     | 
| 
      
 1875 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteReferenceResponse)
         
     | 
| 
      
 1876 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1877 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1878 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1879 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1880 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1881 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1882 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1883 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1884 
     | 
    
         
            +
             
     | 
| 
      
 1885 
     | 
    
         
            +
                  api.add_operation(:delete_reference_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1886 
     | 
    
         
            +
                    o.name = "DeleteReferenceStore"
         
     | 
| 
      
 1887 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1888 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{id}"
         
     | 
| 
      
 1889 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1890 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 1891 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1892 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteReferenceStoreRequest)
         
     | 
| 
      
 1893 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteReferenceStoreResponse)
         
     | 
| 
      
 1894 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1895 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1896 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1897 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1898 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1899 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1900 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1901 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1902 
     | 
    
         
            +
             
     | 
| 
      
 1903 
     | 
    
         
            +
                  api.add_operation(:delete_run, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1904 
     | 
    
         
            +
                    o.name = "DeleteRun"
         
     | 
| 
      
 1905 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1906 
     | 
    
         
            +
                    o.http_request_uri = "/run/{id}"
         
     | 
| 
      
 1907 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1908 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 1909 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1910 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteRunRequest)
         
     | 
| 
      
 1911 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
      
 1912 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1913 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1914 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1915 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1916 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1917 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1918 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1919 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1920 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1921 
     | 
    
         
            +
             
     | 
| 
      
 1922 
     | 
    
         
            +
                  api.add_operation(:delete_run_group, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1923 
     | 
    
         
            +
                    o.name = "DeleteRunGroup"
         
     | 
| 
      
 1924 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1925 
     | 
    
         
            +
                    o.http_request_uri = "/runGroup/{id}"
         
     | 
| 
      
 1926 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1927 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 1928 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1929 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteRunGroupRequest)
         
     | 
| 
      
 1930 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
      
 1931 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1932 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1933 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1934 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1935 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1936 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1937 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1938 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1939 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1940 
     | 
    
         
            +
             
     | 
| 
      
 1941 
     | 
    
         
            +
                  api.add_operation(:delete_sequence_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1942 
     | 
    
         
            +
                    o.name = "DeleteSequenceStore"
         
     | 
| 
      
 1943 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1944 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{id}"
         
     | 
| 
      
 1945 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1946 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 1947 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1948 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteSequenceStoreRequest)
         
     | 
| 
      
 1949 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteSequenceStoreResponse)
         
     | 
| 
      
 1950 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1951 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1952 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1953 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1954 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1955 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1956 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1957 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1958 
     | 
    
         
            +
             
     | 
| 
      
 1959 
     | 
    
         
            +
                  api.add_operation(:delete_variant_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1960 
     | 
    
         
            +
                    o.name = "DeleteVariantStore"
         
     | 
| 
      
 1961 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1962 
     | 
    
         
            +
                    o.http_request_uri = "/variantStore/{name}"
         
     | 
| 
      
 1963 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1964 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 1965 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1966 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteVariantStoreRequest)
         
     | 
| 
      
 1967 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteVariantStoreResponse)
         
     | 
| 
      
 1968 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1969 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1970 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1971 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1972 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1973 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1974 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1975 
     | 
    
         
            +
             
     | 
| 
      
 1976 
     | 
    
         
            +
                  api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1977 
     | 
    
         
            +
                    o.name = "DeleteWorkflow"
         
     | 
| 
      
 1978 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 1979 
     | 
    
         
            +
                    o.http_request_uri = "/workflow/{id}"
         
     | 
| 
      
 1980 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 1981 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 1982 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1983 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
         
     | 
| 
      
 1984 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
      
 1985 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 1986 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 1987 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 1988 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 1989 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 1990 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 1991 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 1992 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 1993 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 1994 
     | 
    
         
            +
             
     | 
| 
      
 1995 
     | 
    
         
            +
                  api.add_operation(:get_annotation_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 1996 
     | 
    
         
            +
                    o.name = "GetAnnotationImportJob"
         
     | 
| 
      
 1997 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 1998 
     | 
    
         
            +
                    o.http_request_uri = "/import/annotation/{jobId}"
         
     | 
| 
      
 1999 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2000 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2001 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2002 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetAnnotationImportRequest)
         
     | 
| 
      
 2003 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetAnnotationImportResponse)
         
     | 
| 
      
 2004 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2005 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2006 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2007 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2008 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2009 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2010 
     | 
    
         
            +
             
     | 
| 
      
 2011 
     | 
    
         
            +
                  api.add_operation(:get_annotation_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2012 
     | 
    
         
            +
                    o.name = "GetAnnotationStore"
         
     | 
| 
      
 2013 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2014 
     | 
    
         
            +
                    o.http_request_uri = "/annotationStore/{name}"
         
     | 
| 
      
 2015 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2016 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2017 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2018 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetAnnotationStoreRequest)
         
     | 
| 
      
 2019 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetAnnotationStoreResponse)
         
     | 
| 
      
 2020 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2021 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2022 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2023 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2024 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2025 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2026 
     | 
    
         
            +
             
     | 
| 
      
 2027 
     | 
    
         
            +
                  api.add_operation(:get_read_set, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2028 
     | 
    
         
            +
                    o.name = "GetReadSet"
         
     | 
| 
      
 2029 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2030 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/readset/{id}"
         
     | 
| 
      
 2031 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2032 
     | 
    
         
            +
                      "hostPrefix" => "storage-",
         
     | 
| 
      
 2033 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2034 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReadSetRequest)
         
     | 
| 
      
 2035 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReadSetResponse)
         
     | 
| 
      
 2036 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2037 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RangeNotSatisfiableException)
         
     | 
| 
      
 2038 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2039 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2040 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2041 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2042 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2043 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2044 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2045 
     | 
    
         
            +
             
     | 
| 
      
 2046 
     | 
    
         
            +
                  api.add_operation(:get_read_set_activation_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2047 
     | 
    
         
            +
                    o.name = "GetReadSetActivationJob"
         
     | 
| 
      
 2048 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2049 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/activationjob/{id}"
         
     | 
| 
      
 2050 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2051 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2052 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2053 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReadSetActivationJobRequest)
         
     | 
| 
      
 2054 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReadSetActivationJobResponse)
         
     | 
| 
      
 2055 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2056 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2057 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2058 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2059 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2060 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2061 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2062 
     | 
    
         
            +
             
     | 
| 
      
 2063 
     | 
    
         
            +
                  api.add_operation(:get_read_set_export_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2064 
     | 
    
         
            +
                    o.name = "GetReadSetExportJob"
         
     | 
| 
      
 2065 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2066 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/exportjob/{id}"
         
     | 
| 
      
 2067 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2068 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2069 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2070 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReadSetExportJobRequest)
         
     | 
| 
      
 2071 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReadSetExportJobResponse)
         
     | 
| 
      
 2072 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2073 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2074 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2075 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2076 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2077 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2078 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2079 
     | 
    
         
            +
             
     | 
| 
      
 2080 
     | 
    
         
            +
                  api.add_operation(:get_read_set_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2081 
     | 
    
         
            +
                    o.name = "GetReadSetImportJob"
         
     | 
| 
      
 2082 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2083 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/importjob/{id}"
         
     | 
| 
      
 2084 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2085 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2086 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2087 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReadSetImportJobRequest)
         
     | 
| 
      
 2088 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReadSetImportJobResponse)
         
     | 
| 
      
 2089 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2090 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2091 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2092 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2093 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2094 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2095 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2096 
     | 
    
         
            +
             
     | 
| 
      
 2097 
     | 
    
         
            +
                  api.add_operation(:get_read_set_metadata, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2098 
     | 
    
         
            +
                    o.name = "GetReadSetMetadata"
         
     | 
| 
      
 2099 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2100 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/readset/{id}/metadata"
         
     | 
| 
      
 2101 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2102 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2103 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2104 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReadSetMetadataRequest)
         
     | 
| 
      
 2105 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReadSetMetadataResponse)
         
     | 
| 
      
 2106 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2107 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2108 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2109 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2110 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2111 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2112 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2113 
     | 
    
         
            +
             
     | 
| 
      
 2114 
     | 
    
         
            +
                  api.add_operation(:get_reference, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2115 
     | 
    
         
            +
                    o.name = "GetReference"
         
     | 
| 
      
 2116 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2117 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/reference/{id}"
         
     | 
| 
      
 2118 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2119 
     | 
    
         
            +
                      "hostPrefix" => "storage-",
         
     | 
| 
      
 2120 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2121 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReferenceRequest)
         
     | 
| 
      
 2122 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReferenceResponse)
         
     | 
| 
      
 2123 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2124 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RangeNotSatisfiableException)
         
     | 
| 
      
 2125 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2126 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2127 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2128 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2129 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2130 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2131 
     | 
    
         
            +
             
     | 
| 
      
 2132 
     | 
    
         
            +
                  api.add_operation(:get_reference_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2133 
     | 
    
         
            +
                    o.name = "GetReferenceImportJob"
         
     | 
| 
      
 2134 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2135 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/importjob/{id}"
         
     | 
| 
      
 2136 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2137 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2138 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2139 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReferenceImportJobRequest)
         
     | 
| 
      
 2140 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReferenceImportJobResponse)
         
     | 
| 
      
 2141 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2142 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2143 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2144 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2145 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2146 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2147 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2148 
     | 
    
         
            +
             
     | 
| 
      
 2149 
     | 
    
         
            +
                  api.add_operation(:get_reference_metadata, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2150 
     | 
    
         
            +
                    o.name = "GetReferenceMetadata"
         
     | 
| 
      
 2151 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2152 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/reference/{id}/metadata"
         
     | 
| 
      
 2153 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2154 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2155 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2156 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReferenceMetadataRequest)
         
     | 
| 
      
 2157 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReferenceMetadataResponse)
         
     | 
| 
      
 2158 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2159 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2160 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2161 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2162 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2163 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2164 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2165 
     | 
    
         
            +
             
     | 
| 
      
 2166 
     | 
    
         
            +
                  api.add_operation(:get_reference_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2167 
     | 
    
         
            +
                    o.name = "GetReferenceStore"
         
     | 
| 
      
 2168 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2169 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{id}"
         
     | 
| 
      
 2170 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2171 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2172 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2173 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetReferenceStoreRequest)
         
     | 
| 
      
 2174 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetReferenceStoreResponse)
         
     | 
| 
      
 2175 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2176 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2177 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2178 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2179 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2180 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2181 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2182 
     | 
    
         
            +
             
     | 
| 
      
 2183 
     | 
    
         
            +
                  api.add_operation(:get_run, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2184 
     | 
    
         
            +
                    o.name = "GetRun"
         
     | 
| 
      
 2185 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2186 
     | 
    
         
            +
                    o.http_request_uri = "/run/{id}"
         
     | 
| 
      
 2187 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2188 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2189 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2190 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetRunRequest)
         
     | 
| 
      
 2191 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetRunResponse)
         
     | 
| 
      
 2192 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2193 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2194 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2195 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2196 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2197 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2198 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2199 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2200 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2201 
     | 
    
         
            +
             
     | 
| 
      
 2202 
     | 
    
         
            +
                  api.add_operation(:get_run_group, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2203 
     | 
    
         
            +
                    o.name = "GetRunGroup"
         
     | 
| 
      
 2204 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2205 
     | 
    
         
            +
                    o.http_request_uri = "/runGroup/{id}"
         
     | 
| 
      
 2206 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2207 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2208 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2209 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetRunGroupRequest)
         
     | 
| 
      
 2210 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetRunGroupResponse)
         
     | 
| 
      
 2211 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2212 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2213 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2214 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2215 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2216 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2217 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2218 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2219 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2220 
     | 
    
         
            +
             
     | 
| 
      
 2221 
     | 
    
         
            +
                  api.add_operation(:get_run_task, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2222 
     | 
    
         
            +
                    o.name = "GetRunTask"
         
     | 
| 
      
 2223 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2224 
     | 
    
         
            +
                    o.http_request_uri = "/run/{id}/task/{taskId}"
         
     | 
| 
      
 2225 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2226 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2227 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2228 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetRunTaskRequest)
         
     | 
| 
      
 2229 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetRunTaskResponse)
         
     | 
| 
      
 2230 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2231 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2232 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2233 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2234 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2235 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2236 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2237 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2238 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2239 
     | 
    
         
            +
             
     | 
| 
      
 2240 
     | 
    
         
            +
                  api.add_operation(:get_sequence_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2241 
     | 
    
         
            +
                    o.name = "GetSequenceStore"
         
     | 
| 
      
 2242 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2243 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{id}"
         
     | 
| 
      
 2244 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2245 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2246 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2247 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetSequenceStoreRequest)
         
     | 
| 
      
 2248 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetSequenceStoreResponse)
         
     | 
| 
      
 2249 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2250 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2251 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2252 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2253 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2254 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2255 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2256 
     | 
    
         
            +
             
     | 
| 
      
 2257 
     | 
    
         
            +
                  api.add_operation(:get_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2258 
     | 
    
         
            +
                    o.name = "GetVariantImportJob"
         
     | 
| 
      
 2259 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2260 
     | 
    
         
            +
                    o.http_request_uri = "/import/variant/{jobId}"
         
     | 
| 
      
 2261 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2262 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2263 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2264 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetVariantImportRequest)
         
     | 
| 
      
 2265 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetVariantImportResponse)
         
     | 
| 
      
 2266 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2267 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2268 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2269 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2270 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2271 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2272 
     | 
    
         
            +
             
     | 
| 
      
 2273 
     | 
    
         
            +
                  api.add_operation(:get_variant_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2274 
     | 
    
         
            +
                    o.name = "GetVariantStore"
         
     | 
| 
      
 2275 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2276 
     | 
    
         
            +
                    o.http_request_uri = "/variantStore/{name}"
         
     | 
| 
      
 2277 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2278 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2279 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2280 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetVariantStoreRequest)
         
     | 
| 
      
 2281 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetVariantStoreResponse)
         
     | 
| 
      
 2282 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2283 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2284 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2285 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2286 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2287 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2288 
     | 
    
         
            +
             
     | 
| 
      
 2289 
     | 
    
         
            +
                  api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2290 
     | 
    
         
            +
                    o.name = "GetWorkflow"
         
     | 
| 
      
 2291 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2292 
     | 
    
         
            +
                    o.http_request_uri = "/workflow/{id}"
         
     | 
| 
      
 2293 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2294 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2295 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2296 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetWorkflowRequest)
         
     | 
| 
      
 2297 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetWorkflowResponse)
         
     | 
| 
      
 2298 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2299 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2300 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2301 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2302 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2303 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2304 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2305 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2306 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2307 
     | 
    
         
            +
             
     | 
| 
      
 2308 
     | 
    
         
            +
                  api.add_operation(:list_annotation_import_jobs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2309 
     | 
    
         
            +
                    o.name = "ListAnnotationImportJobs"
         
     | 
| 
      
 2310 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2311 
     | 
    
         
            +
                    o.http_request_uri = "/import/annotations"
         
     | 
| 
      
 2312 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2313 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2314 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2315 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListAnnotationImportJobsRequest)
         
     | 
| 
      
 2316 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListAnnotationImportJobsResponse)
         
     | 
| 
      
 2317 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2318 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2319 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2320 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2321 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2322 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2323 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2324 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2325 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2326 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2327 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2328 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2329 
     | 
    
         
            +
             
     | 
| 
      
 2330 
     | 
    
         
            +
                  api.add_operation(:list_annotation_stores, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2331 
     | 
    
         
            +
                    o.name = "ListAnnotationStores"
         
     | 
| 
      
 2332 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2333 
     | 
    
         
            +
                    o.http_request_uri = "/annotationStores"
         
     | 
| 
      
 2334 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2335 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2336 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2337 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListAnnotationStoresRequest)
         
     | 
| 
      
 2338 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListAnnotationStoresResponse)
         
     | 
| 
      
 2339 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2340 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2341 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2342 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2343 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2344 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2345 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2346 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2347 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2348 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2349 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2350 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2351 
     | 
    
         
            +
             
     | 
| 
      
 2352 
     | 
    
         
            +
                  api.add_operation(:list_read_set_activation_jobs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2353 
     | 
    
         
            +
                    o.name = "ListReadSetActivationJobs"
         
     | 
| 
      
 2354 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2355 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/activationjobs"
         
     | 
| 
      
 2356 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2357 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2358 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2359 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReadSetActivationJobsRequest)
         
     | 
| 
      
 2360 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReadSetActivationJobsResponse)
         
     | 
| 
      
 2361 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2362 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2363 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2364 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2365 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2366 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2367 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2368 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2369 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2370 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2371 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2372 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2373 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2374 
     | 
    
         
            +
             
     | 
| 
      
 2375 
     | 
    
         
            +
                  api.add_operation(:list_read_set_export_jobs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2376 
     | 
    
         
            +
                    o.name = "ListReadSetExportJobs"
         
     | 
| 
      
 2377 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2378 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/exportjobs"
         
     | 
| 
      
 2379 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2380 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2381 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2382 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReadSetExportJobsRequest)
         
     | 
| 
      
 2383 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReadSetExportJobsResponse)
         
     | 
| 
      
 2384 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2385 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2386 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2387 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2388 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2389 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2390 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2391 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2392 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2393 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2394 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2395 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2396 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2397 
     | 
    
         
            +
             
     | 
| 
      
 2398 
     | 
    
         
            +
                  api.add_operation(:list_read_set_import_jobs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2399 
     | 
    
         
            +
                    o.name = "ListReadSetImportJobs"
         
     | 
| 
      
 2400 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2401 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/importjobs"
         
     | 
| 
      
 2402 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2403 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2404 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2405 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReadSetImportJobsRequest)
         
     | 
| 
      
 2406 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReadSetImportJobsResponse)
         
     | 
| 
      
 2407 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2408 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2409 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2410 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2411 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2412 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2413 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2414 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2415 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2416 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2417 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2418 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2419 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2420 
     | 
    
         
            +
             
     | 
| 
      
 2421 
     | 
    
         
            +
                  api.add_operation(:list_read_sets, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2422 
     | 
    
         
            +
                    o.name = "ListReadSets"
         
     | 
| 
      
 2423 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2424 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/readsets"
         
     | 
| 
      
 2425 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2426 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2427 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2428 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReadSetsRequest)
         
     | 
| 
      
 2429 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReadSetsResponse)
         
     | 
| 
      
 2430 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2431 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2432 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2433 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2434 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2435 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2436 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2437 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2438 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2439 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2440 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2441 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2442 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2443 
     | 
    
         
            +
             
     | 
| 
      
 2444 
     | 
    
         
            +
                  api.add_operation(:list_reference_import_jobs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2445 
     | 
    
         
            +
                    o.name = "ListReferenceImportJobs"
         
     | 
| 
      
 2446 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2447 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/importjobs"
         
     | 
| 
      
 2448 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2449 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2450 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2451 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReferenceImportJobsRequest)
         
     | 
| 
      
 2452 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReferenceImportJobsResponse)
         
     | 
| 
      
 2453 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2454 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2455 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2456 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2457 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2458 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2459 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2460 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2461 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2462 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2463 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2464 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2465 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2466 
     | 
    
         
            +
             
     | 
| 
      
 2467 
     | 
    
         
            +
                  api.add_operation(:list_reference_stores, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2468 
     | 
    
         
            +
                    o.name = "ListReferenceStores"
         
     | 
| 
      
 2469 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2470 
     | 
    
         
            +
                    o.http_request_uri = "/referencestores"
         
     | 
| 
      
 2471 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2472 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2473 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2474 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReferenceStoresRequest)
         
     | 
| 
      
 2475 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReferenceStoresResponse)
         
     | 
| 
      
 2476 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2477 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2478 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2479 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2480 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2481 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2482 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2483 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2484 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2485 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2486 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2487 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2488 
     | 
    
         
            +
             
     | 
| 
      
 2489 
     | 
    
         
            +
                  api.add_operation(:list_references, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2490 
     | 
    
         
            +
                    o.name = "ListReferences"
         
     | 
| 
      
 2491 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2492 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/references"
         
     | 
| 
      
 2493 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2494 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2495 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2496 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListReferencesRequest)
         
     | 
| 
      
 2497 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListReferencesResponse)
         
     | 
| 
      
 2498 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2499 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2500 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2501 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2502 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2503 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2504 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2505 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2506 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2507 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2508 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2509 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2510 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2511 
     | 
    
         
            +
             
     | 
| 
      
 2512 
     | 
    
         
            +
                  api.add_operation(:list_run_groups, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2513 
     | 
    
         
            +
                    o.name = "ListRunGroups"
         
     | 
| 
      
 2514 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2515 
     | 
    
         
            +
                    o.http_request_uri = "/runGroup"
         
     | 
| 
      
 2516 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2517 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2518 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2519 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListRunGroupsRequest)
         
     | 
| 
      
 2520 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListRunGroupsResponse)
         
     | 
| 
      
 2521 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2522 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2523 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2524 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2525 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2526 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2527 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2528 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2529 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2530 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2531 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2532 
     | 
    
         
            +
                        "next_token" => "starting_token"
         
     | 
| 
      
 2533 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2534 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2535 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2536 
     | 
    
         
            +
             
     | 
| 
      
 2537 
     | 
    
         
            +
                  api.add_operation(:list_run_tasks, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2538 
     | 
    
         
            +
                    o.name = "ListRunTasks"
         
     | 
| 
      
 2539 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2540 
     | 
    
         
            +
                    o.http_request_uri = "/run/{id}/task"
         
     | 
| 
      
 2541 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2542 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2543 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2544 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListRunTasksRequest)
         
     | 
| 
      
 2545 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListRunTasksResponse)
         
     | 
| 
      
 2546 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2547 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2548 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2549 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2550 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2551 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2552 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2553 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2554 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2555 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2556 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2557 
     | 
    
         
            +
                        "next_token" => "starting_token"
         
     | 
| 
      
 2558 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2559 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2560 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2561 
     | 
    
         
            +
             
     | 
| 
      
 2562 
     | 
    
         
            +
                  api.add_operation(:list_runs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2563 
     | 
    
         
            +
                    o.name = "ListRuns"
         
     | 
| 
      
 2564 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2565 
     | 
    
         
            +
                    o.http_request_uri = "/run"
         
     | 
| 
      
 2566 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2567 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2568 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2569 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListRunsRequest)
         
     | 
| 
      
 2570 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListRunsResponse)
         
     | 
| 
      
 2571 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2572 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2573 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2574 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2575 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2576 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2577 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2578 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2579 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2580 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2581 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2582 
     | 
    
         
            +
                        "next_token" => "starting_token"
         
     | 
| 
      
 2583 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2584 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2585 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2586 
     | 
    
         
            +
             
     | 
| 
      
 2587 
     | 
    
         
            +
                  api.add_operation(:list_sequence_stores, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2588 
     | 
    
         
            +
                    o.name = "ListSequenceStores"
         
     | 
| 
      
 2589 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2590 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestores"
         
     | 
| 
      
 2591 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2592 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2593 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2594 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListSequenceStoresRequest)
         
     | 
| 
      
 2595 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListSequenceStoresResponse)
         
     | 
| 
      
 2596 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2597 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2598 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2599 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2600 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2601 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2602 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2603 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2604 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2605 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2606 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2607 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2608 
     | 
    
         
            +
             
     | 
| 
      
 2609 
     | 
    
         
            +
                  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2610 
     | 
    
         
            +
                    o.name = "ListTagsForResource"
         
     | 
| 
      
 2611 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2612 
     | 
    
         
            +
                    o.http_request_uri = "/tags/{resourceArn}"
         
     | 
| 
      
 2613 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2614 
     | 
    
         
            +
                      "hostPrefix" => "tags-",
         
     | 
| 
      
 2615 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2616 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
         
     | 
| 
      
 2617 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
         
     | 
| 
      
 2618 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2619 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2620 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2621 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2622 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2623 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2624 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2625 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2626 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2627 
     | 
    
         
            +
             
     | 
| 
      
 2628 
     | 
    
         
            +
                  api.add_operation(:list_variant_import_jobs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2629 
     | 
    
         
            +
                    o.name = "ListVariantImportJobs"
         
     | 
| 
      
 2630 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2631 
     | 
    
         
            +
                    o.http_request_uri = "/import/variants"
         
     | 
| 
      
 2632 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2633 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2634 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2635 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListVariantImportJobsRequest)
         
     | 
| 
      
 2636 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListVariantImportJobsResponse)
         
     | 
| 
      
 2637 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2638 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2639 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2640 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2641 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2642 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2643 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2644 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2645 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2646 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2647 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2648 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2649 
     | 
    
         
            +
             
     | 
| 
      
 2650 
     | 
    
         
            +
                  api.add_operation(:list_variant_stores, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2651 
     | 
    
         
            +
                    o.name = "ListVariantStores"
         
     | 
| 
      
 2652 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2653 
     | 
    
         
            +
                    o.http_request_uri = "/variantStores"
         
     | 
| 
      
 2654 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2655 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2656 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2657 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListVariantStoresRequest)
         
     | 
| 
      
 2658 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListVariantStoresResponse)
         
     | 
| 
      
 2659 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2660 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2661 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2662 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2663 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2664 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2665 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2666 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2667 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2668 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2669 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2670 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2671 
     | 
    
         
            +
             
     | 
| 
      
 2672 
     | 
    
         
            +
                  api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2673 
     | 
    
         
            +
                    o.name = "ListWorkflows"
         
     | 
| 
      
 2674 
     | 
    
         
            +
                    o.http_method = "GET"
         
     | 
| 
      
 2675 
     | 
    
         
            +
                    o.http_request_uri = "/workflow"
         
     | 
| 
      
 2676 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2677 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2678 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2679 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
         
     | 
| 
      
 2680 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
         
     | 
| 
      
 2681 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2682 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2683 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2684 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2685 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2686 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2687 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2688 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2689 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2690 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 2691 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2692 
     | 
    
         
            +
                        "next_token" => "starting_token"
         
     | 
| 
      
 2693 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2694 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2695 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2696 
     | 
    
         
            +
             
     | 
| 
      
 2697 
     | 
    
         
            +
                  api.add_operation(:start_annotation_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2698 
     | 
    
         
            +
                    o.name = "StartAnnotationImportJob"
         
     | 
| 
      
 2699 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2700 
     | 
    
         
            +
                    o.http_request_uri = "/import/annotation"
         
     | 
| 
      
 2701 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2702 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2703 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2704 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartAnnotationImportRequest)
         
     | 
| 
      
 2705 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartAnnotationImportResponse)
         
     | 
| 
      
 2706 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2707 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2708 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2709 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2710 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2711 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2712 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2713 
     | 
    
         
            +
             
     | 
| 
      
 2714 
     | 
    
         
            +
                  api.add_operation(:start_read_set_activation_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2715 
     | 
    
         
            +
                    o.name = "StartReadSetActivationJob"
         
     | 
| 
      
 2716 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2717 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/activationjob"
         
     | 
| 
      
 2718 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2719 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2720 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2721 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartReadSetActivationJobRequest)
         
     | 
| 
      
 2722 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartReadSetActivationJobResponse)
         
     | 
| 
      
 2723 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2724 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2725 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2726 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2727 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2728 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2729 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2730 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2731 
     | 
    
         
            +
             
     | 
| 
      
 2732 
     | 
    
         
            +
                  api.add_operation(:start_read_set_export_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2733 
     | 
    
         
            +
                    o.name = "StartReadSetExportJob"
         
     | 
| 
      
 2734 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2735 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/exportjob"
         
     | 
| 
      
 2736 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2737 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2738 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2739 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartReadSetExportJobRequest)
         
     | 
| 
      
 2740 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartReadSetExportJobResponse)
         
     | 
| 
      
 2741 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2742 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2743 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2744 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2745 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2746 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2747 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2748 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2749 
     | 
    
         
            +
             
     | 
| 
      
 2750 
     | 
    
         
            +
                  api.add_operation(:start_read_set_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2751 
     | 
    
         
            +
                    o.name = "StartReadSetImportJob"
         
     | 
| 
      
 2752 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2753 
     | 
    
         
            +
                    o.http_request_uri = "/sequencestore/{sequenceStoreId}/importjob"
         
     | 
| 
      
 2754 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2755 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2756 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2757 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartReadSetImportJobRequest)
         
     | 
| 
      
 2758 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartReadSetImportJobResponse)
         
     | 
| 
      
 2759 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2760 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2761 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2762 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2763 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2764 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2765 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2766 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2767 
     | 
    
         
            +
             
     | 
| 
      
 2768 
     | 
    
         
            +
                  api.add_operation(:start_reference_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2769 
     | 
    
         
            +
                    o.name = "StartReferenceImportJob"
         
     | 
| 
      
 2770 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2771 
     | 
    
         
            +
                    o.http_request_uri = "/referencestore/{referenceStoreId}/importjob"
         
     | 
| 
      
 2772 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2773 
     | 
    
         
            +
                      "hostPrefix" => "control-storage-",
         
     | 
| 
      
 2774 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2775 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartReferenceImportJobRequest)
         
     | 
| 
      
 2776 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartReferenceImportJobResponse)
         
     | 
| 
      
 2777 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2778 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2779 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2780 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2781 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2782 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2783 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2784 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2785 
     | 
    
         
            +
             
     | 
| 
      
 2786 
     | 
    
         
            +
                  api.add_operation(:start_run, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2787 
     | 
    
         
            +
                    o.name = "StartRun"
         
     | 
| 
      
 2788 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2789 
     | 
    
         
            +
                    o.http_request_uri = "/run"
         
     | 
| 
      
 2790 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2791 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2792 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2793 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartRunRequest)
         
     | 
| 
      
 2794 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartRunResponse)
         
     | 
| 
      
 2795 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2796 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2797 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2798 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2799 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2800 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2801 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2802 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2803 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2804 
     | 
    
         
            +
             
     | 
| 
      
 2805 
     | 
    
         
            +
                  api.add_operation(:start_variant_import_job, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2806 
     | 
    
         
            +
                    o.name = "StartVariantImportJob"
         
     | 
| 
      
 2807 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2808 
     | 
    
         
            +
                    o.http_request_uri = "/import/variant"
         
     | 
| 
      
 2809 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2810 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2811 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2812 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartVariantImportRequest)
         
     | 
| 
      
 2813 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartVariantImportResponse)
         
     | 
| 
      
 2814 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2815 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2816 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2817 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2818 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2819 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2820 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2821 
     | 
    
         
            +
             
     | 
| 
      
 2822 
     | 
    
         
            +
                  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2823 
     | 
    
         
            +
                    o.name = "TagResource"
         
     | 
| 
      
 2824 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2825 
     | 
    
         
            +
                    o.http_request_uri = "/tags/{resourceArn}"
         
     | 
| 
      
 2826 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2827 
     | 
    
         
            +
                      "hostPrefix" => "tags-",
         
     | 
| 
      
 2828 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2829 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
         
     | 
| 
      
 2830 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
         
     | 
| 
      
 2831 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2832 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2833 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2834 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2835 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2836 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2837 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2838 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2839 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2840 
     | 
    
         
            +
             
     | 
| 
      
 2841 
     | 
    
         
            +
                  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2842 
     | 
    
         
            +
                    o.name = "UntagResource"
         
     | 
| 
      
 2843 
     | 
    
         
            +
                    o.http_method = "DELETE"
         
     | 
| 
      
 2844 
     | 
    
         
            +
                    o.http_request_uri = "/tags/{resourceArn}"
         
     | 
| 
      
 2845 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2846 
     | 
    
         
            +
                      "hostPrefix" => "tags-",
         
     | 
| 
      
 2847 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2848 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
         
     | 
| 
      
 2849 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
         
     | 
| 
      
 2850 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2851 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2852 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2853 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2854 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2855 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2856 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2857 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2858 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2859 
     | 
    
         
            +
             
     | 
| 
      
 2860 
     | 
    
         
            +
                  api.add_operation(:update_annotation_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2861 
     | 
    
         
            +
                    o.name = "UpdateAnnotationStore"
         
     | 
| 
      
 2862 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2863 
     | 
    
         
            +
                    o.http_request_uri = "/annotationStore/{name}"
         
     | 
| 
      
 2864 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2865 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2866 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2867 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateAnnotationStoreRequest)
         
     | 
| 
      
 2868 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateAnnotationStoreResponse)
         
     | 
| 
      
 2869 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2870 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2871 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2872 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2873 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2874 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2875 
     | 
    
         
            +
             
     | 
| 
      
 2876 
     | 
    
         
            +
                  api.add_operation(:update_run_group, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2877 
     | 
    
         
            +
                    o.name = "UpdateRunGroup"
         
     | 
| 
      
 2878 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2879 
     | 
    
         
            +
                    o.http_request_uri = "/runGroup/{id}"
         
     | 
| 
      
 2880 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2881 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2882 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2883 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateRunGroupRequest)
         
     | 
| 
      
 2884 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
      
 2885 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2886 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2887 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2888 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2889 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2890 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2891 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2892 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2893 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2894 
     | 
    
         
            +
             
     | 
| 
      
 2895 
     | 
    
         
            +
                  api.add_operation(:update_variant_store, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2896 
     | 
    
         
            +
                    o.name = "UpdateVariantStore"
         
     | 
| 
      
 2897 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2898 
     | 
    
         
            +
                    o.http_request_uri = "/variantStore/{name}"
         
     | 
| 
      
 2899 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2900 
     | 
    
         
            +
                      "hostPrefix" => "analytics-",
         
     | 
| 
      
 2901 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2902 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateVariantStoreRequest)
         
     | 
| 
      
 2903 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateVariantStoreResponse)
         
     | 
| 
      
 2904 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2905 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2906 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2907 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2908 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2909 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2910 
     | 
    
         
            +
             
     | 
| 
      
 2911 
     | 
    
         
            +
                  api.add_operation(:update_workflow, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2912 
     | 
    
         
            +
                    o.name = "UpdateWorkflow"
         
     | 
| 
      
 2913 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2914 
     | 
    
         
            +
                    o.http_request_uri = "/workflow/{id}"
         
     | 
| 
      
 2915 
     | 
    
         
            +
                    o.endpoint_pattern = {
         
     | 
| 
      
 2916 
     | 
    
         
            +
                      "hostPrefix" => "workflows-",
         
     | 
| 
      
 2917 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2918 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateWorkflowRequest)
         
     | 
| 
      
 2919 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
      
 2920 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 2921 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 2922 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         
     | 
| 
      
 2923 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2924 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 2925 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 2926 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 2927 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
         
     | 
| 
      
 2928 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2929 
     | 
    
         
            +
                end
         
     | 
| 
      
 2930 
     | 
    
         
            +
             
     | 
| 
      
 2931 
     | 
    
         
            +
              end
         
     | 
| 
      
 2932 
     | 
    
         
            +
            end
         
     |