func Accelerators_Values() []string
Accelerators_Values returns all elements of the Accelerators enum
func AnnotationType_Values() []string
AnnotationType_Values returns all elements of the AnnotationType enum
func EncryptionType_Values() []string
EncryptionType_Values returns all elements of the EncryptionType enum
func FileType_Values() []string
FileType_Values returns all elements of the FileType enum
func FormatToHeaderKey_Values() []string
FormatToHeaderKey_Values returns all elements of the FormatToHeaderKey enum
func JobStatus_Values() []string
JobStatus_Values returns all elements of the JobStatus enum
func ReadSetActivationJobItemStatus_Values() []string
ReadSetActivationJobItemStatus_Values returns all elements of the ReadSetActivationJobItemStatus enum
func ReadSetActivationJobStatus_Values() []string
ReadSetActivationJobStatus_Values returns all elements of the ReadSetActivationJobStatus enum
func ReadSetExportJobItemStatus_Values() []string
ReadSetExportJobItemStatus_Values returns all elements of the ReadSetExportJobItemStatus enum
func ReadSetExportJobStatus_Values() []string
ReadSetExportJobStatus_Values returns all elements of the ReadSetExportJobStatus enum
func ReadSetFile_Values() []string
ReadSetFile_Values returns all elements of the ReadSetFile enum
func ReadSetImportJobItemStatus_Values() []string
ReadSetImportJobItemStatus_Values returns all elements of the ReadSetImportJobItemStatus enum
func ReadSetImportJobStatus_Values() []string
ReadSetImportJobStatus_Values returns all elements of the ReadSetImportJobStatus enum
func ReadSetPartSource_Values() []string
ReadSetPartSource_Values returns all elements of the ReadSetPartSource enum
func ReadSetStatus_Values() []string
ReadSetStatus_Values returns all elements of the ReadSetStatus enum
func ReferenceFile_Values() []string
ReferenceFile_Values returns all elements of the ReferenceFile enum
func ReferenceImportJobItemStatus_Values() []string
ReferenceImportJobItemStatus_Values returns all elements of the ReferenceImportJobItemStatus enum
func ReferenceImportJobStatus_Values() []string
ReferenceImportJobStatus_Values returns all elements of the ReferenceImportJobStatus enum
func ReferenceStatus_Values() []string
ReferenceStatus_Values returns all elements of the ReferenceStatus enum
func RunExport_Values() []string
RunExport_Values returns all elements of the RunExport enum
func RunLogLevel_Values() []string
RunLogLevel_Values returns all elements of the RunLogLevel enum
func RunStatus_Values() []string
RunStatus_Values returns all elements of the RunStatus enum
func SchemaValueType_Values() []string
SchemaValueType_Values returns all elements of the SchemaValueType enum
func StoreFormat_Values() []string
StoreFormat_Values returns all elements of the StoreFormat enum
func StoreStatus_Values() []string
StoreStatus_Values returns all elements of the StoreStatus enum
func TaskStatus_Values() []string
TaskStatus_Values returns all elements of the TaskStatus enum
func WorkflowEngine_Values() []string
WorkflowEngine_Values returns all elements of the WorkflowEngine enum
func WorkflowExport_Values() []string
WorkflowExport_Values returns all elements of the WorkflowExport enum
func WorkflowStatus_Values() []string
WorkflowStatus_Values returns all elements of the WorkflowStatus enum
func WorkflowType_Values() []string
WorkflowType_Values returns all elements of the WorkflowType enum
type AbortMultipartReadSetUploadInput struct { // The sequence store ID for the store involved in the multipart upload. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The ID for the multipart upload. // // UploadId is a required field UploadId *string `location:"uri" locationName:"uploadId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s AbortMultipartReadSetUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AbortMultipartReadSetUploadInput) SetSequenceStoreId(v string) *AbortMultipartReadSetUploadInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *AbortMultipartReadSetUploadInput) SetUploadId(v string) *AbortMultipartReadSetUploadInput
SetUploadId sets the UploadId field's value.
func (s AbortMultipartReadSetUploadInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AbortMultipartReadSetUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AbortMultipartReadSetUploadOutput struct {
// contains filtered or unexported fields
}
func (s AbortMultipartReadSetUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s AbortMultipartReadSetUploadOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You do not have sufficient access to perform this action.
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (s *AccessDeniedException) Error() string
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ActivateReadSetFilter struct { // The filter's start date. CreatedAfter *time.Time `locationName:"createdAfter" type:"timestamp" timestampFormat:"iso8601"` // The filter's end date. CreatedBefore *time.Time `locationName:"createdBefore" type:"timestamp" timestampFormat:"iso8601"` // The filter's status. Status *string `locationName:"status" type:"string" enum:"ReadSetActivationJobStatus"` // contains filtered or unexported fields }
A read set activation job filter.
func (s ActivateReadSetFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ActivateReadSetFilter) SetCreatedAfter(v time.Time) *ActivateReadSetFilter
SetCreatedAfter sets the CreatedAfter field's value.
func (s *ActivateReadSetFilter) SetCreatedBefore(v time.Time) *ActivateReadSetFilter
SetCreatedBefore sets the CreatedBefore field's value.
func (s *ActivateReadSetFilter) SetStatus(v string) *ActivateReadSetFilter
SetStatus sets the Status field's value.
func (s ActivateReadSetFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ActivateReadSetJobItem struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetActivationJobStatus"` // contains filtered or unexported fields }
A read set activation job.
func (s ActivateReadSetJobItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ActivateReadSetJobItem) SetCompletionTime(v time.Time) *ActivateReadSetJobItem
SetCompletionTime sets the CompletionTime field's value.
func (s *ActivateReadSetJobItem) SetCreationTime(v time.Time) *ActivateReadSetJobItem
SetCreationTime sets the CreationTime field's value.
func (s *ActivateReadSetJobItem) SetId(v string) *ActivateReadSetJobItem
SetId sets the Id field's value.
func (s *ActivateReadSetJobItem) SetSequenceStoreId(v string) *ActivateReadSetJobItem
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *ActivateReadSetJobItem) SetStatus(v string) *ActivateReadSetJobItem
SetStatus sets the Status field's value.
func (s ActivateReadSetJobItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ActivateReadSetSourceItem struct { // The source's read set ID. // // ReadSetId is a required field ReadSetId *string `locationName:"readSetId" min:"10" type:"string" required:"true"` // The source's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetActivationJobItemStatus"` // The source's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // contains filtered or unexported fields }
A source for a read set activation job.
func (s ActivateReadSetSourceItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ActivateReadSetSourceItem) SetReadSetId(v string) *ActivateReadSetSourceItem
SetReadSetId sets the ReadSetId field's value.
func (s *ActivateReadSetSourceItem) SetStatus(v string) *ActivateReadSetSourceItem
SetStatus sets the Status field's value.
func (s *ActivateReadSetSourceItem) SetStatusMessage(v string) *ActivateReadSetSourceItem
SetStatusMessage sets the StatusMessage field's value.
func (s ActivateReadSetSourceItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnnotationImportItemDetail struct { // The item's job status. // // JobStatus is a required field JobStatus *string `locationName:"jobStatus" type:"string" required:"true" enum:"JobStatus"` // The source file's location in Amazon S3. // // Source is a required field Source *string `locationName:"source" type:"string" required:"true"` // contains filtered or unexported fields }
Details about an imported annotation item.
func (s AnnotationImportItemDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AnnotationImportItemDetail) SetJobStatus(v string) *AnnotationImportItemDetail
SetJobStatus sets the JobStatus field's value.
func (s *AnnotationImportItemDetail) SetSource(v string) *AnnotationImportItemDetail
SetSource sets the Source field's value.
func (s AnnotationImportItemDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnnotationImportItemSource struct { // The source file's location in Amazon S3. // // Source is a required field Source *string `locationName:"source" type:"string" required:"true"` // contains filtered or unexported fields }
A source for an annotation import job.
func (s AnnotationImportItemSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AnnotationImportItemSource) SetSource(v string) *AnnotationImportItemSource
SetSource sets the Source field's value.
func (s AnnotationImportItemSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AnnotationImportItemSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AnnotationImportJobItem struct { // The annotation schema generated by the parsed annotation data. AnnotationFields map[string]*string `locationName:"annotationFields" type:"map"` // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's destination annotation store. // // DestinationName is a required field DestinationName *string `locationName:"destinationName" type:"string" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's left normalization setting. RunLeftNormalization *bool `locationName:"runLeftNormalization" type:"boolean"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"JobStatus"` // When the job was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
An annotation import job.
func (s AnnotationImportJobItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AnnotationImportJobItem) SetAnnotationFields(v map[string]*string) *AnnotationImportJobItem
SetAnnotationFields sets the AnnotationFields field's value.
func (s *AnnotationImportJobItem) SetCompletionTime(v time.Time) *AnnotationImportJobItem
SetCompletionTime sets the CompletionTime field's value.
func (s *AnnotationImportJobItem) SetCreationTime(v time.Time) *AnnotationImportJobItem
SetCreationTime sets the CreationTime field's value.
func (s *AnnotationImportJobItem) SetDestinationName(v string) *AnnotationImportJobItem
SetDestinationName sets the DestinationName field's value.
func (s *AnnotationImportJobItem) SetId(v string) *AnnotationImportJobItem
SetId sets the Id field's value.
func (s *AnnotationImportJobItem) SetRoleArn(v string) *AnnotationImportJobItem
SetRoleArn sets the RoleArn field's value.
func (s *AnnotationImportJobItem) SetRunLeftNormalization(v bool) *AnnotationImportJobItem
SetRunLeftNormalization sets the RunLeftNormalization field's value.
func (s *AnnotationImportJobItem) SetStatus(v string) *AnnotationImportJobItem
SetStatus sets the Status field's value.
func (s *AnnotationImportJobItem) SetUpdateTime(v time.Time) *AnnotationImportJobItem
SetUpdateTime sets the UpdateTime field's value.
func (s AnnotationImportJobItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnnotationStoreItem struct { // The store's creation time. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. // // Description is a required field Description *string `locationName:"description" type:"string" required:"true"` // The store's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The store's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The store's genome reference. // // Reference is a required field Reference *ReferenceItem `locationName:"reference" type:"structure" required:"true"` // The store's server-side encryption (SSE) settings. // // SseConfig is a required field SseConfig *SseConfig `locationName:"sseConfig" type:"structure" required:"true"` // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // The store's status message. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // The store's ARN. // // StoreArn is a required field StoreArn *string `locationName:"storeArn" min:"20" type:"string" required:"true"` // The store's file format. // // StoreFormat is a required field StoreFormat *string `locationName:"storeFormat" type:"string" required:"true" enum:"StoreFormat"` // The store's size in bytes. // // StoreSizeBytes is a required field StoreSizeBytes *int64 `locationName:"storeSizeBytes" type:"long" required:"true"` // When the store was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
An annotation store.
func (s AnnotationStoreItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AnnotationStoreItem) SetCreationTime(v time.Time) *AnnotationStoreItem
SetCreationTime sets the CreationTime field's value.
func (s *AnnotationStoreItem) SetDescription(v string) *AnnotationStoreItem
SetDescription sets the Description field's value.
func (s *AnnotationStoreItem) SetId(v string) *AnnotationStoreItem
SetId sets the Id field's value.
func (s *AnnotationStoreItem) SetName(v string) *AnnotationStoreItem
SetName sets the Name field's value.
func (s *AnnotationStoreItem) SetReference(v *ReferenceItem) *AnnotationStoreItem
SetReference sets the Reference field's value.
func (s *AnnotationStoreItem) SetSseConfig(v *SseConfig) *AnnotationStoreItem
SetSseConfig sets the SseConfig field's value.
func (s *AnnotationStoreItem) SetStatus(v string) *AnnotationStoreItem
SetStatus sets the Status field's value.
func (s *AnnotationStoreItem) SetStatusMessage(v string) *AnnotationStoreItem
SetStatusMessage sets the StatusMessage field's value.
func (s *AnnotationStoreItem) SetStoreArn(v string) *AnnotationStoreItem
SetStoreArn sets the StoreArn field's value.
func (s *AnnotationStoreItem) SetStoreFormat(v string) *AnnotationStoreItem
SetStoreFormat sets the StoreFormat field's value.
func (s *AnnotationStoreItem) SetStoreSizeBytes(v int64) *AnnotationStoreItem
SetStoreSizeBytes sets the StoreSizeBytes field's value.
func (s *AnnotationStoreItem) SetUpdateTime(v time.Time) *AnnotationStoreItem
SetUpdateTime sets the UpdateTime field's value.
func (s AnnotationStoreItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteReadSetInput struct { // The read sets' IDs. // // Ids is a required field Ids []*string `locationName:"ids" min:"1" type:"list" required:"true"` // The read sets' sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s BatchDeleteReadSetInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteReadSetInput) SetIds(v []*string) *BatchDeleteReadSetInput
SetIds sets the Ids field's value.
func (s *BatchDeleteReadSetInput) SetSequenceStoreId(v string) *BatchDeleteReadSetInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s BatchDeleteReadSetInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteReadSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteReadSetOutput struct { // Errors returned by individual delete operations. Errors []*ReadSetBatchError `locationName:"errors" type:"list"` // contains filtered or unexported fields }
func (s BatchDeleteReadSetOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteReadSetOutput) SetErrors(v []*ReadSetBatchError) *BatchDeleteReadSetOutput
SetErrors sets the Errors field's value.
func (s BatchDeleteReadSetOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelAnnotationImportJobInput struct { // The job's ID. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CancelAnnotationImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelAnnotationImportJobInput) SetJobId(v string) *CancelAnnotationImportJobInput
SetJobId sets the JobId field's value.
func (s CancelAnnotationImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelAnnotationImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelAnnotationImportJobOutput struct {
// contains filtered or unexported fields
}
func (s CancelAnnotationImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s CancelAnnotationImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelRunInput struct { // The run's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CancelRunInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelRunInput) SetId(v string) *CancelRunInput
SetId sets the Id field's value.
func (s CancelRunInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelRunOutput struct {
// contains filtered or unexported fields
}
func (s CancelRunOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s CancelRunOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelVariantImportJobInput struct { // The job's ID. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CancelVariantImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelVariantImportJobInput) SetJobId(v string) *CancelVariantImportJobInput
SetJobId sets the JobId field's value.
func (s CancelVariantImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelVariantImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelVariantImportJobOutput struct {
// contains filtered or unexported fields
}
func (s CancelVariantImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s CancelVariantImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CompleteMultipartReadSetUploadInput struct { // The individual uploads or parts of a multipart upload. // // Parts is a required field Parts []*CompleteReadSetUploadPartListItem `locationName:"parts" type:"list" required:"true"` // The sequence store ID for the store involved in the multipart upload. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The ID for the multipart upload. // // UploadId is a required field UploadId *string `location:"uri" locationName:"uploadId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CompleteMultipartReadSetUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CompleteMultipartReadSetUploadInput) SetParts(v []*CompleteReadSetUploadPartListItem) *CompleteMultipartReadSetUploadInput
SetParts sets the Parts field's value.
func (s *CompleteMultipartReadSetUploadInput) SetSequenceStoreId(v string) *CompleteMultipartReadSetUploadInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *CompleteMultipartReadSetUploadInput) SetUploadId(v string) *CompleteMultipartReadSetUploadInput
SetUploadId sets the UploadId field's value.
func (s CompleteMultipartReadSetUploadInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CompleteMultipartReadSetUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CompleteMultipartReadSetUploadOutput struct { // The read set ID created for an uploaded read set. // // ReadSetId is a required field ReadSetId *string `locationName:"readSetId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CompleteMultipartReadSetUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CompleteMultipartReadSetUploadOutput) SetReadSetId(v string) *CompleteMultipartReadSetUploadOutput
SetReadSetId sets the ReadSetId field's value.
func (s CompleteMultipartReadSetUploadOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CompleteReadSetUploadPartListItem struct { // A unique identifier used to confirm that parts are being added to the correct // upload. // // Checksum is a required field Checksum *string `locationName:"checksum" type:"string" required:"true"` // A number identifying the part in a read set upload. // // PartNumber is a required field PartNumber *int64 `locationName:"partNumber" min:"1" type:"integer" required:"true"` // The source file of the part being uploaded. // // PartSource is a required field PartSource *string `locationName:"partSource" type:"string" required:"true" enum:"ReadSetPartSource"` // contains filtered or unexported fields }
Part of the response to the CompleteReadSetUpload API, including metadata.
func (s CompleteReadSetUploadPartListItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CompleteReadSetUploadPartListItem) SetChecksum(v string) *CompleteReadSetUploadPartListItem
SetChecksum sets the Checksum field's value.
func (s *CompleteReadSetUploadPartListItem) SetPartNumber(v int64) *CompleteReadSetUploadPartListItem
SetPartNumber sets the PartNumber field's value.
func (s *CompleteReadSetUploadPartListItem) SetPartSource(v string) *CompleteReadSetUploadPartListItem
SetPartSource sets the PartSource field's value.
func (s CompleteReadSetUploadPartListItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CompleteReadSetUploadPartListItem) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request cannot be applied to the target resource in its current state.
func (s *ConflictException) Code() string
Code returns the exception type name.
func (s *ConflictException) Error() string
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ConflictException) Message() string
Message returns the exception's message.
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAnnotationStoreInput struct { // A description for the store. Description *string `locationName:"description" type:"string"` // A name for the store. Name *string `locationName:"name" type:"string"` // The genome reference for the store's annotations. Reference *ReferenceItem `locationName:"reference" type:"structure"` // Server-side encryption (SSE) settings for the store. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // The annotation file format of the store. // // StoreFormat is a required field StoreFormat *string `locationName:"storeFormat" type:"string" required:"true" enum:"StoreFormat"` // File parsing options for the annotation store. StoreOptions *StoreOptions `locationName:"storeOptions" type:"structure"` // Tags for the store. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateAnnotationStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAnnotationStoreInput) SetDescription(v string) *CreateAnnotationStoreInput
SetDescription sets the Description field's value.
func (s *CreateAnnotationStoreInput) SetName(v string) *CreateAnnotationStoreInput
SetName sets the Name field's value.
func (s *CreateAnnotationStoreInput) SetReference(v *ReferenceItem) *CreateAnnotationStoreInput
SetReference sets the Reference field's value.
func (s *CreateAnnotationStoreInput) SetSseConfig(v *SseConfig) *CreateAnnotationStoreInput
SetSseConfig sets the SseConfig field's value.
func (s *CreateAnnotationStoreInput) SetStoreFormat(v string) *CreateAnnotationStoreInput
SetStoreFormat sets the StoreFormat field's value.
func (s *CreateAnnotationStoreInput) SetStoreOptions(v *StoreOptions) *CreateAnnotationStoreInput
SetStoreOptions sets the StoreOptions field's value.
func (s *CreateAnnotationStoreInput) SetTags(v map[string]*string) *CreateAnnotationStoreInput
SetTags sets the Tags field's value.
func (s CreateAnnotationStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAnnotationStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAnnotationStoreOutput struct { // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The store's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The store's genome reference. Required for all stores except TSV format with // generic annotations. Reference *ReferenceItem `locationName:"reference" type:"structure"` // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // The annotation file format of the store. StoreFormat *string `locationName:"storeFormat" type:"string" enum:"StoreFormat"` // The store's file parsing options. StoreOptions *StoreOptions `locationName:"storeOptions" type:"structure"` // contains filtered or unexported fields }
func (s CreateAnnotationStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAnnotationStoreOutput) SetCreationTime(v time.Time) *CreateAnnotationStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *CreateAnnotationStoreOutput) SetId(v string) *CreateAnnotationStoreOutput
SetId sets the Id field's value.
func (s *CreateAnnotationStoreOutput) SetName(v string) *CreateAnnotationStoreOutput
SetName sets the Name field's value.
func (s *CreateAnnotationStoreOutput) SetReference(v *ReferenceItem) *CreateAnnotationStoreOutput
SetReference sets the Reference field's value.
func (s *CreateAnnotationStoreOutput) SetStatus(v string) *CreateAnnotationStoreOutput
SetStatus sets the Status field's value.
func (s *CreateAnnotationStoreOutput) SetStoreFormat(v string) *CreateAnnotationStoreOutput
SetStoreFormat sets the StoreFormat field's value.
func (s *CreateAnnotationStoreOutput) SetStoreOptions(v *StoreOptions) *CreateAnnotationStoreOutput
SetStoreOptions sets the StoreOptions field's value.
func (s CreateAnnotationStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateMultipartReadSetUploadInput struct { // An idempotency token that can be used to avoid triggering multiple multipart // uploads. ClientToken *string `locationName:"clientToken" min:"1" type:"string"` // The description of the read set. Description *string `locationName:"description" min:"1" type:"string"` // Where the source originated. GeneratedFrom *string `locationName:"generatedFrom" min:"1" type:"string"` // The name of the read set. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The ARN of the reference. // // ReferenceArn is a required field ReferenceArn *string `locationName:"referenceArn" min:"1" type:"string" required:"true"` // The source's sample ID. // // SampleId is a required field SampleId *string `locationName:"sampleId" min:"1" type:"string" required:"true"` // The sequence store ID for the store that is the destination of the multipart // uploads. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The type of file being uploaded. // // SourceFileType is a required field SourceFileType *string `locationName:"sourceFileType" type:"string" required:"true" enum:"FileType"` // The source's subject ID. // // SubjectId is a required field SubjectId *string `locationName:"subjectId" min:"1" type:"string" required:"true"` // Any tags to add to the read set. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateMultipartReadSetUploadInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateMultipartReadSetUploadInput) SetClientToken(v string) *CreateMultipartReadSetUploadInput
SetClientToken sets the ClientToken field's value.
func (s *CreateMultipartReadSetUploadInput) SetDescription(v string) *CreateMultipartReadSetUploadInput
SetDescription sets the Description field's value.
func (s *CreateMultipartReadSetUploadInput) SetGeneratedFrom(v string) *CreateMultipartReadSetUploadInput
SetGeneratedFrom sets the GeneratedFrom field's value.
func (s *CreateMultipartReadSetUploadInput) SetName(v string) *CreateMultipartReadSetUploadInput
SetName sets the Name field's value.
func (s *CreateMultipartReadSetUploadInput) SetReferenceArn(v string) *CreateMultipartReadSetUploadInput
SetReferenceArn sets the ReferenceArn field's value.
func (s *CreateMultipartReadSetUploadInput) SetSampleId(v string) *CreateMultipartReadSetUploadInput
SetSampleId sets the SampleId field's value.
func (s *CreateMultipartReadSetUploadInput) SetSequenceStoreId(v string) *CreateMultipartReadSetUploadInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *CreateMultipartReadSetUploadInput) SetSourceFileType(v string) *CreateMultipartReadSetUploadInput
SetSourceFileType sets the SourceFileType field's value.
func (s *CreateMultipartReadSetUploadInput) SetSubjectId(v string) *CreateMultipartReadSetUploadInput
SetSubjectId sets the SubjectId field's value.
func (s *CreateMultipartReadSetUploadInput) SetTags(v map[string]*string) *CreateMultipartReadSetUploadInput
SetTags sets the Tags field's value.
func (s CreateMultipartReadSetUploadInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateMultipartReadSetUploadInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMultipartReadSetUploadOutput struct { // The creation time of the multipart upload. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The description of the read set. Description *string `locationName:"description" min:"1" type:"string"` // The source of the read set. GeneratedFrom *string `locationName:"generatedFrom" min:"1" type:"string"` // The name of the read set. Name *string `locationName:"name" min:"1" type:"string"` // The read set source's reference ARN. // // ReferenceArn is a required field ReferenceArn *string `locationName:"referenceArn" min:"1" type:"string" required:"true"` // The source's sample ID. // // SampleId is a required field SampleId *string `locationName:"sampleId" min:"1" type:"string" required:"true"` // The sequence store ID for the store that the read set will be created in. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The file type of the read set source. // // SourceFileType is a required field SourceFileType *string `locationName:"sourceFileType" type:"string" required:"true" enum:"FileType"` // The source's subject ID. // // SubjectId is a required field SubjectId *string `locationName:"subjectId" min:"1" type:"string" required:"true"` // The tags to add to the read set. Tags map[string]*string `locationName:"tags" type:"map"` // he ID for the initiated multipart upload. // // UploadId is a required field UploadId *string `locationName:"uploadId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CreateMultipartReadSetUploadOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateMultipartReadSetUploadOutput) SetCreationTime(v time.Time) *CreateMultipartReadSetUploadOutput
SetCreationTime sets the CreationTime field's value.
func (s *CreateMultipartReadSetUploadOutput) SetDescription(v string) *CreateMultipartReadSetUploadOutput
SetDescription sets the Description field's value.
func (s *CreateMultipartReadSetUploadOutput) SetGeneratedFrom(v string) *CreateMultipartReadSetUploadOutput
SetGeneratedFrom sets the GeneratedFrom field's value.
func (s *CreateMultipartReadSetUploadOutput) SetName(v string) *CreateMultipartReadSetUploadOutput
SetName sets the Name field's value.
func (s *CreateMultipartReadSetUploadOutput) SetReferenceArn(v string) *CreateMultipartReadSetUploadOutput
SetReferenceArn sets the ReferenceArn field's value.
func (s *CreateMultipartReadSetUploadOutput) SetSampleId(v string) *CreateMultipartReadSetUploadOutput
SetSampleId sets the SampleId field's value.
func (s *CreateMultipartReadSetUploadOutput) SetSequenceStoreId(v string) *CreateMultipartReadSetUploadOutput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *CreateMultipartReadSetUploadOutput) SetSourceFileType(v string) *CreateMultipartReadSetUploadOutput
SetSourceFileType sets the SourceFileType field's value.
func (s *CreateMultipartReadSetUploadOutput) SetSubjectId(v string) *CreateMultipartReadSetUploadOutput
SetSubjectId sets the SubjectId field's value.
func (s *CreateMultipartReadSetUploadOutput) SetTags(v map[string]*string) *CreateMultipartReadSetUploadOutput
SetTags sets the Tags field's value.
func (s *CreateMultipartReadSetUploadOutput) SetUploadId(v string) *CreateMultipartReadSetUploadOutput
SetUploadId sets the UploadId field's value.
func (s CreateMultipartReadSetUploadOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateReferenceStoreInput struct { // To ensure that requests don't run multiple times, specify a unique token // for each request. ClientToken *string `locationName:"clientToken" min:"1" type:"string"` // A description for the store. Description *string `locationName:"description" min:"1" type:"string"` // A name for the store. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // Server-side encryption (SSE) settings for the store. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // Tags for the store. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateReferenceStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateReferenceStoreInput) SetClientToken(v string) *CreateReferenceStoreInput
SetClientToken sets the ClientToken field's value.
func (s *CreateReferenceStoreInput) SetDescription(v string) *CreateReferenceStoreInput
SetDescription sets the Description field's value.
func (s *CreateReferenceStoreInput) SetName(v string) *CreateReferenceStoreInput
SetName sets the Name field's value.
func (s *CreateReferenceStoreInput) SetSseConfig(v *SseConfig) *CreateReferenceStoreInput
SetSseConfig sets the SseConfig field's value.
func (s *CreateReferenceStoreInput) SetTags(v map[string]*string) *CreateReferenceStoreInput
SetTags sets the Tags field's value.
func (s CreateReferenceStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateReferenceStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReferenceStoreOutput struct { // The store's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. Description *string `locationName:"description" min:"1" type:"string"` // The store's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The store's name. Name *string `locationName:"name" min:"1" type:"string"` // The store's SSE settings. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // contains filtered or unexported fields }
func (s CreateReferenceStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateReferenceStoreOutput) SetArn(v string) *CreateReferenceStoreOutput
SetArn sets the Arn field's value.
func (s *CreateReferenceStoreOutput) SetCreationTime(v time.Time) *CreateReferenceStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *CreateReferenceStoreOutput) SetDescription(v string) *CreateReferenceStoreOutput
SetDescription sets the Description field's value.
func (s *CreateReferenceStoreOutput) SetId(v string) *CreateReferenceStoreOutput
SetId sets the Id field's value.
func (s *CreateReferenceStoreOutput) SetName(v string) *CreateReferenceStoreOutput
SetName sets the Name field's value.
func (s *CreateReferenceStoreOutput) SetSseConfig(v *SseConfig) *CreateReferenceStoreOutput
SetSseConfig sets the SseConfig field's value.
func (s CreateReferenceStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateRunGroupInput struct { // The maximum number of CPUs to use in the group. MaxCpus *int64 `locationName:"maxCpus" min:"1" type:"integer"` // A maximum run time for the group in minutes. MaxDuration *int64 `locationName:"maxDuration" min:"1" type:"integer"` // The maximum GPUs that can be used by a run group. MaxGpus *int64 `locationName:"maxGpus" min:"1" type:"integer"` // The maximum number of concurrent runs for the group. MaxRuns *int64 `locationName:"maxRuns" min:"1" type:"integer"` // A name for the group. Name *string `locationName:"name" min:"1" type:"string"` // To ensure that requests don't run multiple times, specify a unique ID for // each request. RequestId *string `locationName:"requestId" min:"1" type:"string" idempotencyToken:"true"` // Tags for the group. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateRunGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRunGroupInput) SetMaxCpus(v int64) *CreateRunGroupInput
SetMaxCpus sets the MaxCpus field's value.
func (s *CreateRunGroupInput) SetMaxDuration(v int64) *CreateRunGroupInput
SetMaxDuration sets the MaxDuration field's value.
func (s *CreateRunGroupInput) SetMaxGpus(v int64) *CreateRunGroupInput
SetMaxGpus sets the MaxGpus field's value.
func (s *CreateRunGroupInput) SetMaxRuns(v int64) *CreateRunGroupInput
SetMaxRuns sets the MaxRuns field's value.
func (s *CreateRunGroupInput) SetName(v string) *CreateRunGroupInput
SetName sets the Name field's value.
func (s *CreateRunGroupInput) SetRequestId(v string) *CreateRunGroupInput
SetRequestId sets the RequestId field's value.
func (s *CreateRunGroupInput) SetTags(v map[string]*string) *CreateRunGroupInput
SetTags sets the Tags field's value.
func (s CreateRunGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRunGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRunGroupOutput struct { // The group's ARN. Arn *string `locationName:"arn" min:"1" type:"string"` // The group's ID. Id *string `locationName:"id" min:"1" type:"string"` // Tags for the run group. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateRunGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateRunGroupOutput) SetArn(v string) *CreateRunGroupOutput
SetArn sets the Arn field's value.
func (s *CreateRunGroupOutput) SetId(v string) *CreateRunGroupOutput
SetId sets the Id field's value.
func (s *CreateRunGroupOutput) SetTags(v map[string]*string) *CreateRunGroupOutput
SetTags sets the Tags field's value.
func (s CreateRunGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSequenceStoreInput struct { // To ensure that requests don't run multiple times, specify a unique token // for each request. ClientToken *string `locationName:"clientToken" min:"1" type:"string"` // A description for the store. Description *string `locationName:"description" min:"1" type:"string"` // An S3 location that is used to store files that have failed a direct upload. FallbackLocation *string `locationName:"fallbackLocation" type:"string"` // A name for the store. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // Server-side encryption (SSE) settings for the store. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // Tags for the store. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateSequenceStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateSequenceStoreInput) SetClientToken(v string) *CreateSequenceStoreInput
SetClientToken sets the ClientToken field's value.
func (s *CreateSequenceStoreInput) SetDescription(v string) *CreateSequenceStoreInput
SetDescription sets the Description field's value.
func (s *CreateSequenceStoreInput) SetFallbackLocation(v string) *CreateSequenceStoreInput
SetFallbackLocation sets the FallbackLocation field's value.
func (s *CreateSequenceStoreInput) SetName(v string) *CreateSequenceStoreInput
SetName sets the Name field's value.
func (s *CreateSequenceStoreInput) SetSseConfig(v *SseConfig) *CreateSequenceStoreInput
SetSseConfig sets the SseConfig field's value.
func (s *CreateSequenceStoreInput) SetTags(v map[string]*string) *CreateSequenceStoreInput
SetTags sets the Tags field's value.
func (s CreateSequenceStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateSequenceStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSequenceStoreOutput struct { // The store's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. Description *string `locationName:"description" min:"1" type:"string"` // An S3 location that is used to store files that have failed a direct upload. FallbackLocation *string `locationName:"fallbackLocation" type:"string"` // The store's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The store's name. Name *string `locationName:"name" min:"1" type:"string"` // The store's SSE settings. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // contains filtered or unexported fields }
func (s CreateSequenceStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateSequenceStoreOutput) SetArn(v string) *CreateSequenceStoreOutput
SetArn sets the Arn field's value.
func (s *CreateSequenceStoreOutput) SetCreationTime(v time.Time) *CreateSequenceStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *CreateSequenceStoreOutput) SetDescription(v string) *CreateSequenceStoreOutput
SetDescription sets the Description field's value.
func (s *CreateSequenceStoreOutput) SetFallbackLocation(v string) *CreateSequenceStoreOutput
SetFallbackLocation sets the FallbackLocation field's value.
func (s *CreateSequenceStoreOutput) SetId(v string) *CreateSequenceStoreOutput
SetId sets the Id field's value.
func (s *CreateSequenceStoreOutput) SetName(v string) *CreateSequenceStoreOutput
SetName sets the Name field's value.
func (s *CreateSequenceStoreOutput) SetSseConfig(v *SseConfig) *CreateSequenceStoreOutput
SetSseConfig sets the SseConfig field's value.
func (s CreateSequenceStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateVariantStoreInput struct { // A description for the store. Description *string `locationName:"description" type:"string"` // A name for the store. Name *string `locationName:"name" type:"string"` // The genome reference for the store's variants. // // Reference is a required field Reference *ReferenceItem `locationName:"reference" type:"structure" required:"true"` // Server-side encryption (SSE) settings for the store. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // Tags for the store. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateVariantStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateVariantStoreInput) SetDescription(v string) *CreateVariantStoreInput
SetDescription sets the Description field's value.
func (s *CreateVariantStoreInput) SetName(v string) *CreateVariantStoreInput
SetName sets the Name field's value.
func (s *CreateVariantStoreInput) SetReference(v *ReferenceItem) *CreateVariantStoreInput
SetReference sets the Reference field's value.
func (s *CreateVariantStoreInput) SetSseConfig(v *SseConfig) *CreateVariantStoreInput
SetSseConfig sets the SseConfig field's value.
func (s *CreateVariantStoreInput) SetTags(v map[string]*string) *CreateVariantStoreInput
SetTags sets the Tags field's value.
func (s CreateVariantStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateVariantStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVariantStoreOutput struct { // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The store's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The store's genome reference. Reference *ReferenceItem `locationName:"reference" type:"structure"` // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // contains filtered or unexported fields }
func (s CreateVariantStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateVariantStoreOutput) SetCreationTime(v time.Time) *CreateVariantStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *CreateVariantStoreOutput) SetId(v string) *CreateVariantStoreOutput
SetId sets the Id field's value.
func (s *CreateVariantStoreOutput) SetName(v string) *CreateVariantStoreOutput
SetName sets the Name field's value.
func (s *CreateVariantStoreOutput) SetReference(v *ReferenceItem) *CreateVariantStoreOutput
SetReference sets the Reference field's value.
func (s *CreateVariantStoreOutput) SetStatus(v string) *CreateVariantStoreOutput
SetStatus sets the Status field's value.
func (s CreateVariantStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateWorkflowInput struct { // The computational accelerator specified to run the workflow. Accelerators *string `locationName:"accelerators" min:"1" type:"string" enum:"Accelerators"` // The URI of a definition for the workflow. DefinitionUri *string `locationName:"definitionUri" min:"1" type:"string"` // A ZIP archive for the workflow. // DefinitionZip is automatically base64 encoded/decoded by the SDK. DefinitionZip []byte `locationName:"definitionZip" type:"blob"` // A description for the workflow. Description *string `locationName:"description" min:"1" type:"string"` // An engine for the workflow. Engine *string `locationName:"engine" min:"1" type:"string" enum:"WorkflowEngine"` // The path of the main definition file for the workflow. Main *string `locationName:"main" min:"1" type:"string"` // A name for the workflow. Name *string `locationName:"name" min:"1" type:"string"` // A parameter template for the workflow. ParameterTemplate map[string]*WorkflowParameter `locationName:"parameterTemplate" min:"1" type:"map"` // To ensure that requests don't run multiple times, specify a unique ID for // each request. RequestId *string `locationName:"requestId" min:"1" type:"string" idempotencyToken:"true"` // A storage capacity for the workflow in gigabytes. StorageCapacity *int64 `locationName:"storageCapacity" type:"integer"` // Tags for the workflow. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateWorkflowInput) SetAccelerators(v string) *CreateWorkflowInput
SetAccelerators sets the Accelerators field's value.
func (s *CreateWorkflowInput) SetDefinitionUri(v string) *CreateWorkflowInput
SetDefinitionUri sets the DefinitionUri field's value.
func (s *CreateWorkflowInput) SetDefinitionZip(v []byte) *CreateWorkflowInput
SetDefinitionZip sets the DefinitionZip field's value.
func (s *CreateWorkflowInput) SetDescription(v string) *CreateWorkflowInput
SetDescription sets the Description field's value.
func (s *CreateWorkflowInput) SetEngine(v string) *CreateWorkflowInput
SetEngine sets the Engine field's value.
func (s *CreateWorkflowInput) SetMain(v string) *CreateWorkflowInput
SetMain sets the Main field's value.
func (s *CreateWorkflowInput) SetName(v string) *CreateWorkflowInput
SetName sets the Name field's value.
func (s *CreateWorkflowInput) SetParameterTemplate(v map[string]*WorkflowParameter) *CreateWorkflowInput
SetParameterTemplate sets the ParameterTemplate field's value.
func (s *CreateWorkflowInput) SetRequestId(v string) *CreateWorkflowInput
SetRequestId sets the RequestId field's value.
func (s *CreateWorkflowInput) SetStorageCapacity(v int64) *CreateWorkflowInput
SetStorageCapacity sets the StorageCapacity field's value.
func (s *CreateWorkflowInput) SetTags(v map[string]*string) *CreateWorkflowInput
SetTags sets the Tags field's value.
func (s CreateWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkflowOutput struct { // The workflow's ARN. Arn *string `locationName:"arn" min:"1" type:"string"` // The workflow's ID. Id *string `locationName:"id" min:"1" type:"string"` // The workflow's status. Status *string `locationName:"status" min:"1" type:"string" enum:"WorkflowStatus"` // The workflow's tags. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateWorkflowOutput) SetArn(v string) *CreateWorkflowOutput
SetArn sets the Arn field's value.
func (s *CreateWorkflowOutput) SetId(v string) *CreateWorkflowOutput
SetId sets the Id field's value.
func (s *CreateWorkflowOutput) SetStatus(v string) *CreateWorkflowOutput
SetStatus sets the Status field's value.
func (s *CreateWorkflowOutput) SetTags(v map[string]*string) *CreateWorkflowOutput
SetTags sets the Tags field's value.
func (s CreateWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAnnotationStoreInput struct { // Whether to force deletion. Force *bool `location:"querystring" locationName:"force" type:"boolean"` // The store's name. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteAnnotationStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAnnotationStoreInput) SetForce(v bool) *DeleteAnnotationStoreInput
SetForce sets the Force field's value.
func (s *DeleteAnnotationStoreInput) SetName(v string) *DeleteAnnotationStoreInput
SetName sets the Name field's value.
func (s DeleteAnnotationStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAnnotationStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnnotationStoreOutput struct { // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // contains filtered or unexported fields }
func (s DeleteAnnotationStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAnnotationStoreOutput) SetStatus(v string) *DeleteAnnotationStoreOutput
SetStatus sets the Status field's value.
func (s DeleteAnnotationStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteReferenceInput struct { // The reference's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The reference's store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `location:"uri" locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteReferenceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteReferenceInput) SetId(v string) *DeleteReferenceInput
SetId sets the Id field's value.
func (s *DeleteReferenceInput) SetReferenceStoreId(v string) *DeleteReferenceInput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s DeleteReferenceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteReferenceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReferenceOutput struct {
// contains filtered or unexported fields
}
func (s DeleteReferenceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteReferenceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteReferenceStoreInput struct { // The store's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteReferenceStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteReferenceStoreInput) SetId(v string) *DeleteReferenceStoreInput
SetId sets the Id field's value.
func (s DeleteReferenceStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteReferenceStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReferenceStoreOutput struct {
// contains filtered or unexported fields
}
func (s DeleteReferenceStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteReferenceStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRunGroupInput struct { // The run group's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteRunGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRunGroupInput) SetId(v string) *DeleteRunGroupInput
SetId sets the Id field's value.
func (s DeleteRunGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRunGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRunGroupOutput struct {
// contains filtered or unexported fields
}
func (s DeleteRunGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteRunGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteRunInput struct { // The run's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteRunInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRunInput) SetId(v string) *DeleteRunInput
SetId sets the Id field's value.
func (s DeleteRunInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRunOutput struct {
// contains filtered or unexported fields
}
func (s DeleteRunOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteRunOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSequenceStoreInput struct { // The sequence store's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteSequenceStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteSequenceStoreInput) SetId(v string) *DeleteSequenceStoreInput
SetId sets the Id field's value.
func (s DeleteSequenceStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteSequenceStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSequenceStoreOutput struct {
// contains filtered or unexported fields
}
func (s DeleteSequenceStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteSequenceStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteVariantStoreInput struct { // Whether to force deletion. Force *bool `location:"querystring" locationName:"force" type:"boolean"` // The store's name. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteVariantStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteVariantStoreInput) SetForce(v bool) *DeleteVariantStoreInput
SetForce sets the Force field's value.
func (s *DeleteVariantStoreInput) SetName(v string) *DeleteVariantStoreInput
SetName sets the Name field's value.
func (s DeleteVariantStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteVariantStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVariantStoreOutput struct { // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // contains filtered or unexported fields }
func (s DeleteVariantStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteVariantStoreOutput) SetStatus(v string) *DeleteVariantStoreOutput
SetStatus sets the Status field's value.
func (s DeleteVariantStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteWorkflowInput struct { // The workflow's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteWorkflowInput) SetId(v string) *DeleteWorkflowInput
SetId sets the Id field's value.
func (s DeleteWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkflowOutput struct {
// contains filtered or unexported fields
}
func (s DeleteWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportReadSet struct { // The set's ID. // // ReadSetId is a required field ReadSetId *string `locationName:"readSetId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
A read set.
func (s ExportReadSet) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ExportReadSet) SetReadSetId(v string) *ExportReadSet
SetReadSetId sets the ReadSetId field's value.
func (s ExportReadSet) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ExportReadSet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExportReadSetDetail struct { // The set's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The set's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetExportJobItemStatus"` // The set's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // contains filtered or unexported fields }
Details about a read set.
func (s ExportReadSetDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ExportReadSetDetail) SetId(v string) *ExportReadSetDetail
SetId sets the Id field's value.
func (s *ExportReadSetDetail) SetStatus(v string) *ExportReadSetDetail
SetStatus sets the Status field's value.
func (s *ExportReadSetDetail) SetStatusMessage(v string) *ExportReadSetDetail
SetStatusMessage sets the StatusMessage field's value.
func (s ExportReadSetDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportReadSetFilter struct { // The filter's start date. CreatedAfter *time.Time `locationName:"createdAfter" type:"timestamp" timestampFormat:"iso8601"` // The filter's end date. CreatedBefore *time.Time `locationName:"createdBefore" type:"timestamp" timestampFormat:"iso8601"` // A status to filter on. Status *string `locationName:"status" type:"string" enum:"ReadSetExportJobStatus"` // contains filtered or unexported fields }
An read set export job filter.
func (s ExportReadSetFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ExportReadSetFilter) SetCreatedAfter(v time.Time) *ExportReadSetFilter
SetCreatedAfter sets the CreatedAfter field's value.
func (s *ExportReadSetFilter) SetCreatedBefore(v time.Time) *ExportReadSetFilter
SetCreatedBefore sets the CreatedBefore field's value.
func (s *ExportReadSetFilter) SetStatus(v string) *ExportReadSetFilter
SetStatus sets the Status field's value.
func (s ExportReadSetFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportReadSetJobDetail struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's destination in Amazon S3. // // Destination is a required field Destination *string `locationName:"destination" type:"string" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetExportJobStatus"` // contains filtered or unexported fields }
Details about a read set export job.
func (s ExportReadSetJobDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ExportReadSetJobDetail) SetCompletionTime(v time.Time) *ExportReadSetJobDetail
SetCompletionTime sets the CompletionTime field's value.
func (s *ExportReadSetJobDetail) SetCreationTime(v time.Time) *ExportReadSetJobDetail
SetCreationTime sets the CreationTime field's value.
func (s *ExportReadSetJobDetail) SetDestination(v string) *ExportReadSetJobDetail
SetDestination sets the Destination field's value.
func (s *ExportReadSetJobDetail) SetId(v string) *ExportReadSetJobDetail
SetId sets the Id field's value.
func (s *ExportReadSetJobDetail) SetSequenceStoreId(v string) *ExportReadSetJobDetail
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *ExportReadSetJobDetail) SetStatus(v string) *ExportReadSetJobDetail
SetStatus sets the Status field's value.
func (s ExportReadSetJobDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FileInformation struct { // The file's content length. ContentLength *int64 `locationName:"contentLength" min:"1" type:"long"` // The file's part size. PartSize *int64 `locationName:"partSize" min:"1" type:"long"` // The file's total parts. TotalParts *int64 `locationName:"totalParts" min:"1" type:"integer"` // contains filtered or unexported fields }
Details about a file.
func (s FileInformation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *FileInformation) SetContentLength(v int64) *FileInformation
SetContentLength sets the ContentLength field's value.
func (s *FileInformation) SetPartSize(v int64) *FileInformation
SetPartSize sets the PartSize field's value.
func (s *FileInformation) SetTotalParts(v int64) *FileInformation
SetTotalParts sets the TotalParts field's value.
func (s FileInformation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FormatOptions struct { // Options for a TSV file. TsvOptions *TsvOptions `locationName:"tsvOptions" type:"structure"` // Options for a VCF file. VcfOptions *VcfOptions `locationName:"vcfOptions" type:"structure"` // contains filtered or unexported fields }
Formatting options for a file.
func (s FormatOptions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *FormatOptions) SetTsvOptions(v *TsvOptions) *FormatOptions
SetTsvOptions sets the TsvOptions field's value.
func (s *FormatOptions) SetVcfOptions(v *VcfOptions) *FormatOptions
SetVcfOptions sets the VcfOptions field's value.
func (s FormatOptions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *FormatOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAnnotationImportJobInput struct { // The job's ID. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetAnnotationImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAnnotationImportJobInput) SetJobId(v string) *GetAnnotationImportJobInput
SetJobId sets the JobId field's value.
func (s GetAnnotationImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAnnotationImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAnnotationImportJobOutput struct { // The annotation schema generated by the parsed annotation data. AnnotationFields map[string]*string `locationName:"annotationFields" type:"map"` // When the job completed. // // CompletionTime is a required field CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's destination annotation store. // // DestinationName is a required field DestinationName *string `locationName:"destinationName" min:"3" type:"string" required:"true"` // Formatting options for a file. // // FormatOptions is a required field FormatOptions *FormatOptions `locationName:"formatOptions" type:"structure" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The job's imported items. // // Items is a required field Items []*AnnotationImportItemDetail `locationName:"items" min:"1" type:"list" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's left normalization setting. // // RunLeftNormalization is a required field RunLeftNormalization *bool `locationName:"runLeftNormalization" type:"boolean" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"JobStatus"` // The job's status message. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // When the job was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
func (s GetAnnotationImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAnnotationImportJobOutput) SetAnnotationFields(v map[string]*string) *GetAnnotationImportJobOutput
SetAnnotationFields sets the AnnotationFields field's value.
func (s *GetAnnotationImportJobOutput) SetCompletionTime(v time.Time) *GetAnnotationImportJobOutput
SetCompletionTime sets the CompletionTime field's value.
func (s *GetAnnotationImportJobOutput) SetCreationTime(v time.Time) *GetAnnotationImportJobOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetAnnotationImportJobOutput) SetDestinationName(v string) *GetAnnotationImportJobOutput
SetDestinationName sets the DestinationName field's value.
func (s *GetAnnotationImportJobOutput) SetFormatOptions(v *FormatOptions) *GetAnnotationImportJobOutput
SetFormatOptions sets the FormatOptions field's value.
func (s *GetAnnotationImportJobOutput) SetId(v string) *GetAnnotationImportJobOutput
SetId sets the Id field's value.
func (s *GetAnnotationImportJobOutput) SetItems(v []*AnnotationImportItemDetail) *GetAnnotationImportJobOutput
SetItems sets the Items field's value.
func (s *GetAnnotationImportJobOutput) SetRoleArn(v string) *GetAnnotationImportJobOutput
SetRoleArn sets the RoleArn field's value.
func (s *GetAnnotationImportJobOutput) SetRunLeftNormalization(v bool) *GetAnnotationImportJobOutput
SetRunLeftNormalization sets the RunLeftNormalization field's value.
func (s *GetAnnotationImportJobOutput) SetStatus(v string) *GetAnnotationImportJobOutput
SetStatus sets the Status field's value.
func (s *GetAnnotationImportJobOutput) SetStatusMessage(v string) *GetAnnotationImportJobOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetAnnotationImportJobOutput) SetUpdateTime(v time.Time) *GetAnnotationImportJobOutput
SetUpdateTime sets the UpdateTime field's value.
func (s GetAnnotationImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAnnotationStoreInput struct { // The store's name. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetAnnotationStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAnnotationStoreInput) SetName(v string) *GetAnnotationStoreInput
SetName sets the Name field's value.
func (s GetAnnotationStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAnnotationStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAnnotationStoreOutput struct { // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. // // Description is a required field Description *string `locationName:"description" type:"string" required:"true"` // The store's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The store's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The store's genome reference. // // Reference is a required field Reference *ReferenceItem `locationName:"reference" type:"structure" required:"true"` // The store's server-side encryption (SSE) settings. // // SseConfig is a required field SseConfig *SseConfig `locationName:"sseConfig" type:"structure" required:"true"` // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // A status message. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // The store's ARN. // // StoreArn is a required field StoreArn *string `locationName:"storeArn" min:"20" type:"string" required:"true"` // The store's annotation file format. StoreFormat *string `locationName:"storeFormat" type:"string" enum:"StoreFormat"` // The store's parsing options. StoreOptions *StoreOptions `locationName:"storeOptions" type:"structure"` // The store's size in bytes. // // StoreSizeBytes is a required field StoreSizeBytes *int64 `locationName:"storeSizeBytes" type:"long" required:"true"` // The store's tags. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // When the store was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
func (s GetAnnotationStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAnnotationStoreOutput) SetCreationTime(v time.Time) *GetAnnotationStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetAnnotationStoreOutput) SetDescription(v string) *GetAnnotationStoreOutput
SetDescription sets the Description field's value.
func (s *GetAnnotationStoreOutput) SetId(v string) *GetAnnotationStoreOutput
SetId sets the Id field's value.
func (s *GetAnnotationStoreOutput) SetName(v string) *GetAnnotationStoreOutput
SetName sets the Name field's value.
func (s *GetAnnotationStoreOutput) SetReference(v *ReferenceItem) *GetAnnotationStoreOutput
SetReference sets the Reference field's value.
func (s *GetAnnotationStoreOutput) SetSseConfig(v *SseConfig) *GetAnnotationStoreOutput
SetSseConfig sets the SseConfig field's value.
func (s *GetAnnotationStoreOutput) SetStatus(v string) *GetAnnotationStoreOutput
SetStatus sets the Status field's value.
func (s *GetAnnotationStoreOutput) SetStatusMessage(v string) *GetAnnotationStoreOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetAnnotationStoreOutput) SetStoreArn(v string) *GetAnnotationStoreOutput
SetStoreArn sets the StoreArn field's value.
func (s *GetAnnotationStoreOutput) SetStoreFormat(v string) *GetAnnotationStoreOutput
SetStoreFormat sets the StoreFormat field's value.
func (s *GetAnnotationStoreOutput) SetStoreOptions(v *StoreOptions) *GetAnnotationStoreOutput
SetStoreOptions sets the StoreOptions field's value.
func (s *GetAnnotationStoreOutput) SetStoreSizeBytes(v int64) *GetAnnotationStoreOutput
SetStoreSizeBytes sets the StoreSizeBytes field's value.
func (s *GetAnnotationStoreOutput) SetTags(v map[string]*string) *GetAnnotationStoreOutput
SetTags sets the Tags field's value.
func (s *GetAnnotationStoreOutput) SetUpdateTime(v time.Time) *GetAnnotationStoreOutput
SetUpdateTime sets the UpdateTime field's value.
func (s GetAnnotationStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReadSetActivationJobInput struct { // The job's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReadSetActivationJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetActivationJobInput) SetId(v string) *GetReadSetActivationJobInput
SetId sets the Id field's value.
func (s *GetReadSetActivationJobInput) SetSequenceStoreId(v string) *GetReadSetActivationJobInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s GetReadSetActivationJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetActivationJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReadSetActivationJobOutput struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The job's source files. Sources []*ActivateReadSetSourceItem `locationName:"sources" type:"list"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetActivationJobStatus"` // The job's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetReadSetActivationJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetActivationJobOutput) SetCompletionTime(v time.Time) *GetReadSetActivationJobOutput
SetCompletionTime sets the CompletionTime field's value.
func (s *GetReadSetActivationJobOutput) SetCreationTime(v time.Time) *GetReadSetActivationJobOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReadSetActivationJobOutput) SetId(v string) *GetReadSetActivationJobOutput
SetId sets the Id field's value.
func (s *GetReadSetActivationJobOutput) SetSequenceStoreId(v string) *GetReadSetActivationJobOutput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *GetReadSetActivationJobOutput) SetSources(v []*ActivateReadSetSourceItem) *GetReadSetActivationJobOutput
SetSources sets the Sources field's value.
func (s *GetReadSetActivationJobOutput) SetStatus(v string) *GetReadSetActivationJobOutput
SetStatus sets the Status field's value.
func (s *GetReadSetActivationJobOutput) SetStatusMessage(v string) *GetReadSetActivationJobOutput
SetStatusMessage sets the StatusMessage field's value.
func (s GetReadSetActivationJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReadSetExportJobInput struct { // The job's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReadSetExportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetExportJobInput) SetId(v string) *GetReadSetExportJobInput
SetId sets the Id field's value.
func (s *GetReadSetExportJobInput) SetSequenceStoreId(v string) *GetReadSetExportJobInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s GetReadSetExportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetExportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReadSetExportJobOutput struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's destination in Amazon S3. // // Destination is a required field Destination *string `locationName:"destination" type:"string" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's read sets. ReadSets []*ExportReadSetDetail `locationName:"readSets" type:"list"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetExportJobStatus"` // The job's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetReadSetExportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetExportJobOutput) SetCompletionTime(v time.Time) *GetReadSetExportJobOutput
SetCompletionTime sets the CompletionTime field's value.
func (s *GetReadSetExportJobOutput) SetCreationTime(v time.Time) *GetReadSetExportJobOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReadSetExportJobOutput) SetDestination(v string) *GetReadSetExportJobOutput
SetDestination sets the Destination field's value.
func (s *GetReadSetExportJobOutput) SetId(v string) *GetReadSetExportJobOutput
SetId sets the Id field's value.
func (s *GetReadSetExportJobOutput) SetReadSets(v []*ExportReadSetDetail) *GetReadSetExportJobOutput
SetReadSets sets the ReadSets field's value.
func (s *GetReadSetExportJobOutput) SetSequenceStoreId(v string) *GetReadSetExportJobOutput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *GetReadSetExportJobOutput) SetStatus(v string) *GetReadSetExportJobOutput
SetStatus sets the Status field's value.
func (s *GetReadSetExportJobOutput) SetStatusMessage(v string) *GetReadSetExportJobOutput
SetStatusMessage sets the StatusMessage field's value.
func (s GetReadSetExportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReadSetImportJobInput struct { // The job's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReadSetImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetImportJobInput) SetId(v string) *GetReadSetImportJobInput
SetId sets the Id field's value.
func (s *GetReadSetImportJobInput) SetSequenceStoreId(v string) *GetReadSetImportJobInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s GetReadSetImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReadSetImportJobOutput struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The job's source files. // // Sources is a required field Sources []*ImportReadSetSourceItem `locationName:"sources" type:"list" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetImportJobStatus"` // The job's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetReadSetImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetImportJobOutput) SetCompletionTime(v time.Time) *GetReadSetImportJobOutput
SetCompletionTime sets the CompletionTime field's value.
func (s *GetReadSetImportJobOutput) SetCreationTime(v time.Time) *GetReadSetImportJobOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReadSetImportJobOutput) SetId(v string) *GetReadSetImportJobOutput
SetId sets the Id field's value.
func (s *GetReadSetImportJobOutput) SetRoleArn(v string) *GetReadSetImportJobOutput
SetRoleArn sets the RoleArn field's value.
func (s *GetReadSetImportJobOutput) SetSequenceStoreId(v string) *GetReadSetImportJobOutput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *GetReadSetImportJobOutput) SetSources(v []*ImportReadSetSourceItem) *GetReadSetImportJobOutput
SetSources sets the Sources field's value.
func (s *GetReadSetImportJobOutput) SetStatus(v string) *GetReadSetImportJobOutput
SetStatus sets the Status field's value.
func (s *GetReadSetImportJobOutput) SetStatusMessage(v string) *GetReadSetImportJobOutput
SetStatusMessage sets the StatusMessage field's value.
func (s GetReadSetImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReadSetInput struct { // The file to retrieve. File *string `location:"querystring" locationName:"file" type:"string" enum:"ReadSetFile"` // The read set's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The part number to retrieve. // // PartNumber is a required field PartNumber *int64 `location:"querystring" locationName:"partNumber" min:"1" type:"integer" required:"true"` // The read set's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReadSetInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetInput) SetFile(v string) *GetReadSetInput
SetFile sets the File field's value.
func (s *GetReadSetInput) SetId(v string) *GetReadSetInput
SetId sets the Id field's value.
func (s *GetReadSetInput) SetPartNumber(v int64) *GetReadSetInput
SetPartNumber sets the PartNumber field's value.
func (s *GetReadSetInput) SetSequenceStoreId(v string) *GetReadSetInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s GetReadSetInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReadSetMetadataInput struct { // The read set's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The read set's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReadSetMetadataInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetMetadataInput) SetId(v string) *GetReadSetMetadataInput
SetId sets the Id field's value.
func (s *GetReadSetMetadataInput) SetSequenceStoreId(v string) *GetReadSetMetadataInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s GetReadSetMetadataInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetMetadataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReadSetMetadataOutput struct { // The read set's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // When the read set was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The read set's description. Description *string `locationName:"description" min:"1" type:"string"` // The read set's file type. // // FileType is a required field FileType *string `locationName:"fileType" type:"string" required:"true" enum:"FileType"` // The read set's files. Files *ReadSetFiles `locationName:"files" type:"structure"` // The read set's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The read set's name. Name *string `locationName:"name" min:"1" type:"string"` // The read set's genome reference ARN. ReferenceArn *string `locationName:"referenceArn" min:"1" type:"string"` // The read set's sample ID. SampleId *string `locationName:"sampleId" min:"1" type:"string"` // The read set's sequence information. SequenceInformation *SequenceInformation `locationName:"sequenceInformation" type:"structure"` // The read set's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The read set's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetStatus"` // The status message for a read set. It provides more detail as to why the // read set has a status. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // The read set's subject ID. SubjectId *string `locationName:"subjectId" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetReadSetMetadataOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetMetadataOutput) SetArn(v string) *GetReadSetMetadataOutput
SetArn sets the Arn field's value.
func (s *GetReadSetMetadataOutput) SetCreationTime(v time.Time) *GetReadSetMetadataOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReadSetMetadataOutput) SetDescription(v string) *GetReadSetMetadataOutput
SetDescription sets the Description field's value.
func (s *GetReadSetMetadataOutput) SetFileType(v string) *GetReadSetMetadataOutput
SetFileType sets the FileType field's value.
func (s *GetReadSetMetadataOutput) SetFiles(v *ReadSetFiles) *GetReadSetMetadataOutput
SetFiles sets the Files field's value.
func (s *GetReadSetMetadataOutput) SetId(v string) *GetReadSetMetadataOutput
SetId sets the Id field's value.
func (s *GetReadSetMetadataOutput) SetName(v string) *GetReadSetMetadataOutput
SetName sets the Name field's value.
func (s *GetReadSetMetadataOutput) SetReferenceArn(v string) *GetReadSetMetadataOutput
SetReferenceArn sets the ReferenceArn field's value.
func (s *GetReadSetMetadataOutput) SetSampleId(v string) *GetReadSetMetadataOutput
SetSampleId sets the SampleId field's value.
func (s *GetReadSetMetadataOutput) SetSequenceInformation(v *SequenceInformation) *GetReadSetMetadataOutput
SetSequenceInformation sets the SequenceInformation field's value.
func (s *GetReadSetMetadataOutput) SetSequenceStoreId(v string) *GetReadSetMetadataOutput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *GetReadSetMetadataOutput) SetStatus(v string) *GetReadSetMetadataOutput
SetStatus sets the Status field's value.
func (s *GetReadSetMetadataOutput) SetStatusMessage(v string) *GetReadSetMetadataOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetReadSetMetadataOutput) SetSubjectId(v string) *GetReadSetMetadataOutput
SetSubjectId sets the SubjectId field's value.
func (s GetReadSetMetadataOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReadSetOutput struct { // The read set file payload. Payload io.ReadCloser `locationName:"payload" type:"blob"` // contains filtered or unexported fields }
func (s GetReadSetOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReadSetOutput) SetPayload(v io.ReadCloser) *GetReadSetOutput
SetPayload sets the Payload field's value.
func (s GetReadSetOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReferenceImportJobInput struct { // The job's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The job's reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `location:"uri" locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReferenceImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceImportJobInput) SetId(v string) *GetReferenceImportJobInput
SetId sets the Id field's value.
func (s *GetReferenceImportJobInput) SetReferenceStoreId(v string) *GetReferenceImportJobInput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s GetReferenceImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReferenceImportJobOutput struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's source files. // // Sources is a required field Sources []*ImportReferenceSourceItem `locationName:"sources" type:"list" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReferenceImportJobStatus"` // The job's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetReferenceImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceImportJobOutput) SetCompletionTime(v time.Time) *GetReferenceImportJobOutput
SetCompletionTime sets the CompletionTime field's value.
func (s *GetReferenceImportJobOutput) SetCreationTime(v time.Time) *GetReferenceImportJobOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReferenceImportJobOutput) SetId(v string) *GetReferenceImportJobOutput
SetId sets the Id field's value.
func (s *GetReferenceImportJobOutput) SetReferenceStoreId(v string) *GetReferenceImportJobOutput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s *GetReferenceImportJobOutput) SetRoleArn(v string) *GetReferenceImportJobOutput
SetRoleArn sets the RoleArn field's value.
func (s *GetReferenceImportJobOutput) SetSources(v []*ImportReferenceSourceItem) *GetReferenceImportJobOutput
SetSources sets the Sources field's value.
func (s *GetReferenceImportJobOutput) SetStatus(v string) *GetReferenceImportJobOutput
SetStatus sets the Status field's value.
func (s *GetReferenceImportJobOutput) SetStatusMessage(v string) *GetReferenceImportJobOutput
SetStatusMessage sets the StatusMessage field's value.
func (s GetReferenceImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReferenceInput struct { // The file to retrieve. File *string `location:"querystring" locationName:"file" type:"string" enum:"ReferenceFile"` // The reference's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The part number to retrieve. // // PartNumber is a required field PartNumber *int64 `location:"querystring" locationName:"partNumber" min:"1" type:"integer" required:"true"` // The range to retrieve. Range *string `location:"header" locationName:"Range" min:"1" type:"string"` // The reference's store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `location:"uri" locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReferenceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceInput) SetFile(v string) *GetReferenceInput
SetFile sets the File field's value.
func (s *GetReferenceInput) SetId(v string) *GetReferenceInput
SetId sets the Id field's value.
func (s *GetReferenceInput) SetPartNumber(v int64) *GetReferenceInput
SetPartNumber sets the PartNumber field's value.
func (s *GetReferenceInput) SetRange(v string) *GetReferenceInput
SetRange sets the Range field's value.
func (s *GetReferenceInput) SetReferenceStoreId(v string) *GetReferenceInput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s GetReferenceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReferenceMetadataInput struct { // The reference's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // The reference's reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `location:"uri" locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReferenceMetadataInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceMetadataInput) SetId(v string) *GetReferenceMetadataInput
SetId sets the Id field's value.
func (s *GetReferenceMetadataInput) SetReferenceStoreId(v string) *GetReferenceMetadataInput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s GetReferenceMetadataInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceMetadataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReferenceMetadataOutput struct { // The reference's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // When the reference was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The reference's description. Description *string `locationName:"description" min:"1" type:"string"` // The reference's files. Files *ReferenceFiles `locationName:"files" type:"structure"` // The reference's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The reference's MD5 checksum. // // Md5 is a required field Md5 *string `locationName:"md5" min:"1" type:"string" required:"true"` // The reference's name. Name *string `locationName:"name" min:"3" type:"string"` // The reference's reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // The reference's status. Status *string `locationName:"status" type:"string" enum:"ReferenceStatus"` // When the reference was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
func (s GetReferenceMetadataOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceMetadataOutput) SetArn(v string) *GetReferenceMetadataOutput
SetArn sets the Arn field's value.
func (s *GetReferenceMetadataOutput) SetCreationTime(v time.Time) *GetReferenceMetadataOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReferenceMetadataOutput) SetDescription(v string) *GetReferenceMetadataOutput
SetDescription sets the Description field's value.
func (s *GetReferenceMetadataOutput) SetFiles(v *ReferenceFiles) *GetReferenceMetadataOutput
SetFiles sets the Files field's value.
func (s *GetReferenceMetadataOutput) SetId(v string) *GetReferenceMetadataOutput
SetId sets the Id field's value.
func (s *GetReferenceMetadataOutput) SetMd5(v string) *GetReferenceMetadataOutput
SetMd5 sets the Md5 field's value.
func (s *GetReferenceMetadataOutput) SetName(v string) *GetReferenceMetadataOutput
SetName sets the Name field's value.
func (s *GetReferenceMetadataOutput) SetReferenceStoreId(v string) *GetReferenceMetadataOutput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s *GetReferenceMetadataOutput) SetStatus(v string) *GetReferenceMetadataOutput
SetStatus sets the Status field's value.
func (s *GetReferenceMetadataOutput) SetUpdateTime(v time.Time) *GetReferenceMetadataOutput
SetUpdateTime sets the UpdateTime field's value.
func (s GetReferenceMetadataOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReferenceOutput struct { // The reference file payload. Payload io.ReadCloser `locationName:"payload" type:"blob"` // contains filtered or unexported fields }
func (s GetReferenceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceOutput) SetPayload(v io.ReadCloser) *GetReferenceOutput
SetPayload sets the Payload field's value.
func (s GetReferenceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReferenceStoreInput struct { // The store's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetReferenceStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceStoreInput) SetId(v string) *GetReferenceStoreInput
SetId sets the Id field's value.
func (s GetReferenceStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReferenceStoreOutput struct { // The store's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. Description *string `locationName:"description" min:"1" type:"string"` // The store's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The store's name. Name *string `locationName:"name" min:"1" type:"string"` // The store's server-side encryption (SSE) settings. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // contains filtered or unexported fields }
func (s GetReferenceStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetReferenceStoreOutput) SetArn(v string) *GetReferenceStoreOutput
SetArn sets the Arn field's value.
func (s *GetReferenceStoreOutput) SetCreationTime(v time.Time) *GetReferenceStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetReferenceStoreOutput) SetDescription(v string) *GetReferenceStoreOutput
SetDescription sets the Description field's value.
func (s *GetReferenceStoreOutput) SetId(v string) *GetReferenceStoreOutput
SetId sets the Id field's value.
func (s *GetReferenceStoreOutput) SetName(v string) *GetReferenceStoreOutput
SetName sets the Name field's value.
func (s *GetReferenceStoreOutput) SetSseConfig(v *SseConfig) *GetReferenceStoreOutput
SetSseConfig sets the SseConfig field's value.
func (s GetReferenceStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetRunGroupInput struct { // The group's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetRunGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunGroupInput) SetId(v string) *GetRunGroupInput
SetId sets the Id field's value.
func (s GetRunGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRunGroupOutput struct { // The group's ARN. Arn *string `locationName:"arn" min:"1" type:"string"` // When the group was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601"` // The group's ID. Id *string `locationName:"id" min:"1" type:"string"` // The group's maximum number of CPUs to use. MaxCpus *int64 `locationName:"maxCpus" min:"1" type:"integer"` // The group's maximum run time in minutes. MaxDuration *int64 `locationName:"maxDuration" min:"1" type:"integer"` // The maximum GPUs that can be used by a run group. MaxGpus *int64 `locationName:"maxGpus" min:"1" type:"integer"` // The maximum number of concurrent runs for the group. MaxRuns *int64 `locationName:"maxRuns" min:"1" type:"integer"` // The group's name. Name *string `locationName:"name" min:"1" type:"string"` // The group's tags. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s GetRunGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunGroupOutput) SetArn(v string) *GetRunGroupOutput
SetArn sets the Arn field's value.
func (s *GetRunGroupOutput) SetCreationTime(v time.Time) *GetRunGroupOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetRunGroupOutput) SetId(v string) *GetRunGroupOutput
SetId sets the Id field's value.
func (s *GetRunGroupOutput) SetMaxCpus(v int64) *GetRunGroupOutput
SetMaxCpus sets the MaxCpus field's value.
func (s *GetRunGroupOutput) SetMaxDuration(v int64) *GetRunGroupOutput
SetMaxDuration sets the MaxDuration field's value.
func (s *GetRunGroupOutput) SetMaxGpus(v int64) *GetRunGroupOutput
SetMaxGpus sets the MaxGpus field's value.
func (s *GetRunGroupOutput) SetMaxRuns(v int64) *GetRunGroupOutput
SetMaxRuns sets the MaxRuns field's value.
func (s *GetRunGroupOutput) SetName(v string) *GetRunGroupOutput
SetName sets the Name field's value.
func (s *GetRunGroupOutput) SetTags(v map[string]*string) *GetRunGroupOutput
SetTags sets the Tags field's value.
func (s GetRunGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetRunInput struct { // The run's export format. Export []*string `location:"querystring" locationName:"export" type:"list" enum:"RunExport"` // The run's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetRunInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunInput) SetExport(v []*string) *GetRunInput
SetExport sets the Export field's value.
func (s *GetRunInput) SetId(v string) *GetRunInput
SetId sets the Id field's value.
func (s GetRunInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRunOutput struct { // The computational accelerator used to run the workflow. Accelerators *string `locationName:"accelerators" min:"1" type:"string" enum:"Accelerators"` // The run's ARN. Arn *string `locationName:"arn" min:"1" type:"string"` // When the run was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601"` // The run's definition. Definition *string `locationName:"definition" min:"1" type:"string"` // The run's digest. Digest *string `locationName:"digest" min:"1" type:"string"` // The run's ID. Id *string `locationName:"id" min:"1" type:"string"` // The run's log level. LogLevel *string `locationName:"logLevel" min:"1" type:"string" enum:"RunLogLevel"` // The run's name. Name *string `locationName:"name" min:"1" type:"string"` // The run's output URI. OutputUri *string `locationName:"outputUri" min:"1" type:"string"` // The run's priority. Priority *int64 `locationName:"priority" type:"integer"` // The run's resource digests. ResourceDigests map[string]*string `locationName:"resourceDigests" type:"map"` // The run's service role ARN. RoleArn *string `locationName:"roleArn" min:"1" type:"string"` // The run's group ID. RunGroupId *string `locationName:"runGroupId" min:"1" type:"string"` // The run's ID. RunId *string `locationName:"runId" min:"1" type:"string"` // When the run started. StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"iso8601"` // Who started the run. StartedBy *string `locationName:"startedBy" min:"1" type:"string"` // The run's status. Status *string `locationName:"status" min:"1" type:"string" enum:"RunStatus"` // The run's status message. StatusMessage *string `locationName:"statusMessage" type:"string"` // The run's stop time. StopTime *time.Time `locationName:"stopTime" type:"timestamp" timestampFormat:"iso8601"` // The run's storage capacity in gigabytes. StorageCapacity *int64 `locationName:"storageCapacity" type:"integer"` // The run's tags. Tags map[string]*string `locationName:"tags" type:"map"` // The run's workflow ID. WorkflowId *string `locationName:"workflowId" min:"1" type:"string"` // The run's workflow type. WorkflowType *string `locationName:"workflowType" min:"1" type:"string" enum:"WorkflowType"` // contains filtered or unexported fields }
func (s GetRunOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunOutput) SetAccelerators(v string) *GetRunOutput
SetAccelerators sets the Accelerators field's value.
func (s *GetRunOutput) SetArn(v string) *GetRunOutput
SetArn sets the Arn field's value.
func (s *GetRunOutput) SetCreationTime(v time.Time) *GetRunOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetRunOutput) SetDefinition(v string) *GetRunOutput
SetDefinition sets the Definition field's value.
func (s *GetRunOutput) SetDigest(v string) *GetRunOutput
SetDigest sets the Digest field's value.
func (s *GetRunOutput) SetId(v string) *GetRunOutput
SetId sets the Id field's value.
func (s *GetRunOutput) SetLogLevel(v string) *GetRunOutput
SetLogLevel sets the LogLevel field's value.
func (s *GetRunOutput) SetName(v string) *GetRunOutput
SetName sets the Name field's value.
func (s *GetRunOutput) SetOutputUri(v string) *GetRunOutput
SetOutputUri sets the OutputUri field's value.
func (s *GetRunOutput) SetPriority(v int64) *GetRunOutput
SetPriority sets the Priority field's value.
func (s *GetRunOutput) SetResourceDigests(v map[string]*string) *GetRunOutput
SetResourceDigests sets the ResourceDigests field's value.
func (s *GetRunOutput) SetRoleArn(v string) *GetRunOutput
SetRoleArn sets the RoleArn field's value.
func (s *GetRunOutput) SetRunGroupId(v string) *GetRunOutput
SetRunGroupId sets the RunGroupId field's value.
func (s *GetRunOutput) SetRunId(v string) *GetRunOutput
SetRunId sets the RunId field's value.
func (s *GetRunOutput) SetStartTime(v time.Time) *GetRunOutput
SetStartTime sets the StartTime field's value.
func (s *GetRunOutput) SetStartedBy(v string) *GetRunOutput
SetStartedBy sets the StartedBy field's value.
func (s *GetRunOutput) SetStatus(v string) *GetRunOutput
SetStatus sets the Status field's value.
func (s *GetRunOutput) SetStatusMessage(v string) *GetRunOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetRunOutput) SetStopTime(v time.Time) *GetRunOutput
SetStopTime sets the StopTime field's value.
func (s *GetRunOutput) SetStorageCapacity(v int64) *GetRunOutput
SetStorageCapacity sets the StorageCapacity field's value.
func (s *GetRunOutput) SetTags(v map[string]*string) *GetRunOutput
SetTags sets the Tags field's value.
func (s *GetRunOutput) SetWorkflowId(v string) *GetRunOutput
SetWorkflowId sets the WorkflowId field's value.
func (s *GetRunOutput) SetWorkflowType(v string) *GetRunOutput
SetWorkflowType sets the WorkflowType field's value.
func (s GetRunOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetRunTaskInput struct { // The task's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // The task's ID. // // TaskId is a required field TaskId *string `location:"uri" locationName:"taskId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetRunTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunTaskInput) SetId(v string) *GetRunTaskInput
SetId sets the Id field's value.
func (s *GetRunTaskInput) SetTaskId(v string) *GetRunTaskInput
SetTaskId sets the TaskId field's value.
func (s GetRunTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRunTaskOutput struct { // The task's CPU usage. Cpus *int64 `locationName:"cpus" min:"1" type:"integer"` // When the task was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601"` // The number of Graphics Processing Units (GPU) specified in the task. Gpus *int64 `locationName:"gpus" type:"integer"` // The task's log stream. LogStream *string `locationName:"logStream" type:"string"` // The task's memory use in gigabytes. Memory *int64 `locationName:"memory" min:"1" type:"integer"` // The task's name. Name *string `locationName:"name" min:"1" type:"string"` // The task's start time. StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"iso8601"` // The task's status. Status *string `locationName:"status" min:"1" type:"string" enum:"TaskStatus"` // The task's status message. StatusMessage *string `locationName:"statusMessage" type:"string"` // The task's stop time. StopTime *time.Time `locationName:"stopTime" type:"timestamp" timestampFormat:"iso8601"` // The task's ID. TaskId *string `locationName:"taskId" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetRunTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetRunTaskOutput) SetCpus(v int64) *GetRunTaskOutput
SetCpus sets the Cpus field's value.
func (s *GetRunTaskOutput) SetCreationTime(v time.Time) *GetRunTaskOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetRunTaskOutput) SetGpus(v int64) *GetRunTaskOutput
SetGpus sets the Gpus field's value.
func (s *GetRunTaskOutput) SetLogStream(v string) *GetRunTaskOutput
SetLogStream sets the LogStream field's value.
func (s *GetRunTaskOutput) SetMemory(v int64) *GetRunTaskOutput
SetMemory sets the Memory field's value.
func (s *GetRunTaskOutput) SetName(v string) *GetRunTaskOutput
SetName sets the Name field's value.
func (s *GetRunTaskOutput) SetStartTime(v time.Time) *GetRunTaskOutput
SetStartTime sets the StartTime field's value.
func (s *GetRunTaskOutput) SetStatus(v string) *GetRunTaskOutput
SetStatus sets the Status field's value.
func (s *GetRunTaskOutput) SetStatusMessage(v string) *GetRunTaskOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetRunTaskOutput) SetStopTime(v time.Time) *GetRunTaskOutput
SetStopTime sets the StopTime field's value.
func (s *GetRunTaskOutput) SetTaskId(v string) *GetRunTaskOutput
SetTaskId sets the TaskId field's value.
func (s GetRunTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSequenceStoreInput struct { // The store's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetSequenceStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSequenceStoreInput) SetId(v string) *GetSequenceStoreInput
SetId sets the Id field's value.
func (s GetSequenceStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSequenceStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSequenceStoreOutput struct { // The store's ARN. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. Description *string `locationName:"description" min:"1" type:"string"` // An S3 location that is used to store files that have failed a direct upload. FallbackLocation *string `locationName:"fallbackLocation" type:"string"` // The store's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The store's name. Name *string `locationName:"name" min:"1" type:"string"` // The store's server-side encryption (SSE) settings. SseConfig *SseConfig `locationName:"sseConfig" type:"structure"` // contains filtered or unexported fields }
func (s GetSequenceStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSequenceStoreOutput) SetArn(v string) *GetSequenceStoreOutput
SetArn sets the Arn field's value.
func (s *GetSequenceStoreOutput) SetCreationTime(v time.Time) *GetSequenceStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetSequenceStoreOutput) SetDescription(v string) *GetSequenceStoreOutput
SetDescription sets the Description field's value.
func (s *GetSequenceStoreOutput) SetFallbackLocation(v string) *GetSequenceStoreOutput
SetFallbackLocation sets the FallbackLocation field's value.
func (s *GetSequenceStoreOutput) SetId(v string) *GetSequenceStoreOutput
SetId sets the Id field's value.
func (s *GetSequenceStoreOutput) SetName(v string) *GetSequenceStoreOutput
SetName sets the Name field's value.
func (s *GetSequenceStoreOutput) SetSseConfig(v *SseConfig) *GetSequenceStoreOutput
SetSseConfig sets the SseConfig field's value.
func (s GetSequenceStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetVariantImportJobInput struct { // The job's ID. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetVariantImportJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVariantImportJobInput) SetJobId(v string) *GetVariantImportJobInput
SetJobId sets the JobId field's value.
func (s GetVariantImportJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVariantImportJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetVariantImportJobOutput struct { // The annotation schema generated by the parsed annotation data. AnnotationFields map[string]*string `locationName:"annotationFields" type:"map"` // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's destination variant store. // // DestinationName is a required field DestinationName *string `locationName:"destinationName" min:"3" type:"string" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The job's items. // // Items is a required field Items []*VariantImportItemDetail `locationName:"items" min:"1" type:"list" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's left normalization setting. // // RunLeftNormalization is a required field RunLeftNormalization *bool `locationName:"runLeftNormalization" type:"boolean" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"JobStatus"` // The job's status message. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // When the job was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
func (s GetVariantImportJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVariantImportJobOutput) SetAnnotationFields(v map[string]*string) *GetVariantImportJobOutput
SetAnnotationFields sets the AnnotationFields field's value.
func (s *GetVariantImportJobOutput) SetCompletionTime(v time.Time) *GetVariantImportJobOutput
SetCompletionTime sets the CompletionTime field's value.
func (s *GetVariantImportJobOutput) SetCreationTime(v time.Time) *GetVariantImportJobOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetVariantImportJobOutput) SetDestinationName(v string) *GetVariantImportJobOutput
SetDestinationName sets the DestinationName field's value.
func (s *GetVariantImportJobOutput) SetId(v string) *GetVariantImportJobOutput
SetId sets the Id field's value.
func (s *GetVariantImportJobOutput) SetItems(v []*VariantImportItemDetail) *GetVariantImportJobOutput
SetItems sets the Items field's value.
func (s *GetVariantImportJobOutput) SetRoleArn(v string) *GetVariantImportJobOutput
SetRoleArn sets the RoleArn field's value.
func (s *GetVariantImportJobOutput) SetRunLeftNormalization(v bool) *GetVariantImportJobOutput
SetRunLeftNormalization sets the RunLeftNormalization field's value.
func (s *GetVariantImportJobOutput) SetStatus(v string) *GetVariantImportJobOutput
SetStatus sets the Status field's value.
func (s *GetVariantImportJobOutput) SetStatusMessage(v string) *GetVariantImportJobOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetVariantImportJobOutput) SetUpdateTime(v time.Time) *GetVariantImportJobOutput
SetUpdateTime sets the UpdateTime field's value.
func (s GetVariantImportJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetVariantStoreInput struct { // The store's name. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetVariantStoreInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVariantStoreInput) SetName(v string) *GetVariantStoreInput
SetName sets the Name field's value.
func (s GetVariantStoreInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVariantStoreInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetVariantStoreOutput struct { // When the store was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The store's description. // // Description is a required field Description *string `locationName:"description" type:"string" required:"true"` // The store's ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The store's name. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The store's genome reference. // // Reference is a required field Reference *ReferenceItem `locationName:"reference" type:"structure" required:"true"` // The store's server-side encryption (SSE) settings. // // SseConfig is a required field SseConfig *SseConfig `locationName:"sseConfig" type:"structure" required:"true"` // The store's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"StoreStatus"` // The store's status message. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // The store's ARN. // // StoreArn is a required field StoreArn *string `locationName:"storeArn" min:"20" type:"string" required:"true"` // The store's size in bytes. // // StoreSizeBytes is a required field StoreSizeBytes *int64 `locationName:"storeSizeBytes" type:"long" required:"true"` // The store's tags. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // When the store was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
func (s GetVariantStoreOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetVariantStoreOutput) SetCreationTime(v time.Time) *GetVariantStoreOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetVariantStoreOutput) SetDescription(v string) *GetVariantStoreOutput
SetDescription sets the Description field's value.
func (s *GetVariantStoreOutput) SetId(v string) *GetVariantStoreOutput
SetId sets the Id field's value.
func (s *GetVariantStoreOutput) SetName(v string) *GetVariantStoreOutput
SetName sets the Name field's value.
func (s *GetVariantStoreOutput) SetReference(v *ReferenceItem) *GetVariantStoreOutput
SetReference sets the Reference field's value.
func (s *GetVariantStoreOutput) SetSseConfig(v *SseConfig) *GetVariantStoreOutput
SetSseConfig sets the SseConfig field's value.
func (s *GetVariantStoreOutput) SetStatus(v string) *GetVariantStoreOutput
SetStatus sets the Status field's value.
func (s *GetVariantStoreOutput) SetStatusMessage(v string) *GetVariantStoreOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetVariantStoreOutput) SetStoreArn(v string) *GetVariantStoreOutput
SetStoreArn sets the StoreArn field's value.
func (s *GetVariantStoreOutput) SetStoreSizeBytes(v int64) *GetVariantStoreOutput
SetStoreSizeBytes sets the StoreSizeBytes field's value.
func (s *GetVariantStoreOutput) SetTags(v map[string]*string) *GetVariantStoreOutput
SetTags sets the Tags field's value.
func (s *GetVariantStoreOutput) SetUpdateTime(v time.Time) *GetVariantStoreOutput
SetUpdateTime sets the UpdateTime field's value.
func (s GetVariantStoreOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetWorkflowInput struct { // The export format for the workflow. Export []*string `location:"querystring" locationName:"export" type:"list" enum:"WorkflowExport"` // The workflow's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // The workflow's type. Type *string `location:"querystring" locationName:"type" min:"1" type:"string" enum:"WorkflowType"` // contains filtered or unexported fields }
func (s GetWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetWorkflowInput) SetExport(v []*string) *GetWorkflowInput
SetExport sets the Export field's value.
func (s *GetWorkflowInput) SetId(v string) *GetWorkflowInput
SetId sets the Id field's value.
func (s *GetWorkflowInput) SetType(v string) *GetWorkflowInput
SetType sets the Type field's value.
func (s GetWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetWorkflowOutput struct { // The computational accelerator specified to run the workflow. Accelerators *string `locationName:"accelerators" min:"1" type:"string" enum:"Accelerators"` // The workflow's ARN. Arn *string `locationName:"arn" min:"1" type:"string"` // When the workflow was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601"` // The workflow's definition. Definition *string `locationName:"definition" min:"1" type:"string"` // The workflow's description. Description *string `locationName:"description" min:"1" type:"string"` // The workflow's digest. Digest *string `locationName:"digest" min:"1" type:"string"` // The workflow's engine. Engine *string `locationName:"engine" min:"1" type:"string" enum:"WorkflowEngine"` // The workflow's ID. Id *string `locationName:"id" min:"1" type:"string"` // The path of the main definition file for the workflow. Main *string `locationName:"main" min:"1" type:"string"` // Gets metadata for workflow. Metadata map[string]*string `locationName:"metadata" type:"map"` // The workflow's name. Name *string `locationName:"name" min:"1" type:"string"` // The workflow's parameter template. ParameterTemplate map[string]*WorkflowParameter `locationName:"parameterTemplate" min:"1" type:"map"` // The workflow's status. Status *string `locationName:"status" min:"1" type:"string" enum:"WorkflowStatus"` // The workflow's status message. StatusMessage *string `locationName:"statusMessage" type:"string"` // The workflow's storage capacity in gigabytes. StorageCapacity *int64 `locationName:"storageCapacity" type:"integer"` // The workflow's tags. Tags map[string]*string `locationName:"tags" type:"map"` // The workflow's type. Type *string `locationName:"type" min:"1" type:"string" enum:"WorkflowType"` // contains filtered or unexported fields }
func (s GetWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetWorkflowOutput) SetAccelerators(v string) *GetWorkflowOutput
SetAccelerators sets the Accelerators field's value.
func (s *GetWorkflowOutput) SetArn(v string) *GetWorkflowOutput
SetArn sets the Arn field's value.
func (s *GetWorkflowOutput) SetCreationTime(v time.Time) *GetWorkflowOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetWorkflowOutput) SetDefinition(v string) *GetWorkflowOutput
SetDefinition sets the Definition field's value.
func (s *GetWorkflowOutput) SetDescription(v string) *GetWorkflowOutput
SetDescription sets the Description field's value.
func (s *GetWorkflowOutput) SetDigest(v string) *GetWorkflowOutput
SetDigest sets the Digest field's value.
func (s *GetWorkflowOutput) SetEngine(v string) *GetWorkflowOutput
SetEngine sets the Engine field's value.
func (s *GetWorkflowOutput) SetId(v string) *GetWorkflowOutput
SetId sets the Id field's value.
func (s *GetWorkflowOutput) SetMain(v string) *GetWorkflowOutput
SetMain sets the Main field's value.
func (s *GetWorkflowOutput) SetMetadata(v map[string]*string) *GetWorkflowOutput
SetMetadata sets the Metadata field's value.
func (s *GetWorkflowOutput) SetName(v string) *GetWorkflowOutput
SetName sets the Name field's value.
func (s *GetWorkflowOutput) SetParameterTemplate(v map[string]*WorkflowParameter) *GetWorkflowOutput
SetParameterTemplate sets the ParameterTemplate field's value.
func (s *GetWorkflowOutput) SetStatus(v string) *GetWorkflowOutput
SetStatus sets the Status field's value.
func (s *GetWorkflowOutput) SetStatusMessage(v string) *GetWorkflowOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetWorkflowOutput) SetStorageCapacity(v int64) *GetWorkflowOutput
SetStorageCapacity sets the StorageCapacity field's value.
func (s *GetWorkflowOutput) SetTags(v map[string]*string) *GetWorkflowOutput
SetTags sets the Tags field's value.
func (s *GetWorkflowOutput) SetType(v string) *GetWorkflowOutput
SetType sets the Type field's value.
func (s GetWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportReadSetFilter struct { // The filter's start date. CreatedAfter *time.Time `locationName:"createdAfter" type:"timestamp" timestampFormat:"iso8601"` // The filter's end date. CreatedBefore *time.Time `locationName:"createdBefore" type:"timestamp" timestampFormat:"iso8601"` // A status to filter on. Status *string `locationName:"status" type:"string" enum:"ReadSetImportJobStatus"` // contains filtered or unexported fields }
A filter for import read set jobs.
func (s ImportReadSetFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ImportReadSetFilter) SetCreatedAfter(v time.Time) *ImportReadSetFilter
SetCreatedAfter sets the CreatedAfter field's value.
func (s *ImportReadSetFilter) SetCreatedBefore(v time.Time) *ImportReadSetFilter
SetCreatedBefore sets the CreatedBefore field's value.
func (s *ImportReadSetFilter) SetStatus(v string) *ImportReadSetFilter
SetStatus sets the Status field's value.
func (s ImportReadSetFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportReadSetJobItem struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetImportJobStatus"` // contains filtered or unexported fields }
An import read set job.
func (s ImportReadSetJobItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ImportReadSetJobItem) SetCompletionTime(v time.Time) *ImportReadSetJobItem
SetCompletionTime sets the CompletionTime field's value.
func (s *ImportReadSetJobItem) SetCreationTime(v time.Time) *ImportReadSetJobItem
SetCreationTime sets the CreationTime field's value.
func (s *ImportReadSetJobItem) SetId(v string) *ImportReadSetJobItem
SetId sets the Id field's value.
func (s *ImportReadSetJobItem) SetRoleArn(v string) *ImportReadSetJobItem
SetRoleArn sets the RoleArn field's value.
func (s *ImportReadSetJobItem) SetSequenceStoreId(v string) *ImportReadSetJobItem
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *ImportReadSetJobItem) SetStatus(v string) *ImportReadSetJobItem
SetStatus sets the Status field's value.
func (s ImportReadSetJobItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportReadSetSourceItem struct { // The source's description. Description *string `locationName:"description" min:"1" type:"string"` // Where the source originated. GeneratedFrom *string `locationName:"generatedFrom" min:"1" type:"string"` // The source's name. Name *string `locationName:"name" min:"1" type:"string"` // The source's genome reference ARN. ReferenceArn *string `locationName:"referenceArn" min:"1" type:"string"` // The source's sample ID. // // SampleId is a required field SampleId *string `locationName:"sampleId" min:"1" type:"string" required:"true"` // The source's file type. // // SourceFileType is a required field SourceFileType *string `locationName:"sourceFileType" type:"string" required:"true" enum:"FileType"` // The source files' location in Amazon S3. // // SourceFiles is a required field SourceFiles *SourceFiles `locationName:"sourceFiles" type:"structure" required:"true"` // The source's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReadSetImportJobItemStatus"` // The source's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // The source's subject ID. // // SubjectId is a required field SubjectId *string `locationName:"subjectId" min:"1" type:"string" required:"true"` // The source's tags. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
A source for an import read set job.
func (s ImportReadSetSourceItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ImportReadSetSourceItem) SetDescription(v string) *ImportReadSetSourceItem
SetDescription sets the Description field's value.
func (s *ImportReadSetSourceItem) SetGeneratedFrom(v string) *ImportReadSetSourceItem
SetGeneratedFrom sets the GeneratedFrom field's value.
func (s *ImportReadSetSourceItem) SetName(v string) *ImportReadSetSourceItem
SetName sets the Name field's value.
func (s *ImportReadSetSourceItem) SetReferenceArn(v string) *ImportReadSetSourceItem
SetReferenceArn sets the ReferenceArn field's value.
func (s *ImportReadSetSourceItem) SetSampleId(v string) *ImportReadSetSourceItem
SetSampleId sets the SampleId field's value.
func (s *ImportReadSetSourceItem) SetSourceFileType(v string) *ImportReadSetSourceItem
SetSourceFileType sets the SourceFileType field's value.
func (s *ImportReadSetSourceItem) SetSourceFiles(v *SourceFiles) *ImportReadSetSourceItem
SetSourceFiles sets the SourceFiles field's value.
func (s *ImportReadSetSourceItem) SetStatus(v string) *ImportReadSetSourceItem
SetStatus sets the Status field's value.
func (s *ImportReadSetSourceItem) SetStatusMessage(v string) *ImportReadSetSourceItem
SetStatusMessage sets the StatusMessage field's value.
func (s *ImportReadSetSourceItem) SetSubjectId(v string) *ImportReadSetSourceItem
SetSubjectId sets the SubjectId field's value.
func (s *ImportReadSetSourceItem) SetTags(v map[string]*string) *ImportReadSetSourceItem
SetTags sets the Tags field's value.
func (s ImportReadSetSourceItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportReferenceFilter struct { // The filter's start date. CreatedAfter *time.Time `locationName:"createdAfter" type:"timestamp" timestampFormat:"iso8601"` // The filter's end date. CreatedBefore *time.Time `locationName:"createdBefore" type:"timestamp" timestampFormat:"iso8601"` // A status to filter on. Status *string `locationName:"status" type:"string" enum:"ReferenceImportJobStatus"` // contains filtered or unexported fields }
A filter for import references.
func (s ImportReferenceFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ImportReferenceFilter) SetCreatedAfter(v time.Time) *ImportReferenceFilter
SetCreatedAfter sets the CreatedAfter field's value.
func (s *ImportReferenceFilter) SetCreatedBefore(v time.Time) *ImportReferenceFilter
SetCreatedBefore sets the CreatedBefore field's value.
func (s *ImportReferenceFilter) SetStatus(v string) *ImportReferenceFilter
SetStatus sets the Status field's value.
func (s ImportReferenceFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportReferenceJobItem struct { // When the job completed. CompletionTime *time.Time `locationName:"completionTime" type:"timestamp" timestampFormat:"iso8601"` // When the job was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The job's ID. // // Id is a required field Id *string `locationName:"id" min:"10" type:"string" required:"true"` // The job's reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // The job's service role ARN. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The job's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReferenceImportJobStatus"` // contains filtered or unexported fields }
An import reference job.
func (s ImportReferenceJobItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ImportReferenceJobItem) SetCompletionTime(v time.Time) *ImportReferenceJobItem
SetCompletionTime sets the CompletionTime field's value.
func (s *ImportReferenceJobItem) SetCreationTime(v time.Time) *ImportReferenceJobItem
SetCreationTime sets the CreationTime field's value.
func (s *ImportReferenceJobItem) SetId(v string) *ImportReferenceJobItem
SetId sets the Id field's value.
func (s *ImportReferenceJobItem) SetReferenceStoreId(v string) *ImportReferenceJobItem
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s *ImportReferenceJobItem) SetRoleArn(v string) *ImportReferenceJobItem
SetRoleArn sets the RoleArn field's value.
func (s *ImportReferenceJobItem) SetStatus(v string) *ImportReferenceJobItem
SetStatus sets the Status field's value.
func (s ImportReferenceJobItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportReferenceSourceItem struct { // The source's description. Description *string `locationName:"description" min:"1" type:"string"` // The source's name. Name *string `locationName:"name" min:"3" type:"string"` // The source file's location in Amazon S3. SourceFile *string `locationName:"sourceFile" type:"string"` // The source's status. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ReferenceImportJobItemStatus"` // The source's status message. StatusMessage *string `locationName:"statusMessage" min:"1" type:"string"` // The source's tags. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
An genome reference source.
func (s ImportReferenceSourceItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ImportReferenceSourceItem) SetDescription(v string) *ImportReferenceSourceItem
SetDescription sets the Description field's value.
func (s *ImportReferenceSourceItem) SetName(v string) *ImportReferenceSourceItem
SetName sets the Name field's value.
func (s *ImportReferenceSourceItem) SetSourceFile(v string) *ImportReferenceSourceItem
SetSourceFile sets the SourceFile field's value.
func (s *ImportReferenceSourceItem) SetStatus(v string) *ImportReferenceSourceItem
SetStatus sets the Status field's value.
func (s *ImportReferenceSourceItem) SetStatusMessage(v string) *ImportReferenceSourceItem
SetStatusMessage sets the StatusMessage field's value.
func (s *ImportReferenceSourceItem) SetTags(v map[string]*string) *ImportReferenceSourceItem
SetTags sets the Tags field's value.
func (s ImportReferenceSourceItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An unexpected error occurred. Try the request again.
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (s *InternalServerException) Error() string
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAnnotationImportJobsFilter struct { // A status to filter on. Status *string `locationName:"status" type:"string" enum:"JobStatus"` // A store name to filter on. StoreName *string `locationName:"storeName" type:"string"` // contains filtered or unexported fields }
A filter for annotation import jobs.
func (s ListAnnotationImportJobsFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationImportJobsFilter) SetStatus(v string) *ListAnnotationImportJobsFilter
SetStatus sets the Status field's value.
func (s *ListAnnotationImportJobsFilter) SetStoreName(v string) *ListAnnotationImportJobsFilter
SetStoreName sets the StoreName field's value.
func (s ListAnnotationImportJobsFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAnnotationImportJobsInput struct { // A filter to apply to the list. Filter *ListAnnotationImportJobsFilter `locationName:"filter" type:"structure"` // IDs of annotation import jobs to retrieve. Ids []*string `locationName:"ids" min:"1" type:"list"` // The maximum number of jobs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAnnotationImportJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationImportJobsInput) SetFilter(v *ListAnnotationImportJobsFilter) *ListAnnotationImportJobsInput
SetFilter sets the Filter field's value.
func (s *ListAnnotationImportJobsInput) SetIds(v []*string) *ListAnnotationImportJobsInput
SetIds sets the Ids field's value.
func (s *ListAnnotationImportJobsInput) SetMaxResults(v int64) *ListAnnotationImportJobsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAnnotationImportJobsInput) SetNextToken(v string) *ListAnnotationImportJobsInput
SetNextToken sets the NextToken field's value.
func (s ListAnnotationImportJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationImportJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAnnotationImportJobsOutput struct { // A list of jobs. AnnotationImportJobs []*AnnotationImportJobItem `locationName:"annotationImportJobs" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (s ListAnnotationImportJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationImportJobsOutput) SetAnnotationImportJobs(v []*AnnotationImportJobItem) *ListAnnotationImportJobsOutput
SetAnnotationImportJobs sets the AnnotationImportJobs field's value.
func (s *ListAnnotationImportJobsOutput) SetNextToken(v string) *ListAnnotationImportJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListAnnotationImportJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAnnotationStoresFilter struct { // A status to filter on. Status *string `locationName:"status" type:"string" enum:"StoreStatus"` // contains filtered or unexported fields }
A filter for annotation stores.
func (s ListAnnotationStoresFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationStoresFilter) SetStatus(v string) *ListAnnotationStoresFilter
SetStatus sets the Status field's value.
func (s ListAnnotationStoresFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAnnotationStoresInput struct { // A filter to apply to the list. Filter *ListAnnotationStoresFilter `locationName:"filter" type:"structure"` // IDs of stores to list. Ids []*string `locationName:"ids" min:"1" type:"list"` // The maximum number of stores to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAnnotationStoresInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationStoresInput) SetFilter(v *ListAnnotationStoresFilter) *ListAnnotationStoresInput
SetFilter sets the Filter field's value.
func (s *ListAnnotationStoresInput) SetIds(v []*string) *ListAnnotationStoresInput
SetIds sets the Ids field's value.
func (s *ListAnnotationStoresInput) SetMaxResults(v int64) *ListAnnotationStoresInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAnnotationStoresInput) SetNextToken(v string) *ListAnnotationStoresInput
SetNextToken sets the NextToken field's value.
func (s ListAnnotationStoresInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationStoresInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAnnotationStoresOutput struct { // A list of stores. AnnotationStores []*AnnotationStoreItem `locationName:"annotationStores" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (s ListAnnotationStoresOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAnnotationStoresOutput) SetAnnotationStores(v []*AnnotationStoreItem) *ListAnnotationStoresOutput
SetAnnotationStores sets the AnnotationStores field's value.
func (s *ListAnnotationStoresOutput) SetNextToken(v string) *ListAnnotationStoresOutput
SetNextToken sets the NextToken field's value.
func (s ListAnnotationStoresOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListMultipartReadSetUploadsInput struct { // The maximum number of multipart uploads returned in a page. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Next token returned in the response of a previous ListMultipartReadSetUploads // call. Used to get the next page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The Sequence Store ID used for the multipart uploads. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListMultipartReadSetUploadsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListMultipartReadSetUploadsInput) SetMaxResults(v int64) *ListMultipartReadSetUploadsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListMultipartReadSetUploadsInput) SetNextToken(v string) *ListMultipartReadSetUploadsInput
SetNextToken sets the NextToken field's value.
func (s *ListMultipartReadSetUploadsInput) SetSequenceStoreId(v string) *ListMultipartReadSetUploadsInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s ListMultipartReadSetUploadsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListMultipartReadSetUploadsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMultipartReadSetUploadsOutput struct { // Next token returned in the response of a previous ListMultipartReadSetUploads // call. Used to get the next page of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // An array of multipart uploads. Uploads []*MultipartReadSetUploadListItem `locationName:"uploads" type:"list"` // contains filtered or unexported fields }
func (s ListMultipartReadSetUploadsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListMultipartReadSetUploadsOutput) SetNextToken(v string) *ListMultipartReadSetUploadsOutput
SetNextToken sets the NextToken field's value.
func (s *ListMultipartReadSetUploadsOutput) SetUploads(v []*MultipartReadSetUploadListItem) *ListMultipartReadSetUploadsOutput
SetUploads sets the Uploads field's value.
func (s ListMultipartReadSetUploadsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReadSetActivationJobsInput struct { // A filter to apply to the list. Filter *ActivateReadSetFilter `locationName:"filter" type:"structure"` // The maximum number of read set activation jobs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The read set's sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReadSetActivationJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetActivationJobsInput) SetFilter(v *ActivateReadSetFilter) *ListReadSetActivationJobsInput
SetFilter sets the Filter field's value.
func (s *ListReadSetActivationJobsInput) SetMaxResults(v int64) *ListReadSetActivationJobsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReadSetActivationJobsInput) SetNextToken(v string) *ListReadSetActivationJobsInput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetActivationJobsInput) SetSequenceStoreId(v string) *ListReadSetActivationJobsInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s ListReadSetActivationJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetActivationJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReadSetActivationJobsOutput struct { // A list of jobs. ActivationJobs []*ActivateReadSetJobItem `locationName:"activationJobs" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListReadSetActivationJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetActivationJobsOutput) SetActivationJobs(v []*ActivateReadSetJobItem) *ListReadSetActivationJobsOutput
SetActivationJobs sets the ActivationJobs field's value.
func (s *ListReadSetActivationJobsOutput) SetNextToken(v string) *ListReadSetActivationJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListReadSetActivationJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReadSetExportJobsInput struct { // A filter to apply to the list. Filter *ExportReadSetFilter `locationName:"filter" type:"structure"` // The maximum number of jobs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The jobs' sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReadSetExportJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetExportJobsInput) SetFilter(v *ExportReadSetFilter) *ListReadSetExportJobsInput
SetFilter sets the Filter field's value.
func (s *ListReadSetExportJobsInput) SetMaxResults(v int64) *ListReadSetExportJobsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReadSetExportJobsInput) SetNextToken(v string) *ListReadSetExportJobsInput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetExportJobsInput) SetSequenceStoreId(v string) *ListReadSetExportJobsInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s ListReadSetExportJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetExportJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReadSetExportJobsOutput struct { // A list of jobs. ExportJobs []*ExportReadSetJobDetail `locationName:"exportJobs" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListReadSetExportJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetExportJobsOutput) SetExportJobs(v []*ExportReadSetJobDetail) *ListReadSetExportJobsOutput
SetExportJobs sets the ExportJobs field's value.
func (s *ListReadSetExportJobsOutput) SetNextToken(v string) *ListReadSetExportJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListReadSetExportJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReadSetImportJobsInput struct { // A filter to apply to the list. Filter *ImportReadSetFilter `locationName:"filter" type:"structure"` // The maximum number of jobs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The jobs' sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReadSetImportJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetImportJobsInput) SetFilter(v *ImportReadSetFilter) *ListReadSetImportJobsInput
SetFilter sets the Filter field's value.
func (s *ListReadSetImportJobsInput) SetMaxResults(v int64) *ListReadSetImportJobsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReadSetImportJobsInput) SetNextToken(v string) *ListReadSetImportJobsInput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetImportJobsInput) SetSequenceStoreId(v string) *ListReadSetImportJobsInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s ListReadSetImportJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetImportJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReadSetImportJobsOutput struct { // A list of jobs. ImportJobs []*ImportReadSetJobItem `locationName:"importJobs" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListReadSetImportJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetImportJobsOutput) SetImportJobs(v []*ImportReadSetJobItem) *ListReadSetImportJobsOutput
SetImportJobs sets the ImportJobs field's value.
func (s *ListReadSetImportJobsOutput) SetNextToken(v string) *ListReadSetImportJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListReadSetImportJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReadSetUploadPartsInput struct { // Attributes used to filter for a specific subset of read set part uploads. Filter *ReadSetUploadPartListFilter `locationName:"filter" type:"structure"` // The maximum number of read set upload parts returned in a page. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Next token returned in the response of a previous ListReadSetUploadPartsRequest // call. Used to get the next page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The source file for the upload part. // // PartSource is a required field PartSource *string `locationName:"partSource" type:"string" required:"true" enum:"ReadSetPartSource"` // The Sequence Store ID used for the multipart uploads. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The ID for the initiated multipart upload. // // UploadId is a required field UploadId *string `location:"uri" locationName:"uploadId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReadSetUploadPartsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetUploadPartsInput) SetFilter(v *ReadSetUploadPartListFilter) *ListReadSetUploadPartsInput
SetFilter sets the Filter field's value.
func (s *ListReadSetUploadPartsInput) SetMaxResults(v int64) *ListReadSetUploadPartsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReadSetUploadPartsInput) SetNextToken(v string) *ListReadSetUploadPartsInput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetUploadPartsInput) SetPartSource(v string) *ListReadSetUploadPartsInput
SetPartSource sets the PartSource field's value.
func (s *ListReadSetUploadPartsInput) SetSequenceStoreId(v string) *ListReadSetUploadPartsInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *ListReadSetUploadPartsInput) SetUploadId(v string) *ListReadSetUploadPartsInput
SetUploadId sets the UploadId field's value.
func (s ListReadSetUploadPartsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetUploadPartsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReadSetUploadPartsOutput struct { // Next token returned in the response of a previous ListReadSetUploadParts // call. Used to get the next page of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // An array of upload parts. Parts []*ReadSetUploadPartListItem `locationName:"parts" type:"list"` // contains filtered or unexported fields }
func (s ListReadSetUploadPartsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetUploadPartsOutput) SetNextToken(v string) *ListReadSetUploadPartsOutput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetUploadPartsOutput) SetParts(v []*ReadSetUploadPartListItem) *ListReadSetUploadPartsOutput
SetParts sets the Parts field's value.
func (s ListReadSetUploadPartsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReadSetsInput struct { // A filter to apply to the list. Filter *ReadSetFilter `locationName:"filter" type:"structure"` // The maximum number of read sets to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The jobs' sequence store ID. // // SequenceStoreId is a required field SequenceStoreId *string `location:"uri" locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReadSetsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetsInput) SetFilter(v *ReadSetFilter) *ListReadSetsInput
SetFilter sets the Filter field's value.
func (s *ListReadSetsInput) SetMaxResults(v int64) *ListReadSetsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReadSetsInput) SetNextToken(v string) *ListReadSetsInput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetsInput) SetSequenceStoreId(v string) *ListReadSetsInput
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s ListReadSetsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReadSetsOutput struct { // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of read sets. // // ReadSets is a required field ReadSets []*ReadSetListItem `locationName:"readSets" type:"list" required:"true"` // contains filtered or unexported fields }
func (s ListReadSetsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReadSetsOutput) SetNextToken(v string) *ListReadSetsOutput
SetNextToken sets the NextToken field's value.
func (s *ListReadSetsOutput) SetReadSets(v []*ReadSetListItem) *ListReadSetsOutput
SetReadSets sets the ReadSets field's value.
func (s ListReadSetsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReferenceImportJobsInput struct { // A filter to apply to the list. Filter *ImportReferenceFilter `locationName:"filter" type:"structure"` // The maximum number of jobs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The job's reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `location:"uri" locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReferenceImportJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferenceImportJobsInput) SetFilter(v *ImportReferenceFilter) *ListReferenceImportJobsInput
SetFilter sets the Filter field's value.
func (s *ListReferenceImportJobsInput) SetMaxResults(v int64) *ListReferenceImportJobsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReferenceImportJobsInput) SetNextToken(v string) *ListReferenceImportJobsInput
SetNextToken sets the NextToken field's value.
func (s *ListReferenceImportJobsInput) SetReferenceStoreId(v string) *ListReferenceImportJobsInput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s ListReferenceImportJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferenceImportJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReferenceImportJobsOutput struct { // A lis of jobs. ImportJobs []*ImportReferenceJobItem `locationName:"importJobs" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListReferenceImportJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferenceImportJobsOutput) SetImportJobs(v []*ImportReferenceJobItem) *ListReferenceImportJobsOutput
SetImportJobs sets the ImportJobs field's value.
func (s *ListReferenceImportJobsOutput) SetNextToken(v string) *ListReferenceImportJobsOutput
SetNextToken sets the NextToken field's value.
func (s ListReferenceImportJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReferenceStoresInput struct { // A filter to apply to the list. Filter *ReferenceStoreFilter `locationName:"filter" type:"structure"` // The maximum number of stores to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListReferenceStoresInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferenceStoresInput) SetFilter(v *ReferenceStoreFilter) *ListReferenceStoresInput
SetFilter sets the Filter field's value.
func (s *ListReferenceStoresInput) SetMaxResults(v int64) *ListReferenceStoresInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReferenceStoresInput) SetNextToken(v string) *ListReferenceStoresInput
SetNextToken sets the NextToken field's value.
func (s ListReferenceStoresInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferenceStoresInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReferenceStoresOutput struct { // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of reference stores. // // ReferenceStores is a required field ReferenceStores []*ReferenceStoreDetail `locationName:"referenceStores" type:"list" required:"true"` // contains filtered or unexported fields }
func (s ListReferenceStoresOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferenceStoresOutput) SetNextToken(v string) *ListReferenceStoresOutput
SetNextToken sets the NextToken field's value.
func (s *ListReferenceStoresOutput) SetReferenceStores(v []*ReferenceStoreDetail) *ListReferenceStoresOutput
SetReferenceStores sets the ReferenceStores field's value.
func (s ListReferenceStoresOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListReferencesInput struct { // A filter to apply to the list. Filter *ReferenceFilter `locationName:"filter" type:"structure"` // The maximum number of references to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The references' reference store ID. // // ReferenceStoreId is a required field ReferenceStoreId *string `location:"uri" locationName:"referenceStoreId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListReferencesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferencesInput) SetFilter(v *ReferenceFilter) *ListReferencesInput
SetFilter sets the Filter field's value.
func (s *ListReferencesInput) SetMaxResults(v int64) *ListReferencesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListReferencesInput) SetNextToken(v string) *ListReferencesInput
SetNextToken sets the NextToken field's value.
func (s *ListReferencesInput) SetReferenceStoreId(v string) *ListReferencesInput
SetReferenceStoreId sets the ReferenceStoreId field's value.
func (s ListReferencesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferencesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReferencesOutput struct { // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of references. // // References is a required field References []*ReferenceListItem `locationName:"references" type:"list" required:"true"` // contains filtered or unexported fields }
func (s ListReferencesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListReferencesOutput) SetNextToken(v string) *ListReferencesOutput
SetNextToken sets the NextToken field's value.
func (s *ListReferencesOutput) SetReferences(v []*ReferenceListItem) *ListReferencesOutput
SetReferences sets the References field's value.
func (s ListReferencesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListRunGroupsInput struct { // The maximum number of run groups to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The run groups' name. Name *string `location:"querystring" locationName:"name" min:"1" type:"string"` // Specify the pagination token from a previous request to retrieve the next // page of results. StartingToken *string `location:"querystring" locationName:"startingToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListRunGroupsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunGroupsInput) SetMaxResults(v int64) *ListRunGroupsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListRunGroupsInput) SetName(v string) *ListRunGroupsInput
SetName sets the Name field's value.
func (s *ListRunGroupsInput) SetStartingToken(v string) *ListRunGroupsInput
SetStartingToken sets the StartingToken field's value.
func (s ListRunGroupsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRunGroupsOutput struct { // A list of groups. Items []*RunGroupListItem `locationName:"items" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListRunGroupsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunGroupsOutput) SetItems(v []*RunGroupListItem) *ListRunGroupsOutput
SetItems sets the Items field's value.
func (s *ListRunGroupsOutput) SetNextToken(v string) *ListRunGroupsOutput
SetNextToken sets the NextToken field's value.
func (s ListRunGroupsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListRunTasksInput struct { // The run's ID. // // Id is a required field Id *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"` // The maximum number of run tasks to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. StartingToken *string `location:"querystring" locationName:"startingToken" min:"1" type:"string"` // Filter the list by status. Status *string `location:"querystring" locationName:"status" min:"1" type:"string" enum:"TaskStatus"` // contains filtered or unexported fields }
func (s ListRunTasksInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunTasksInput) SetId(v string) *ListRunTasksInput
SetId sets the Id field's value.
func (s *ListRunTasksInput) SetMaxResults(v int64) *ListRunTasksInput
SetMaxResults sets the MaxResults field's value.
func (s *ListRunTasksInput) SetStartingToken(v string) *ListRunTasksInput
SetStartingToken sets the StartingToken field's value.
func (s *ListRunTasksInput) SetStatus(v string) *ListRunTasksInput
SetStatus sets the Status field's value.
func (s ListRunTasksInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRunTasksOutput struct { // A list of tasks. Items []*TaskListItem `locationName:"items" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListRunTasksOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunTasksOutput) SetItems(v []*TaskListItem) *ListRunTasksOutput
SetItems sets the Items field's value.
func (s *ListRunTasksOutput) SetNextToken(v string) *ListRunTasksOutput
SetNextToken sets the NextToken field's value.
func (s ListRunTasksOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListRunsInput struct { // The maximum number of runs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Filter the list by run name. Name *string `location:"querystring" locationName:"name" min:"1" type:"string"` // Filter the list by run group ID. RunGroupId *string `location:"querystring" locationName:"runGroupId" min:"1" type:"string"` // Specify the pagination token from a previous request to retrieve the next // page of results. StartingToken *string `location:"querystring" locationName:"startingToken" min:"1" type:"string"` // The status of a run. Status *string `location:"querystring" locationName:"status" min:"1" type:"string" enum:"RunStatus"` // contains filtered or unexported fields }
func (s ListRunsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunsInput) SetMaxResults(v int64) *ListRunsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListRunsInput) SetName(v string) *ListRunsInput
SetName sets the Name field's value.
func (s *ListRunsInput) SetRunGroupId(v string) *ListRunsInput
SetRunGroupId sets the RunGroupId field's value.
func (s *ListRunsInput) SetStartingToken(v string) *ListRunsInput
SetStartingToken sets the StartingToken field's value.
func (s *ListRunsInput) SetStatus(v string) *ListRunsInput
SetStatus sets the Status field's value.
func (s ListRunsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRunsOutput struct { // A list of runs. Items []*RunListItem `locationName:"items" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListRunsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListRunsOutput) SetItems(v []*RunListItem) *ListRunsOutput
SetItems sets the Items field's value.
func (s *ListRunsOutput) SetNextToken(v string) *ListRunsOutput
SetNextToken sets the NextToken field's value.
func (s ListRunsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSequenceStoresInput struct { // A filter to apply to the list. Filter *SequenceStoreFilter `locationName:"filter" type:"structure"` // The maximum number of stores to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListSequenceStoresInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListSequenceStoresInput) SetFilter(v *SequenceStoreFilter) *ListSequenceStoresInput
SetFilter sets the Filter field's value.
func (s *ListSequenceStoresInput) SetMaxResults(v int64) *ListSequenceStoresInput
SetMaxResults sets the MaxResults field's value.
func (s *ListSequenceStoresInput) SetNextToken(v string) *ListSequenceStoresInput
SetNextToken sets the NextToken field's value.
func (s ListSequenceStoresInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListSequenceStoresInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSequenceStoresOutput struct { // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of sequence stores. // // SequenceStores is a required field SequenceStores []*SequenceStoreDetail `locationName:"sequenceStores" type:"list" required:"true"` // contains filtered or unexported fields }
func (s ListSequenceStoresOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListSequenceStoresOutput) SetNextToken(v string) *ListSequenceStoresOutput
SetNextToken sets the NextToken field's value.
func (s *ListSequenceStoresOutput) SetSequenceStores(v []*SequenceStoreDetail) *ListSequenceStoresOutput
SetSequenceStores sets the SequenceStores field's value.
func (s ListSequenceStoresOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput struct { // The resource's ARN. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput struct { // A list of tags. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // contains filtered or unexported fields }
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListVariantImportJobsFilter struct { // A status to filter on. Status *string `locationName:"status" type:"string" enum:"JobStatus"` // A store name to filter on. StoreName *string `locationName:"storeName" type:"string"` // contains filtered or unexported fields }
A filter for variant import jobs.
func (s ListVariantImportJobsFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantImportJobsFilter) SetStatus(v string) *ListVariantImportJobsFilter
SetStatus sets the Status field's value.
func (s *ListVariantImportJobsFilter) SetStoreName(v string) *ListVariantImportJobsFilter
SetStoreName sets the StoreName field's value.
func (s ListVariantImportJobsFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListVariantImportJobsInput struct { // A filter to apply to the list. Filter *ListVariantImportJobsFilter `locationName:"filter" type:"structure"` // A list of job IDs. Ids []*string `locationName:"ids" min:"1" type:"list"` // The maximum number of import jobs to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListVariantImportJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantImportJobsInput) SetFilter(v *ListVariantImportJobsFilter) *ListVariantImportJobsInput
SetFilter sets the Filter field's value.
func (s *ListVariantImportJobsInput) SetIds(v []*string) *ListVariantImportJobsInput
SetIds sets the Ids field's value.
func (s *ListVariantImportJobsInput) SetMaxResults(v int64) *ListVariantImportJobsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListVariantImportJobsInput) SetNextToken(v string) *ListVariantImportJobsInput
SetNextToken sets the NextToken field's value.
func (s ListVariantImportJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantImportJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListVariantImportJobsOutput struct { // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" type:"string"` // A list of jobs. VariantImportJobs []*VariantImportJobItem `locationName:"variantImportJobs" type:"list"` // contains filtered or unexported fields }
func (s ListVariantImportJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantImportJobsOutput) SetNextToken(v string) *ListVariantImportJobsOutput
SetNextToken sets the NextToken field's value.
func (s *ListVariantImportJobsOutput) SetVariantImportJobs(v []*VariantImportJobItem) *ListVariantImportJobsOutput
SetVariantImportJobs sets the VariantImportJobs field's value.
func (s ListVariantImportJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListVariantStoresFilter struct { // A status to filter on. Status *string `locationName:"status" type:"string" enum:"StoreStatus"` // contains filtered or unexported fields }
A filter for variant stores.
func (s ListVariantStoresFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantStoresFilter) SetStatus(v string) *ListVariantStoresFilter
SetStatus sets the Status field's value.
func (s ListVariantStoresFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListVariantStoresInput struct { // A filter to apply to the list. Filter *ListVariantStoresFilter `locationName:"filter" type:"structure"` // A list of store IDs. Ids []*string `locationName:"ids" min:"1" type:"list"` // The maximum number of stores to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // Specify the pagination token from a previous request to retrieve the next // page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListVariantStoresInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantStoresInput) SetFilter(v *ListVariantStoresFilter) *ListVariantStoresInput
SetFilter sets the Filter field's value.
func (s *ListVariantStoresInput) SetIds(v []*string) *ListVariantStoresInput
SetIds sets the Ids field's value.
func (s *ListVariantStoresInput) SetMaxResults(v int64) *ListVariantStoresInput
SetMaxResults sets the MaxResults field's value.
func (s *ListVariantStoresInput) SetNextToken(v string) *ListVariantStoresInput
SetNextToken sets the NextToken field's value.
func (s ListVariantStoresInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantStoresInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListVariantStoresOutput struct { // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" type:"string"` // A list of variant stores. VariantStores []*VariantStoreItem `locationName:"variantStores" type:"list"` // contains filtered or unexported fields }
func (s ListVariantStoresOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListVariantStoresOutput) SetNextToken(v string) *ListVariantStoresOutput
SetNextToken sets the NextToken field's value.
func (s *ListVariantStoresOutput) SetVariantStores(v []*VariantStoreItem) *ListVariantStoresOutput
SetVariantStores sets the VariantStores field's value.
func (s ListVariantStoresOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListWorkflowsInput struct { // The maximum number of workflows to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The workflows' name. Name *string `location:"querystring" locationName:"name" min:"1" type:"string"` // Specify the pagination token from a previous request to retrieve the next // page of results. StartingToken *string `location:"querystring" locationName:"startingToken" min:"1" type:"string"` // The workflows' type. Type *string `location:"querystring" locationName:"type" min:"1" type:"string" enum:"WorkflowType"` // contains filtered or unexported fields }
func (s ListWorkflowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListWorkflowsInput) SetMaxResults(v int64) *ListWorkflowsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListWorkflowsInput) SetName(v string) *ListWorkflowsInput
SetName sets the Name field's value.
func (s *ListWorkflowsInput) SetStartingToken(v string) *ListWorkflowsInput
SetStartingToken sets the StartingToken field's value.
func (s *ListWorkflowsInput) SetType(v string) *ListWorkflowsInput
SetType sets the Type field's value.
func (s ListWorkflowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListWorkflowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkflowsOutput struct { // The workflows' items. Items []*WorkflowListItem `locationName:"items" type:"list"` // A pagination token that's included if more results are available. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListWorkflowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListWorkflowsOutput) SetItems(v []*WorkflowListItem) *ListWorkflowsOutput
SetItems sets the Items field's value.
func (s *ListWorkflowsOutput) SetNextToken(v string) *ListWorkflowsOutput
SetNextToken sets the NextToken field's value.
func (s ListWorkflowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type MultipartReadSetUploadListItem struct { // The time stamp for when a direct upload was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The description of a read set. Description *string `locationName:"description" min:"1" type:"string"` // The source of an uploaded part. // // GeneratedFrom is a required field GeneratedFrom *string `locationName:"generatedFrom" min:"1" type:"string" required:"true"` // The name of a read set. Name *string `locationName:"name" min:"1" type:"string"` // The source's reference ARN. // // ReferenceArn is a required field ReferenceArn *string `locationName:"referenceArn" min:"1" type:"string" required:"true"` // The read set source's sample ID. // // SampleId is a required field SampleId *string `locationName:"sampleId" min:"1" type:"string" required:"true"` // The sequence store ID used for the multipart upload. // // SequenceStoreId is a required field SequenceStoreId *string `locationName:"sequenceStoreId" min:"10" type:"string" required:"true"` // The type of file the read set originated from. // // SourceFileType is a required field SourceFileType *string `locationName:"sourceFileType" type:"string" required:"true" enum:"FileType"` // The read set source's subject ID. // // SubjectId is a required field SubjectId *string `locationName:"subjectId" min:"1" type:"string" required:"true"` // Any tags you wish to add to a read set. Tags map[string]*string `locationName:"tags" type:"map"` // The ID for the initiated multipart upload. // // UploadId is a required field UploadId *string `locationName:"uploadId" min:"10" type:"string" required:"true"` // contains filtered or unexported fields }
Part of the response to ListMultipartReadSetUploads, excluding completed and aborted multipart uploads.
func (s MultipartReadSetUploadListItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *MultipartReadSetUploadListItem) SetCreationTime(v time.Time) *MultipartReadSetUploadListItem
SetCreationTime sets the CreationTime field's value.
func (s *MultipartReadSetUploadListItem) SetDescription(v string) *MultipartReadSetUploadListItem
SetDescription sets the Description field's value.
func (s *MultipartReadSetUploadListItem) SetGeneratedFrom(v string) *MultipartReadSetUploadListItem
SetGeneratedFrom sets the GeneratedFrom field's value.
func (s *MultipartReadSetUploadListItem) SetName(v string) *MultipartReadSetUploadListItem
SetName sets the Name field's value.
func (s *MultipartReadSetUploadListItem) SetReferenceArn(v string) *MultipartReadSetUploadListItem
SetReferenceArn sets the ReferenceArn field's value.
func (s *MultipartReadSetUploadListItem) SetSampleId(v string) *MultipartReadSetUploadListItem
SetSampleId sets the SampleId field's value.
func (s *MultipartReadSetUploadListItem) SetSequenceStoreId(v string) *MultipartReadSetUploadListItem
SetSequenceStoreId sets the SequenceStoreId field's value.
func (s *MultipartReadSetUploadListItem) SetSourceFileType(v string) *MultipartReadSetUploadListItem
SetSourceFileType sets the SourceFileType field's value.
func (s *MultipartReadSetUploadListItem) SetSubjectId(v string) *MultipartReadSetUploadListItem
SetSubjectId sets the SubjectId field's value.
func (s *MultipartReadSetUploadListItem) SetTags(v map[string]*string) *MultipartReadSetUploadListItem
SetTags sets the Tags field's value.
func (s *MultipartReadSetUploadListItem) SetUploadId(v string) *MultipartReadSetUploadListItem
SetUploadId sets the UploadId field's value.
func (s MultipartReadSetUploadListItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NotSupportedOperationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The operation is not supported by Amazon Omics, or the API does not exist.
func (s *NotSupportedOperationException) Code() string
Code returns the exception type name.
func (s *NotSupportedOperationException) Error() string
func (s NotSupportedOperationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *NotSupportedOperationException) Message() string
Message returns the exception's message.
func (s *NotSupportedOperationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *NotSupportedOperationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *NotSupportedOperationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s NotSupportedOperationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Omics struct { *client.Client }
Omics provides the API operation methods for making requests to Amazon Omics. See this package's package overview docs for details on the service.
Omics methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Omics
New creates a new instance of the Omics client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Omics client from just a session. svc := omics.New(mySession) // Create a Omics client with additional configuration svc := omics.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (c *Omics) AbortMultipartReadSetUpload(input *AbortMultipartReadSetUploadInput) (*AbortMultipartReadSetUploadOutput, error)
AbortMultipartReadSetUpload API operation for Amazon Omics.
Stops a multipart upload.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation AbortMultipartReadSetUpload for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
NotSupportedOperationException The operation is not supported by Amazon Omics, or the API does not exist.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/AbortMultipartReadSetUpload
func (c *Omics) AbortMultipartReadSetUploadRequest(input *AbortMultipartReadSetUploadInput) (req *request.Request, output *AbortMultipartReadSetUploadOutput)
AbortMultipartReadSetUploadRequest generates a "aws/request.Request" representing the client's request for the AbortMultipartReadSetUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AbortMultipartReadSetUpload for more information on using the AbortMultipartReadSetUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AbortMultipartReadSetUploadRequest method. req, resp := client.AbortMultipartReadSetUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/AbortMultipartReadSetUpload
func (c *Omics) AbortMultipartReadSetUploadWithContext(ctx aws.Context, input *AbortMultipartReadSetUploadInput, opts ...request.Option) (*AbortMultipartReadSetUploadOutput, error)
AbortMultipartReadSetUploadWithContext is the same as AbortMultipartReadSetUpload with the addition of the ability to pass a context and additional request options.
See AbortMultipartReadSetUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) BatchDeleteReadSet(input *BatchDeleteReadSetInput) (*BatchDeleteReadSetOutput, error)
BatchDeleteReadSet API operation for Amazon Omics.
Deletes one or more read sets.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation BatchDeleteReadSet for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/BatchDeleteReadSet
func (c *Omics) BatchDeleteReadSetRequest(input *BatchDeleteReadSetInput) (req *request.Request, output *BatchDeleteReadSetOutput)
BatchDeleteReadSetRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteReadSet operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteReadSet for more information on using the BatchDeleteReadSet API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteReadSetRequest method. req, resp := client.BatchDeleteReadSetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/BatchDeleteReadSet
func (c *Omics) BatchDeleteReadSetWithContext(ctx aws.Context, input *BatchDeleteReadSetInput, opts ...request.Option) (*BatchDeleteReadSetOutput, error)
BatchDeleteReadSetWithContext is the same as BatchDeleteReadSet with the addition of the ability to pass a context and additional request options.
See BatchDeleteReadSet for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CancelAnnotationImportJob(input *CancelAnnotationImportJobInput) (*CancelAnnotationImportJobOutput, error)
CancelAnnotationImportJob API operation for Amazon Omics.
Cancels an annotation import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CancelAnnotationImportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CancelAnnotationImportJob
func (c *Omics) CancelAnnotationImportJobRequest(input *CancelAnnotationImportJobInput) (req *request.Request, output *CancelAnnotationImportJobOutput)
CancelAnnotationImportJobRequest generates a "aws/request.Request" representing the client's request for the CancelAnnotationImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelAnnotationImportJob for more information on using the CancelAnnotationImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelAnnotationImportJobRequest method. req, resp := client.CancelAnnotationImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CancelAnnotationImportJob
func (c *Omics) CancelAnnotationImportJobWithContext(ctx aws.Context, input *CancelAnnotationImportJobInput, opts ...request.Option) (*CancelAnnotationImportJobOutput, error)
CancelAnnotationImportJobWithContext is the same as CancelAnnotationImportJob with the addition of the ability to pass a context and additional request options.
See CancelAnnotationImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CancelRun(input *CancelRunInput) (*CancelRunOutput, error)
CancelRun API operation for Amazon Omics.
Cancels a run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CancelRun for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CancelRun
func (c *Omics) CancelRunRequest(input *CancelRunInput) (req *request.Request, output *CancelRunOutput)
CancelRunRequest generates a "aws/request.Request" representing the client's request for the CancelRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelRun for more information on using the CancelRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelRunRequest method. req, resp := client.CancelRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CancelRun
func (c *Omics) CancelRunWithContext(ctx aws.Context, input *CancelRunInput, opts ...request.Option) (*CancelRunOutput, error)
CancelRunWithContext is the same as CancelRun with the addition of the ability to pass a context and additional request options.
See CancelRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CancelVariantImportJob(input *CancelVariantImportJobInput) (*CancelVariantImportJobOutput, error)
CancelVariantImportJob API operation for Amazon Omics.
Cancels a variant import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CancelVariantImportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CancelVariantImportJob
func (c *Omics) CancelVariantImportJobRequest(input *CancelVariantImportJobInput) (req *request.Request, output *CancelVariantImportJobOutput)
CancelVariantImportJobRequest generates a "aws/request.Request" representing the client's request for the CancelVariantImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelVariantImportJob for more information on using the CancelVariantImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelVariantImportJobRequest method. req, resp := client.CancelVariantImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CancelVariantImportJob
func (c *Omics) CancelVariantImportJobWithContext(ctx aws.Context, input *CancelVariantImportJobInput, opts ...request.Option) (*CancelVariantImportJobOutput, error)
CancelVariantImportJobWithContext is the same as CancelVariantImportJob with the addition of the ability to pass a context and additional request options.
See CancelVariantImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CompleteMultipartReadSetUpload(input *CompleteMultipartReadSetUploadInput) (*CompleteMultipartReadSetUploadOutput, error)
CompleteMultipartReadSetUpload API operation for Amazon Omics.
Concludes a multipart upload once you have uploaded all the components.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CompleteMultipartReadSetUpload for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
NotSupportedOperationException The operation is not supported by Amazon Omics, or the API does not exist.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CompleteMultipartReadSetUpload
func (c *Omics) CompleteMultipartReadSetUploadRequest(input *CompleteMultipartReadSetUploadInput) (req *request.Request, output *CompleteMultipartReadSetUploadOutput)
CompleteMultipartReadSetUploadRequest generates a "aws/request.Request" representing the client's request for the CompleteMultipartReadSetUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CompleteMultipartReadSetUpload for more information on using the CompleteMultipartReadSetUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CompleteMultipartReadSetUploadRequest method. req, resp := client.CompleteMultipartReadSetUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CompleteMultipartReadSetUpload
func (c *Omics) CompleteMultipartReadSetUploadWithContext(ctx aws.Context, input *CompleteMultipartReadSetUploadInput, opts ...request.Option) (*CompleteMultipartReadSetUploadOutput, error)
CompleteMultipartReadSetUploadWithContext is the same as CompleteMultipartReadSetUpload with the addition of the ability to pass a context and additional request options.
See CompleteMultipartReadSetUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateAnnotationStore(input *CreateAnnotationStoreInput) (*CreateAnnotationStoreOutput, error)
CreateAnnotationStore API operation for Amazon Omics.
Creates an annotation store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateAnnotationStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateAnnotationStore
func (c *Omics) CreateAnnotationStoreRequest(input *CreateAnnotationStoreInput) (req *request.Request, output *CreateAnnotationStoreOutput)
CreateAnnotationStoreRequest generates a "aws/request.Request" representing the client's request for the CreateAnnotationStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAnnotationStore for more information on using the CreateAnnotationStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAnnotationStoreRequest method. req, resp := client.CreateAnnotationStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateAnnotationStore
func (c *Omics) CreateAnnotationStoreWithContext(ctx aws.Context, input *CreateAnnotationStoreInput, opts ...request.Option) (*CreateAnnotationStoreOutput, error)
CreateAnnotationStoreWithContext is the same as CreateAnnotationStore with the addition of the ability to pass a context and additional request options.
See CreateAnnotationStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateMultipartReadSetUpload(input *CreateMultipartReadSetUploadInput) (*CreateMultipartReadSetUploadOutput, error)
CreateMultipartReadSetUpload API operation for Amazon Omics.
Begins a multipart read set upload.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateMultipartReadSetUpload for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
NotSupportedOperationException The operation is not supported by Amazon Omics, or the API does not exist.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateMultipartReadSetUpload
func (c *Omics) CreateMultipartReadSetUploadRequest(input *CreateMultipartReadSetUploadInput) (req *request.Request, output *CreateMultipartReadSetUploadOutput)
CreateMultipartReadSetUploadRequest generates a "aws/request.Request" representing the client's request for the CreateMultipartReadSetUpload operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateMultipartReadSetUpload for more information on using the CreateMultipartReadSetUpload API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateMultipartReadSetUploadRequest method. req, resp := client.CreateMultipartReadSetUploadRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateMultipartReadSetUpload
func (c *Omics) CreateMultipartReadSetUploadWithContext(ctx aws.Context, input *CreateMultipartReadSetUploadInput, opts ...request.Option) (*CreateMultipartReadSetUploadOutput, error)
CreateMultipartReadSetUploadWithContext is the same as CreateMultipartReadSetUpload with the addition of the ability to pass a context and additional request options.
See CreateMultipartReadSetUpload for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateReferenceStore(input *CreateReferenceStoreInput) (*CreateReferenceStoreOutput, error)
CreateReferenceStore API operation for Amazon Omics.
Creates a reference store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateReferenceStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateReferenceStore
func (c *Omics) CreateReferenceStoreRequest(input *CreateReferenceStoreInput) (req *request.Request, output *CreateReferenceStoreOutput)
CreateReferenceStoreRequest generates a "aws/request.Request" representing the client's request for the CreateReferenceStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateReferenceStore for more information on using the CreateReferenceStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateReferenceStoreRequest method. req, resp := client.CreateReferenceStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateReferenceStore
func (c *Omics) CreateReferenceStoreWithContext(ctx aws.Context, input *CreateReferenceStoreInput, opts ...request.Option) (*CreateReferenceStoreOutput, error)
CreateReferenceStoreWithContext is the same as CreateReferenceStore with the addition of the ability to pass a context and additional request options.
See CreateReferenceStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateRunGroup(input *CreateRunGroupInput) (*CreateRunGroupOutput, error)
CreateRunGroup API operation for Amazon Omics.
Creates a run group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateRunGroup for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateRunGroup
func (c *Omics) CreateRunGroupRequest(input *CreateRunGroupInput) (req *request.Request, output *CreateRunGroupOutput)
CreateRunGroupRequest generates a "aws/request.Request" representing the client's request for the CreateRunGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateRunGroup for more information on using the CreateRunGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateRunGroupRequest method. req, resp := client.CreateRunGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateRunGroup
func (c *Omics) CreateRunGroupWithContext(ctx aws.Context, input *CreateRunGroupInput, opts ...request.Option) (*CreateRunGroupOutput, error)
CreateRunGroupWithContext is the same as CreateRunGroup with the addition of the ability to pass a context and additional request options.
See CreateRunGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateSequenceStore(input *CreateSequenceStoreInput) (*CreateSequenceStoreOutput, error)
CreateSequenceStore API operation for Amazon Omics.
Creates a sequence store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateSequenceStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateSequenceStore
func (c *Omics) CreateSequenceStoreRequest(input *CreateSequenceStoreInput) (req *request.Request, output *CreateSequenceStoreOutput)
CreateSequenceStoreRequest generates a "aws/request.Request" representing the client's request for the CreateSequenceStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSequenceStore for more information on using the CreateSequenceStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSequenceStoreRequest method. req, resp := client.CreateSequenceStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateSequenceStore
func (c *Omics) CreateSequenceStoreWithContext(ctx aws.Context, input *CreateSequenceStoreInput, opts ...request.Option) (*CreateSequenceStoreOutput, error)
CreateSequenceStoreWithContext is the same as CreateSequenceStore with the addition of the ability to pass a context and additional request options.
See CreateSequenceStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateVariantStore(input *CreateVariantStoreInput) (*CreateVariantStoreOutput, error)
CreateVariantStore API operation for Amazon Omics.
Creates a variant store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateVariantStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateVariantStore
func (c *Omics) CreateVariantStoreRequest(input *CreateVariantStoreInput) (req *request.Request, output *CreateVariantStoreOutput)
CreateVariantStoreRequest generates a "aws/request.Request" representing the client's request for the CreateVariantStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateVariantStore for more information on using the CreateVariantStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateVariantStoreRequest method. req, resp := client.CreateVariantStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateVariantStore
func (c *Omics) CreateVariantStoreWithContext(ctx aws.Context, input *CreateVariantStoreInput, opts ...request.Option) (*CreateVariantStoreOutput, error)
CreateVariantStoreWithContext is the same as CreateVariantStore with the addition of the ability to pass a context and additional request options.
See CreateVariantStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) CreateWorkflow(input *CreateWorkflowInput) (*CreateWorkflowOutput, error)
CreateWorkflow API operation for Amazon Omics.
Creates a workflow.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation CreateWorkflow for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateWorkflow
func (c *Omics) CreateWorkflowRequest(input *CreateWorkflowInput) (req *request.Request, output *CreateWorkflowOutput)
CreateWorkflowRequest generates a "aws/request.Request" representing the client's request for the CreateWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateWorkflow for more information on using the CreateWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateWorkflowRequest method. req, resp := client.CreateWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateWorkflow
func (c *Omics) CreateWorkflowWithContext(ctx aws.Context, input *CreateWorkflowInput, opts ...request.Option) (*CreateWorkflowOutput, error)
CreateWorkflowWithContext is the same as CreateWorkflow with the addition of the ability to pass a context and additional request options.
See CreateWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteAnnotationStore(input *DeleteAnnotationStoreInput) (*DeleteAnnotationStoreOutput, error)
DeleteAnnotationStore API operation for Amazon Omics.
Deletes an annotation store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteAnnotationStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteAnnotationStore
func (c *Omics) DeleteAnnotationStoreRequest(input *DeleteAnnotationStoreInput) (req *request.Request, output *DeleteAnnotationStoreOutput)
DeleteAnnotationStoreRequest generates a "aws/request.Request" representing the client's request for the DeleteAnnotationStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAnnotationStore for more information on using the DeleteAnnotationStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAnnotationStoreRequest method. req, resp := client.DeleteAnnotationStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteAnnotationStore
func (c *Omics) DeleteAnnotationStoreWithContext(ctx aws.Context, input *DeleteAnnotationStoreInput, opts ...request.Option) (*DeleteAnnotationStoreOutput, error)
DeleteAnnotationStoreWithContext is the same as DeleteAnnotationStore with the addition of the ability to pass a context and additional request options.
See DeleteAnnotationStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteReference(input *DeleteReferenceInput) (*DeleteReferenceOutput, error)
DeleteReference API operation for Amazon Omics.
Deletes a genome reference.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteReference for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteReference
func (c *Omics) DeleteReferenceRequest(input *DeleteReferenceInput) (req *request.Request, output *DeleteReferenceOutput)
DeleteReferenceRequest generates a "aws/request.Request" representing the client's request for the DeleteReference operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteReference for more information on using the DeleteReference API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteReferenceRequest method. req, resp := client.DeleteReferenceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteReference
func (c *Omics) DeleteReferenceStore(input *DeleteReferenceStoreInput) (*DeleteReferenceStoreOutput, error)
DeleteReferenceStore API operation for Amazon Omics.
Deletes a genome reference store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteReferenceStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteReferenceStore
func (c *Omics) DeleteReferenceStoreRequest(input *DeleteReferenceStoreInput) (req *request.Request, output *DeleteReferenceStoreOutput)
DeleteReferenceStoreRequest generates a "aws/request.Request" representing the client's request for the DeleteReferenceStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteReferenceStore for more information on using the DeleteReferenceStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteReferenceStoreRequest method. req, resp := client.DeleteReferenceStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteReferenceStore
func (c *Omics) DeleteReferenceStoreWithContext(ctx aws.Context, input *DeleteReferenceStoreInput, opts ...request.Option) (*DeleteReferenceStoreOutput, error)
DeleteReferenceStoreWithContext is the same as DeleteReferenceStore with the addition of the ability to pass a context and additional request options.
See DeleteReferenceStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteReferenceWithContext(ctx aws.Context, input *DeleteReferenceInput, opts ...request.Option) (*DeleteReferenceOutput, error)
DeleteReferenceWithContext is the same as DeleteReference with the addition of the ability to pass a context and additional request options.
See DeleteReference for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteRun(input *DeleteRunInput) (*DeleteRunOutput, error)
DeleteRun API operation for Amazon Omics.
Deletes a workflow run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteRun for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteRun
func (c *Omics) DeleteRunGroup(input *DeleteRunGroupInput) (*DeleteRunGroupOutput, error)
DeleteRunGroup API operation for Amazon Omics.
Deletes a workflow run group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteRunGroup for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteRunGroup
func (c *Omics) DeleteRunGroupRequest(input *DeleteRunGroupInput) (req *request.Request, output *DeleteRunGroupOutput)
DeleteRunGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteRunGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRunGroup for more information on using the DeleteRunGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRunGroupRequest method. req, resp := client.DeleteRunGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteRunGroup
func (c *Omics) DeleteRunGroupWithContext(ctx aws.Context, input *DeleteRunGroupInput, opts ...request.Option) (*DeleteRunGroupOutput, error)
DeleteRunGroupWithContext is the same as DeleteRunGroup with the addition of the ability to pass a context and additional request options.
See DeleteRunGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteRunRequest(input *DeleteRunInput) (req *request.Request, output *DeleteRunOutput)
DeleteRunRequest generates a "aws/request.Request" representing the client's request for the DeleteRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRun for more information on using the DeleteRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRunRequest method. req, resp := client.DeleteRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteRun
func (c *Omics) DeleteRunWithContext(ctx aws.Context, input *DeleteRunInput, opts ...request.Option) (*DeleteRunOutput, error)
DeleteRunWithContext is the same as DeleteRun with the addition of the ability to pass a context and additional request options.
See DeleteRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteSequenceStore(input *DeleteSequenceStoreInput) (*DeleteSequenceStoreOutput, error)
DeleteSequenceStore API operation for Amazon Omics.
Deletes a sequence store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteSequenceStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteSequenceStore
func (c *Omics) DeleteSequenceStoreRequest(input *DeleteSequenceStoreInput) (req *request.Request, output *DeleteSequenceStoreOutput)
DeleteSequenceStoreRequest generates a "aws/request.Request" representing the client's request for the DeleteSequenceStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSequenceStore for more information on using the DeleteSequenceStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSequenceStoreRequest method. req, resp := client.DeleteSequenceStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteSequenceStore
func (c *Omics) DeleteSequenceStoreWithContext(ctx aws.Context, input *DeleteSequenceStoreInput, opts ...request.Option) (*DeleteSequenceStoreOutput, error)
DeleteSequenceStoreWithContext is the same as DeleteSequenceStore with the addition of the ability to pass a context and additional request options.
See DeleteSequenceStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteVariantStore(input *DeleteVariantStoreInput) (*DeleteVariantStoreOutput, error)
DeleteVariantStore API operation for Amazon Omics.
Deletes a variant store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteVariantStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteVariantStore
func (c *Omics) DeleteVariantStoreRequest(input *DeleteVariantStoreInput) (req *request.Request, output *DeleteVariantStoreOutput)
DeleteVariantStoreRequest generates a "aws/request.Request" representing the client's request for the DeleteVariantStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteVariantStore for more information on using the DeleteVariantStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteVariantStoreRequest method. req, resp := client.DeleteVariantStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteVariantStore
func (c *Omics) DeleteVariantStoreWithContext(ctx aws.Context, input *DeleteVariantStoreInput, opts ...request.Option) (*DeleteVariantStoreOutput, error)
DeleteVariantStoreWithContext is the same as DeleteVariantStore with the addition of the ability to pass a context and additional request options.
See DeleteVariantStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) DeleteWorkflow(input *DeleteWorkflowInput) (*DeleteWorkflowOutput, error)
DeleteWorkflow API operation for Amazon Omics.
Deletes a workflow.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation DeleteWorkflow for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteWorkflow
func (c *Omics) DeleteWorkflowRequest(input *DeleteWorkflowInput) (req *request.Request, output *DeleteWorkflowOutput)
DeleteWorkflowRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteWorkflow for more information on using the DeleteWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteWorkflowRequest method. req, resp := client.DeleteWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteWorkflow
func (c *Omics) DeleteWorkflowWithContext(ctx aws.Context, input *DeleteWorkflowInput, opts ...request.Option) (*DeleteWorkflowOutput, error)
DeleteWorkflowWithContext is the same as DeleteWorkflow with the addition of the ability to pass a context and additional request options.
See DeleteWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetAnnotationImportJob(input *GetAnnotationImportJobInput) (*GetAnnotationImportJobOutput, error)
GetAnnotationImportJob API operation for Amazon Omics.
Gets information about an annotation import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetAnnotationImportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetAnnotationImportJob
func (c *Omics) GetAnnotationImportJobRequest(input *GetAnnotationImportJobInput) (req *request.Request, output *GetAnnotationImportJobOutput)
GetAnnotationImportJobRequest generates a "aws/request.Request" representing the client's request for the GetAnnotationImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAnnotationImportJob for more information on using the GetAnnotationImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAnnotationImportJobRequest method. req, resp := client.GetAnnotationImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetAnnotationImportJob
func (c *Omics) GetAnnotationImportJobWithContext(ctx aws.Context, input *GetAnnotationImportJobInput, opts ...request.Option) (*GetAnnotationImportJobOutput, error)
GetAnnotationImportJobWithContext is the same as GetAnnotationImportJob with the addition of the ability to pass a context and additional request options.
See GetAnnotationImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetAnnotationStore(input *GetAnnotationStoreInput) (*GetAnnotationStoreOutput, error)
GetAnnotationStore API operation for Amazon Omics.
Gets information about an annotation store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetAnnotationStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetAnnotationStore
func (c *Omics) GetAnnotationStoreRequest(input *GetAnnotationStoreInput) (req *request.Request, output *GetAnnotationStoreOutput)
GetAnnotationStoreRequest generates a "aws/request.Request" representing the client's request for the GetAnnotationStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAnnotationStore for more information on using the GetAnnotationStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAnnotationStoreRequest method. req, resp := client.GetAnnotationStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetAnnotationStore
func (c *Omics) GetAnnotationStoreWithContext(ctx aws.Context, input *GetAnnotationStoreInput, opts ...request.Option) (*GetAnnotationStoreOutput, error)
GetAnnotationStoreWithContext is the same as GetAnnotationStore with the addition of the ability to pass a context and additional request options.
See GetAnnotationStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReadSet(input *GetReadSetInput) (*GetReadSetOutput, error)
GetReadSet API operation for Amazon Omics.
Gets a file from a read set.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReadSet for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
RangeNotSatisfiableException The ranges specified in the request are not valid.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSet
func (c *Omics) GetReadSetActivationJob(input *GetReadSetActivationJobInput) (*GetReadSetActivationJobOutput, error)
GetReadSetActivationJob API operation for Amazon Omics.
Gets information about a read set activation job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReadSetActivationJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetActivationJob
func (c *Omics) GetReadSetActivationJobRequest(input *GetReadSetActivationJobInput) (req *request.Request, output *GetReadSetActivationJobOutput)
GetReadSetActivationJobRequest generates a "aws/request.Request" representing the client's request for the GetReadSetActivationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReadSetActivationJob for more information on using the GetReadSetActivationJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReadSetActivationJobRequest method. req, resp := client.GetReadSetActivationJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetActivationJob
func (c *Omics) GetReadSetActivationJobWithContext(ctx aws.Context, input *GetReadSetActivationJobInput, opts ...request.Option) (*GetReadSetActivationJobOutput, error)
GetReadSetActivationJobWithContext is the same as GetReadSetActivationJob with the addition of the ability to pass a context and additional request options.
See GetReadSetActivationJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReadSetExportJob(input *GetReadSetExportJobInput) (*GetReadSetExportJobOutput, error)
GetReadSetExportJob API operation for Amazon Omics.
Gets information about a read set export job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReadSetExportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetExportJob
func (c *Omics) GetReadSetExportJobRequest(input *GetReadSetExportJobInput) (req *request.Request, output *GetReadSetExportJobOutput)
GetReadSetExportJobRequest generates a "aws/request.Request" representing the client's request for the GetReadSetExportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReadSetExportJob for more information on using the GetReadSetExportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReadSetExportJobRequest method. req, resp := client.GetReadSetExportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetExportJob
func (c *Omics) GetReadSetExportJobWithContext(ctx aws.Context, input *GetReadSetExportJobInput, opts ...request.Option) (*GetReadSetExportJobOutput, error)
GetReadSetExportJobWithContext is the same as GetReadSetExportJob with the addition of the ability to pass a context and additional request options.
See GetReadSetExportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReadSetImportJob(input *GetReadSetImportJobInput) (*GetReadSetImportJobOutput, error)
GetReadSetImportJob API operation for Amazon Omics.
Gets information about a read set import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReadSetImportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetImportJob
func (c *Omics) GetReadSetImportJobRequest(input *GetReadSetImportJobInput) (req *request.Request, output *GetReadSetImportJobOutput)
GetReadSetImportJobRequest generates a "aws/request.Request" representing the client's request for the GetReadSetImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReadSetImportJob for more information on using the GetReadSetImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReadSetImportJobRequest method. req, resp := client.GetReadSetImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetImportJob
func (c *Omics) GetReadSetImportJobWithContext(ctx aws.Context, input *GetReadSetImportJobInput, opts ...request.Option) (*GetReadSetImportJobOutput, error)
GetReadSetImportJobWithContext is the same as GetReadSetImportJob with the addition of the ability to pass a context and additional request options.
See GetReadSetImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReadSetMetadata(input *GetReadSetMetadataInput) (*GetReadSetMetadataOutput, error)
GetReadSetMetadata API operation for Amazon Omics.
Gets details about a read set.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReadSetMetadata for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetMetadata
func (c *Omics) GetReadSetMetadataRequest(input *GetReadSetMetadataInput) (req *request.Request, output *GetReadSetMetadataOutput)
GetReadSetMetadataRequest generates a "aws/request.Request" representing the client's request for the GetReadSetMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReadSetMetadata for more information on using the GetReadSetMetadata API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReadSetMetadataRequest method. req, resp := client.GetReadSetMetadataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSetMetadata
func (c *Omics) GetReadSetMetadataWithContext(ctx aws.Context, input *GetReadSetMetadataInput, opts ...request.Option) (*GetReadSetMetadataOutput, error)
GetReadSetMetadataWithContext is the same as GetReadSetMetadata with the addition of the ability to pass a context and additional request options.
See GetReadSetMetadata for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReadSetRequest(input *GetReadSetInput) (req *request.Request, output *GetReadSetOutput)
GetReadSetRequest generates a "aws/request.Request" representing the client's request for the GetReadSet operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReadSet for more information on using the GetReadSet API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReadSetRequest method. req, resp := client.GetReadSetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReadSet
func (c *Omics) GetReadSetWithContext(ctx aws.Context, input *GetReadSetInput, opts ...request.Option) (*GetReadSetOutput, error)
GetReadSetWithContext is the same as GetReadSet with the addition of the ability to pass a context and additional request options.
See GetReadSet for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReference(input *GetReferenceInput) (*GetReferenceOutput, error)
GetReference API operation for Amazon Omics.
Gets a reference file.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReference for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
RangeNotSatisfiableException The ranges specified in the request are not valid.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReference
func (c *Omics) GetReferenceImportJob(input *GetReferenceImportJobInput) (*GetReferenceImportJobOutput, error)
GetReferenceImportJob API operation for Amazon Omics.
Gets information about a reference import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReferenceImportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReferenceImportJob
func (c *Omics) GetReferenceImportJobRequest(input *GetReferenceImportJobInput) (req *request.Request, output *GetReferenceImportJobOutput)
GetReferenceImportJobRequest generates a "aws/request.Request" representing the client's request for the GetReferenceImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReferenceImportJob for more information on using the GetReferenceImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReferenceImportJobRequest method. req, resp := client.GetReferenceImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReferenceImportJob
func (c *Omics) GetReferenceImportJobWithContext(ctx aws.Context, input *GetReferenceImportJobInput, opts ...request.Option) (*GetReferenceImportJobOutput, error)
GetReferenceImportJobWithContext is the same as GetReferenceImportJob with the addition of the ability to pass a context and additional request options.
See GetReferenceImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReferenceMetadata(input *GetReferenceMetadataInput) (*GetReferenceMetadataOutput, error)
GetReferenceMetadata API operation for Amazon Omics.
Gets information about a genome reference's metadata.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReferenceMetadata for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReferenceMetadata
func (c *Omics) GetReferenceMetadataRequest(input *GetReferenceMetadataInput) (req *request.Request, output *GetReferenceMetadataOutput)
GetReferenceMetadataRequest generates a "aws/request.Request" representing the client's request for the GetReferenceMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReferenceMetadata for more information on using the GetReferenceMetadata API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReferenceMetadataRequest method. req, resp := client.GetReferenceMetadataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReferenceMetadata
func (c *Omics) GetReferenceMetadataWithContext(ctx aws.Context, input *GetReferenceMetadataInput, opts ...request.Option) (*GetReferenceMetadataOutput, error)
GetReferenceMetadataWithContext is the same as GetReferenceMetadata with the addition of the ability to pass a context and additional request options.
See GetReferenceMetadata for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReferenceRequest(input *GetReferenceInput) (req *request.Request, output *GetReferenceOutput)
GetReferenceRequest generates a "aws/request.Request" representing the client's request for the GetReference operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReference for more information on using the GetReference API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReferenceRequest method. req, resp := client.GetReferenceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReference
func (c *Omics) GetReferenceStore(input *GetReferenceStoreInput) (*GetReferenceStoreOutput, error)
GetReferenceStore API operation for Amazon Omics.
Gets information about a reference store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetReferenceStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReferenceStore
func (c *Omics) GetReferenceStoreRequest(input *GetReferenceStoreInput) (req *request.Request, output *GetReferenceStoreOutput)
GetReferenceStoreRequest generates a "aws/request.Request" representing the client's request for the GetReferenceStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReferenceStore for more information on using the GetReferenceStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReferenceStoreRequest method. req, resp := client.GetReferenceStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetReferenceStore
func (c *Omics) GetReferenceStoreWithContext(ctx aws.Context, input *GetReferenceStoreInput, opts ...request.Option) (*GetReferenceStoreOutput, error)
GetReferenceStoreWithContext is the same as GetReferenceStore with the addition of the ability to pass a context and additional request options.
See GetReferenceStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetReferenceWithContext(ctx aws.Context, input *GetReferenceInput, opts ...request.Option) (*GetReferenceOutput, error)
GetReferenceWithContext is the same as GetReference with the addition of the ability to pass a context and additional request options.
See GetReference for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetRun(input *GetRunInput) (*GetRunOutput, error)
GetRun API operation for Amazon Omics.
Gets information about a workflow run.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetRun for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRun
func (c *Omics) GetRunGroup(input *GetRunGroupInput) (*GetRunGroupOutput, error)
GetRunGroup API operation for Amazon Omics.
Gets information about a workflow run group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetRunGroup for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunGroup
func (c *Omics) GetRunGroupRequest(input *GetRunGroupInput) (req *request.Request, output *GetRunGroupOutput)
GetRunGroupRequest generates a "aws/request.Request" representing the client's request for the GetRunGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetRunGroup for more information on using the GetRunGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetRunGroupRequest method. req, resp := client.GetRunGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunGroup
func (c *Omics) GetRunGroupWithContext(ctx aws.Context, input *GetRunGroupInput, opts ...request.Option) (*GetRunGroupOutput, error)
GetRunGroupWithContext is the same as GetRunGroup with the addition of the ability to pass a context and additional request options.
See GetRunGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetRunRequest(input *GetRunInput) (req *request.Request, output *GetRunOutput)
GetRunRequest generates a "aws/request.Request" representing the client's request for the GetRun operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetRun for more information on using the GetRun API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetRunRequest method. req, resp := client.GetRunRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRun
func (c *Omics) GetRunTask(input *GetRunTaskInput) (*GetRunTaskOutput, error)
GetRunTask API operation for Amazon Omics.
Gets information about a workflow run task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetRunTask for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunTask
func (c *Omics) GetRunTaskRequest(input *GetRunTaskInput) (req *request.Request, output *GetRunTaskOutput)
GetRunTaskRequest generates a "aws/request.Request" representing the client's request for the GetRunTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetRunTask for more information on using the GetRunTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetRunTaskRequest method. req, resp := client.GetRunTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunTask
func (c *Omics) GetRunTaskWithContext(ctx aws.Context, input *GetRunTaskInput, opts ...request.Option) (*GetRunTaskOutput, error)
GetRunTaskWithContext is the same as GetRunTask with the addition of the ability to pass a context and additional request options.
See GetRunTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetRunWithContext(ctx aws.Context, input *GetRunInput, opts ...request.Option) (*GetRunOutput, error)
GetRunWithContext is the same as GetRun with the addition of the ability to pass a context and additional request options.
See GetRun for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetSequenceStore(input *GetSequenceStoreInput) (*GetSequenceStoreOutput, error)
GetSequenceStore API operation for Amazon Omics.
Gets information about a sequence store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetSequenceStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetSequenceStore
func (c *Omics) GetSequenceStoreRequest(input *GetSequenceStoreInput) (req *request.Request, output *GetSequenceStoreOutput)
GetSequenceStoreRequest generates a "aws/request.Request" representing the client's request for the GetSequenceStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSequenceStore for more information on using the GetSequenceStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSequenceStoreRequest method. req, resp := client.GetSequenceStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetSequenceStore
func (c *Omics) GetSequenceStoreWithContext(ctx aws.Context, input *GetSequenceStoreInput, opts ...request.Option) (*GetSequenceStoreOutput, error)
GetSequenceStoreWithContext is the same as GetSequenceStore with the addition of the ability to pass a context and additional request options.
See GetSequenceStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetVariantImportJob(input *GetVariantImportJobInput) (*GetVariantImportJobOutput, error)
GetVariantImportJob API operation for Amazon Omics.
Gets information about a variant import job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetVariantImportJob for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetVariantImportJob
func (c *Omics) GetVariantImportJobRequest(input *GetVariantImportJobInput) (req *request.Request, output *GetVariantImportJobOutput)
GetVariantImportJobRequest generates a "aws/request.Request" representing the client's request for the GetVariantImportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetVariantImportJob for more information on using the GetVariantImportJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetVariantImportJobRequest method. req, resp := client.GetVariantImportJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetVariantImportJob
func (c *Omics) GetVariantImportJobWithContext(ctx aws.Context, input *GetVariantImportJobInput, opts ...request.Option) (*GetVariantImportJobOutput, error)
GetVariantImportJobWithContext is the same as GetVariantImportJob with the addition of the ability to pass a context and additional request options.
See GetVariantImportJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetVariantStore(input *GetVariantStoreInput) (*GetVariantStoreOutput, error)
GetVariantStore API operation for Amazon Omics.
Gets information about a variant store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetVariantStore for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetVariantStore
func (c *Omics) GetVariantStoreRequest(input *GetVariantStoreInput) (req *request.Request, output *GetVariantStoreOutput)
GetVariantStoreRequest generates a "aws/request.Request" representing the client's request for the GetVariantStore operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetVariantStore for more information on using the GetVariantStore API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetVariantStoreRequest method. req, resp := client.GetVariantStoreRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetVariantStore
func (c *Omics) GetVariantStoreWithContext(ctx aws.Context, input *GetVariantStoreInput, opts ...request.Option) (*GetVariantStoreOutput, error)
GetVariantStoreWithContext is the same as GetVariantStore with the addition of the ability to pass a context and additional request options.
See GetVariantStore for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) GetWorkflow(input *GetWorkflowInput) (*GetWorkflowOutput, error)
GetWorkflow API operation for Amazon Omics.
Gets information about a workflow.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation GetWorkflow for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ConflictException The request cannot be applied to the target resource in its current state.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetWorkflow
func (c *Omics) GetWorkflowRequest(input *GetWorkflowInput) (req *request.Request, output *GetWorkflowOutput)
GetWorkflowRequest generates a "aws/request.Request" representing the client's request for the GetWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetWorkflow for more information on using the GetWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetWorkflowRequest method. req, resp := client.GetWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetWorkflow
func (c *Omics) GetWorkflowWithContext(ctx aws.Context, input *GetWorkflowInput, opts ...request.Option) (*GetWorkflowOutput, error)
GetWorkflowWithContext is the same as GetWorkflow with the addition of the ability to pass a context and additional request options.
See GetWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListAnnotationImportJobs(input *ListAnnotationImportJobsInput) (*ListAnnotationImportJobsOutput, error)
ListAnnotationImportJobs API operation for Amazon Omics.
Retrieves a list of annotation import jobs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListAnnotationImportJobs for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListAnnotationImportJobs
func (c *Omics) ListAnnotationImportJobsPages(input *ListAnnotationImportJobsInput, fn func(*ListAnnotationImportJobsOutput, bool) bool) error
ListAnnotationImportJobsPages iterates over the pages of a ListAnnotationImportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAnnotationImportJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAnnotationImportJobs operation. pageNum := 0 err := client.ListAnnotationImportJobsPages(params, func(page *omics.ListAnnotationImportJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListAnnotationImportJobsPagesWithContext(ctx aws.Context, input *ListAnnotationImportJobsInput, fn func(*ListAnnotationImportJobsOutput, bool) bool, opts ...request.Option) error
ListAnnotationImportJobsPagesWithContext same as ListAnnotationImportJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListAnnotationImportJobsRequest(input *ListAnnotationImportJobsInput) (req *request.Request, output *ListAnnotationImportJobsOutput)
ListAnnotationImportJobsRequest generates a "aws/request.Request" representing the client's request for the ListAnnotationImportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAnnotationImportJobs for more information on using the ListAnnotationImportJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAnnotationImportJobsRequest method. req, resp := client.ListAnnotationImportJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListAnnotationImportJobs
func (c *Omics) ListAnnotationImportJobsWithContext(ctx aws.Context, input *ListAnnotationImportJobsInput, opts ...request.Option) (*ListAnnotationImportJobsOutput, error)
ListAnnotationImportJobsWithContext is the same as ListAnnotationImportJobs with the addition of the ability to pass a context and additional request options.
See ListAnnotationImportJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListAnnotationStores(input *ListAnnotationStoresInput) (*ListAnnotationStoresOutput, error)
ListAnnotationStores API operation for Amazon Omics.
Retrieves a list of annotation stores.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListAnnotationStores for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListAnnotationStores
func (c *Omics) ListAnnotationStoresPages(input *ListAnnotationStoresInput, fn func(*ListAnnotationStoresOutput, bool) bool) error
ListAnnotationStoresPages iterates over the pages of a ListAnnotationStores operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAnnotationStores method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAnnotationStores operation. pageNum := 0 err := client.ListAnnotationStoresPages(params, func(page *omics.ListAnnotationStoresOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListAnnotationStoresPagesWithContext(ctx aws.Context, input *ListAnnotationStoresInput, fn func(*ListAnnotationStoresOutput, bool) bool, opts ...request.Option) error
ListAnnotationStoresPagesWithContext same as ListAnnotationStoresPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListAnnotationStoresRequest(input *ListAnnotationStoresInput) (req *request.Request, output *ListAnnotationStoresOutput)
ListAnnotationStoresRequest generates a "aws/request.Request" representing the client's request for the ListAnnotationStores operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAnnotationStores for more information on using the ListAnnotationStores API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAnnotationStoresRequest method. req, resp := client.ListAnnotationStoresRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListAnnotationStores
func (c *Omics) ListAnnotationStoresWithContext(ctx aws.Context, input *ListAnnotationStoresInput, opts ...request.Option) (*ListAnnotationStoresOutput, error)
ListAnnotationStoresWithContext is the same as ListAnnotationStores with the addition of the ability to pass a context and additional request options.
See ListAnnotationStores for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListMultipartReadSetUploads(input *ListMultipartReadSetUploadsInput) (*ListMultipartReadSetUploadsOutput, error)
ListMultipartReadSetUploads API operation for Amazon Omics.
Lists all multipart read set uploads and their statuses.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListMultipartReadSetUploads for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
NotSupportedOperationException The operation is not supported by Amazon Omics, or the API does not exist.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListMultipartReadSetUploads
func (c *Omics) ListMultipartReadSetUploadsPages(input *ListMultipartReadSetUploadsInput, fn func(*ListMultipartReadSetUploadsOutput, bool) bool) error
ListMultipartReadSetUploadsPages iterates over the pages of a ListMultipartReadSetUploads operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListMultipartReadSetUploads method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListMultipartReadSetUploads operation. pageNum := 0 err := client.ListMultipartReadSetUploadsPages(params, func(page *omics.ListMultipartReadSetUploadsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListMultipartReadSetUploadsPagesWithContext(ctx aws.Context, input *ListMultipartReadSetUploadsInput, fn func(*ListMultipartReadSetUploadsOutput, bool) bool, opts ...request.Option) error
ListMultipartReadSetUploadsPagesWithContext same as ListMultipartReadSetUploadsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListMultipartReadSetUploadsRequest(input *ListMultipartReadSetUploadsInput) (req *request.Request, output *ListMultipartReadSetUploadsOutput)
ListMultipartReadSetUploadsRequest generates a "aws/request.Request" representing the client's request for the ListMultipartReadSetUploads operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListMultipartReadSetUploads for more information on using the ListMultipartReadSetUploads API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListMultipartReadSetUploadsRequest method. req, resp := client.ListMultipartReadSetUploadsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListMultipartReadSetUploads
func (c *Omics) ListMultipartReadSetUploadsWithContext(ctx aws.Context, input *ListMultipartReadSetUploadsInput, opts ...request.Option) (*ListMultipartReadSetUploadsOutput, error)
ListMultipartReadSetUploadsWithContext is the same as ListMultipartReadSetUploads with the addition of the ability to pass a context and additional request options.
See ListMultipartReadSetUploads for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetActivationJobs(input *ListReadSetActivationJobsInput) (*ListReadSetActivationJobsOutput, error)
ListReadSetActivationJobs API operation for Amazon Omics.
Retrieves a list of read set activation jobs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListReadSetActivationJobs for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetActivationJobs
func (c *Omics) ListReadSetActivationJobsPages(input *ListReadSetActivationJobsInput, fn func(*ListReadSetActivationJobsOutput, bool) bool) error
ListReadSetActivationJobsPages iterates over the pages of a ListReadSetActivationJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReadSetActivationJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReadSetActivationJobs operation. pageNum := 0 err := client.ListReadSetActivationJobsPages(params, func(page *omics.ListReadSetActivationJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListReadSetActivationJobsPagesWithContext(ctx aws.Context, input *ListReadSetActivationJobsInput, fn func(*ListReadSetActivationJobsOutput, bool) bool, opts ...request.Option) error
ListReadSetActivationJobsPagesWithContext same as ListReadSetActivationJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetActivationJobsRequest(input *ListReadSetActivationJobsInput) (req *request.Request, output *ListReadSetActivationJobsOutput)
ListReadSetActivationJobsRequest generates a "aws/request.Request" representing the client's request for the ListReadSetActivationJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReadSetActivationJobs for more information on using the ListReadSetActivationJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReadSetActivationJobsRequest method. req, resp := client.ListReadSetActivationJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetActivationJobs
func (c *Omics) ListReadSetActivationJobsWithContext(ctx aws.Context, input *ListReadSetActivationJobsInput, opts ...request.Option) (*ListReadSetActivationJobsOutput, error)
ListReadSetActivationJobsWithContext is the same as ListReadSetActivationJobs with the addition of the ability to pass a context and additional request options.
See ListReadSetActivationJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetExportJobs(input *ListReadSetExportJobsInput) (*ListReadSetExportJobsOutput, error)
ListReadSetExportJobs API operation for Amazon Omics.
Retrieves a list of read set export jobs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListReadSetExportJobs for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetExportJobs
func (c *Omics) ListReadSetExportJobsPages(input *ListReadSetExportJobsInput, fn func(*ListReadSetExportJobsOutput, bool) bool) error
ListReadSetExportJobsPages iterates over the pages of a ListReadSetExportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReadSetExportJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReadSetExportJobs operation. pageNum := 0 err := client.ListReadSetExportJobsPages(params, func(page *omics.ListReadSetExportJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListReadSetExportJobsPagesWithContext(ctx aws.Context, input *ListReadSetExportJobsInput, fn func(*ListReadSetExportJobsOutput, bool) bool, opts ...request.Option) error
ListReadSetExportJobsPagesWithContext same as ListReadSetExportJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetExportJobsRequest(input *ListReadSetExportJobsInput) (req *request.Request, output *ListReadSetExportJobsOutput)
ListReadSetExportJobsRequest generates a "aws/request.Request" representing the client's request for the ListReadSetExportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReadSetExportJobs for more information on using the ListReadSetExportJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReadSetExportJobsRequest method. req, resp := client.ListReadSetExportJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetExportJobs
func (c *Omics) ListReadSetExportJobsWithContext(ctx aws.Context, input *ListReadSetExportJobsInput, opts ...request.Option) (*ListReadSetExportJobsOutput, error)
ListReadSetExportJobsWithContext is the same as ListReadSetExportJobs with the addition of the ability to pass a context and additional request options.
See ListReadSetExportJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetImportJobs(input *ListReadSetImportJobsInput) (*ListReadSetImportJobsOutput, error)
ListReadSetImportJobs API operation for Amazon Omics.
Retrieves a list of read set import jobs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListReadSetImportJobs for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetImportJobs
func (c *Omics) ListReadSetImportJobsPages(input *ListReadSetImportJobsInput, fn func(*ListReadSetImportJobsOutput, bool) bool) error
ListReadSetImportJobsPages iterates over the pages of a ListReadSetImportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReadSetImportJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReadSetImportJobs operation. pageNum := 0 err := client.ListReadSetImportJobsPages(params, func(page *omics.ListReadSetImportJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListReadSetImportJobsPagesWithContext(ctx aws.Context, input *ListReadSetImportJobsInput, fn func(*ListReadSetImportJobsOutput, bool) bool, opts ...request.Option) error
ListReadSetImportJobsPagesWithContext same as ListReadSetImportJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetImportJobsRequest(input *ListReadSetImportJobsInput) (req *request.Request, output *ListReadSetImportJobsOutput)
ListReadSetImportJobsRequest generates a "aws/request.Request" representing the client's request for the ListReadSetImportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReadSetImportJobs for more information on using the ListReadSetImportJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReadSetImportJobsRequest method. req, resp := client.ListReadSetImportJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetImportJobs
func (c *Omics) ListReadSetImportJobsWithContext(ctx aws.Context, input *ListReadSetImportJobsInput, opts ...request.Option) (*ListReadSetImportJobsOutput, error)
ListReadSetImportJobsWithContext is the same as ListReadSetImportJobs with the addition of the ability to pass a context and additional request options.
See ListReadSetImportJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetUploadParts(input *ListReadSetUploadPartsInput) (*ListReadSetUploadPartsOutput, error)
ListReadSetUploadParts API operation for Amazon Omics.
This operation will list all parts in a requested multipart upload for a sequence store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListReadSetUploadParts for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
NotSupportedOperationException The operation is not supported by Amazon Omics, or the API does not exist.
ServiceQuotaExceededException The request exceeds a service quota.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundException The target resource was not found in the current Region.
AccessDeniedException You do not have sufficient access to perform this action.
RequestTimeoutException The request timed out.
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetUploadParts
func (c *Omics) ListReadSetUploadPartsPages(input *ListReadSetUploadPartsInput, fn func(*ListReadSetUploadPartsOutput, bool) bool) error
ListReadSetUploadPartsPages iterates over the pages of a ListReadSetUploadParts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReadSetUploadParts method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReadSetUploadParts operation. pageNum := 0 err := client.ListReadSetUploadPartsPages(params, func(page *omics.ListReadSetUploadPartsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Omics) ListReadSetUploadPartsPagesWithContext(ctx aws.Context, input *ListReadSetUploadPartsInput, fn func(*ListReadSetUploadPartsOutput, bool) bool, opts ...request.Option) error
ListReadSetUploadPartsPagesWithContext same as ListReadSetUploadPartsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSetUploadPartsRequest(input *ListReadSetUploadPartsInput) (req *request.Request, output *ListReadSetUploadPartsOutput)
ListReadSetUploadPartsRequest generates a "aws/request.Request" representing the client's request for the ListReadSetUploadParts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReadSetUploadParts for more information on using the ListReadSetUploadParts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReadSetUploadPartsRequest method. req, resp := client.ListReadSetUploadPartsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListReadSetUploadParts
func (c *Omics) ListReadSetUploadPartsWithContext(ctx aws.Context, input *ListReadSetUploadPartsInput, opts ...request.Option) (*ListReadSetUploadPartsOutput, error)
ListReadSetUploadPartsWithContext is the same as ListReadSetUploadParts with the addition of the ability to pass a context and additional request options.
See ListReadSetUploadParts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Omics) ListReadSets(input *ListReadSetsInput) (*ListReadSetsOutput, error)
ListReadSets API operation for Amazon Omics.
Retrieves a list of read sets.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Omics's API operation ListReadSets for usage and error information.
Returned Error Types:
InternalServerException An unexpected error occurred. Try the request again.
ThrottlingException The request was denied due to request throttling.
ValidationException The input fails to satisfy the constraints specified by an AWS service.
ResourceNotFoundEx