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 CreationType_Values() []string
CreationType_Values returns all elements of the CreationType enum
func ETagAlgorithmFamily_Values() []string
ETagAlgorithmFamily_Values returns all elements of the ETagAlgorithmFamily enum
func ETagAlgorithm_Values() []string
ETagAlgorithm_Values returns all elements of the ETagAlgorithm 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 ResourceOwner_Values() []string
ResourceOwner_Values returns all elements of the ResourceOwner 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 RunRetentionMode_Values() []string
RunRetentionMode_Values returns all elements of the RunRetentionMode 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 ShareResourceType_Values() []string
ShareResourceType_Values returns all elements of the ShareResourceType enum
func ShareStatus_Values() []string
ShareStatus_Values returns all elements of the ShareStatus enum
func StorageType_Values() []string
StorageType_Values returns all elements of the StorageType 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 VersionStatus_Values() []string
VersionStatus_Values returns all elements of the VersionStatus 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 AcceptShareInput struct { // The ID of the resource share. // // ShareId is a required field ShareId *string `location:"uri" locationName:"shareId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s AcceptShareInput) 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 *AcceptShareInput) SetShareId(v string) *AcceptShareInput
SetShareId sets the ShareId field's value.
func (s AcceptShareInput) 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 *AcceptShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptShareOutput struct { // The status of the resource share. Status *string `locationName:"status" type:"string" enum:"ShareStatus"` // contains filtered or unexported fields }
func (s AcceptShareOutput) 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 *AcceptShareOutput) SetStatus(v string) *AcceptShareOutput
SetStatus sets the Status field's value.
func (s AcceptShareOutput) 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"` // The name of the annotation store version. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" 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) SetVersionName(v string) *AnnotationImportJobItem
SetVersionName sets the VersionName 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 AnnotationStoreVersionItem struct { // The time stamp for when an annotation store version was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The description of an annotation store version. // // Description is a required field Description *string `locationName:"description" type:"string" required:"true"` // The annotation store version ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // A name given to an annotation store version to distinguish it from others. // // Name is a required field Name *string `locationName:"name" min:"3" type:"string" required:"true"` // The status of an annotation store version. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"VersionStatus"` // The status of an annotation store version. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // The store ID for an annotation store version. // // StoreId is a required field StoreId *string `locationName:"storeId" type:"string" required:"true"` // The time stamp for when an annotation store version was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The Arn for an annotation store version. // // VersionArn is a required field VersionArn *string `locationName:"versionArn" min:"20" type:"string" required:"true"` // The name of an annotation store version. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" required:"true"` // The size of an annotation store version in Bytes. // // VersionSizeBytes is a required field VersionSizeBytes *int64 `locationName:"versionSizeBytes" type:"long" required:"true"` // contains filtered or unexported fields }
Annotation store versions.
func (s AnnotationStoreVersionItem) 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 *AnnotationStoreVersionItem) SetCreationTime(v time.Time) *AnnotationStoreVersionItem
SetCreationTime sets the CreationTime field's value.
func (s *AnnotationStoreVersionItem) SetDescription(v string) *AnnotationStoreVersionItem
SetDescription sets the Description field's value.
func (s *AnnotationStoreVersionItem) SetId(v string) *AnnotationStoreVersionItem
SetId sets the Id field's value.
func (s *AnnotationStoreVersionItem) SetName(v string) *AnnotationStoreVersionItem
SetName sets the Name field's value.
func (s *AnnotationStoreVersionItem) SetStatus(v string) *AnnotationStoreVersionItem
SetStatus sets the Status field's value.
func (s *AnnotationStoreVersionItem) SetStatusMessage(v string) *AnnotationStoreVersionItem
SetStatusMessage sets the StatusMessage field's value.
func (s *AnnotationStoreVersionItem) SetStoreId(v string) *AnnotationStoreVersionItem
SetStoreId sets the StoreId field's value.
func (s *AnnotationStoreVersionItem) SetUpdateTime(v time.Time) *AnnotationStoreVersionItem
SetUpdateTime sets the UpdateTime field's value.
func (s *AnnotationStoreVersionItem) SetVersionArn(v string) *AnnotationStoreVersionItem
SetVersionArn sets the VersionArn field's value.
func (s *AnnotationStoreVersionItem) SetVersionName(v string) *AnnotationStoreVersionItem
SetVersionName sets the VersionName field's value.
func (s *AnnotationStoreVersionItem) SetVersionSizeBytes(v int64) *AnnotationStoreVersionItem
SetVersionSizeBytes sets the VersionSizeBytes field's value.
func (s AnnotationStoreVersionItem) 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" min:"1" 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" min:"3" 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"` // The name given to an annotation store version to distinguish it from other // versions. VersionName *string `locationName:"versionName" min:"3" type:"string"` // 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) SetVersionName(v string) *CreateAnnotationStoreInput
SetVersionName sets the VersionName 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"` // The name given to an annotation store version to distinguish it from other // versions. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" required:"true"` // 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) SetVersionName(v string) *CreateAnnotationStoreOutput
SetVersionName sets the VersionName 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 CreateAnnotationStoreVersionInput struct { // The description of an annotation store version. Description *string `locationName:"description" type:"string"` // The name of an annotation store version from which versions are being created. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // Any tags added to annotation store version. Tags map[string]*string `locationName:"tags" type:"map"` // The name given to an annotation store version to distinguish it from other // versions. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" required:"true"` // The options for an annotation store version. VersionOptions *VersionOptions `locationName:"versionOptions" type:"structure"` // contains filtered or unexported fields }
func (s CreateAnnotationStoreVersionInput) 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 *CreateAnnotationStoreVersionInput) SetDescription(v string) *CreateAnnotationStoreVersionInput
SetDescription sets the Description field's value.
func (s *CreateAnnotationStoreVersionInput) SetName(v string) *CreateAnnotationStoreVersionInput
SetName sets the Name field's value.
func (s *CreateAnnotationStoreVersionInput) SetTags(v map[string]*string) *CreateAnnotationStoreVersionInput
SetTags sets the Tags field's value.
func (s *CreateAnnotationStoreVersionInput) SetVersionName(v string) *CreateAnnotationStoreVersionInput
SetVersionName sets the VersionName field's value.
func (s *CreateAnnotationStoreVersionInput) SetVersionOptions(v *VersionOptions) *CreateAnnotationStoreVersionInput
SetVersionOptions sets the VersionOptions field's value.
func (s CreateAnnotationStoreVersionInput) 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 *CreateAnnotationStoreVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAnnotationStoreVersionOutput struct { // The time stamp for the creation of an annotation store version. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // A generated ID for the annotation store // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The name given to an annotation store version to distinguish it from other // versions. // // Name is a required field Name *string `locationName:"name" min:"3" type:"string" required:"true"` // The status of a annotation store version. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"VersionStatus"` // The ID for the annotation store from which new versions are being created. // // StoreId is a required field StoreId *string `locationName:"storeId" type:"string" required:"true"` // The name given to an annotation store version to distinguish it from other // versions. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" required:"true"` // The options for an annotation store version. VersionOptions *VersionOptions `locationName:"versionOptions" type:"structure"` // contains filtered or unexported fields }
func (s CreateAnnotationStoreVersionOutput) 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 *CreateAnnotationStoreVersionOutput) SetCreationTime(v time.Time) *CreateAnnotationStoreVersionOutput
SetCreationTime sets the CreationTime field's value.
func (s *CreateAnnotationStoreVersionOutput) SetId(v string) *CreateAnnotationStoreVersionOutput
SetId sets the Id field's value.
func (s *CreateAnnotationStoreVersionOutput) SetName(v string) *CreateAnnotationStoreVersionOutput
SetName sets the Name field's value.
func (s *CreateAnnotationStoreVersionOutput) SetStatus(v string) *CreateAnnotationStoreVersionOutput
SetStatus sets the Status field's value.
func (s *CreateAnnotationStoreVersionOutput) SetStoreId(v string) *CreateAnnotationStoreVersionOutput
SetStoreId sets the StoreId field's value.
func (s *CreateAnnotationStoreVersionOutput) SetVersionName(v string) *CreateAnnotationStoreVersionOutput
SetVersionName sets the VersionName field's value.
func (s *CreateAnnotationStoreVersionOutput) SetVersionOptions(v *VersionOptions) *CreateAnnotationStoreVersionOutput
SetVersionOptions sets the VersionOptions field's value.
func (s CreateAnnotationStoreVersionOutput) 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 *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 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"` // 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 }
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"` // The ETag algorithm family to use for ingested read sets. ETagAlgorithmFamily *string `locationName:"eTagAlgorithmFamily" type:"string" enum:"ETagAlgorithmFamily"` // 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) SetETagAlgorithmFamily(v string) *CreateSequenceStoreInput
SetETagAlgorithmFamily sets the ETagAlgorithmFamily 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"` // The algorithm family of the ETag. ETagAlgorithmFamily *string `locationName:"eTagAlgorithmFamily" type:"string" enum:"ETagAlgorithmFamily"` // 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) SetETagAlgorithmFamily(v string) *CreateSequenceStoreOutput
SetETagAlgorithmFamily sets the ETagAlgorithmFamily 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 CreateShareInput struct { // The principal subscriber is the account being offered shared access to the // resource. // // PrincipalSubscriber is a required field PrincipalSubscriber *string `locationName:"principalSubscriber" type:"string" required:"true"` // The ARN of the resource to be shared. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // A name that the owner defines for the share. ShareName *string `locationName:"shareName" min:"1" type:"string"` // contains filtered or unexported fields }
func (s CreateShareInput) 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 *CreateShareInput) SetPrincipalSubscriber(v string) *CreateShareInput
SetPrincipalSubscriber sets the PrincipalSubscriber field's value.
func (s *CreateShareInput) SetResourceArn(v string) *CreateShareInput
SetResourceArn sets the ResourceArn field's value.
func (s *CreateShareInput) SetShareName(v string) *CreateShareInput
SetShareName sets the ShareName field's value.
func (s CreateShareInput) 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 *CreateShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateShareOutput struct { // The ID that HealthOmics generates for the share. ShareId *string `locationName:"shareId" type:"string"` // The name of the share. ShareName *string `locationName:"shareName" min:"1" type:"string"` // The status of the share. Status *string `locationName:"status" type:"string" enum:"ShareStatus"` // contains filtered or unexported fields }
func (s CreateShareOutput) 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 *CreateShareOutput) SetShareId(v string) *CreateShareOutput
SetShareId sets the ShareId field's value.
func (s *CreateShareOutput) SetShareName(v string) *CreateShareOutput
SetShareName sets the ShareName field's value.
func (s *CreateShareOutput) SetStatus(v string) *CreateShareOutput
SetStatus sets the Status field's value.
func (s CreateShareOutput) 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" min:"3" 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"` // The storage capacity for the workflow in gibibytes. 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 DeleteAnnotationStoreVersionsInput struct { // Forces the deletion of an annotation store version when imports are in-progress.. Force *bool `location:"querystring" locationName:"force" type:"boolean"` // The name of the annotation store from which versions are being deleted. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // The versions of an annotation store to be deleted. // // Versions is a required field Versions []*string `locationName:"versions" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (s DeleteAnnotationStoreVersionsInput) 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 *DeleteAnnotationStoreVersionsInput) SetForce(v bool) *DeleteAnnotationStoreVersionsInput
SetForce sets the Force field's value.
func (s *DeleteAnnotationStoreVersionsInput) SetName(v string) *DeleteAnnotationStoreVersionsInput
SetName sets the Name field's value.
func (s *DeleteAnnotationStoreVersionsInput) SetVersions(v []*string) *DeleteAnnotationStoreVersionsInput
SetVersions sets the Versions field's value.
func (s DeleteAnnotationStoreVersionsInput) 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 *DeleteAnnotationStoreVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnnotationStoreVersionsOutput struct { // Any errors that occur when attempting to delete an annotation store version. Errors []*VersionDeleteError `locationName:"errors" type:"list"` // contains filtered or unexported fields }
func (s DeleteAnnotationStoreVersionsOutput) 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 *DeleteAnnotationStoreVersionsOutput) SetErrors(v []*VersionDeleteError) *DeleteAnnotationStoreVersionsOutput
SetErrors sets the Errors field's value.
func (s DeleteAnnotationStoreVersionsOutput) 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 DeleteShareInput struct { // The ID for the resource share to be deleted. // // ShareId is a required field ShareId *string `location:"uri" locationName:"shareId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteShareInput) 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 *DeleteShareInput) SetShareId(v string) *DeleteShareInput
SetShareId sets the ShareId field's value.
func (s DeleteShareInput) 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 *DeleteShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteShareOutput struct { // The status of the share being deleted. Status *string `locationName:"status" type:"string" enum:"ShareStatus"` // contains filtered or unexported fields }
func (s DeleteShareOutput) 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 *DeleteShareOutput) SetStatus(v string) *DeleteShareOutput
SetStatus sets the Status field's value.
func (s DeleteShareOutput) 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 ETag struct { // The algorithm used to calculate the read set’s ETag(s). Algorithm *string `locationName:"algorithm" type:"string" enum:"ETagAlgorithm"` // The ETag hash calculated on Source1 of the read set. Source1 *string `locationName:"source1" type:"string"` // The ETag hash calculated on Source2 of the read set. Source2 *string `locationName:"source2" type:"string"` // contains filtered or unexported fields }
The entity tag (ETag) is a hash of the object representing its semantic content.
func (s ETag) 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 *ETag) SetAlgorithm(v string) *ETag
SetAlgorithm sets the Algorithm field's value.
func (s *ETag) SetSource1(v string) *ETag
SetSource1 sets the Source1 field's value.
func (s *ETag) SetSource2(v string) *ETag
SetSource2 sets the Source2 field's value.
func (s ETag) 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 S3 URI metadata of a sequence store. S3Access *ReadSetS3Access `locationName:"s3Access" type:"structure"` // 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) SetS3Access(v *ReadSetS3Access) *FileInformation
SetS3Access sets the S3Access 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 Filter struct { // Filter based on the Amazon Resource Number (ARN) of the resource. You can // specify up to 10 values. ResourceArns []*string `locationName:"resourceArns" min:"1" type:"list"` // Filter based on the resource status. You can specify up to 10 values. Status []*string `locationName:"status" min:"1" type:"list" enum:"ShareStatus"` // The type of resources to be filtered. You can specify one or more of the // resource types. Type []*string `locationName:"type" min:"1" type:"list" enum:"ShareResourceType"` // contains filtered or unexported fields }
Use filters to return a subset of resources. You can define filters for specific parameters, such as the resource status.
func (s Filter) 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 *Filter) SetResourceArns(v []*string) *Filter
SetResourceArns sets the ResourceArns field's value.
func (s *Filter) SetStatus(v []*string) *Filter
SetStatus sets the Status field's value.
func (s *Filter) SetType(v []*string) *Filter
SetType sets the Type field's value.
func (s Filter) 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 *Filter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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"` // The name of the annotation store version. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" 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) SetVersionName(v string) *GetAnnotationImportJobOutput
SetVersionName sets the VersionName 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"` // An integer indicating how many versions of an annotation store exist. // // NumVersions is a required field NumVersions *int64 `locationName:"numVersions" type:"integer" 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) SetNumVersions(v int64) *GetAnnotationStoreOutput
SetNumVersions sets the NumVersions 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 GetAnnotationStoreVersionInput struct { // The name given to an annotation store version to distinguish it from others. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // The name given to an annotation store version to distinguish it from others. // // VersionName is a required field VersionName *string `location:"uri" locationName:"versionName" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetAnnotationStoreVersionInput) 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 *GetAnnotationStoreVersionInput) SetName(v string) *GetAnnotationStoreVersionInput
SetName sets the Name field's value.
func (s *GetAnnotationStoreVersionInput) SetVersionName(v string) *GetAnnotationStoreVersionInput
SetVersionName sets the VersionName field's value.
func (s GetAnnotationStoreVersionInput) 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 *GetAnnotationStoreVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAnnotationStoreVersionOutput struct { // The time stamp for when an annotation store version was created. // // CreationTime is a required field CreationTime *time.Time `locationName:"creationTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The description for an annotation store version. // // Description is a required field Description *string `locationName:"description" type:"string" required:"true"` // The annotation store version ID. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The name of the annotation store. // // Name is a required field Name *string `locationName:"name" min:"3" type:"string" required:"true"` // The status of an annotation store version. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"VersionStatus"` // The status of an annotation store version. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // The store ID for annotation store version. // // StoreId is a required field StoreId *string `locationName:"storeId" type:"string" required:"true"` // Any tags associated with an annotation store version. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // The time stamp for when an annotation store version was updated. // // UpdateTime is a required field UpdateTime *time.Time `locationName:"updateTime" type:"timestamp" timestampFormat:"iso8601" required:"true"` // The Arn for the annotation store. // // VersionArn is a required field VersionArn *string `locationName:"versionArn" min:"20" type:"string" required:"true"` // The name given to an annotation store version to distinguish it from others. // // VersionName is a required field VersionName *string `locationName:"versionName" min:"3" type:"string" required:"true"` // The options for an annotation store version. VersionOptions *VersionOptions `locationName:"versionOptions" type:"structure"` // The size of the annotation store version in Bytes. // // VersionSizeBytes is a required field VersionSizeBytes *int64 `locationName:"versionSizeBytes" type:"long" required:"true"` // contains filtered or unexported fields }
func (s GetAnnotationStoreVersionOutput) 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 *GetAnnotationStoreVersionOutput) SetCreationTime(v time.Time) *GetAnnotationStoreVersionOutput
SetCreationTime sets the CreationTime field's value.
func (s *GetAnnotationStoreVersionOutput) SetDescription(v string) *GetAnnotationStoreVersionOutput
SetDescription sets the Description field's value.
func (s *GetAnnotationStoreVersionOutput) SetId(v string) *GetAnnotationStoreVersionOutput
SetId sets the Id field's value.
func (s *GetAnnotationStoreVersionOutput) SetName(v string) *GetAnnotationStoreVersionOutput
SetName sets the Name field's value.
func (s *GetAnnotationStoreVersionOutput) SetStatus(v string) *GetAnnotationStoreVersionOutput
SetStatus sets the Status field's value.
func (s *GetAnnotationStoreVersionOutput) SetStatusMessage(v string) *GetAnnotationStoreVersionOutput
SetStatusMessage sets the StatusMessage field's value.
func (s *GetAnnotationStoreVersionOutput) SetStoreId(v string) *GetAnnotationStoreVersionOutput
SetStoreId sets the StoreId field's value.
func (s *GetAnnotationStoreVersionOutput) SetTags(v map[string]*string) *GetAnnotationStoreVersionOutput
SetTags sets the Tags field's value.
func (s *GetAnnotationStoreVersionOutput) SetUpdateTime(v time.Time) *GetAnnotationStoreVersionOutput
SetUpdateTime sets the UpdateTime field's value.
func (s *GetAnnotationStoreVersionOutput) SetVersionArn(v string) *GetAnnotationStoreVersionOutput
SetVersionArn sets the VersionArn field's value.
func (s *GetAnnotationStoreVersionOutput) SetVersionName(v string) *GetAnnotationStoreVersionOutput
SetVersionName sets the VersionName field's value.
func (s *GetAnnotationStoreVersionOutput) SetVersionOptions(v *VersionOptions) *GetAnnotationStoreVersionOutput
SetVersionOptions sets the VersionOptions field's value.
func (s *GetAnnotationStoreVersionOutput) SetVersionSizeBytes(v int64) *GetAnnotationStoreVersionOutput
SetVersionSizeBytes sets the VersionSizeBytes field's value.
func (s GetAnnotationStoreVersionOutput) 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 creation type of the read set. CreationType *string `locationName:"creationType" type:"string" enum:"CreationType"` // The read set's description. Description *string `locationName:"description" min:"1" type:"string"` // The entity tag (ETag) is a hash of the object meant to represent its semantic // content. Etag *ETag `locationName:"etag" type:"structure"` // 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) SetCreationType(v string) *GetReadSetMetadataOutput
SetCreationType sets the CreationType field's value.
func (s *GetReadSetMetadataOutput) SetDescription(v string) *GetReadSetMetadataOutput
SetDescription sets the Description field's value.
func (s *GetReadSetMetadataOutput) SetEtag(v *ETag) *GetReadSetMetadataOutput
SetEtag sets the Etag 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 reason a run has failed. FailureReason *string `locationName:"failureReason" 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 location of the run log. LogLocation *RunLogLocation `locationName:"logLocation" type:"structure"` // 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 retention mode. RetentionMode *string `locationName:"retentionMode" min:"1" type:"string" enum:"RunRetentionMode"` // 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"` // The destination for workflow outputs. RunOutputUri *string `locationName:"runOutputUri" 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 gibibytes. For dynamic storage, after the run // has completed, this value is the maximum amount of storage used during the // run. StorageCapacity *int64 `locationName:"storageCapacity" type:"integer"` // The run's storage type. StorageType *string `locationName:"storageType" min:"1" type:"string" enum:"StorageType"` // The run's tags. Tags map[string]*string `locationName:"tags" type:"map"` // The universally unique identifier for a run. Uuid *string `locationName:"uuid" min:"1" type:"string"` // The run's workflow ID. WorkflowId *string `locationName:"workflowId" min:"1" type:"string"` // The ID of the workflow owner. WorkflowOwnerId *string `locationName:"workflowOwnerId" 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) SetFailureReason(v string) *GetRunOutput
SetFailureReason sets the FailureReason 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) SetLogLocation(v *RunLogLocation) *GetRunOutput
SetLogLocation sets the LogLocation 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) SetRetentionMode(v string) *GetRunOutput
SetRetentionMode sets the RetentionMode 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) SetRunOutputUri(v string) *GetRunOutput
SetRunOutputUri sets the RunOutputUri 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) SetStorageType(v string) *GetRunOutput
SetStorageType sets the StorageType field's value.
func (s *GetRunOutput) SetTags(v map[string]*string) *GetRunOutput
SetTags sets the Tags field's value.
func (s *GetRunOutput) SetUuid(v string) *GetRunOutput
SetUuid sets the Uuid field's value.
func (s *GetRunOutput) SetWorkflowId(v string) *GetRunOutput
SetWorkflowId sets the WorkflowId field's value.
func (s *GetRunOutput) SetWorkflowOwnerId(v string) *GetRunOutput
SetWorkflowOwnerId sets the WorkflowOwnerId 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 workflow run 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 reason a task has failed. FailureReason *string `locationName:"failureReason" min:"1" type:"string"` // The number of Graphics Processing Units (GPU) specified in the task. Gpus *int64 `locationName:"gpus" type:"integer"` // The instance type for a task. InstanceType *string `locationName:"instanceType" type:"string"` // 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) SetFailureReason(v string) *GetRunTaskOutput
SetFailureReason sets the FailureReason field's value.
func (s *GetRunTaskOutput) SetGpus(v int64) *GetRunTaskOutput
SetGpus sets the Gpus field's value.
func (s *GetRunTaskOutput) SetInstanceType(v string) *GetRunTaskOutput
SetInstanceType sets the InstanceType 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"` // The algorithm family of the ETag. ETagAlgorithmFamily *string `locationName:"eTagAlgorithmFamily" type:"string" enum:"ETagAlgorithmFamily"` // 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 S3 metadata of a sequence store, including the ARN and S3 URI of the // S3 bucket. S3Access *SequenceStoreS3Access `locationName:"s3Access" type:"structure"` // 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) SetETagAlgorithmFamily(v string) *GetSequenceStoreOutput
SetETagAlgorithmFamily sets the ETagAlgorithmFamily 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) SetS3Access(v *SequenceStoreS3Access) *GetSequenceStoreOutput
SetS3Access sets the S3Access 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 GetShareInput struct { // The ID of the share. // // ShareId is a required field ShareId *string `location:"uri" locationName:"shareId" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetShareInput) 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 *GetShareInput) SetShareId(v string) *GetShareInput
SetShareId sets the ShareId field's value.
func (s GetShareInput) 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 *GetShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetShareOutput struct { // A resource share details object. The object includes the status, the resourceArn, // and ownerId. Share *ShareDetails `locationName:"share" type:"structure"` // contains filtered or unexported fields }
func (s GetShareOutput) 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 *GetShareOutput) SetShare(v *ShareDetails) *GetShareOutput
SetShare sets the Share field's value.
func (s GetShareOutput) 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"` // The ID of the workflow owner. WorkflowOwnerId *string `location:"querystring" locationName:"workflowOwnerId" type:"string"` // 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) SetWorkflowOwnerId(v string) *GetWorkflowInput
SetWorkflowOwnerId sets the WorkflowOwnerId 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 gibibytes. 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"` // Specifies 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"` // Specifies the pagination token from a previous request to retrieve the next // page of results. 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 ListAnnotationStoreVersionsFilter struct { // The status of an annotation store version. Status *string `locationName:"status" type:"string" enum:"VersionStatus"` // contains filtered or unexported fields }
Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.
func (s ListAnnotationStoreVersionsFilter) 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 *ListAnnotationStoreVersionsFilter) SetStatus(v string) *ListAnnotationStoreVersionsFilter
SetStatus sets the Status field's value.
func (s ListAnnotationStoreVersionsFilter) 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 ListAnnotationStoreVersionsInput struct { // A filter to apply to the list of annotation store versions. Filter *ListAnnotationStoreVersionsFilter `locationName:"filter" type:"structure"` // The maximum number of annotation store versions to return in one page of // results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The name of an annotation store. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // Specifies 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 ListAnnotationStoreVersionsInput) 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 *ListAnnotationStoreVersionsInput) SetFilter(v *ListAnnotationStoreVersionsFilter) *ListAnnotationStoreVersionsInput
SetFilter sets the Filter field's value.
func (s *ListAnnotationStoreVersionsInput) SetMaxResults(v int64) *ListAnnotationStoreVersionsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAnnotationStoreVersionsInput) SetName(v string) *ListAnnotationStoreVersionsInput
SetName sets the Name field's value.
func (s *ListAnnotationStoreVersionsInput) SetNextToken(v string) *ListAnnotationStoreVersionsInput
SetNextToken sets the NextToken field's value.
func (s ListAnnotationStoreVersionsInput) 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 *ListAnnotationStoreVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAnnotationStoreVersionsOutput struct { // Lists all versions of an annotation store. AnnotationStoreVersions []*AnnotationStoreVersionItem `locationName:"annotationStoreVersions" type:"list"` // Specifies the pagination token from a previous request to retrieve the next // page of results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (s ListAnnotationStoreVersionsOutput) 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 *ListAnnotationStoreVersionsOutput) SetAnnotationStoreVersions(v []*AnnotationStoreVersionItem) *ListAnnotationStoreVersionsOutput
SetAnnotationStoreVersions sets the AnnotationStoreVersions field's value.
func (s *ListAnnotationStoreVersionsOutput) SetNextToken(v string) *ListAnnotationStoreVersionsOutput
SetNextToken sets the NextToken field's value.
func (s ListAnnotationStoreVersionsOutput) 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 ListSharesInput struct { // Attributes that you use to filter for a specific subset of resource shares. Filter *Filter `locationName:"filter" type:"structure"` // The maximum number of shares to return in one page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" 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" type:"string"` // The account that owns the resource shares. // // ResourceOwner is a required field ResourceOwner *string `locationName:"resourceOwner" type:"string" required:"true" enum:"ResourceOwner"` // contains filtered or unexported fields }
func (s ListSharesInput) 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 *ListSharesInput) SetFilter(v *Filter) *ListSharesInput
SetFilter sets the Filter field's value.
func (s *ListSharesInput) SetMaxResults(v int64) *ListSharesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListSharesInput) SetNextToken(v string) *ListSharesInput
SetNextToken sets the NextToken field's value.
func (s *ListSharesInput) SetResourceOwner(v string) *ListSharesInput
SetResourceOwner sets the ResourceOwner field's value.
func (s ListSharesInput) 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 *ListSharesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSharesOutput struct { // Next token returned in the response of a previous ListSharesResponse call. // Used to get the next page of results. NextToken *string `locationName:"nextToken" type:"string"` // The shares available and their metadata details. // // Shares is a required field Shares []*ShareDetails `locationName:"shares" type:"list" required:"true"` // contains filtered or unexported fields }
func (s ListSharesOutput) 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 *ListSharesOutput) SetNextToken(v string) *ListSharesOutput
SetNextToken sets the NextToken field's value.
func (s *ListSharesOutput) SetShares(v []*ShareDetails) *ListSharesOutput
SetShares sets the Shares field's value.
func (s ListSharesOutput) 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"` // Filter the list by workflow 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"` // Filter the list by workflow 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 { // A list of workflow 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) AcceptShare(input *AcceptShareInput) (*AcceptShareOutput, error)
AcceptShare API operation for Amazon Omics.
Accept a resource share request.
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 AcceptShare 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/AcceptShare
func (c *Omics) AcceptShareRequest(input *AcceptShareInput) (req *request.Request, output *AcceptShareOutput)
AcceptShareRequest generates a "aws/request.Request" representing the client's request for the AcceptShare 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 AcceptShare for more information on using the AcceptShare 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 AcceptShareRequest method. req, resp := client.AcceptShareRequest(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/AcceptShare
func (c *Omics) AcceptShareWithContext(ctx aws.Context, input *AcceptShareInput, opts ...request.Option) (*AcceptShareOutput, error)
AcceptShareWithContext is the same as AcceptShare with the addition of the ability to pass a context and additional request options.
See AcceptShare 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) CreateAnnotationStoreVersion(input *CreateAnnotationStoreVersionInput) (*CreateAnnotationStoreVersionOutput, error)
CreateAnnotationStoreVersion API operation for Amazon Omics.
Creates a new version of 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 CreateAnnotationStoreVersion 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/CreateAnnotationStoreVersion
func (c *Omics) CreateAnnotationStoreVersionRequest(input *CreateAnnotationStoreVersionInput) (req *request.Request, output *CreateAnnotationStoreVersionOutput)
CreateAnnotationStoreVersionRequest generates a "aws/request.Request" representing the client's request for the CreateAnnotationStoreVersion 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 CreateAnnotationStoreVersion for more information on using the CreateAnnotationStoreVersion 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 CreateAnnotationStoreVersionRequest method. req, resp := client.CreateAnnotationStoreVersionRequest(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/CreateAnnotationStoreVersion
func (c *Omics) CreateAnnotationStoreVersionWithContext(ctx aws.Context, input *CreateAnnotationStoreVersionInput, opts ...request.Option) (*CreateAnnotationStoreVersionOutput, error)
CreateAnnotationStoreVersionWithContext is the same as CreateAnnotationStoreVersion with the addition of the ability to pass a context and additional request options.
See CreateAnnotationStoreVersion 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) 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) CreateShare(input *CreateShareInput) (*CreateShareOutput, error)
CreateShare API operation for Amazon Omics.
Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).
The following resources support cross-account sharing:
Healthomics variant stores
Healthomics annotation stores
Private workflows
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 CreateShare 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/CreateShare
func (c *Omics) CreateShareRequest(input *CreateShareInput) (req *request.Request, output *CreateShareOutput)
CreateShareRequest generates a "aws/request.Request" representing the client's request for the CreateShare 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 CreateShare for more information on using the CreateShare 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 CreateShareRequest method. req, resp := client.CreateShareRequest(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/CreateShare
func (c *Omics) CreateShareWithContext(ctx aws.Context, input *CreateShareInput, opts ...request.Option) (*CreateShareOutput, error)
CreateShareWithContext is the same as CreateShare with the addition of the ability to pass a context and additional request options.
See CreateShare 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) DeleteAnnotationStoreVersions(input *DeleteAnnotationStoreVersionsInput) (*DeleteAnnotationStoreVersionsOutput, error)
DeleteAnnotationStoreVersions API operation for Amazon Omics.
Deletes one or multiple versions of 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 DeleteAnnotationStoreVersions 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/DeleteAnnotationStoreVersions
func (c *Omics) DeleteAnnotationStoreVersionsRequest(input *DeleteAnnotationStoreVersionsInput) (req *request.Request, output *DeleteAnnotationStoreVersionsOutput)
DeleteAnnotationStoreVersionsRequest generates a "aws/request.Request" representing the client's request for the DeleteAnnotationStoreVersions 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 DeleteAnnotationStoreVersions for more information on using the DeleteAnnotationStoreVersions 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 DeleteAnnotationStoreVersionsRequest method. req, resp := client.DeleteAnnotationStoreVersionsRequest(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/DeleteAnnotationStoreVersions
func (c *Omics) DeleteAnnotationStoreVersionsWithContext(ctx aws.Context, input *DeleteAnnotationStoreVersionsInput, opts ...request.Option) (*DeleteAnnotationStoreVersionsOutput, error)
DeleteAnnotationStoreVersionsWithContext is the same as DeleteAnnotationStoreVersions with the addition of the ability to pass a context and additional request options.
See DeleteAnnotationStoreVersions 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) 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)
Del