...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/omics"
Overview
Constants

Overview ▾

Package omics provides the client and types for making API requests to Amazon Omics.

This is the AWS HealthOmics API Reference. For an introduction to the service, see What is AWS HealthOmics? (https://docs.aws.amazon.com/omics/latest/dev/) in the AWS HealthOmics User Guide.

See https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28 for more information on this service.

See omics package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/omics/

Using the Client

To contact Amazon Omics with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Omics client Omics for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/omics/#New

The stub package, omicsiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AbortMultipartReadSetUpload
AcceptShare
BatchDeleteReadSet
CancelAnnotationImportJob
CancelRun
CancelVariantImportJob
CompleteMultipartReadSetUpload
CreateAnnotationStore
CreateAnnotationStoreVersion
CreateMultipartReadSetUpload
CreateReferenceStore
CreateRunGroup
CreateSequenceStore
CreateShare
CreateVariantStore
CreateWorkflow
DeleteAnnotationStore
DeleteAnnotationStoreVersions
DeleteReference
DeleteReferenceStore
DeleteRun
DeleteRunGroup
DeleteSequenceStore
DeleteShare
DeleteVariantStore
DeleteWorkflow
GetAnnotationImportJob
GetAnnotationStore
GetAnnotationStoreVersion
GetReadSet
GetReadSetActivationJob
GetReadSetExportJob
GetReadSetImportJob
GetReadSetMetadata
GetReference
GetReferenceImportJob
GetReferenceMetadata
GetReferenceStore
GetRun
GetRunGroup
GetRunTask
GetSequenceStore
GetShare
GetVariantImportJob
GetVariantStore
GetWorkflow
ListAnnotationImportJobs ( Paginator )
ListAnnotationStoreVersions ( Paginator )
ListAnnotationStores ( Paginator )
ListMultipartReadSetUploads ( Paginator )
ListReadSetActivationJobs ( Paginator )
ListReadSetExportJobs ( Paginator )
ListReadSetImportJobs ( Paginator )
ListReadSetUploadParts ( Paginator )
ListReadSets ( Paginator )
ListReferenceImportJobs ( Paginator )
ListReferenceStores ( Paginator )
ListReferences ( Paginator )
ListRunGroups ( Paginator )
ListRunTasks ( Paginator )
ListRuns ( Paginator )
ListSequenceStores ( Paginator )
ListShares ( Paginator )
ListTagsForResource
ListVariantImportJobs ( Paginator )
ListVariantStores ( Paginator )
ListWorkflows ( Paginator )
StartAnnotationImportJob
StartReadSetActivationJob
StartReadSetExportJob
StartReadSetImportJob
StartReferenceImportJob
StartRun
StartVariantImportJob
TagResource
UntagResource
UpdateAnnotationStore
UpdateAnnotationStoreVersion
UpdateRunGroup
UpdateVariantStore
UpdateWorkflow
UploadReadSetPart

Types ▾

type Omics
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Omics
func (c *Omics) AbortMultipartReadSetUpload(input *AbortMultipartReadSetUploadInput) (*AbortMultipartReadSetUploadOutput, error)
func (c *Omics) AbortMultipartReadSetUploadRequest(input *AbortMultipartReadSetUploadInput) (req *request.Request, output *AbortMultipartReadSetUploadOutput)
func (c *Omics) AbortMultipartReadSetUploadWithContext(ctx aws.Context, input *AbortMultipartReadSetUploadInput, opts ...request.Option) (*AbortMultipartReadSetUploadOutput, error)
func (c *Omics) AcceptShare(input *AcceptShareInput) (*AcceptShareOutput, error)
func (c *Omics) AcceptShareRequest(input *AcceptShareInput) (req *request.Request, output *AcceptShareOutput)
func (c *Omics) AcceptShareWithContext(ctx aws.Context, input *AcceptShareInput, opts ...request.Option) (*AcceptShareOutput, error)
func (c *Omics) BatchDeleteReadSet(input *BatchDeleteReadSetInput) (*BatchDeleteReadSetOutput, error)
func (c *Omics) BatchDeleteReadSetRequest(input *BatchDeleteReadSetInput) (req *request.Request, output *BatchDeleteReadSetOutput)
func (c *Omics) BatchDeleteReadSetWithContext(ctx aws.Context, input *BatchDeleteReadSetInput, opts ...request.Option) (*BatchDeleteReadSetOutput, error)
func (c *Omics) CancelAnnotationImportJob(input *CancelAnnotationImportJobInput) (*CancelAnnotationImportJobOutput, error)
func (c *Omics) CancelAnnotationImportJobRequest(input *CancelAnnotationImportJobInput) (req *request.Request, output *CancelAnnotationImportJobOutput)
func (c *Omics) CancelAnnotationImportJobWithContext(ctx aws.Context, input *CancelAnnotationImportJobInput, opts ...request.Option) (*CancelAnnotationImportJobOutput, error)
func (c *Omics) CancelRun(input *CancelRunInput) (*CancelRunOutput, error)
func (c *Omics) CancelRunRequest(input *CancelRunInput) (req *request.Request, output *CancelRunOutput)
func (c *Omics) CancelRunWithContext(ctx aws.Context, input *CancelRunInput, opts ...request.Option) (*CancelRunOutput, error)
func (c *Omics) CancelVariantImportJob(input *CancelVariantImportJobInput) (*CancelVariantImportJobOutput, error)
func (c *Omics) CancelVariantImportJobRequest(input *CancelVariantImportJobInput) (req *request.Request, output *CancelVariantImportJobOutput)
func (c *Omics) CancelVariantImportJobWithContext(ctx aws.Context, input *CancelVariantImportJobInput, opts ...request.Option) (*CancelVariantImportJobOutput, error)
func (c *Omics) CompleteMultipartReadSetUpload(input *CompleteMultipartReadSetUploadInput) (*CompleteMultipartReadSetUploadOutput, error)
func (c *Omics) CompleteMultipartReadSetUploadRequest(input *CompleteMultipartReadSetUploadInput) (req *request.Request, output *CompleteMultipartReadSetUploadOutput)
func (c *Omics) CompleteMultipartReadSetUploadWithContext(ctx aws.Context, input *CompleteMultipartReadSetUploadInput, opts ...request.Option) (*CompleteMultipartReadSetUploadOutput, error)
func (c *Omics) CreateAnnotationStore(input *CreateAnnotationStoreInput) (*CreateAnnotationStoreOutput, error)
func (c *Omics) CreateAnnotationStoreRequest(input *CreateAnnotationStoreInput) (req *request.Request, output *CreateAnnotationStoreOutput)
func (c *Omics) CreateAnnotationStoreVersion(input *CreateAnnotationStoreVersionInput) (*CreateAnnotationStoreVersionOutput, error)
func (c *Omics) CreateAnnotationStoreVersionRequest(input *CreateAnnotationStoreVersionInput) (req *request.Request, output *CreateAnnotationStoreVersionOutput)
func (c *Omics) CreateAnnotationStoreVersionWithContext(ctx aws.Context, input *CreateAnnotationStoreVersionInput, opts ...request.Option) (*CreateAnnotationStoreVersionOutput, error)
func (c *Omics) CreateAnnotationStoreWithContext(ctx aws.Context, input *CreateAnnotationStoreInput, opts ...request.Option) (*CreateAnnotationStoreOutput, error)
func (c *Omics) CreateMultipartReadSetUpload(input *CreateMultipartReadSetUploadInput) (*CreateMultipartReadSetUploadOutput, error)
func (c *Omics) CreateMultipartReadSetUploadRequest(input *CreateMultipartReadSetUploadInput) (req *request.Request, output *CreateMultipartReadSetUploadOutput)
func (c *Omics) CreateMultipartReadSetUploadWithContext(ctx aws.Context, input *CreateMultipartReadSetUploadInput, opts ...request.Option) (*CreateMultipartReadSetUploadOutput, error)
func (c *Omics) CreateReferenceStore(input *CreateReferenceStoreInput) (*CreateReferenceStoreOutput, error)
func (c *Omics) CreateReferenceStoreRequest(input *CreateReferenceStoreInput) (req *request.Request, output *CreateReferenceStoreOutput)
func (c *Omics) CreateReferenceStoreWithContext(ctx aws.Context, input *CreateReferenceStoreInput, opts ...request.Option) (*CreateReferenceStoreOutput, error)
func (c *Omics) CreateRunGroup(input *CreateRunGroupInput) (*CreateRunGroupOutput, error)
func (c *Omics) CreateRunGroupRequest(input *CreateRunGroupInput) (req *request.Request, output *CreateRunGroupOutput)
func (c *Omics) CreateRunGroupWithContext(ctx aws.Context, input *CreateRunGroupInput, opts ...request.Option) (*CreateRunGroupOutput, error)
func (c *Omics) CreateSequenceStore(input *CreateSequenceStoreInput) (*CreateSequenceStoreOutput, error)
func (c *Omics) CreateSequenceStoreRequest(input *CreateSequenceStoreInput) (req *request.Request, output *CreateSequenceStoreOutput)
func (c *Omics) CreateSequenceStoreWithContext(ctx aws.Context, input *CreateSequenceStoreInput, opts ...request.Option) (*CreateSequenceStoreOutput, error)
func (c *Omics) CreateShare(input *CreateShareInput) (*CreateShareOutput, error)
func (c *Omics) CreateShareRequest(input *CreateShareInput) (req *request.Request, output *CreateShareOutput)
func (c *Omics) CreateShareWithContext(ctx aws.Context, input *CreateShareInput, opts ...request.Option) (*CreateShareOutput, error)
func (c *Omics) CreateVariantStore(input *CreateVariantStoreInput) (*CreateVariantStoreOutput, error)
func (c *Omics) CreateVariantStoreRequest(input *CreateVariantStoreInput) (req *request.Request, output *CreateVariantStoreOutput)
func (c *Omics) CreateVariantStoreWithContext(ctx aws.Context, input *CreateVariantStoreInput, opts ...request.Option) (*CreateVariantStoreOutput, error)
func (c *Omics) CreateWorkflow(input *CreateWorkflowInput) (*CreateWorkflowOutput, error)
func (c *Omics) CreateWorkflowRequest(input *CreateWorkflowInput) (req *request.Request, output *CreateWorkflowOutput)
func (c *Omics) CreateWorkflowWithContext(ctx aws.Context, input *CreateWorkflowInput, opts ...request.Option) (*CreateWorkflowOutput, error)
func (c *Omics) DeleteAnnotationStore(input *DeleteAnnotationStoreInput) (*DeleteAnnotationStoreOutput, error)
func (c *Omics) DeleteAnnotationStoreRequest(input *DeleteAnnotationStoreInput) (req *request.Request, output *DeleteAnnotationStoreOutput)
func (c *Omics) DeleteAnnotationStoreVersions(input *DeleteAnnotationStoreVersionsInput) (*DeleteAnnotationStoreVersionsOutput, error)
func (c *Omics) DeleteAnnotationStoreVersionsRequest(input *DeleteAnnotationStoreVersionsInput) (req *request.Request, output *DeleteAnnotationStoreVersionsOutput)
func (c *Omics) DeleteAnnotationStoreVersionsWithContext(ctx aws.Context, input *DeleteAnnotationStoreVersionsInput, opts ...request.Option) (*DeleteAnnotationStoreVersionsOutput, error)
func (c *Omics) DeleteAnnotationStoreWithContext(ctx aws.Context, input *DeleteAnnotationStoreInput, opts ...request.Option) (*DeleteAnnotationStoreOutput, error)
func (c *Omics) DeleteReference(input *DeleteReferenceInput) (*DeleteReferenceOutput, error)
func (c *Omics) DeleteReferenceRequest(input *DeleteReferenceInput) (req *request.Request, output *DeleteReferenceOutput)
func (c *Omics) DeleteReferenceStore(input *DeleteReferenceStoreInput) (*DeleteReferenceStoreOutput, error)
func (c *Omics) DeleteReferenceStoreRequest(input *DeleteReferenceStoreInput) (req *request.Request, output *DeleteReferenceStoreOutput)
func (c *Omics) DeleteReferenceStoreWithContext(ctx aws.Context, input *DeleteReferenceStoreInput, opts ...request.Option) (*DeleteReferenceStoreOutput, error)
func (c *Omics) DeleteReferenceWithContext(ctx aws.Context, input *DeleteReferenceInput, opts ...request.Option) (*DeleteReferenceOutput, error)
func (c *Omics) DeleteRun(input *DeleteRunInput) (*DeleteRunOutput, error)
func (c *Omics) DeleteRunGroup(input *DeleteRunGroupInput) (*DeleteRunGroupOutput, error)
func (c *Omics) DeleteRunGroupRequest(input *DeleteRunGroupInput) (req *request.Request, output *DeleteRunGroupOutput)
func (c *Omics) DeleteRunGroupWithContext(ctx aws.Context, input *DeleteRunGroupInput, opts ...request.Option) (*DeleteRunGroupOutput, error)
func (c *Omics) DeleteRunRequest(input *DeleteRunInput) (req *request.Request, output *DeleteRunOutput)
func (c *Omics) DeleteRunWithContext(ctx aws.Context, input *DeleteRunInput, opts ...request.Option) (*DeleteRunOutput, error)
func (c *Omics) DeleteSequenceStore(input *DeleteSequenceStoreInput) (*DeleteSequenceStoreOutput, error)
func (c *Omics) DeleteSequenceStoreRequest(input *DeleteSequenceStoreInput) (req *request.Request, output *DeleteSequenceStoreOutput)
func (c *Omics) DeleteSequenceStoreWithContext(ctx aws.Context, input *DeleteSequenceStoreInput, opts ...request.Option) (*DeleteSequenceStoreOutput, error)
func (c *Omics) DeleteShare(input *DeleteShareInput) (*DeleteShareOutput, error)
func (c *Omics) DeleteShareRequest(input *DeleteShareInput) (req *request.Request, output *DeleteShareOutput)
func (c *Omics) DeleteShareWithContext(ctx aws.Context, input *DeleteShareInput, opts ...request.Option) (*DeleteShareOutput, error)
func (c *Omics) DeleteVariantStore(input *DeleteVariantStoreInput) (*DeleteVariantStoreOutput, error)
func (c *Omics) DeleteVariantStoreRequest(input *DeleteVariantStoreInput) (req *request.Request, output *DeleteVariantStoreOutput)
func (c *Omics) DeleteVariantStoreWithContext(ctx aws.Context, input *DeleteVariantStoreInput, opts ...request.Option) (*DeleteVariantStoreOutput, error)
func (c *Omics) DeleteWorkflow(input *DeleteWorkflowInput) (*DeleteWorkflowOutput, error)
func (c *Omics) DeleteWorkflowRequest(input *DeleteWorkflowInput) (req *request.Request, output *DeleteWorkflowOutput)
func (c *Omics) DeleteWorkflowWithContext(ctx aws.Context, input *DeleteWorkflowInput, opts ...request.Option) (*DeleteWorkflowOutput, error)
func (c *Omics) GetAnnotationImportJob(input *GetAnnotationImportJobInput) (*GetAnnotationImportJobOutput, error)
func (c *Omics) GetAnnotationImportJobRequest(input *GetAnnotationImportJobInput) (req *request.Request, output *GetAnnotationImportJobOutput)
func (c *Omics) GetAnnotationImportJobWithContext(ctx aws.Context, input *GetAnnotationImportJobInput, opts ...request.Option) (*GetAnnotationImportJobOutput, error)
func (c *Omics) GetAnnotationStore(input *GetAnnotationStoreInput) (*GetAnnotationStoreOutput, error)
func (c *Omics) GetAnnotationStoreRequest(input *GetAnnotationStoreInput) (req *request.Request, output *GetAnnotationStoreOutput)
func (c *Omics) GetAnnotationStoreVersion(input *GetAnnotationStoreVersionInput) (*GetAnnotationStoreVersionOutput, error)
func (c *Omics) GetAnnotationStoreVersionRequest(input *GetAnnotationStoreVersionInput) (req *request.Request, output *GetAnnotationStoreVersionOutput)
func (c *Omics) GetAnnotationStoreVersionWithContext(ctx aws.Context, input *GetAnnotationStoreVersionInput, opts ...request.Option) (*GetAnnotationStoreVersionOutput, error)
func (c *Omics) GetAnnotationStoreWithContext(ctx aws.Context, input *GetAnnotationStoreInput, opts ...request.Option) (*GetAnnotationStoreOutput, error)
func (c *Omics) GetReadSet(input *GetReadSetInput) (*GetReadSetOutput, error)
func (c *Omics) GetReadSetActivationJob(input *GetReadSetActivationJobInput) (*GetReadSetActivationJobOutput, error)
func (c *Omics) GetReadSetActivationJobRequest(input *GetReadSetActivationJobInput) (req *request.Request, output *GetReadSetActivationJobOutput)
func (c *Omics) GetReadSetActivationJobWithContext(ctx aws.Context, input *GetReadSetActivationJobInput, opts ...request.Option) (*GetReadSetActivationJobOutput, error)
func (c *Omics) GetReadSetExportJob(input *GetReadSetExportJobInput) (*GetReadSetExportJobOutput, error)
func (c *Omics) GetReadSetExportJobRequest(input *GetReadSetExportJobInput) (req *request.Request, output *GetReadSetExportJobOutput)
func (c *Omics) GetReadSetExportJobWithContext(ctx aws.Context, input *GetReadSetExportJobInput, opts ...request.Option) (*GetReadSetExportJobOutput, error)
func (c *Omics) GetReadSetImportJob(input *GetReadSetImportJobInput) (*GetReadSetImportJobOutput, error)
func (c *Omics) GetReadSetImportJobRequest(input *GetReadSetImportJobInput) (req *request.Request, output *GetReadSetImportJobOutput)
func (c *Omics) GetReadSetImportJobWithContext(ctx aws.Context, input *GetReadSetImportJobInput, opts ...request.Option) (*GetReadSetImportJobOutput, error)
func (c *Omics) GetReadSetMetadata(input *GetReadSetMetadataInput) (*GetReadSetMetadataOutput, error)
func (c *Omics) GetReadSetMetadataRequest(input *GetReadSetMetadataInput) (req *request.Request, output *GetReadSetMetadataOutput)
func (c *Omics) GetReadSetMetadataWithContext(ctx aws.Context, input *GetReadSetMetadataInput, opts ...request.Option) (*GetReadSetMetadataOutput, error)
func (c *Omics) GetReadSetRequest(input *GetReadSetInput) (req *request.Request, output *GetReadSetOutput)
func (c *Omics) GetReadSetWithContext(ctx aws.Context, input *GetReadSetInput, opts ...request.Option) (*GetReadSetOutput, error)
func (c *Omics) GetReference(input *GetReferenceInput) (*GetReferenceOutput, error)
func (c *Omics) GetReferenceImportJob(input *GetReferenceImportJobInput) (*GetReferenceImportJobOutput, error)
func (c *Omics) GetReferenceImportJobRequest(input *GetReferenceImportJobInput) (req *request.Request, output *GetReferenceImportJobOutput)
func (c *Omics) GetReferenceImportJobWithContext(ctx aws.Context, input *GetReferenceImportJobInput, opts ...request.Option) (*GetReferenceImportJobOutput, error)
func (c *Omics) GetReferenceMetadata(input *GetReferenceMetadataInput) (*GetReferenceMetadataOutput, error)
func (c *Omics) GetReferenceMetadataRequest(input *GetReferenceMetadataInput) (req *request.Request, output *GetReferenceMetadataOutput)
func (c *Omics) GetReferenceMetadataWithContext(ctx aws.Context, input *GetReferenceMetadataInput, opts ...request.Option) (*GetReferenceMetadataOutput, error)
func (c *Omics) GetReferenceRequest(input *GetReferenceInput) (req *request.Request, output *GetReferenceOutput)
func (c *Omics) GetReferenceStore(input *GetReferenceStoreInput) (*GetReferenceStoreOutput, error)
func (c *Omics) GetReferenceStoreRequest(input *GetReferenceStoreInput) (req *request.Request, output *GetReferenceStoreOutput)
func (c *Omics) GetReferenceStoreWithContext(ctx aws.Context, input *GetReferenceStoreInput, opts ...request.Option) (*GetReferenceStoreOutput, error)
func (c *Omics) GetReferenceWithContext(ctx aws.Context, input *GetReferenceInput, opts ...request.Option) (*GetReferenceOutput, error)
func (c *Omics) GetRun(input *GetRunInput) (*GetRunOutput, error)
func (c *Omics) GetRunGroup(input *GetRunGroupInput) (*GetRunGroupOutput, error)
func (c *Omics) GetRunGroupRequest(input *GetRunGroupInput) (req *request.Request, output *GetRunGroupOutput)
func (c *Omics) GetRunGroupWithContext(ctx aws.Context, input *GetRunGroupInput, opts ...request.Option) (*GetRunGroupOutput, error)
func (c *Omics) GetRunRequest(input *GetRunInput) (req *request.Request, output *GetRunOutput)
func (c *Omics) GetRunTask(input *GetRunTaskInput) (*GetRunTaskOutput, error)
func (c *Omics) GetRunTaskRequest(input *GetRunTaskInput) (req *request.Request, output *GetRunTaskOutput)
func (c *Omics) GetRunTaskWithContext(ctx aws.Context, input *GetRunTaskInput, opts ...request.Option) (*GetRunTaskOutput, error)
func (c *Omics) GetRunWithContext(ctx aws.Context, input *GetRunInput, opts ...request.Option) (*GetRunOutput, error)
func (c *Omics) GetSequenceStore(input *GetSequenceStoreInput) (*GetSequenceStoreOutput, error)
func (c *Omics) GetSequenceStoreRequest(input *GetSequenceStoreInput) (req *request.Request, output *GetSequenceStoreOutput)
func (c *Omics) GetSequenceStoreWithContext(ctx aws.Context, input *GetSequenceStoreInput, opts ...request.Option) (*GetSequenceStoreOutput, error)
func (c *Omics) GetShare(input *GetShareInput) (*GetShareOutput, error)
func (c *Omics) GetShareRequest(input *GetShareInput) (req *request.Request, output *GetShareOutput)
func (c *Omics) GetShareWithContext(ctx aws.Context, input *GetShareInput, opts ...request.Option) (*GetShareOutput, error)
func (c *Omics) GetVariantImportJob(input *GetVariantImportJobInput) (*GetVariantImportJobOutput, error)
func (c *Omics) GetVariantImportJobRequest(input *GetVariantImportJobInput) (req *request.Request, output *GetVariantImportJobOutput)
func (c *Omics) GetVariantImportJobWithContext(ctx aws.Context, input *GetVariantImportJobInput, opts ...request.Option) (*GetVariantImportJobOutput, error)
func (c *Omics) GetVariantStore(input *GetVariantStoreInput) (*GetVariantStoreOutput, error)
func (c *Omics) GetVariantStoreRequest(input *GetVariantStoreInput) (req *request.Request, output *GetVariantStoreOutput)
func (c *Omics) GetVariantStoreWithContext(ctx aws.Context, input *GetVariantStoreInput, opts ...request.Option) (*GetVariantStoreOutput, error)
func (c *Omics) GetWorkflow(input *GetWorkflowInput) (*GetWorkflowOutput, error)
func (c *Omics) GetWorkflowRequest(input *GetWorkflowInput) (req *request.Request, output *GetWorkflowOutput)
func (c *Omics) GetWorkflowWithContext(ctx aws.Context, input *GetWorkflowInput, opts ...request.Option) (*GetWorkflowOutput, error)
func (c *Omics) ListAnnotationImportJobs(input *ListAnnotationImportJobsInput) (*ListAnnotationImportJobsOutput, error)
func (c *Omics) ListAnnotationImportJobsPages(input *ListAnnotationImportJobsInput, fn func(*ListAnnotationImportJobsOutput, bool) bool) error
func (c *Omics) ListAnnotationImportJobsPagesWithContext(ctx aws.Context, input *ListAnnotationImportJobsInput, fn func(*ListAnnotationImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListAnnotationImportJobsRequest(input *ListAnnotationImportJobsInput) (req *request.Request, output *ListAnnotationImportJobsOutput)
func (c *Omics) ListAnnotationImportJobsWithContext(ctx aws.Context, input *ListAnnotationImportJobsInput, opts ...request.Option) (*ListAnnotationImportJobsOutput, error)
func (c *Omics) ListAnnotationStoreVersions(input *ListAnnotationStoreVersionsInput) (*ListAnnotationStoreVersionsOutput, error)
func (c *Omics) ListAnnotationStoreVersionsPages(input *ListAnnotationStoreVersionsInput, fn func(*ListAnnotationStoreVersionsOutput, bool) bool) error
func (c *Omics) ListAnnotationStoreVersionsPagesWithContext(ctx aws.Context, input *ListAnnotationStoreVersionsInput, fn func(*ListAnnotationStoreVersionsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListAnnotationStoreVersionsRequest(input *ListAnnotationStoreVersionsInput) (req *request.Request, output *ListAnnotationStoreVersionsOutput)
func (c *Omics) ListAnnotationStoreVersionsWithContext(ctx aws.Context, input *ListAnnotationStoreVersionsInput, opts ...request.Option) (*ListAnnotationStoreVersionsOutput, error)
func (c *Omics) ListAnnotationStores(input *ListAnnotationStoresInput) (*ListAnnotationStoresOutput, error)
func (c *Omics) ListAnnotationStoresPages(input *ListAnnotationStoresInput, fn func(*ListAnnotationStoresOutput, bool) bool) error
func (c *Omics) ListAnnotationStoresPagesWithContext(ctx aws.Context, input *ListAnnotationStoresInput, fn func(*ListAnnotationStoresOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListAnnotationStoresRequest(input *ListAnnotationStoresInput) (req *request.Request, output *ListAnnotationStoresOutput)
func (c *Omics) ListAnnotationStoresWithContext(ctx aws.Context, input *ListAnnotationStoresInput, opts ...request.Option) (*ListAnnotationStoresOutput, error)
func (c *Omics) ListMultipartReadSetUploads(input *ListMultipartReadSetUploadsInput) (*ListMultipartReadSetUploadsOutput, error)
func (c *Omics) ListMultipartReadSetUploadsPages(input *ListMultipartReadSetUploadsInput, fn func(*ListMultipartReadSetUploadsOutput, bool) bool) error
func (c *Omics) ListMultipartReadSetUploadsPagesWithContext(ctx aws.Context, input *ListMultipartReadSetUploadsInput, fn func(*ListMultipartReadSetUploadsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListMultipartReadSetUploadsRequest(input *ListMultipartReadSetUploadsInput) (req *request.Request, output *ListMultipartReadSetUploadsOutput)
func (c *Omics) ListMultipartReadSetUploadsWithContext(ctx aws.Context, input *ListMultipartReadSetUploadsInput, opts ...request.Option) (*ListMultipartReadSetUploadsOutput, error)
func (c *Omics) ListReadSetActivationJobs(input *ListReadSetActivationJobsInput) (*ListReadSetActivationJobsOutput, error)
func (c *Omics) ListReadSetActivationJobsPages(input *ListReadSetActivationJobsInput, fn func(*ListReadSetActivationJobsOutput, bool) bool) error
func (c *Omics) ListReadSetActivationJobsPagesWithContext(ctx aws.Context, input *ListReadSetActivationJobsInput, fn func(*ListReadSetActivationJobsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReadSetActivationJobsRequest(input *ListReadSetActivationJobsInput) (req *request.Request, output *ListReadSetActivationJobsOutput)
func (c *Omics) ListReadSetActivationJobsWithContext(ctx aws.Context, input *ListReadSetActivationJobsInput, opts ...request.Option) (*ListReadSetActivationJobsOutput, error)
func (c *Omics) ListReadSetExportJobs(input *ListReadSetExportJobsInput) (*ListReadSetExportJobsOutput, error)
func (c *Omics) ListReadSetExportJobsPages(input *ListReadSetExportJobsInput, fn func(*ListReadSetExportJobsOutput, bool) bool) error
func (c *Omics) ListReadSetExportJobsPagesWithContext(ctx aws.Context, input *ListReadSetExportJobsInput, fn func(*ListReadSetExportJobsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReadSetExportJobsRequest(input *ListReadSetExportJobsInput) (req *request.Request, output *ListReadSetExportJobsOutput)
func (c *Omics) ListReadSetExportJobsWithContext(ctx aws.Context, input *ListReadSetExportJobsInput, opts ...request.Option) (*ListReadSetExportJobsOutput, error)
func (c *Omics) ListReadSetImportJobs(input *ListReadSetImportJobsInput) (*ListReadSetImportJobsOutput, error)
func (c *Omics) ListReadSetImportJobsPages(input *ListReadSetImportJobsInput, fn func(*ListReadSetImportJobsOutput, bool) bool) error
func (c *Omics) ListReadSetImportJobsPagesWithContext(ctx aws.Context, input *ListReadSetImportJobsInput, fn func(*ListReadSetImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReadSetImportJobsRequest(input *ListReadSetImportJobsInput) (req *request.Request, output *ListReadSetImportJobsOutput)
func (c *Omics) ListReadSetImportJobsWithContext(ctx aws.Context, input *ListReadSetImportJobsInput, opts ...request.Option) (*ListReadSetImportJobsOutput, error)
func (c *Omics) ListReadSetUploadParts(input *ListReadSetUploadPartsInput) (*ListReadSetUploadPartsOutput, error)
func (c *Omics) ListReadSetUploadPartsPages(input *ListReadSetUploadPartsInput, fn func(*ListReadSetUploadPartsOutput, bool) bool) error
func (c *Omics) ListReadSetUploadPartsPagesWithContext(ctx aws.Context, input *ListReadSetUploadPartsInput, fn func(*ListReadSetUploadPartsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReadSetUploadPartsRequest(input *ListReadSetUploadPartsInput) (req *request.Request, output *ListReadSetUploadPartsOutput)
func (c *Omics) ListReadSetUploadPartsWithContext(ctx aws.Context, input *ListReadSetUploadPartsInput, opts ...request.Option) (*ListReadSetUploadPartsOutput, error)
func (c *Omics) ListReadSets(input *ListReadSetsInput) (*ListReadSetsOutput, error)
func (c *Omics) ListReadSetsPages(input *ListReadSetsInput, fn func(*ListReadSetsOutput, bool) bool) error
func (c *Omics) ListReadSetsPagesWithContext(ctx aws.Context, input *ListReadSetsInput, fn func(*ListReadSetsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReadSetsRequest(input *ListReadSetsInput) (req *request.Request, output *ListReadSetsOutput)
func (c *Omics) ListReadSetsWithContext(ctx aws.Context, input *ListReadSetsInput, opts ...request.Option) (*ListReadSetsOutput, error)
func (c *Omics) ListReferenceImportJobs(input *ListReferenceImportJobsInput) (*ListReferenceImportJobsOutput, error)
func (c *Omics) ListReferenceImportJobsPages(input *ListReferenceImportJobsInput, fn func(*ListReferenceImportJobsOutput, bool) bool) error
func (c *Omics) ListReferenceImportJobsPagesWithContext(ctx aws.Context, input *ListReferenceImportJobsInput, fn func(*ListReferenceImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReferenceImportJobsRequest(input *ListReferenceImportJobsInput) (req *request.Request, output *ListReferenceImportJobsOutput)
func (c *Omics) ListReferenceImportJobsWithContext(ctx aws.Context, input *ListReferenceImportJobsInput, opts ...request.Option) (*ListReferenceImportJobsOutput, error)
func (c *Omics) ListReferenceStores(input *ListReferenceStoresInput) (*ListReferenceStoresOutput, error)
func (c *Omics) ListReferenceStoresPages(input *ListReferenceStoresInput, fn func(*ListReferenceStoresOutput, bool) bool) error
func (c *Omics) ListReferenceStoresPagesWithContext(ctx aws.Context, input *ListReferenceStoresInput, fn func(*ListReferenceStoresOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReferenceStoresRequest(input *ListReferenceStoresInput) (req *request.Request, output *ListReferenceStoresOutput)
func (c *Omics) ListReferenceStoresWithContext(ctx aws.Context, input *ListReferenceStoresInput, opts ...request.Option) (*ListReferenceStoresOutput, error)
func (c *Omics) ListReferences(input *ListReferencesInput) (*ListReferencesOutput, error)
func (c *Omics) ListReferencesPages(input *ListReferencesInput, fn func(*ListReferencesOutput, bool) bool) error
func (c *Omics) ListReferencesPagesWithContext(ctx aws.Context, input *ListReferencesInput, fn func(*ListReferencesOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListReferencesRequest(input *ListReferencesInput) (req *request.Request, output *ListReferencesOutput)
func (c *Omics) ListReferencesWithContext(ctx aws.Context, input *ListReferencesInput, opts ...request.Option) (*ListReferencesOutput, error)
func (c *Omics) ListRunGroups(input *ListRunGroupsInput) (*ListRunGroupsOutput, error)
func (c *Omics) ListRunGroupsPages(input *ListRunGroupsInput, fn func(*ListRunGroupsOutput, bool) bool) error
func (c *Omics) ListRunGroupsPagesWithContext(ctx aws.Context, input *ListRunGroupsInput, fn func(*ListRunGroupsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListRunGroupsRequest(input *ListRunGroupsInput) (req *request.Request, output *ListRunGroupsOutput)
func (c *Omics) ListRunGroupsWithContext(ctx aws.Context, input *ListRunGroupsInput, opts ...request.Option) (*ListRunGroupsOutput, error)
func (c *Omics) ListRunTasks(input *ListRunTasksInput) (*ListRunTasksOutput, error)
func (c *Omics) ListRunTasksPages(input *ListRunTasksInput, fn func(*ListRunTasksOutput, bool) bool) error
func (c *Omics) ListRunTasksPagesWithContext(ctx aws.Context, input *ListRunTasksInput, fn func(*ListRunTasksOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListRunTasksRequest(input *ListRunTasksInput) (req *request.Request, output *ListRunTasksOutput)
func (c *Omics) ListRunTasksWithContext(ctx aws.Context, input *ListRunTasksInput, opts ...request.Option) (*ListRunTasksOutput, error)
func (c *Omics) ListRuns(input *ListRunsInput) (*ListRunsOutput, error)
func (c *Omics) ListRunsPages(input *ListRunsInput, fn func(*ListRunsOutput, bool) bool) error
func (c *Omics) ListRunsPagesWithContext(ctx aws.Context, input *ListRunsInput, fn func(*ListRunsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListRunsRequest(input *ListRunsInput) (req *request.Request, output *ListRunsOutput)
func (c *Omics) ListRunsWithContext(ctx aws.Context, input *ListRunsInput, opts ...request.Option) (*ListRunsOutput, error)
func (c *Omics) ListSequenceStores(input *ListSequenceStoresInput) (*ListSequenceStoresOutput, error)
func (c *Omics) ListSequenceStoresPages(input *ListSequenceStoresInput, fn func(*ListSequenceStoresOutput, bool) bool) error
func (c *Omics) ListSequenceStoresPagesWithContext(ctx aws.Context, input *ListSequenceStoresInput, fn func(*ListSequenceStoresOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListSequenceStoresRequest(input *ListSequenceStoresInput) (req *request.Request, output *ListSequenceStoresOutput)
func (c *Omics) ListSequenceStoresWithContext(ctx aws.Context, input *ListSequenceStoresInput, opts ...request.Option) (*ListSequenceStoresOutput, error)
func (c *Omics) ListShares(input *ListSharesInput) (*ListSharesOutput, error)
func (c *Omics) ListSharesPages(input *ListSharesInput, fn func(*ListSharesOutput, bool) bool) error
func (c *Omics) ListSharesPagesWithContext(ctx aws.Context, input *ListSharesInput, fn func(*ListSharesOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListSharesRequest(input *ListSharesInput) (req *request.Request, output *ListSharesOutput)
func (c *Omics) ListSharesWithContext(ctx aws.Context, input *ListSharesInput, opts ...request.Option) (*ListSharesOutput, error)
func (c *Omics) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *Omics) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *Omics) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *Omics) ListVariantImportJobs(input *ListVariantImportJobsInput) (*ListVariantImportJobsOutput, error)
func (c *Omics) ListVariantImportJobsPages(input *ListVariantImportJobsInput, fn func(*ListVariantImportJobsOutput, bool) bool) error
func (c *Omics) ListVariantImportJobsPagesWithContext(ctx aws.Context, input *ListVariantImportJobsInput, fn func(*ListVariantImportJobsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListVariantImportJobsRequest(input *ListVariantImportJobsInput) (req *request.Request, output *ListVariantImportJobsOutput)
func (c *Omics) ListVariantImportJobsWithContext(ctx aws.Context, input *ListVariantImportJobsInput, opts ...request.Option) (*ListVariantImportJobsOutput, error)
func (c *Omics) ListVariantStores(input *ListVariantStoresInput) (*ListVariantStoresOutput, error)
func (c *Omics) ListVariantStoresPages(input *ListVariantStoresInput, fn func(*ListVariantStoresOutput, bool) bool) error
func (c *Omics) ListVariantStoresPagesWithContext(ctx aws.Context, input *ListVariantStoresInput, fn func(*ListVariantStoresOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListVariantStoresRequest(input *ListVariantStoresInput) (req *request.Request, output *ListVariantStoresOutput)
func (c *Omics) ListVariantStoresWithContext(ctx aws.Context, input *ListVariantStoresInput, opts ...request.Option) (*ListVariantStoresOutput, error)
func (c *Omics) ListWorkflows(input *ListWorkflowsInput) (*ListWorkflowsOutput, error)
func (c *Omics) ListWorkflowsPages(input *ListWorkflowsInput, fn func(*ListWorkflowsOutput, bool) bool) error
func (c *Omics) ListWorkflowsPagesWithContext(ctx aws.Context, input *ListWorkflowsInput, fn func(*ListWorkflowsOutput, bool) bool, opts ...request.Option) error
func (c *Omics) ListWorkflowsRequest(input *ListWorkflowsInput) (req *request.Request, output *ListWorkflowsOutput)
func (c *Omics) ListWorkflowsWithContext(ctx aws.Context, input *ListWorkflowsInput, opts ...request.Option) (*ListWorkflowsOutput, error)
func (c *Omics) StartAnnotationImportJob(input *StartAnnotationImportJobInput) (*StartAnnotationImportJobOutput, error)
func (c *Omics) StartAnnotationImportJobRequest(input *StartAnnotationImportJobInput) (req *request.Request, output *StartAnnotationImportJobOutput)
func (c *Omics) StartAnnotationImportJobWithContext(ctx aws.Context, input *StartAnnotationImportJobInput, opts ...request.Option) (*StartAnnotationImportJobOutput, error)
func (c *Omics) StartReadSetActivationJob(input *StartReadSetActivationJobInput) (*StartReadSetActivationJobOutput, error)
func (c *Omics) StartReadSetActivationJobRequest(input *StartReadSetActivationJobInput) (req *request.Request, output *StartReadSetActivationJobOutput)
func (c *Omics) StartReadSetActivationJobWithContext(ctx aws.Context, input *StartReadSetActivationJobInput, opts ...request.Option) (*StartReadSetActivationJobOutput, error)
func (c *Omics) StartReadSetExportJob(input *StartReadSetExportJobInput) (*StartReadSetExportJobOutput, error)
func (c *Omics) StartReadSetExportJobRequest(input *StartReadSetExportJobInput) (req *request.Request, output *StartReadSetExportJobOutput)
func (c *Omics) StartReadSetExportJobWithContext(ctx aws.Context, input *StartReadSetExportJobInput, opts ...request.Option) (*StartReadSetExportJobOutput, error)
func (c *Omics) StartReadSetImportJob(input *StartReadSetImportJobInput) (*StartReadSetImportJobOutput, error)
func (c *Omics) StartReadSetImportJobRequest(input *StartReadSetImportJobInput) (req *request.Request, output *StartReadSetImportJobOutput)
func (c *Omics) StartReadSetImportJobWithContext(ctx aws.Context, input *StartReadSetImportJobInput, opts ...request.Option) (*StartReadSetImportJobOutput, error)
func (c *Omics) StartReferenceImportJob(input *StartReferenceImportJobInput) (*StartReferenceImportJobOutput, error)
func (c *Omics) StartReferenceImportJobRequest(input *StartReferenceImportJobInput) (req *request.Request, output *StartReferenceImportJobOutput)
func (c *Omics) StartReferenceImportJobWithContext(ctx aws.Context, input *StartReferenceImportJobInput, opts ...request.Option) (*StartReferenceImportJobOutput, error)
func (c *Omics) StartRun(input *StartRunInput) (*StartRunOutput, error)
func (c *Omics) StartRunRequest(input *StartRunInput) (req *request.Request, output *StartRunOutput)
func (c *Omics) StartRunWithContext(ctx aws.Context, input *StartRunInput, opts ...request.Option) (*StartRunOutput, error)
func (c *Omics) StartVariantImportJob(input *StartVariantImportJobInput) (*StartVariantImportJobOutput, error)
func (c *Omics) StartVariantImportJobRequest(input *StartVariantImportJobInput) (req *request.Request, output *StartVariantImportJobOutput)
func (c *Omics) StartVariantImportJobWithContext(ctx aws.Context, input *StartVariantImportJobInput, opts ...request.Option) (*StartVariantImportJobOutput, error)
func (c *Omics) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *Omics) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *Omics) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *Omics) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *Omics) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *Omics) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *Omics) UpdateAnnotationStore(input *UpdateAnnotationStoreInput) (*UpdateAnnotationStoreOutput, error)
func (c *Omics) UpdateAnnotationStoreRequest(input *UpdateAnnotationStoreInput) (req *request.Request, output *UpdateAnnotationStoreOutput)
func (c *Omics) UpdateAnnotationStoreVersion(input *UpdateAnnotationStoreVersionInput) (*UpdateAnnotationStoreVersionOutput, error)
func (c *Omics) UpdateAnnotationStoreVersionRequest(input *UpdateAnnotationStoreVersionInput) (req *request.Request, output *UpdateAnnotationStoreVersionOutput)
func (c *Omics) UpdateAnnotationStoreVersionWithContext(ctx aws.Context, input *UpdateAnnotationStoreVersionInput, opts ...request.Option) (*UpdateAnnotationStoreVersionOutput, error)
func (c *Omics) UpdateAnnotationStoreWithContext(ctx aws.Context, input *UpdateAnnotationStoreInput, opts ...request.Option) (*UpdateAnnotationStoreOutput, error)
func (c *Omics) UpdateRunGroup(input *UpdateRunGroupInput) (*UpdateRunGroupOutput, error)
func (c *Omics) UpdateRunGroupRequest(input *UpdateRunGroupInput) (req *request.Request, output *UpdateRunGroupOutput)
func (c *Omics) UpdateRunGroupWithContext(ctx aws.Context, input *UpdateRunGroupInput, opts ...request.Option) (*UpdateRunGroupOutput, error)
func (c *Omics) UpdateVariantStore(input *UpdateVariantStoreInput) (*UpdateVariantStoreOutput, error)
func (c *Omics) UpdateVariantStoreRequest(input *UpdateVariantStoreInput) (req *request.Request, output *UpdateVariantStoreOutput)
func (c *Omics) UpdateVariantStoreWithContext(ctx aws.Context, input *UpdateVariantStoreInput, opts ...request.Option) (*UpdateVariantStoreOutput, error)
func (c *Omics) UpdateWorkflow(input *UpdateWorkflowInput) (*UpdateWorkflowOutput, error)
func (c *Omics) UpdateWorkflowRequest(input *UpdateWorkflowInput) (req *request.Request, output *UpdateWorkflowOutput)
func (c *Omics) UpdateWorkflowWithContext(ctx aws.Context, input *UpdateWorkflowInput, opts ...request.Option) (*UpdateWorkflowOutput, error)
func (c *Omics) UploadReadSetPart(input *UploadReadSetPartInput) (*UploadReadSetPartOutput, error)
func (c *Omics) UploadReadSetPartRequest(input *UploadReadSetPartInput) (req *request.Request, output *UploadReadSetPartOutput)
func (c *Omics) UploadReadSetPartWithContext(ctx aws.Context, input *UploadReadSetPartInput, opts ...request.Option) (*UploadReadSetPartOutput, error)
func (c *Omics) WaitUntilAnnotationImportJobCreated(input *GetAnnotationImportJobInput) error
func (c *Omics) WaitUntilAnnotationImportJobCreatedWithContext(ctx aws.Context, input *GetAnnotationImportJobInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilAnnotationStoreCreated(input *GetAnnotationStoreInput) error
func (c *Omics) WaitUntilAnnotationStoreCreatedWithContext(ctx aws.Context, input *GetAnnotationStoreInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilAnnotationStoreDeleted(input *GetAnnotationStoreInput) error
func (c *Omics) WaitUntilAnnotationStoreDeletedWithContext(ctx aws.Context, input *GetAnnotationStoreInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilAnnotationStoreVersionCreated(input *GetAnnotationStoreVersionInput) error
func (c *Omics) WaitUntilAnnotationStoreVersionCreatedWithContext(ctx aws.Context, input *GetAnnotationStoreVersionInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilAnnotationStoreVersionDeleted(input *GetAnnotationStoreVersionInput) error
func (c *Omics) WaitUntilAnnotationStoreVersionDeletedWithContext(ctx aws.Context, input *GetAnnotationStoreVersionInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilReadSetActivationJobCompleted(input *GetReadSetActivationJobInput) error
func (c *Omics) WaitUntilReadSetActivationJobCompletedWithContext(ctx aws.Context, input *GetReadSetActivationJobInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilReadSetExportJobCompleted(input *GetReadSetExportJobInput) error
func (c *Omics) WaitUntilReadSetExportJobCompletedWithContext(ctx aws.Context, input *GetReadSetExportJobInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilReadSetImportJobCompleted(input *GetReadSetImportJobInput) error
func (c *Omics) WaitUntilReadSetImportJobCompletedWithContext(ctx aws.Context, input *GetReadSetImportJobInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilReferenceImportJobCompleted(input *GetReferenceImportJobInput) error
func (c *Omics) WaitUntilReferenceImportJobCompletedWithContext(ctx aws.Context, input *GetReferenceImportJobInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilRunCompleted(input *GetRunInput) error
func (c *Omics) WaitUntilRunCompletedWithContext(ctx aws.Context, input *GetRunInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilRunRunning(input *GetRunInput) error
func (c *Omics) WaitUntilRunRunningWithContext(ctx aws.Context, input *GetRunInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilTaskCompleted(input *GetRunTaskInput) error
func (c *Omics) WaitUntilTaskCompletedWithContext(ctx aws.Context, input *GetRunTaskInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilTaskRunning(input *GetRunTaskInput) error
func (c *Omics) WaitUntilTaskRunningWithContext(ctx aws.Context, input *GetRunTaskInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilVariantImportJobCreated(input *GetVariantImportJobInput) error
func (c *Omics) WaitUntilVariantImportJobCreatedWithContext(ctx aws.Context, input *GetVariantImportJobInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilVariantStoreCreated(input *GetVariantStoreInput) error
func (c *Omics) WaitUntilVariantStoreCreatedWithContext(ctx aws.Context, input *GetVariantStoreInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilVariantStoreDeleted(input *GetVariantStoreInput) error
func (c *Omics) WaitUntilVariantStoreDeletedWithContext(ctx aws.Context, input *GetVariantStoreInput, opts ...request.WaiterOption) error
func (c *Omics) WaitUntilWorkflowActive(input *GetWorkflowInput) error
func (c *Omics) WaitUntilWorkflowActiveWithContext(ctx aws.Context, input *GetWorkflowInput, opts ...request.WaiterOption) error
func Accelerators_Values() []string
func AnnotationType_Values() []string
func CreationType_Values() []string
func ETagAlgorithmFamily_Values() []string
func ETagAlgorithm_Values() []string
func EncryptionType_Values() []string
func FileType_Values() []string
func FormatToHeaderKey_Values() []string
func JobStatus_Values() []string
func ReadSetActivationJobItemStatus_Values() []string
func ReadSetActivationJobStatus_Values() []string
func ReadSetExportJobItemStatus_Values() []string
func ReadSetExportJobStatus_Values() []string
func ReadSetFile_Values() []string
func ReadSetImportJobItemStatus_Values() []string
func ReadSetImportJobStatus_Values() []string
func ReadSetPartSource_Values() []string
func ReadSetStatus_Values() []string
func ReferenceFile_Values() []string
func ReferenceImportJobItemStatus_Values() []string
func ReferenceImportJobStatus_Values() []string
func ReferenceStatus_Values() []string
func ResourceOwner_Values() []string
func RunExport_Values() []string
func RunLogLevel_Values() []string
func RunRetentionMode_Values() []string
func RunStatus_Values() []string
func SchemaValueType_Values() []string
func ShareResourceType_Values() []string
func ShareStatus_Values() []string
func StorageType_Values() []string
func StoreFormat_Values() []string
func StoreStatus_Values() []string
func TaskStatus_Values() []string
func VersionStatus_Values() []string
func WorkflowEngine_Values() []string
func WorkflowExport_Values() []string
func WorkflowStatus_Values() []string
func WorkflowType_Values() []string
type AbortMultipartReadSetUploadInput
type AbortMultipartReadSetUploadOutput
type AcceptShareInput
type AcceptShareOutput
type AccessDeniedException
type ActivateReadSetFilter
type ActivateReadSetJobItem
type ActivateReadSetSourceItem
type AnnotationImportItemDetail
type AnnotationImportItemSource
type AnnotationImportJobItem
type AnnotationStoreItem
type AnnotationStoreVersionItem
type BatchDeleteReadSetInput
type BatchDeleteReadSetOutput
type CancelAnnotationImportJobInput
type CancelAnnotationImportJobOutput
type CancelRunInput
type CancelRunOutput
type CancelVariantImportJobInput
type CancelVariantImportJobOutput
type CompleteMultipartReadSetUploadInput
type CompleteMultipartReadSetUploadOutput
type CompleteReadSetUploadPartListItem
type ConflictException
type CreateAnnotationStoreInput
type CreateAnnotationStoreOutput
type CreateAnnotationStoreVersionInput
type CreateAnnotationStoreVersionOutput
type CreateMultipartReadSetUploadInput
type CreateMultipartReadSetUploadOutput
type CreateReferenceStoreInput
type CreateReferenceStoreOutput
type CreateRunGroupInput
type CreateRunGroupOutput
type CreateSequenceStoreInput
type CreateSequenceStoreOutput
type CreateShareInput
type CreateShareOutput
type CreateVariantStoreInput
type CreateVariantStoreOutput
type CreateWorkflowInput
type CreateWorkflowOutput
type DeleteAnnotationStoreInput
type DeleteAnnotationStoreOutput
type DeleteAnnotationStoreVersionsInput
type DeleteAnnotationStoreVersionsOutput
type DeleteReferenceInput
type DeleteReferenceOutput
type DeleteReferenceStoreInput
type DeleteReferenceStoreOutput
type DeleteRunGroupInput
type DeleteRunGroupOutput
type DeleteRunInput
type DeleteRunOutput
type DeleteSequenceStoreInput
type DeleteSequenceStoreOutput
type DeleteShareInput
type DeleteShareOutput
type DeleteVariantStoreInput
type DeleteVariantStoreOutput
type DeleteWorkflowInput
type DeleteWorkflowOutput
type ETag
type ExportReadSet
type ExportReadSetDetail
type ExportReadSetFilter
type ExportReadSetJobDetail
type FileInformation
type Filter
type FormatOptions
type GetAnnotationImportJobInput
type GetAnnotationImportJobOutput
type GetAnnotationStoreInput
type GetAnnotationStoreOutput
type GetAnnotationStoreVersionInput
type GetAnnotationStoreVersionOutput
type GetReadSetActivationJobInput
type GetReadSetActivationJobOutput
type GetReadSetExportJobInput
type GetReadSetExportJobOutput
type GetReadSetImportJobInput
type GetReadSetImportJobOutput
type GetReadSetInput
type GetReadSetMetadataInput
type GetReadSetMetadataOutput
type GetReadSetOutput
type GetReferenceImportJobInput
type GetReferenceImportJobOutput
type GetReferenceInput
type GetReferenceMetadataInput
type GetReferenceMetadataOutput
type GetReferenceOutput
type GetReferenceStoreInput
type GetReferenceStoreOutput
type GetRunGroupInput
type GetRunGroupOutput
type GetRunInput
type GetRunOutput
type GetRunTaskInput
type GetRunTaskOutput
type GetSequenceStoreInput
type GetSequenceStoreOutput
type GetShareInput
type GetShareOutput
type GetVariantImportJobInput
type GetVariantImportJobOutput
type GetVariantStoreInput
type GetVariantStoreOutput
type GetWorkflowInput
type GetWorkflowOutput
type ImportReadSetFilter
type ImportReadSetJobItem
type ImportReadSetSourceItem
type ImportReferenceFilter
type ImportReferenceJobItem
type ImportReferenceSourceItem
type InternalServerException
type ListAnnotationImportJobsFilter
type ListAnnotationImportJobsInput
type ListAnnotationImportJobsOutput
type ListAnnotationStoreVersionsFilter
type ListAnnotationStoreVersionsInput
type ListAnnotationStoreVersionsOutput
type ListAnnotationStoresFilter
type ListAnnotationStoresInput
type ListAnnotationStoresOutput
type ListMultipartReadSetUploadsInput
type ListMultipartReadSetUploadsOutput
type ListReadSetActivationJobsInput
type ListReadSetActivationJobsOutput
type ListReadSetExportJobsInput
type ListReadSetExportJobsOutput
type ListReadSetImportJobsInput
type ListReadSetImportJobsOutput
type ListReadSetUploadPartsInput
type ListReadSetUploadPartsOutput
type ListReadSetsInput
type ListReadSetsOutput
type ListReferenceImportJobsInput
type ListReferenceImportJobsOutput
type ListReferenceStoresInput
type ListReferenceStoresOutput
type ListReferencesInput
type ListReferencesOutput
type ListRunGroupsInput
type ListRunGroupsOutput
type ListRunTasksInput
type ListRunTasksOutput
type ListRunsInput
type ListRunsOutput
type ListSequenceStoresInput
type ListSequenceStoresOutput
type ListSharesInput
type ListSharesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListVariantImportJobsFilter
type ListVariantImportJobsInput
type ListVariantImportJobsOutput
type ListVariantStoresFilter
type ListVariantStoresInput
type ListVariantStoresOutput
type ListWorkflowsInput
type ListWorkflowsOutput
type MultipartReadSetUploadListItem
type NotSupportedOperationException
type RangeNotSatisfiableException
type ReadOptions
type ReadSetBatchError
type ReadSetFiles
type ReadSetFilter
type ReadSetListItem
type ReadSetS3Access
type ReadSetUploadPartListFilter
type ReadSetUploadPartListItem
type ReferenceFiles
type ReferenceFilter
type ReferenceItem
type ReferenceListItem
type ReferenceStoreDetail
type ReferenceStoreFilter
type RequestTimeoutException
type ResourceNotFoundException
type RunGroupListItem
type RunListItem
type RunLogLocation
type SequenceInformation
type SequenceStoreDetail
type SequenceStoreFilter
type SequenceStoreS3Access
type ServiceQuotaExceededException
type ShareDetails
type SourceFiles
type SseConfig
type StartAnnotationImportJobInput
type StartAnnotationImportJobOutput
type StartReadSetActivationJobInput
type StartReadSetActivationJobOutput
type StartReadSetActivationJobSourceItem
type StartReadSetExportJobInput
type StartReadSetExportJobOutput
type StartReadSetImportJobInput
type StartReadSetImportJobOutput
type StartReadSetImportJobSourceItem
type StartReferenceImportJobInput
type StartReferenceImportJobOutput
type StartReferenceImportJobSourceItem
type StartRunInput
type StartRunOutput
type StartVariantImportJobInput
type StartVariantImportJobOutput
type StoreOptions
type TagResourceInput
type TagResourceOutput
type TaskListItem
type ThrottlingException
type TsvOptions
type TsvStoreOptions
type TsvVersionOptions
type UntagResourceInput
type UntagResourceOutput
type UpdateAnnotationStoreInput
type UpdateAnnotationStoreOutput
type UpdateAnnotationStoreVersionInput
type UpdateAnnotationStoreVersionOutput
type UpdateRunGroupInput
type UpdateRunGroupOutput
type UpdateVariantStoreInput
type UpdateVariantStoreOutput
type UpdateWorkflowInput
type UpdateWorkflowOutput
type UploadReadSetPartInput
type UploadReadSetPartOutput
type ValidationException
type VariantImportItemDetail
type VariantImportItemSource
type VariantImportJobItem
type VariantStoreItem
type VcfOptions
type VersionDeleteError
type VersionOptions
type WorkflowListItem
type WorkflowParameter

Constants ▾

const (
    // AnnotationTypeGeneric is a AnnotationType enum value
    AnnotationTypeGeneric = "GENERIC"

    // AnnotationTypeChrPos is a AnnotationType enum value
    AnnotationTypeChrPos = "CHR_POS"

    // AnnotationTypeChrPosRefAlt is a AnnotationType enum value
    AnnotationTypeChrPosRefAlt = "CHR_POS_REF_ALT"

    // AnnotationTypeChrStartEndOneBase is a AnnotationType enum value
    AnnotationTypeChrStartEndOneBase = "CHR_START_END_ONE_BASE"

    // AnnotationTypeChrStartEndRefAltOneBase is a AnnotationType enum value
    AnnotationTypeChrStartEndRefAltOneBase = "CHR_START_END_REF_ALT_ONE_BASE"

    // AnnotationTypeChrStartEndZeroBase is a AnnotationType enum value
    AnnotationTypeChrStartEndZeroBase = "CHR_START_END_ZERO_BASE"

    // AnnotationTypeChrStartEndRefAltZeroBase is a AnnotationType enum value
    AnnotationTypeChrStartEndRefAltZeroBase = "CHR_START_END_REF_ALT_ZERO_BASE"
)
const (
    // CreationTypeImport is a CreationType enum value
    CreationTypeImport = "IMPORT"

    // CreationTypeUpload is a CreationType enum value
    CreationTypeUpload = "UPLOAD"
)
const (
    // ETagAlgorithmFastqMd5up is a ETagAlgorithm enum value
    ETagAlgorithmFastqMd5up = "FASTQ_MD5up"

    // ETagAlgorithmBamMd5up is a ETagAlgorithm enum value
    ETagAlgorithmBamMd5up = "BAM_MD5up"

    // ETagAlgorithmCramMd5up is a ETagAlgorithm enum value
    ETagAlgorithmCramMd5up = "CRAM_MD5up"

    // ETagAlgorithmFastqSha256up is a ETagAlgorithm enum value
    ETagAlgorithmFastqSha256up = "FASTQ_SHA256up"

    // ETagAlgorithmBamSha256up is a ETagAlgorithm enum value
    ETagAlgorithmBamSha256up = "BAM_SHA256up"

    // ETagAlgorithmCramSha256up is a ETagAlgorithm enum value
    ETagAlgorithmCramSha256up = "CRAM_SHA256up"

    // ETagAlgorithmFastqSha512up is a ETagAlgorithm enum value
    ETagAlgorithmFastqSha512up = "FASTQ_SHA512up"

    // ETagAlgorithmBamSha512up is a ETagAlgorithm enum value
    ETagAlgorithmBamSha512up = "BAM_SHA512up"

    // ETagAlgorithmCramSha512up is a ETagAlgorithm enum value
    ETagAlgorithmCramSha512up = "CRAM_SHA512up"
)
const (
    // ETagAlgorithmFamilyMd5up is a ETagAlgorithmFamily enum value
    ETagAlgorithmFamilyMd5up = "MD5up"

    // ETagAlgorithmFamilySha256up is a ETagAlgorithmFamily enum value
    ETagAlgorithmFamilySha256up = "SHA256up"

    // ETagAlgorithmFamilySha512up is a ETagAlgorithmFamily enum value
    ETagAlgorithmFamilySha512up = "SHA512up"
)
const (
    // FileTypeFastq is a FileType enum value
    FileTypeFastq = "FASTQ"

    // FileTypeBam is a FileType enum value
    FileTypeBam = "BAM"

    // FileTypeCram is a FileType enum value
    FileTypeCram = "CRAM"

    // FileTypeUbam is a FileType enum value
    FileTypeUbam = "UBAM"
)
const (
    // FormatToHeaderKeyChr is a FormatToHeaderKey enum value
    FormatToHeaderKeyChr = "CHR"

    // FormatToHeaderKeyStart is a FormatToHeaderKey enum value
    FormatToHeaderKeyStart = "START"

    // FormatToHeaderKeyEnd is a FormatToHeaderKey enum value
    FormatToHeaderKeyEnd = "END"

    // FormatToHeaderKeyRef is a FormatToHeaderKey enum value
    FormatToHeaderKeyRef = "REF"

    // FormatToHeaderKeyAlt is a FormatToHeaderKey enum value
    FormatToHeaderKeyAlt = "ALT"

    // FormatToHeaderKeyPos is a FormatToHeaderKey enum value
    FormatToHeaderKeyPos = "POS"
)
const (
    // JobStatusSubmitted is a JobStatus enum value
    JobStatusSubmitted = "SUBMITTED"

    // JobStatusInProgress is a JobStatus enum value
    JobStatusInProgress = "IN_PROGRESS"

    // JobStatusCancelled is a JobStatus enum value
    JobStatusCancelled = "CANCELLED"

    // JobStatusCompleted is a JobStatus enum value
    JobStatusCompleted = "COMPLETED"

    // JobStatusFailed is a JobStatus enum value
    JobStatusFailed = "FAILED"

    // JobStatusCompletedWithFailures is a JobStatus enum value
    JobStatusCompletedWithFailures = "COMPLETED_WITH_FAILURES"
)
const (
    // ReadSetActivationJobItemStatusNotStarted is a ReadSetActivationJobItemStatus enum value
    ReadSetActivationJobItemStatusNotStarted = "NOT_STARTED"

    // ReadSetActivationJobItemStatusInProgress is a ReadSetActivationJobItemStatus enum value
    ReadSetActivationJobItemStatusInProgress = "IN_PROGRESS"

    // ReadSetActivationJobItemStatusFinished is a ReadSetActivationJobItemStatus enum value
    ReadSetActivationJobItemStatusFinished = "FINISHED"

    // ReadSetActivationJobItemStatusFailed is a ReadSetActivationJobItemStatus enum value
    ReadSetActivationJobItemStatusFailed = "FAILED"
)
const (
    // ReadSetActivationJobStatusSubmitted is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusSubmitted = "SUBMITTED"

    // ReadSetActivationJobStatusInProgress is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusInProgress = "IN_PROGRESS"

    // ReadSetActivationJobStatusCancelling is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusCancelling = "CANCELLING"

    // ReadSetActivationJobStatusCancelled is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusCancelled = "CANCELLED"

    // ReadSetActivationJobStatusFailed is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusFailed = "FAILED"

    // ReadSetActivationJobStatusCompleted is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusCompleted = "COMPLETED"

    // ReadSetActivationJobStatusCompletedWithFailures is a ReadSetActivationJobStatus enum value
    ReadSetActivationJobStatusCompletedWithFailures = "COMPLETED_WITH_FAILURES"
)
const (
    // ReadSetExportJobItemStatusNotStarted is a ReadSetExportJobItemStatus enum value
    ReadSetExportJobItemStatusNotStarted = "NOT_STARTED"

    // ReadSetExportJobItemStatusInProgress is a ReadSetExportJobItemStatus enum value
    ReadSetExportJobItemStatusInProgress = "IN_PROGRESS"

    // ReadSetExportJobItemStatusFinished is a ReadSetExportJobItemStatus enum value
    ReadSetExportJobItemStatusFinished = "FINISHED"

    // ReadSetExportJobItemStatusFailed is a ReadSetExportJobItemStatus enum value
    ReadSetExportJobItemStatusFailed = "FAILED"
)
const (
    // ReadSetExportJobStatusSubmitted is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusSubmitted = "SUBMITTED"

    // ReadSetExportJobStatusInProgress is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusInProgress = "IN_PROGRESS"

    // ReadSetExportJobStatusCancelling is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusCancelling = "CANCELLING"

    // ReadSetExportJobStatusCancelled is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusCancelled = "CANCELLED"

    // ReadSetExportJobStatusFailed is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusFailed = "FAILED"

    // ReadSetExportJobStatusCompleted is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusCompleted = "COMPLETED"

    // ReadSetExportJobStatusCompletedWithFailures is a ReadSetExportJobStatus enum value
    ReadSetExportJobStatusCompletedWithFailures = "COMPLETED_WITH_FAILURES"
)
const (
    // ReadSetFileSource1 is a ReadSetFile enum value
    ReadSetFileSource1 = "SOURCE1"

    // ReadSetFileSource2 is a ReadSetFile enum value
    ReadSetFileSource2 = "SOURCE2"

    // ReadSetFileIndex is a ReadSetFile enum value
    ReadSetFileIndex = "INDEX"
)
const (
    // ReadSetImportJobItemStatusNotStarted is a ReadSetImportJobItemStatus enum value
    ReadSetImportJobItemStatusNotStarted = "NOT_STARTED"

    // ReadSetImportJobItemStatusInProgress is a ReadSetImportJobItemStatus enum value
    ReadSetImportJobItemStatusInProgress = "IN_PROGRESS"

    // ReadSetImportJobItemStatusFinished is a ReadSetImportJobItemStatus enum value
    ReadSetImportJobItemStatusFinished = "FINISHED"

    // ReadSetImportJobItemStatusFailed is a ReadSetImportJobItemStatus enum value
    ReadSetImportJobItemStatusFailed = "FAILED"
)
const (
    // ReadSetImportJobStatusSubmitted is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusSubmitted = "SUBMITTED"

    // ReadSetImportJobStatusInProgress is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusInProgress = "IN_PROGRESS"

    // ReadSetImportJobStatusCancelling is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusCancelling = "CANCELLING"

    // ReadSetImportJobStatusCancelled is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusCancelled = "CANCELLED"

    // ReadSetImportJobStatusFailed is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusFailed = "FAILED"

    // ReadSetImportJobStatusCompleted is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusCompleted = "COMPLETED"

    // ReadSetImportJobStatusCompletedWithFailures is a ReadSetImportJobStatus enum value
    ReadSetImportJobStatusCompletedWithFailures = "COMPLETED_WITH_FAILURES"
)
const (
    // ReadSetPartSourceSource1 is a ReadSetPartSource enum value
    ReadSetPartSourceSource1 = "SOURCE1"

    // ReadSetPartSourceSource2 is a ReadSetPartSource enum value
    ReadSetPartSourceSource2 = "SOURCE2"
)
const (
    // ReadSetStatusArchived is a ReadSetStatus enum value
    ReadSetStatusArchived = "ARCHIVED"

    // ReadSetStatusActivating is a ReadSetStatus enum value
    ReadSetStatusActivating = "ACTIVATING"

    // ReadSetStatusActive is a ReadSetStatus enum value
    ReadSetStatusActive = "ACTIVE"

    // ReadSetStatusDeleting is a ReadSetStatus enum value
    ReadSetStatusDeleting = "DELETING"

    // ReadSetStatusDeleted is a ReadSetStatus enum value
    ReadSetStatusDeleted = "DELETED"

    // ReadSetStatusProcessingUpload is a ReadSetStatus enum value
    ReadSetStatusProcessingUpload = "PROCESSING_UPLOAD"

    // ReadSetStatusUploadFailed is a ReadSetStatus enum value
    ReadSetStatusUploadFailed = "UPLOAD_FAILED"
)
const (
    // ReferenceFileSource is a ReferenceFile enum value
    ReferenceFileSource = "SOURCE"

    // ReferenceFileIndex is a ReferenceFile enum value
    ReferenceFileIndex = "INDEX"
)
const (
    // ReferenceImportJobItemStatusNotStarted is a ReferenceImportJobItemStatus enum value
    ReferenceImportJobItemStatusNotStarted = "NOT_STARTED"

    // ReferenceImportJobItemStatusInProgress is a ReferenceImportJobItemStatus enum value
    ReferenceImportJobItemStatusInProgress = "IN_PROGRESS"

    // ReferenceImportJobItemStatusFinished is a ReferenceImportJobItemStatus enum value
    ReferenceImportJobItemStatusFinished = "FINISHED"

    // ReferenceImportJobItemStatusFailed is a ReferenceImportJobItemStatus enum value
    ReferenceImportJobItemStatusFailed = "FAILED"
)
const (
    // ReferenceImportJobStatusSubmitted is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusSubmitted = "SUBMITTED"

    // ReferenceImportJobStatusInProgress is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusInProgress = "IN_PROGRESS"

    // ReferenceImportJobStatusCancelling is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusCancelling = "CANCELLING"

    // ReferenceImportJobStatusCancelled is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusCancelled = "CANCELLED"

    // ReferenceImportJobStatusFailed is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusFailed = "FAILED"

    // ReferenceImportJobStatusCompleted is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusCompleted = "COMPLETED"

    // ReferenceImportJobStatusCompletedWithFailures is a ReferenceImportJobStatus enum value
    ReferenceImportJobStatusCompletedWithFailures = "COMPLETED_WITH_FAILURES"
)
const (
    // ReferenceStatusActive is a ReferenceStatus enum value
    ReferenceStatusActive = "ACTIVE"

    // ReferenceStatusDeleting is a ReferenceStatus enum value
    ReferenceStatusDeleting = "DELETING"

    // ReferenceStatusDeleted is a ReferenceStatus enum value
    ReferenceStatusDeleted = "DELETED"
)
const (
    // ResourceOwnerSelf is a ResourceOwner enum value
    ResourceOwnerSelf = "SELF"

    // ResourceOwnerOther is a ResourceOwner enum value
    ResourceOwnerOther = "OTHER"
)
const (
    // RunLogLevelOff is a RunLogLevel enum value
    RunLogLevelOff = "OFF"

    // RunLogLevelFatal is a RunLogLevel enum value
    RunLogLevelFatal = "FATAL"

    // RunLogLevelError is a RunLogLevel enum value
    RunLogLevelError = "ERROR"

    // RunLogLevelAll is a RunLogLevel enum value
    RunLogLevelAll = "ALL"
)
const (
    // RunRetentionModeRetain is a RunRetentionMode enum value
    RunRetentionModeRetain = "RETAIN"

    // RunRetentionModeRemove is a RunRetentionMode enum value
    RunRetentionModeRemove = "REMOVE"
)
const (
    // RunStatusPending is a RunStatus enum value
    RunStatusPending = "PENDING"

    // RunStatusStarting is a RunStatus enum value
    RunStatusStarting = "STARTING"

    // RunStatusRunning is a RunStatus enum value
    RunStatusRunning = "RUNNING"

    // RunStatusStopping is a RunStatus enum value
    RunStatusStopping = "STOPPING"

    // RunStatusCompleted is a RunStatus enum value
    RunStatusCompleted = "COMPLETED"

    // RunStatusDeleted is a RunStatus enum value
    RunStatusDeleted = "DELETED"

    // RunStatusCancelled is a RunStatus enum value
    RunStatusCancelled = "CANCELLED"

    // RunStatusFailed is a RunStatus enum value
    RunStatusFailed = "FAILED"
)
const (
    // SchemaValueTypeLong is a SchemaValueType enum value
    SchemaValueTypeLong = "LONG"

    // SchemaValueTypeInt is a SchemaValueType enum value
    SchemaValueTypeInt = "INT"

    // SchemaValueTypeString is a SchemaValueType enum value
    SchemaValueTypeString = "STRING"

    // SchemaValueTypeFloat is a SchemaValueType enum value
    SchemaValueTypeFloat = "FLOAT"

    // SchemaValueTypeDouble is a SchemaValueType enum value
    SchemaValueTypeDouble = "DOUBLE"

    // SchemaValueTypeBoolean is a SchemaValueType enum value
    SchemaValueTypeBoolean = "BOOLEAN"
)
const (
    // ShareResourceTypeVariantStore is a ShareResourceType enum value
    ShareResourceTypeVariantStore = "VARIANT_STORE"

    // ShareResourceTypeAnnotationStore is a ShareResourceType enum value
    ShareResourceTypeAnnotationStore = "ANNOTATION_STORE"

    // ShareResourceTypeWorkflow is a ShareResourceType enum value
    ShareResourceTypeWorkflow = "WORKFLOW"
)
const (
    // ShareStatusPending is a ShareStatus enum value
    ShareStatusPending = "PENDING"

    // ShareStatusActivating is a ShareStatus enum value
    ShareStatusActivating = "ACTIVATING"

    // ShareStatusActive is a ShareStatus enum value
    ShareStatusActive = "ACTIVE"

    // ShareStatusDeleting is a ShareStatus enum value
    ShareStatusDeleting = "DELETING"

    // ShareStatusDeleted is a ShareStatus enum value
    ShareStatusDeleted = "DELETED"

    // ShareStatusFailed is a ShareStatus enum value
    ShareStatusFailed = "FAILED"
)
const (
    // StorageTypeStatic is a StorageType enum value
    StorageTypeStatic = "STATIC"

    // StorageTypeDynamic is a StorageType enum value
    StorageTypeDynamic = "DYNAMIC"
)
const (
    // StoreFormatGff is a StoreFormat enum value
    StoreFormatGff = "GFF"

    // StoreFormatTsv is a StoreFormat enum value
    StoreFormatTsv = "TSV"

    // StoreFormatVcf is a StoreFormat enum value
    StoreFormatVcf = "VCF"
)
const (
    // StoreStatusCreating is a StoreStatus enum value
    StoreStatusCreating = "CREATING"

    // StoreStatusUpdating is a StoreStatus enum value
    StoreStatusUpdating = "UPDATING"

    // StoreStatusDeleting is a StoreStatus enum value
    StoreStatusDeleting = "DELETING"

    // StoreStatusActive is a StoreStatus enum value
    StoreStatusActive = "ACTIVE"

    // StoreStatusFailed is a StoreStatus enum value
    StoreStatusFailed = "FAILED"
)
const (
    // TaskStatusPending is a TaskStatus enum value
    TaskStatusPending = "PENDING"

    // TaskStatusStarting is a TaskStatus enum value
    TaskStatusStarting = "STARTING"

    // TaskStatusRunning is a TaskStatus enum value
    TaskStatusRunning = "RUNNING"

    // TaskStatusStopping is a TaskStatus enum value
    TaskStatusStopping = "STOPPING"

    // TaskStatusCompleted is a TaskStatus enum value
    TaskStatusCompleted = "COMPLETED"

    // TaskStatusCancelled is a TaskStatus enum value
    TaskStatusCancelled = "CANCELLED"

    // TaskStatusFailed is a TaskStatus enum value
    TaskStatusFailed = "FAILED"
)
const (
    // VersionStatusCreating is a VersionStatus enum value
    VersionStatusCreating = "CREATING"

    // VersionStatusUpdating is a VersionStatus enum value
    VersionStatusUpdating = "UPDATING"

    // VersionStatusDeleting is a VersionStatus enum value
    VersionStatusDeleting = "DELETING"

    // VersionStatusActive is a VersionStatus enum value
    VersionStatusActive = "ACTIVE"

    // VersionStatusFailed is a VersionStatus enum value
    VersionStatusFailed = "FAILED"
)
const (
    // WorkflowEngineWdl is a WorkflowEngine enum value
    WorkflowEngineWdl = "WDL"

    // WorkflowEngineNextflow is a WorkflowEngine enum value
    WorkflowEngineNextflow = "NEXTFLOW"

    // WorkflowEngineCwl is a WorkflowEngine enum value
    WorkflowEngineCwl = "CWL"
)
const (
    // WorkflowStatusCreating is a WorkflowStatus enum value
    WorkflowStatusCreating = "CREATING"

    // WorkflowStatusActive is a WorkflowStatus enum value
    WorkflowStatusActive = "ACTIVE"

    // WorkflowStatusUpdating is a WorkflowStatus enum value
    WorkflowStatusUpdating = "UPDATING"

    // WorkflowStatusDeleted is a WorkflowStatus enum value
    WorkflowStatusDeleted = "DELETED"

    // WorkflowStatusFailed is a WorkflowStatus enum value
    WorkflowStatusFailed = "FAILED"

    // WorkflowStatusInactive is a WorkflowStatus enum value
    WorkflowStatusInactive = "INACTIVE"
)
const (
    // WorkflowTypePrivate is a WorkflowType enum value
    WorkflowTypePrivate = "PRIVATE"

    // WorkflowTypeReady2run is a WorkflowType enum value
    WorkflowTypeReady2run = "READY2RUN"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You do not have sufficient access to perform this action.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // The request cannot be applied to the target resource in its current state.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeInternalServerException for service response error code
    // "InternalServerException".
    //
    // An unexpected error occurred. Try the request again.
    ErrCodeInternalServerException = "InternalServerException"

    // ErrCodeNotSupportedOperationException for service response error code
    // "NotSupportedOperationException".
    //
    // The operation is not supported by Amazon Omics, or the API does not exist.
    ErrCodeNotSupportedOperationException = "NotSupportedOperationException"

    // ErrCodeRangeNotSatisfiableException for service response error code
    // "RangeNotSatisfiableException".
    //
    // The ranges specified in the request are not valid.
    ErrCodeRangeNotSatisfiableException = "RangeNotSatisfiableException"

    // ErrCodeRequestTimeoutException for service response error code
    // "RequestTimeoutException".
    //
    // The request timed out.
    ErrCodeRequestTimeoutException = "RequestTimeoutException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // The target resource was not found in the current Region.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceQuotaExceededException for service response error code
    // "ServiceQuotaExceededException".
    //
    // The request exceeds a service quota.
    ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // The request was denied due to request throttling.
    ErrCodeThrottlingException = "ThrottlingException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // The input fails to satisfy the constraints specified by an AWS service.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "Omics" // Name of service.
    EndpointsID = "omics" // ID to lookup a service endpoint with.
    ServiceID   = "Omics" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AcceleratorsGpu is a Accelerators enum value
    AcceleratorsGpu = "GPU"
)
const (
    // EncryptionTypeKms is a EncryptionType enum value
    EncryptionTypeKms = "KMS"
)
const (
    // RunExportDefinition is a RunExport enum value
    RunExportDefinition = "DEFINITION"
)
const (
    // WorkflowExportDefinition is a WorkflowExport enum value
    WorkflowExportDefinition = "DEFINITION"
)

func Accelerators_Values

func Accelerators_Values() []string

Accelerators_Values returns all elements of the Accelerators enum

func AnnotationType_Values

func AnnotationType_Values() []string

AnnotationType_Values returns all elements of the AnnotationType enum

func CreationType_Values

func CreationType_Values() []string

CreationType_Values returns all elements of the CreationType enum

func ETagAlgorithmFamily_Values

func ETagAlgorithmFamily_Values() []string

ETagAlgorithmFamily_Values returns all elements of the ETagAlgorithmFamily enum

func ETagAlgorithm_Values

func ETagAlgorithm_Values() []string

ETagAlgorithm_Values returns all elements of the ETagAlgorithm enum

func EncryptionType_Values

func EncryptionType_Values() []string

EncryptionType_Values returns all elements of the EncryptionType enum

func FileType_Values

func FileType_Values() []string

FileType_Values returns all elements of the FileType enum

func FormatToHeaderKey_Values

func FormatToHeaderKey_Values() []string

FormatToHeaderKey_Values returns all elements of the FormatToHeaderKey enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func ReadSetActivationJobItemStatus_Values

func ReadSetActivationJobItemStatus_Values() []string

ReadSetActivationJobItemStatus_Values returns all elements of the ReadSetActivationJobItemStatus enum

func ReadSetActivationJobStatus_Values

func ReadSetActivationJobStatus_Values() []string

ReadSetActivationJobStatus_Values returns all elements of the ReadSetActivationJobStatus enum

func ReadSetExportJobItemStatus_Values

func ReadSetExportJobItemStatus_Values() []string

ReadSetExportJobItemStatus_Values returns all elements of the ReadSetExportJobItemStatus enum

func ReadSetExportJobStatus_Values

func ReadSetExportJobStatus_Values() []string

ReadSetExportJobStatus_Values returns all elements of the ReadSetExportJobStatus enum

func ReadSetFile_Values

func ReadSetFile_Values() []string

ReadSetFile_Values returns all elements of the ReadSetFile enum

func ReadSetImportJobItemStatus_Values

func ReadSetImportJobItemStatus_Values() []string

ReadSetImportJobItemStatus_Values returns all elements of the ReadSetImportJobItemStatus enum

func ReadSetImportJobStatus_Values

func ReadSetImportJobStatus_Values() []string

ReadSetImportJobStatus_Values returns all elements of the ReadSetImportJobStatus enum

func ReadSetPartSource_Values

func ReadSetPartSource_Values() []string

ReadSetPartSource_Values returns all elements of the ReadSetPartSource enum

func ReadSetStatus_Values

func ReadSetStatus_Values() []string

ReadSetStatus_Values returns all elements of the ReadSetStatus enum

func ReferenceFile_Values

func ReferenceFile_Values() []string

ReferenceFile_Values returns all elements of the ReferenceFile enum

func ReferenceImportJobItemStatus_Values

func ReferenceImportJobItemStatus_Values() []string

ReferenceImportJobItemStatus_Values returns all elements of the ReferenceImportJobItemStatus enum

func ReferenceImportJobStatus_Values

func ReferenceImportJobStatus_Values() []string

ReferenceImportJobStatus_Values returns all elements of the ReferenceImportJobStatus enum

func ReferenceStatus_Values

func ReferenceStatus_Values() []string

ReferenceStatus_Values returns all elements of the ReferenceStatus enum

func ResourceOwner_Values

func ResourceOwner_Values() []string

ResourceOwner_Values returns all elements of the ResourceOwner enum

func RunExport_Values

func RunExport_Values() []string

RunExport_Values returns all elements of the RunExport enum

func RunLogLevel_Values

func RunLogLevel_Values() []string

RunLogLevel_Values returns all elements of the RunLogLevel enum

func RunRetentionMode_Values

func RunRetentionMode_Values() []string

RunRetentionMode_Values returns all elements of the RunRetentionMode enum

func RunStatus_Values

func RunStatus_Values() []string

RunStatus_Values returns all elements of the RunStatus enum

func SchemaValueType_Values

func SchemaValueType_Values() []string

SchemaValueType_Values returns all elements of the SchemaValueType enum

func ShareResourceType_Values

func ShareResourceType_Values() []string

ShareResourceType_Values returns all elements of the ShareResourceType enum

func ShareStatus_Values

func ShareStatus_Values() []string

ShareStatus_Values returns all elements of the ShareStatus enum

func StorageType_Values

func StorageType_Values() []string

StorageType_Values returns all elements of the StorageType enum

func StoreFormat_Values

func StoreFormat_Values() []string

StoreFormat_Values returns all elements of the StoreFormat enum

func StoreStatus_Values

func StoreStatus_Values() []string

StoreStatus_Values returns all elements of the StoreStatus enum

func TaskStatus_Values

func TaskStatus_Values() []string

TaskStatus_Values returns all elements of the TaskStatus enum

func VersionStatus_Values

func VersionStatus_Values() []string

VersionStatus_Values returns all elements of the VersionStatus enum

func WorkflowEngine_Values

func WorkflowEngine_Values() []string

WorkflowEngine_Values returns all elements of the WorkflowEngine enum

func WorkflowExport_Values

func WorkflowExport_Values() []string

WorkflowExport_Values returns all elements of the WorkflowExport enum

func WorkflowStatus_Values

func WorkflowStatus_Values() []string

WorkflowStatus_Values returns all elements of the WorkflowStatus enum

func WorkflowType_Values

func WorkflowType_Values() []string

WorkflowType_Values returns all elements of the WorkflowType enum

type AbortMultipartReadSetUploadInput

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 (AbortMultipartReadSetUploadInput) GoString

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 (*AbortMultipartReadSetUploadInput) SetSequenceStoreId

func (s *AbortMultipartReadSetUploadInput) SetSequenceStoreId(v string) *AbortMultipartReadSetUploadInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*AbortMultipartReadSetUploadInput) SetUploadId

func (s *AbortMultipartReadSetUploadInput) SetUploadId(v string) *AbortMultipartReadSetUploadInput

SetUploadId sets the UploadId field's value.

func (AbortMultipartReadSetUploadInput) String

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 (*AbortMultipartReadSetUploadInput) Validate

func (s *AbortMultipartReadSetUploadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AbortMultipartReadSetUploadOutput

type AbortMultipartReadSetUploadOutput struct {
    // contains filtered or unexported fields
}

func (AbortMultipartReadSetUploadOutput) GoString

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 (AbortMultipartReadSetUploadOutput) String

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

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 (AcceptShareInput) GoString

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 (*AcceptShareInput) SetShareId

func (s *AcceptShareInput) SetShareId(v string) *AcceptShareInput

SetShareId sets the ShareId field's value.

func (AcceptShareInput) String

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 (*AcceptShareInput) Validate

func (s *AcceptShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptShareOutput

type AcceptShareOutput struct {

    // The status of the resource share.
    Status *string `locationName:"status" type:"string" enum:"ShareStatus"`
    // contains filtered or unexported fields
}

func (AcceptShareOutput) GoString

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 (*AcceptShareOutput) SetStatus

func (s *AcceptShareOutput) SetStatus(v string) *AcceptShareOutput

SetStatus sets the Status field's value.

func (AcceptShareOutput) String

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

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 (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

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 (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

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

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 (ActivateReadSetFilter) GoString

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 (*ActivateReadSetFilter) SetCreatedAfter

func (s *ActivateReadSetFilter) SetCreatedAfter(v time.Time) *ActivateReadSetFilter

SetCreatedAfter sets the CreatedAfter field's value.

func (*ActivateReadSetFilter) SetCreatedBefore

func (s *ActivateReadSetFilter) SetCreatedBefore(v time.Time) *ActivateReadSetFilter

SetCreatedBefore sets the CreatedBefore field's value.

func (*ActivateReadSetFilter) SetStatus

func (s *ActivateReadSetFilter) SetStatus(v string) *ActivateReadSetFilter

SetStatus sets the Status field's value.

func (ActivateReadSetFilter) String

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

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 (ActivateReadSetJobItem) GoString

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 (*ActivateReadSetJobItem) SetCompletionTime

func (s *ActivateReadSetJobItem) SetCompletionTime(v time.Time) *ActivateReadSetJobItem

SetCompletionTime sets the CompletionTime field's value.

func (*ActivateReadSetJobItem) SetCreationTime

func (s *ActivateReadSetJobItem) SetCreationTime(v time.Time) *ActivateReadSetJobItem

SetCreationTime sets the CreationTime field's value.

func (*ActivateReadSetJobItem) SetId

func (s *ActivateReadSetJobItem) SetId(v string) *ActivateReadSetJobItem

SetId sets the Id field's value.

func (*ActivateReadSetJobItem) SetSequenceStoreId

func (s *ActivateReadSetJobItem) SetSequenceStoreId(v string) *ActivateReadSetJobItem

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*ActivateReadSetJobItem) SetStatus

func (s *ActivateReadSetJobItem) SetStatus(v string) *ActivateReadSetJobItem

SetStatus sets the Status field's value.

func (ActivateReadSetJobItem) String

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

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 (ActivateReadSetSourceItem) GoString

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 (*ActivateReadSetSourceItem) SetReadSetId

func (s *ActivateReadSetSourceItem) SetReadSetId(v string) *ActivateReadSetSourceItem

SetReadSetId sets the ReadSetId field's value.

func (*ActivateReadSetSourceItem) SetStatus

func (s *ActivateReadSetSourceItem) SetStatus(v string) *ActivateReadSetSourceItem

SetStatus sets the Status field's value.

func (*ActivateReadSetSourceItem) SetStatusMessage

func (s *ActivateReadSetSourceItem) SetStatusMessage(v string) *ActivateReadSetSourceItem

SetStatusMessage sets the StatusMessage field's value.

func (ActivateReadSetSourceItem) String

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

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 (AnnotationImportItemDetail) GoString

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 (*AnnotationImportItemDetail) SetJobStatus

func (s *AnnotationImportItemDetail) SetJobStatus(v string) *AnnotationImportItemDetail

SetJobStatus sets the JobStatus field's value.

func (*AnnotationImportItemDetail) SetSource

func (s *AnnotationImportItemDetail) SetSource(v string) *AnnotationImportItemDetail

SetSource sets the Source field's value.

func (AnnotationImportItemDetail) String

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

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 (AnnotationImportItemSource) GoString

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 (*AnnotationImportItemSource) SetSource

func (s *AnnotationImportItemSource) SetSource(v string) *AnnotationImportItemSource

SetSource sets the Source field's value.

func (AnnotationImportItemSource) String

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 (*AnnotationImportItemSource) Validate

func (s *AnnotationImportItemSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnnotationImportJobItem

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 (AnnotationImportJobItem) GoString

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 (*AnnotationImportJobItem) SetAnnotationFields

func (s *AnnotationImportJobItem) SetAnnotationFields(v map[string]*string) *AnnotationImportJobItem

SetAnnotationFields sets the AnnotationFields field's value.

func (*AnnotationImportJobItem) SetCompletionTime

func (s *AnnotationImportJobItem) SetCompletionTime(v time.Time) *AnnotationImportJobItem

SetCompletionTime sets the CompletionTime field's value.

func (*AnnotationImportJobItem) SetCreationTime

func (s *AnnotationImportJobItem) SetCreationTime(v time.Time) *AnnotationImportJobItem

SetCreationTime sets the CreationTime field's value.

func (*AnnotationImportJobItem) SetDestinationName

func (s *AnnotationImportJobItem) SetDestinationName(v string) *AnnotationImportJobItem

SetDestinationName sets the DestinationName field's value.

func (*AnnotationImportJobItem) SetId

func (s *AnnotationImportJobItem) SetId(v string) *AnnotationImportJobItem

SetId sets the Id field's value.

func (*AnnotationImportJobItem) SetRoleArn

func (s *AnnotationImportJobItem) SetRoleArn(v string) *AnnotationImportJobItem

SetRoleArn sets the RoleArn field's value.

func (*AnnotationImportJobItem) SetRunLeftNormalization

func (s *AnnotationImportJobItem) SetRunLeftNormalization(v bool) *AnnotationImportJobItem

SetRunLeftNormalization sets the RunLeftNormalization field's value.

func (*AnnotationImportJobItem) SetStatus

func (s *AnnotationImportJobItem) SetStatus(v string) *AnnotationImportJobItem

SetStatus sets the Status field's value.

func (*AnnotationImportJobItem) SetUpdateTime

func (s *AnnotationImportJobItem) SetUpdateTime(v time.Time) *AnnotationImportJobItem

SetUpdateTime sets the UpdateTime field's value.

func (*AnnotationImportJobItem) SetVersionName

func (s *AnnotationImportJobItem) SetVersionName(v string) *AnnotationImportJobItem

SetVersionName sets the VersionName field's value.

func (AnnotationImportJobItem) String

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

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 (AnnotationStoreItem) GoString

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 (*AnnotationStoreItem) SetCreationTime

func (s *AnnotationStoreItem) SetCreationTime(v time.Time) *AnnotationStoreItem

SetCreationTime sets the CreationTime field's value.

func (*AnnotationStoreItem) SetDescription

func (s *AnnotationStoreItem) SetDescription(v string) *AnnotationStoreItem

SetDescription sets the Description field's value.

func (*AnnotationStoreItem) SetId

func (s *AnnotationStoreItem) SetId(v string) *AnnotationStoreItem

SetId sets the Id field's value.

func (*AnnotationStoreItem) SetName

func (s *AnnotationStoreItem) SetName(v string) *AnnotationStoreItem

SetName sets the Name field's value.

func (*AnnotationStoreItem) SetReference

func (s *AnnotationStoreItem) SetReference(v *ReferenceItem) *AnnotationStoreItem

SetReference sets the Reference field's value.

func (*AnnotationStoreItem) SetSseConfig

func (s *AnnotationStoreItem) SetSseConfig(v *SseConfig) *AnnotationStoreItem

SetSseConfig sets the SseConfig field's value.

func (*AnnotationStoreItem) SetStatus

func (s *AnnotationStoreItem) SetStatus(v string) *AnnotationStoreItem

SetStatus sets the Status field's value.

func (*AnnotationStoreItem) SetStatusMessage

func (s *AnnotationStoreItem) SetStatusMessage(v string) *AnnotationStoreItem

SetStatusMessage sets the StatusMessage field's value.

func (*AnnotationStoreItem) SetStoreArn

func (s *AnnotationStoreItem) SetStoreArn(v string) *AnnotationStoreItem

SetStoreArn sets the StoreArn field's value.

func (*AnnotationStoreItem) SetStoreFormat

func (s *AnnotationStoreItem) SetStoreFormat(v string) *AnnotationStoreItem

SetStoreFormat sets the StoreFormat field's value.

func (*AnnotationStoreItem) SetStoreSizeBytes

func (s *AnnotationStoreItem) SetStoreSizeBytes(v int64) *AnnotationStoreItem

SetStoreSizeBytes sets the StoreSizeBytes field's value.

func (*AnnotationStoreItem) SetUpdateTime

func (s *AnnotationStoreItem) SetUpdateTime(v time.Time) *AnnotationStoreItem

SetUpdateTime sets the UpdateTime field's value.

func (AnnotationStoreItem) String

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

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 (AnnotationStoreVersionItem) GoString

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 (*AnnotationStoreVersionItem) SetCreationTime

func (s *AnnotationStoreVersionItem) SetCreationTime(v time.Time) *AnnotationStoreVersionItem

SetCreationTime sets the CreationTime field's value.

func (*AnnotationStoreVersionItem) SetDescription

func (s *AnnotationStoreVersionItem) SetDescription(v string) *AnnotationStoreVersionItem

SetDescription sets the Description field's value.

func (*AnnotationStoreVersionItem) SetId

func (s *AnnotationStoreVersionItem) SetId(v string) *AnnotationStoreVersionItem

SetId sets the Id field's value.

func (*AnnotationStoreVersionItem) SetName

func (s *AnnotationStoreVersionItem) SetName(v string) *AnnotationStoreVersionItem

SetName sets the Name field's value.

func (*AnnotationStoreVersionItem) SetStatus

func (s *AnnotationStoreVersionItem) SetStatus(v string) *AnnotationStoreVersionItem

SetStatus sets the Status field's value.

func (*AnnotationStoreVersionItem) SetStatusMessage

func (s *AnnotationStoreVersionItem) SetStatusMessage(v string) *AnnotationStoreVersionItem

SetStatusMessage sets the StatusMessage field's value.

func (*AnnotationStoreVersionItem) SetStoreId

func (s *AnnotationStoreVersionItem) SetStoreId(v string) *AnnotationStoreVersionItem

SetStoreId sets the StoreId field's value.

func (*AnnotationStoreVersionItem) SetUpdateTime

func (s *AnnotationStoreVersionItem) SetUpdateTime(v time.Time) *AnnotationStoreVersionItem

SetUpdateTime sets the UpdateTime field's value.

func (*AnnotationStoreVersionItem) SetVersionArn

func (s *AnnotationStoreVersionItem) SetVersionArn(v string) *AnnotationStoreVersionItem

SetVersionArn sets the VersionArn field's value.

func (*AnnotationStoreVersionItem) SetVersionName

func (s *AnnotationStoreVersionItem) SetVersionName(v string) *AnnotationStoreVersionItem

SetVersionName sets the VersionName field's value.

func (*AnnotationStoreVersionItem) SetVersionSizeBytes

func (s *AnnotationStoreVersionItem) SetVersionSizeBytes(v int64) *AnnotationStoreVersionItem

SetVersionSizeBytes sets the VersionSizeBytes field's value.

func (AnnotationStoreVersionItem) String

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

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 (BatchDeleteReadSetInput) GoString

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 (*BatchDeleteReadSetInput) SetIds

func (s *BatchDeleteReadSetInput) SetIds(v []*string) *BatchDeleteReadSetInput

SetIds sets the Ids field's value.

func (*BatchDeleteReadSetInput) SetSequenceStoreId

func (s *BatchDeleteReadSetInput) SetSequenceStoreId(v string) *BatchDeleteReadSetInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (BatchDeleteReadSetInput) String

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 (*BatchDeleteReadSetInput) Validate

func (s *BatchDeleteReadSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDeleteReadSetOutput

type BatchDeleteReadSetOutput struct {

    // Errors returned by individual delete operations.
    Errors []*ReadSetBatchError `locationName:"errors" type:"list"`
    // contains filtered or unexported fields
}

func (BatchDeleteReadSetOutput) GoString

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 (*BatchDeleteReadSetOutput) SetErrors

func (s *BatchDeleteReadSetOutput) SetErrors(v []*ReadSetBatchError) *BatchDeleteReadSetOutput

SetErrors sets the Errors field's value.

func (BatchDeleteReadSetOutput) String

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

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 (CancelAnnotationImportJobInput) GoString

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 (*CancelAnnotationImportJobInput) SetJobId

func (s *CancelAnnotationImportJobInput) SetJobId(v string) *CancelAnnotationImportJobInput

SetJobId sets the JobId field's value.

func (CancelAnnotationImportJobInput) String

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 (*CancelAnnotationImportJobInput) Validate

func (s *CancelAnnotationImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelAnnotationImportJobOutput

type CancelAnnotationImportJobOutput struct {
    // contains filtered or unexported fields
}

func (CancelAnnotationImportJobOutput) GoString

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 (CancelAnnotationImportJobOutput) String

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

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 (CancelRunInput) GoString

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 (*CancelRunInput) SetId

func (s *CancelRunInput) SetId(v string) *CancelRunInput

SetId sets the Id field's value.

func (CancelRunInput) String

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 (*CancelRunInput) Validate

func (s *CancelRunInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelRunOutput

type CancelRunOutput struct {
    // contains filtered or unexported fields
}

func (CancelRunOutput) GoString

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 (CancelRunOutput) String

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

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 (CancelVariantImportJobInput) GoString

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 (*CancelVariantImportJobInput) SetJobId

func (s *CancelVariantImportJobInput) SetJobId(v string) *CancelVariantImportJobInput

SetJobId sets the JobId field's value.

func (CancelVariantImportJobInput) String

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 (*CancelVariantImportJobInput) Validate

func (s *CancelVariantImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelVariantImportJobOutput

type CancelVariantImportJobOutput struct {
    // contains filtered or unexported fields
}

func (CancelVariantImportJobOutput) GoString

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 (CancelVariantImportJobOutput) String

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

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 (CompleteMultipartReadSetUploadInput) GoString

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 (*CompleteMultipartReadSetUploadInput) SetParts

func (s *CompleteMultipartReadSetUploadInput) SetParts(v []*CompleteReadSetUploadPartListItem) *CompleteMultipartReadSetUploadInput

SetParts sets the Parts field's value.

func (*CompleteMultipartReadSetUploadInput) SetSequenceStoreId

func (s *CompleteMultipartReadSetUploadInput) SetSequenceStoreId(v string) *CompleteMultipartReadSetUploadInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*CompleteMultipartReadSetUploadInput) SetUploadId

func (s *CompleteMultipartReadSetUploadInput) SetUploadId(v string) *CompleteMultipartReadSetUploadInput

SetUploadId sets the UploadId field's value.

func (CompleteMultipartReadSetUploadInput) String

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 (*CompleteMultipartReadSetUploadInput) Validate

func (s *CompleteMultipartReadSetUploadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CompleteMultipartReadSetUploadOutput

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 (CompleteMultipartReadSetUploadOutput) GoString

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 (*CompleteMultipartReadSetUploadOutput) SetReadSetId

func (s *CompleteMultipartReadSetUploadOutput) SetReadSetId(v string) *CompleteMultipartReadSetUploadOutput

SetReadSetId sets the ReadSetId field's value.

func (CompleteMultipartReadSetUploadOutput) String

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

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 (CompleteReadSetUploadPartListItem) GoString

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 (*CompleteReadSetUploadPartListItem) SetChecksum

func (s *CompleteReadSetUploadPartListItem) SetChecksum(v string) *CompleteReadSetUploadPartListItem

SetChecksum sets the Checksum field's value.

func (*CompleteReadSetUploadPartListItem) SetPartNumber

func (s *CompleteReadSetUploadPartListItem) SetPartNumber(v int64) *CompleteReadSetUploadPartListItem

SetPartNumber sets the PartNumber field's value.

func (*CompleteReadSetUploadPartListItem) SetPartSource

func (s *CompleteReadSetUploadPartListItem) SetPartSource(v string) *CompleteReadSetUploadPartListItem

SetPartSource sets the PartSource field's value.

func (CompleteReadSetUploadPartListItem) String

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 (*CompleteReadSetUploadPartListItem) Validate

func (s *CompleteReadSetUploadPartListItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConflictException

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 (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

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 (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

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

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 (CreateAnnotationStoreInput) GoString

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 (*CreateAnnotationStoreInput) SetDescription

func (s *CreateAnnotationStoreInput) SetDescription(v string) *CreateAnnotationStoreInput

SetDescription sets the Description field's value.

func (*CreateAnnotationStoreInput) SetName

func (s *CreateAnnotationStoreInput) SetName(v string) *CreateAnnotationStoreInput

SetName sets the Name field's value.

func (*CreateAnnotationStoreInput) SetReference

func (s *CreateAnnotationStoreInput) SetReference(v *ReferenceItem) *CreateAnnotationStoreInput

SetReference sets the Reference field's value.

func (*CreateAnnotationStoreInput) SetSseConfig

func (s *CreateAnnotationStoreInput) SetSseConfig(v *SseConfig) *CreateAnnotationStoreInput

SetSseConfig sets the SseConfig field's value.

func (*CreateAnnotationStoreInput) SetStoreFormat

func (s *CreateAnnotationStoreInput) SetStoreFormat(v string) *CreateAnnotationStoreInput

SetStoreFormat sets the StoreFormat field's value.

func (*CreateAnnotationStoreInput) SetStoreOptions

func (s *CreateAnnotationStoreInput) SetStoreOptions(v *StoreOptions) *CreateAnnotationStoreInput

SetStoreOptions sets the StoreOptions field's value.

func (*CreateAnnotationStoreInput) SetTags

func (s *CreateAnnotationStoreInput) SetTags(v map[string]*string) *CreateAnnotationStoreInput

SetTags sets the Tags field's value.

func (*CreateAnnotationStoreInput) SetVersionName

func (s *CreateAnnotationStoreInput) SetVersionName(v string) *CreateAnnotationStoreInput

SetVersionName sets the VersionName field's value.

func (CreateAnnotationStoreInput) String

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 (*CreateAnnotationStoreInput) Validate

func (s *CreateAnnotationStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAnnotationStoreOutput

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 (CreateAnnotationStoreOutput) GoString

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 (*CreateAnnotationStoreOutput) SetCreationTime

func (s *CreateAnnotationStoreOutput) SetCreationTime(v time.Time) *CreateAnnotationStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateAnnotationStoreOutput) SetId

func (s *CreateAnnotationStoreOutput) SetId(v string) *CreateAnnotationStoreOutput

SetId sets the Id field's value.

func (*CreateAnnotationStoreOutput) SetName

func (s *CreateAnnotationStoreOutput) SetName(v string) *CreateAnnotationStoreOutput

SetName sets the Name field's value.

func (*CreateAnnotationStoreOutput) SetReference

func (s *CreateAnnotationStoreOutput) SetReference(v *ReferenceItem) *CreateAnnotationStoreOutput

SetReference sets the Reference field's value.

func (*CreateAnnotationStoreOutput) SetStatus

func (s *CreateAnnotationStoreOutput) SetStatus(v string) *CreateAnnotationStoreOutput

SetStatus sets the Status field's value.

func (*CreateAnnotationStoreOutput) SetStoreFormat

func (s *CreateAnnotationStoreOutput) SetStoreFormat(v string) *CreateAnnotationStoreOutput

SetStoreFormat sets the StoreFormat field's value.

func (*CreateAnnotationStoreOutput) SetStoreOptions

func (s *CreateAnnotationStoreOutput) SetStoreOptions(v *StoreOptions) *CreateAnnotationStoreOutput

SetStoreOptions sets the StoreOptions field's value.

func (*CreateAnnotationStoreOutput) SetVersionName

func (s *CreateAnnotationStoreOutput) SetVersionName(v string) *CreateAnnotationStoreOutput

SetVersionName sets the VersionName field's value.

func (CreateAnnotationStoreOutput) String

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

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 (CreateAnnotationStoreVersionInput) GoString

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 (*CreateAnnotationStoreVersionInput) SetDescription

func (s *CreateAnnotationStoreVersionInput) SetDescription(v string) *CreateAnnotationStoreVersionInput

SetDescription sets the Description field's value.

func (*CreateAnnotationStoreVersionInput) SetName

func (s *CreateAnnotationStoreVersionInput) SetName(v string) *CreateAnnotationStoreVersionInput

SetName sets the Name field's value.

func (*CreateAnnotationStoreVersionInput) SetTags

func (s *CreateAnnotationStoreVersionInput) SetTags(v map[string]*string) *CreateAnnotationStoreVersionInput

SetTags sets the Tags field's value.

func (*CreateAnnotationStoreVersionInput) SetVersionName

func (s *CreateAnnotationStoreVersionInput) SetVersionName(v string) *CreateAnnotationStoreVersionInput

SetVersionName sets the VersionName field's value.

func (*CreateAnnotationStoreVersionInput) SetVersionOptions

func (s *CreateAnnotationStoreVersionInput) SetVersionOptions(v *VersionOptions) *CreateAnnotationStoreVersionInput

SetVersionOptions sets the VersionOptions field's value.

func (CreateAnnotationStoreVersionInput) String

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 (*CreateAnnotationStoreVersionInput) Validate

func (s *CreateAnnotationStoreVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAnnotationStoreVersionOutput

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 (CreateAnnotationStoreVersionOutput) GoString

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 (*CreateAnnotationStoreVersionOutput) SetCreationTime

func (s *CreateAnnotationStoreVersionOutput) SetCreationTime(v time.Time) *CreateAnnotationStoreVersionOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateAnnotationStoreVersionOutput) SetId

func (s *CreateAnnotationStoreVersionOutput) SetId(v string) *CreateAnnotationStoreVersionOutput

SetId sets the Id field's value.

func (*CreateAnnotationStoreVersionOutput) SetName

func (s *CreateAnnotationStoreVersionOutput) SetName(v string) *CreateAnnotationStoreVersionOutput

SetName sets the Name field's value.

func (*CreateAnnotationStoreVersionOutput) SetStatus

func (s *CreateAnnotationStoreVersionOutput) SetStatus(v string) *CreateAnnotationStoreVersionOutput

SetStatus sets the Status field's value.

func (*CreateAnnotationStoreVersionOutput) SetStoreId

func (s *CreateAnnotationStoreVersionOutput) SetStoreId(v string) *CreateAnnotationStoreVersionOutput

SetStoreId sets the StoreId field's value.

func (*CreateAnnotationStoreVersionOutput) SetVersionName

func (s *CreateAnnotationStoreVersionOutput) SetVersionName(v string) *CreateAnnotationStoreVersionOutput

SetVersionName sets the VersionName field's value.

func (*CreateAnnotationStoreVersionOutput) SetVersionOptions

func (s *CreateAnnotationStoreVersionOutput) SetVersionOptions(v *VersionOptions) *CreateAnnotationStoreVersionOutput

SetVersionOptions sets the VersionOptions field's value.

func (CreateAnnotationStoreVersionOutput) String

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

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 (CreateMultipartReadSetUploadInput) GoString

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 (*CreateMultipartReadSetUploadInput) SetClientToken

func (s *CreateMultipartReadSetUploadInput) SetClientToken(v string) *CreateMultipartReadSetUploadInput

SetClientToken sets the ClientToken field's value.

func (*CreateMultipartReadSetUploadInput) SetDescription

func (s *CreateMultipartReadSetUploadInput) SetDescription(v string) *CreateMultipartReadSetUploadInput

SetDescription sets the Description field's value.

func (*CreateMultipartReadSetUploadInput) SetGeneratedFrom

func (s *CreateMultipartReadSetUploadInput) SetGeneratedFrom(v string) *CreateMultipartReadSetUploadInput

SetGeneratedFrom sets the GeneratedFrom field's value.

func (*CreateMultipartReadSetUploadInput) SetName

func (s *CreateMultipartReadSetUploadInput) SetName(v string) *CreateMultipartReadSetUploadInput

SetName sets the Name field's value.

func (*CreateMultipartReadSetUploadInput) SetReferenceArn

func (s *CreateMultipartReadSetUploadInput) SetReferenceArn(v string) *CreateMultipartReadSetUploadInput

SetReferenceArn sets the ReferenceArn field's value.

func (*CreateMultipartReadSetUploadInput) SetSampleId

func (s *CreateMultipartReadSetUploadInput) SetSampleId(v string) *CreateMultipartReadSetUploadInput

SetSampleId sets the SampleId field's value.

func (*CreateMultipartReadSetUploadInput) SetSequenceStoreId

func (s *CreateMultipartReadSetUploadInput) SetSequenceStoreId(v string) *CreateMultipartReadSetUploadInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*CreateMultipartReadSetUploadInput) SetSourceFileType

func (s *CreateMultipartReadSetUploadInput) SetSourceFileType(v string) *CreateMultipartReadSetUploadInput

SetSourceFileType sets the SourceFileType field's value.

func (*CreateMultipartReadSetUploadInput) SetSubjectId

func (s *CreateMultipartReadSetUploadInput) SetSubjectId(v string) *CreateMultipartReadSetUploadInput

SetSubjectId sets the SubjectId field's value.

func (*CreateMultipartReadSetUploadInput) SetTags

func (s *CreateMultipartReadSetUploadInput) SetTags(v map[string]*string) *CreateMultipartReadSetUploadInput

SetTags sets the Tags field's value.

func (CreateMultipartReadSetUploadInput) String

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 (*CreateMultipartReadSetUploadInput) Validate

func (s *CreateMultipartReadSetUploadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMultipartReadSetUploadOutput

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 (CreateMultipartReadSetUploadOutput) GoString

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 (*CreateMultipartReadSetUploadOutput) SetCreationTime

func (s *CreateMultipartReadSetUploadOutput) SetCreationTime(v time.Time) *CreateMultipartReadSetUploadOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateMultipartReadSetUploadOutput) SetDescription

func (s *CreateMultipartReadSetUploadOutput) SetDescription(v string) *CreateMultipartReadSetUploadOutput

SetDescription sets the Description field's value.

func (*CreateMultipartReadSetUploadOutput) SetGeneratedFrom

func (s *CreateMultipartReadSetUploadOutput) SetGeneratedFrom(v string) *CreateMultipartReadSetUploadOutput

SetGeneratedFrom sets the GeneratedFrom field's value.

func (*CreateMultipartReadSetUploadOutput) SetName

func (s *CreateMultipartReadSetUploadOutput) SetName(v string) *CreateMultipartReadSetUploadOutput

SetName sets the Name field's value.

func (*CreateMultipartReadSetUploadOutput) SetReferenceArn

func (s *CreateMultipartReadSetUploadOutput) SetReferenceArn(v string) *CreateMultipartReadSetUploadOutput

SetReferenceArn sets the ReferenceArn field's value.

func (*CreateMultipartReadSetUploadOutput) SetSampleId

func (s *CreateMultipartReadSetUploadOutput) SetSampleId(v string) *CreateMultipartReadSetUploadOutput

SetSampleId sets the SampleId field's value.

func (*CreateMultipartReadSetUploadOutput) SetSequenceStoreId

func (s *CreateMultipartReadSetUploadOutput) SetSequenceStoreId(v string) *CreateMultipartReadSetUploadOutput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*CreateMultipartReadSetUploadOutput) SetSourceFileType

func (s *CreateMultipartReadSetUploadOutput) SetSourceFileType(v string) *CreateMultipartReadSetUploadOutput

SetSourceFileType sets the SourceFileType field's value.

func (*CreateMultipartReadSetUploadOutput) SetSubjectId

func (s *CreateMultipartReadSetUploadOutput) SetSubjectId(v string) *CreateMultipartReadSetUploadOutput

SetSubjectId sets the SubjectId field's value.

func (*CreateMultipartReadSetUploadOutput) SetTags

func (s *CreateMultipartReadSetUploadOutput) SetTags(v map[string]*string) *CreateMultipartReadSetUploadOutput

SetTags sets the Tags field's value.

func (*CreateMultipartReadSetUploadOutput) SetUploadId

func (s *CreateMultipartReadSetUploadOutput) SetUploadId(v string) *CreateMultipartReadSetUploadOutput

SetUploadId sets the UploadId field's value.

func (CreateMultipartReadSetUploadOutput) String

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

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 (CreateReferenceStoreInput) GoString

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 (*CreateReferenceStoreInput) SetClientToken

func (s *CreateReferenceStoreInput) SetClientToken(v string) *CreateReferenceStoreInput

SetClientToken sets the ClientToken field's value.

func (*CreateReferenceStoreInput) SetDescription

func (s *CreateReferenceStoreInput) SetDescription(v string) *CreateReferenceStoreInput

SetDescription sets the Description field's value.

func (*CreateReferenceStoreInput) SetName

func (s *CreateReferenceStoreInput) SetName(v string) *CreateReferenceStoreInput

SetName sets the Name field's value.

func (*CreateReferenceStoreInput) SetSseConfig

func (s *CreateReferenceStoreInput) SetSseConfig(v *SseConfig) *CreateReferenceStoreInput

SetSseConfig sets the SseConfig field's value.

func (*CreateReferenceStoreInput) SetTags

func (s *CreateReferenceStoreInput) SetTags(v map[string]*string) *CreateReferenceStoreInput

SetTags sets the Tags field's value.

func (CreateReferenceStoreInput) String

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 (*CreateReferenceStoreInput) Validate

func (s *CreateReferenceStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateReferenceStoreOutput

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 (CreateReferenceStoreOutput) GoString

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 (*CreateReferenceStoreOutput) SetArn

func (s *CreateReferenceStoreOutput) SetArn(v string) *CreateReferenceStoreOutput

SetArn sets the Arn field's value.

func (*CreateReferenceStoreOutput) SetCreationTime

func (s *CreateReferenceStoreOutput) SetCreationTime(v time.Time) *CreateReferenceStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateReferenceStoreOutput) SetDescription

func (s *CreateReferenceStoreOutput) SetDescription(v string) *CreateReferenceStoreOutput

SetDescription sets the Description field's value.

func (*CreateReferenceStoreOutput) SetId

func (s *CreateReferenceStoreOutput) SetId(v string) *CreateReferenceStoreOutput

SetId sets the Id field's value.

func (*CreateReferenceStoreOutput) SetName

func (s *CreateReferenceStoreOutput) SetName(v string) *CreateReferenceStoreOutput

SetName sets the Name field's value.

func (*CreateReferenceStoreOutput) SetSseConfig

func (s *CreateReferenceStoreOutput) SetSseConfig(v *SseConfig) *CreateReferenceStoreOutput

SetSseConfig sets the SseConfig field's value.

func (CreateReferenceStoreOutput) String

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

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 (CreateRunGroupInput) GoString

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 (*CreateRunGroupInput) SetMaxCpus

func (s *CreateRunGroupInput) SetMaxCpus(v int64) *CreateRunGroupInput

SetMaxCpus sets the MaxCpus field's value.

func (*CreateRunGroupInput) SetMaxDuration

func (s *CreateRunGroupInput) SetMaxDuration(v int64) *CreateRunGroupInput

SetMaxDuration sets the MaxDuration field's value.

func (*CreateRunGroupInput) SetMaxGpus

func (s *CreateRunGroupInput) SetMaxGpus(v int64) *CreateRunGroupInput

SetMaxGpus sets the MaxGpus field's value.

func (*CreateRunGroupInput) SetMaxRuns

func (s *CreateRunGroupInput) SetMaxRuns(v int64) *CreateRunGroupInput

SetMaxRuns sets the MaxRuns field's value.

func (*CreateRunGroupInput) SetName

func (s *CreateRunGroupInput) SetName(v string) *CreateRunGroupInput

SetName sets the Name field's value.

func (*CreateRunGroupInput) SetRequestId

func (s *CreateRunGroupInput) SetRequestId(v string) *CreateRunGroupInput

SetRequestId sets the RequestId field's value.

func (*CreateRunGroupInput) SetTags

func (s *CreateRunGroupInput) SetTags(v map[string]*string) *CreateRunGroupInput

SetTags sets the Tags field's value.

func (CreateRunGroupInput) String

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 (*CreateRunGroupInput) Validate

func (s *CreateRunGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRunGroupOutput

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 (CreateRunGroupOutput) GoString

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 (*CreateRunGroupOutput) SetArn

func (s *CreateRunGroupOutput) SetArn(v string) *CreateRunGroupOutput

SetArn sets the Arn field's value.

func (*CreateRunGroupOutput) SetId

func (s *CreateRunGroupOutput) SetId(v string) *CreateRunGroupOutput

SetId sets the Id field's value.

func (*CreateRunGroupOutput) SetTags

func (s *CreateRunGroupOutput) SetTags(v map[string]*string) *CreateRunGroupOutput

SetTags sets the Tags field's value.

func (CreateRunGroupOutput) String

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

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 (CreateSequenceStoreInput) GoString

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 (*CreateSequenceStoreInput) SetClientToken

func (s *CreateSequenceStoreInput) SetClientToken(v string) *CreateSequenceStoreInput

SetClientToken sets the ClientToken field's value.

func (*CreateSequenceStoreInput) SetDescription

func (s *CreateSequenceStoreInput) SetDescription(v string) *CreateSequenceStoreInput

SetDescription sets the Description field's value.

func (*CreateSequenceStoreInput) SetETagAlgorithmFamily

func (s *CreateSequenceStoreInput) SetETagAlgorithmFamily(v string) *CreateSequenceStoreInput

SetETagAlgorithmFamily sets the ETagAlgorithmFamily field's value.

func (*CreateSequenceStoreInput) SetFallbackLocation

func (s *CreateSequenceStoreInput) SetFallbackLocation(v string) *CreateSequenceStoreInput

SetFallbackLocation sets the FallbackLocation field's value.

func (*CreateSequenceStoreInput) SetName

func (s *CreateSequenceStoreInput) SetName(v string) *CreateSequenceStoreInput

SetName sets the Name field's value.

func (*CreateSequenceStoreInput) SetSseConfig

func (s *CreateSequenceStoreInput) SetSseConfig(v *SseConfig) *CreateSequenceStoreInput

SetSseConfig sets the SseConfig field's value.

func (*CreateSequenceStoreInput) SetTags

func (s *CreateSequenceStoreInput) SetTags(v map[string]*string) *CreateSequenceStoreInput

SetTags sets the Tags field's value.

func (CreateSequenceStoreInput) String

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 (*CreateSequenceStoreInput) Validate

func (s *CreateSequenceStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSequenceStoreOutput

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 (CreateSequenceStoreOutput) GoString

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 (*CreateSequenceStoreOutput) SetArn

func (s *CreateSequenceStoreOutput) SetArn(v string) *CreateSequenceStoreOutput

SetArn sets the Arn field's value.

func (*CreateSequenceStoreOutput) SetCreationTime

func (s *CreateSequenceStoreOutput) SetCreationTime(v time.Time) *CreateSequenceStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateSequenceStoreOutput) SetDescription

func (s *CreateSequenceStoreOutput) SetDescription(v string) *CreateSequenceStoreOutput

SetDescription sets the Description field's value.

func (*CreateSequenceStoreOutput) SetETagAlgorithmFamily

func (s *CreateSequenceStoreOutput) SetETagAlgorithmFamily(v string) *CreateSequenceStoreOutput

SetETagAlgorithmFamily sets the ETagAlgorithmFamily field's value.

func (*CreateSequenceStoreOutput) SetFallbackLocation

func (s *CreateSequenceStoreOutput) SetFallbackLocation(v string) *CreateSequenceStoreOutput

SetFallbackLocation sets the FallbackLocation field's value.

func (*CreateSequenceStoreOutput) SetId

func (s *CreateSequenceStoreOutput) SetId(v string) *CreateSequenceStoreOutput

SetId sets the Id field's value.

func (*CreateSequenceStoreOutput) SetName

func (s *CreateSequenceStoreOutput) SetName(v string) *CreateSequenceStoreOutput

SetName sets the Name field's value.

func (*CreateSequenceStoreOutput) SetSseConfig

func (s *CreateSequenceStoreOutput) SetSseConfig(v *SseConfig) *CreateSequenceStoreOutput

SetSseConfig sets the SseConfig field's value.

func (CreateSequenceStoreOutput) String

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

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 (CreateShareInput) GoString

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 (*CreateShareInput) SetPrincipalSubscriber

func (s *CreateShareInput) SetPrincipalSubscriber(v string) *CreateShareInput

SetPrincipalSubscriber sets the PrincipalSubscriber field's value.

func (*CreateShareInput) SetResourceArn

func (s *CreateShareInput) SetResourceArn(v string) *CreateShareInput

SetResourceArn sets the ResourceArn field's value.

func (*CreateShareInput) SetShareName

func (s *CreateShareInput) SetShareName(v string) *CreateShareInput

SetShareName sets the ShareName field's value.

func (CreateShareInput) String

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 (*CreateShareInput) Validate

func (s *CreateShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateShareOutput

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 (CreateShareOutput) GoString

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 (*CreateShareOutput) SetShareId

func (s *CreateShareOutput) SetShareId(v string) *CreateShareOutput

SetShareId sets the ShareId field's value.

func (*CreateShareOutput) SetShareName

func (s *CreateShareOutput) SetShareName(v string) *CreateShareOutput

SetShareName sets the ShareName field's value.

func (*CreateShareOutput) SetStatus

func (s *CreateShareOutput) SetStatus(v string) *CreateShareOutput

SetStatus sets the Status field's value.

func (CreateShareOutput) String

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

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 (CreateVariantStoreInput) GoString

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 (*CreateVariantStoreInput) SetDescription

func (s *CreateVariantStoreInput) SetDescription(v string) *CreateVariantStoreInput

SetDescription sets the Description field's value.

func (*CreateVariantStoreInput) SetName

func (s *CreateVariantStoreInput) SetName(v string) *CreateVariantStoreInput

SetName sets the Name field's value.

func (*CreateVariantStoreInput) SetReference

func (s *CreateVariantStoreInput) SetReference(v *ReferenceItem) *CreateVariantStoreInput

SetReference sets the Reference field's value.

func (*CreateVariantStoreInput) SetSseConfig

func (s *CreateVariantStoreInput) SetSseConfig(v *SseConfig) *CreateVariantStoreInput

SetSseConfig sets the SseConfig field's value.

func (*CreateVariantStoreInput) SetTags

func (s *CreateVariantStoreInput) SetTags(v map[string]*string) *CreateVariantStoreInput

SetTags sets the Tags field's value.

func (CreateVariantStoreInput) String

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 (*CreateVariantStoreInput) Validate

func (s *CreateVariantStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVariantStoreOutput

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 (CreateVariantStoreOutput) GoString

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 (*CreateVariantStoreOutput) SetCreationTime

func (s *CreateVariantStoreOutput) SetCreationTime(v time.Time) *CreateVariantStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateVariantStoreOutput) SetId

func (s *CreateVariantStoreOutput) SetId(v string) *CreateVariantStoreOutput

SetId sets the Id field's value.

func (*CreateVariantStoreOutput) SetName

func (s *CreateVariantStoreOutput) SetName(v string) *CreateVariantStoreOutput

SetName sets the Name field's value.

func (*CreateVariantStoreOutput) SetReference

func (s *CreateVariantStoreOutput) SetReference(v *ReferenceItem) *CreateVariantStoreOutput

SetReference sets the Reference field's value.

func (*CreateVariantStoreOutput) SetStatus

func (s *CreateVariantStoreOutput) SetStatus(v string) *CreateVariantStoreOutput

SetStatus sets the Status field's value.

func (CreateVariantStoreOutput) String

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

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 (CreateWorkflowInput) GoString

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 (*CreateWorkflowInput) SetAccelerators

func (s *CreateWorkflowInput) SetAccelerators(v string) *CreateWorkflowInput

SetAccelerators sets the Accelerators field's value.

func (*CreateWorkflowInput) SetDefinitionUri

func (s *CreateWorkflowInput) SetDefinitionUri(v string) *CreateWorkflowInput

SetDefinitionUri sets the DefinitionUri field's value.

func (*CreateWorkflowInput) SetDefinitionZip

func (s *CreateWorkflowInput) SetDefinitionZip(v []byte) *CreateWorkflowInput

SetDefinitionZip sets the DefinitionZip field's value.

func (*CreateWorkflowInput) SetDescription

func (s *CreateWorkflowInput) SetDescription(v string) *CreateWorkflowInput

SetDescription sets the Description field's value.

func (*CreateWorkflowInput) SetEngine

func (s *CreateWorkflowInput) SetEngine(v string) *CreateWorkflowInput

SetEngine sets the Engine field's value.

func (*CreateWorkflowInput) SetMain

func (s *CreateWorkflowInput) SetMain(v string) *CreateWorkflowInput

SetMain sets the Main field's value.

func (*CreateWorkflowInput) SetName

func (s *CreateWorkflowInput) SetName(v string) *CreateWorkflowInput

SetName sets the Name field's value.

func (*CreateWorkflowInput) SetParameterTemplate

func (s *CreateWorkflowInput) SetParameterTemplate(v map[string]*WorkflowParameter) *CreateWorkflowInput

SetParameterTemplate sets the ParameterTemplate field's value.

func (*CreateWorkflowInput) SetRequestId

func (s *CreateWorkflowInput) SetRequestId(v string) *CreateWorkflowInput

SetRequestId sets the RequestId field's value.

func (*CreateWorkflowInput) SetStorageCapacity

func (s *CreateWorkflowInput) SetStorageCapacity(v int64) *CreateWorkflowInput

SetStorageCapacity sets the StorageCapacity field's value.

func (*CreateWorkflowInput) SetTags

func (s *CreateWorkflowInput) SetTags(v map[string]*string) *CreateWorkflowInput

SetTags sets the Tags field's value.

func (CreateWorkflowInput) String

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 (*CreateWorkflowInput) Validate

func (s *CreateWorkflowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateWorkflowOutput

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 (CreateWorkflowOutput) GoString

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 (*CreateWorkflowOutput) SetArn

func (s *CreateWorkflowOutput) SetArn(v string) *CreateWorkflowOutput

SetArn sets the Arn field's value.

func (*CreateWorkflowOutput) SetId

func (s *CreateWorkflowOutput) SetId(v string) *CreateWorkflowOutput

SetId sets the Id field's value.

func (*CreateWorkflowOutput) SetStatus

func (s *CreateWorkflowOutput) SetStatus(v string) *CreateWorkflowOutput

SetStatus sets the Status field's value.

func (*CreateWorkflowOutput) SetTags

func (s *CreateWorkflowOutput) SetTags(v map[string]*string) *CreateWorkflowOutput

SetTags sets the Tags field's value.

func (CreateWorkflowOutput) String

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

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 (DeleteAnnotationStoreInput) GoString

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 (*DeleteAnnotationStoreInput) SetForce

func (s *DeleteAnnotationStoreInput) SetForce(v bool) *DeleteAnnotationStoreInput

SetForce sets the Force field's value.

func (*DeleteAnnotationStoreInput) SetName

func (s *DeleteAnnotationStoreInput) SetName(v string) *DeleteAnnotationStoreInput

SetName sets the Name field's value.

func (DeleteAnnotationStoreInput) String

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 (*DeleteAnnotationStoreInput) Validate

func (s *DeleteAnnotationStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAnnotationStoreOutput

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 (DeleteAnnotationStoreOutput) GoString

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 (*DeleteAnnotationStoreOutput) SetStatus

func (s *DeleteAnnotationStoreOutput) SetStatus(v string) *DeleteAnnotationStoreOutput

SetStatus sets the Status field's value.

func (DeleteAnnotationStoreOutput) String

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

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 (DeleteAnnotationStoreVersionsInput) GoString

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 (*DeleteAnnotationStoreVersionsInput) SetForce

func (s *DeleteAnnotationStoreVersionsInput) SetForce(v bool) *DeleteAnnotationStoreVersionsInput

SetForce sets the Force field's value.

func (*DeleteAnnotationStoreVersionsInput) SetName

func (s *DeleteAnnotationStoreVersionsInput) SetName(v string) *DeleteAnnotationStoreVersionsInput

SetName sets the Name field's value.

func (*DeleteAnnotationStoreVersionsInput) SetVersions

func (s *DeleteAnnotationStoreVersionsInput) SetVersions(v []*string) *DeleteAnnotationStoreVersionsInput

SetVersions sets the Versions field's value.

func (DeleteAnnotationStoreVersionsInput) String

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 (*DeleteAnnotationStoreVersionsInput) Validate

func (s *DeleteAnnotationStoreVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAnnotationStoreVersionsOutput

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 (DeleteAnnotationStoreVersionsOutput) GoString

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 (*DeleteAnnotationStoreVersionsOutput) SetErrors

func (s *DeleteAnnotationStoreVersionsOutput) SetErrors(v []*VersionDeleteError) *DeleteAnnotationStoreVersionsOutput

SetErrors sets the Errors field's value.

func (DeleteAnnotationStoreVersionsOutput) String

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

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 (DeleteReferenceInput) GoString

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 (*DeleteReferenceInput) SetId

func (s *DeleteReferenceInput) SetId(v string) *DeleteReferenceInput

SetId sets the Id field's value.

func (*DeleteReferenceInput) SetReferenceStoreId

func (s *DeleteReferenceInput) SetReferenceStoreId(v string) *DeleteReferenceInput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (DeleteReferenceInput) String

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 (*DeleteReferenceInput) Validate

func (s *DeleteReferenceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReferenceOutput

type DeleteReferenceOutput struct {
    // contains filtered or unexported fields
}

func (DeleteReferenceOutput) GoString

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 (DeleteReferenceOutput) String

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

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 (DeleteReferenceStoreInput) GoString

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 (*DeleteReferenceStoreInput) SetId

func (s *DeleteReferenceStoreInput) SetId(v string) *DeleteReferenceStoreInput

SetId sets the Id field's value.

func (DeleteReferenceStoreInput) String

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 (*DeleteReferenceStoreInput) Validate

func (s *DeleteReferenceStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReferenceStoreOutput

type DeleteReferenceStoreOutput struct {
    // contains filtered or unexported fields
}

func (DeleteReferenceStoreOutput) GoString

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 (DeleteReferenceStoreOutput) String

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

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 (DeleteRunGroupInput) GoString

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 (*DeleteRunGroupInput) SetId

func (s *DeleteRunGroupInput) SetId(v string) *DeleteRunGroupInput

SetId sets the Id field's value.

func (DeleteRunGroupInput) String

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 (*DeleteRunGroupInput) Validate

func (s *DeleteRunGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRunGroupOutput

type DeleteRunGroupOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRunGroupOutput) GoString

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 (DeleteRunGroupOutput) String

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

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 (DeleteRunInput) GoString

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 (*DeleteRunInput) SetId

func (s *DeleteRunInput) SetId(v string) *DeleteRunInput

SetId sets the Id field's value.

func (DeleteRunInput) String

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 (*DeleteRunInput) Validate

func (s *DeleteRunInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRunOutput

type DeleteRunOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRunOutput) GoString

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 (DeleteRunOutput) String

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

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 (DeleteSequenceStoreInput) GoString

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 (*DeleteSequenceStoreInput) SetId

func (s *DeleteSequenceStoreInput) SetId(v string) *DeleteSequenceStoreInput

SetId sets the Id field's value.

func (DeleteSequenceStoreInput) String

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 (*DeleteSequenceStoreInput) Validate

func (s *DeleteSequenceStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSequenceStoreOutput

type DeleteSequenceStoreOutput struct {
    // contains filtered or unexported fields
}

func (DeleteSequenceStoreOutput) GoString

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 (DeleteSequenceStoreOutput) String

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

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 (DeleteShareInput) GoString

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 (*DeleteShareInput) SetShareId

func (s *DeleteShareInput) SetShareId(v string) *DeleteShareInput

SetShareId sets the ShareId field's value.

func (DeleteShareInput) String

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 (*DeleteShareInput) Validate

func (s *DeleteShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteShareOutput

type DeleteShareOutput struct {

    // The status of the share being deleted.
    Status *string `locationName:"status" type:"string" enum:"ShareStatus"`
    // contains filtered or unexported fields
}

func (DeleteShareOutput) GoString

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 (*DeleteShareOutput) SetStatus

func (s *DeleteShareOutput) SetStatus(v string) *DeleteShareOutput

SetStatus sets the Status field's value.

func (DeleteShareOutput) String

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

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 (DeleteVariantStoreInput) GoString

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 (*DeleteVariantStoreInput) SetForce

func (s *DeleteVariantStoreInput) SetForce(v bool) *DeleteVariantStoreInput

SetForce sets the Force field's value.

func (*DeleteVariantStoreInput) SetName

func (s *DeleteVariantStoreInput) SetName(v string) *DeleteVariantStoreInput

SetName sets the Name field's value.

func (DeleteVariantStoreInput) String

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 (*DeleteVariantStoreInput) Validate

func (s *DeleteVariantStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVariantStoreOutput

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 (DeleteVariantStoreOutput) GoString

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 (*DeleteVariantStoreOutput) SetStatus

func (s *DeleteVariantStoreOutput) SetStatus(v string) *DeleteVariantStoreOutput

SetStatus sets the Status field's value.

func (DeleteVariantStoreOutput) String

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

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 (DeleteWorkflowInput) GoString

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 (*DeleteWorkflowInput) SetId

func (s *DeleteWorkflowInput) SetId(v string) *DeleteWorkflowInput

SetId sets the Id field's value.

func (DeleteWorkflowInput) String

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 (*DeleteWorkflowInput) Validate

func (s *DeleteWorkflowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteWorkflowOutput

type DeleteWorkflowOutput struct {
    // contains filtered or unexported fields
}

func (DeleteWorkflowOutput) GoString

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 (DeleteWorkflowOutput) String

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

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 (ETag) GoString

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 (*ETag) SetAlgorithm

func (s *ETag) SetAlgorithm(v string) *ETag

SetAlgorithm sets the Algorithm field's value.

func (*ETag) SetSource1

func (s *ETag) SetSource1(v string) *ETag

SetSource1 sets the Source1 field's value.

func (*ETag) SetSource2

func (s *ETag) SetSource2(v string) *ETag

SetSource2 sets the Source2 field's value.

func (ETag) String

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

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 (ExportReadSet) GoString

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 (*ExportReadSet) SetReadSetId

func (s *ExportReadSet) SetReadSetId(v string) *ExportReadSet

SetReadSetId sets the ReadSetId field's value.

func (ExportReadSet) String

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 (*ExportReadSet) Validate

func (s *ExportReadSet) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportReadSetDetail

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 (ExportReadSetDetail) GoString

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 (*ExportReadSetDetail) SetId

func (s *ExportReadSetDetail) SetId(v string) *ExportReadSetDetail

SetId sets the Id field's value.

func (*ExportReadSetDetail) SetStatus

func (s *ExportReadSetDetail) SetStatus(v string) *ExportReadSetDetail

SetStatus sets the Status field's value.

func (*ExportReadSetDetail) SetStatusMessage

func (s *ExportReadSetDetail) SetStatusMessage(v string) *ExportReadSetDetail

SetStatusMessage sets the StatusMessage field's value.

func (ExportReadSetDetail) String

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

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 (ExportReadSetFilter) GoString

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 (*ExportReadSetFilter) SetCreatedAfter

func (s *ExportReadSetFilter) SetCreatedAfter(v time.Time) *ExportReadSetFilter

SetCreatedAfter sets the CreatedAfter field's value.

func (*ExportReadSetFilter) SetCreatedBefore

func (s *ExportReadSetFilter) SetCreatedBefore(v time.Time) *ExportReadSetFilter

SetCreatedBefore sets the CreatedBefore field's value.

func (*ExportReadSetFilter) SetStatus

func (s *ExportReadSetFilter) SetStatus(v string) *ExportReadSetFilter

SetStatus sets the Status field's value.

func (ExportReadSetFilter) String

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

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 (ExportReadSetJobDetail) GoString

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 (*ExportReadSetJobDetail) SetCompletionTime

func (s *ExportReadSetJobDetail) SetCompletionTime(v time.Time) *ExportReadSetJobDetail

SetCompletionTime sets the CompletionTime field's value.

func (*ExportReadSetJobDetail) SetCreationTime

func (s *ExportReadSetJobDetail) SetCreationTime(v time.Time) *ExportReadSetJobDetail

SetCreationTime sets the CreationTime field's value.

func (*ExportReadSetJobDetail) SetDestination

func (s *ExportReadSetJobDetail) SetDestination(v string) *ExportReadSetJobDetail

SetDestination sets the Destination field's value.

func (*ExportReadSetJobDetail) SetId

func (s *ExportReadSetJobDetail) SetId(v string) *ExportReadSetJobDetail

SetId sets the Id field's value.

func (*ExportReadSetJobDetail) SetSequenceStoreId

func (s *ExportReadSetJobDetail) SetSequenceStoreId(v string) *ExportReadSetJobDetail

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*ExportReadSetJobDetail) SetStatus

func (s *ExportReadSetJobDetail) SetStatus(v string) *ExportReadSetJobDetail

SetStatus sets the Status field's value.

func (ExportReadSetJobDetail) String

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

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 (FileInformation) GoString

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 (*FileInformation) SetContentLength

func (s *FileInformation) SetContentLength(v int64) *FileInformation

SetContentLength sets the ContentLength field's value.

func (*FileInformation) SetPartSize

func (s *FileInformation) SetPartSize(v int64) *FileInformation

SetPartSize sets the PartSize field's value.

func (*FileInformation) SetS3Access

func (s *FileInformation) SetS3Access(v *ReadSetS3Access) *FileInformation

SetS3Access sets the S3Access field's value.

func (*FileInformation) SetTotalParts

func (s *FileInformation) SetTotalParts(v int64) *FileInformation

SetTotalParts sets the TotalParts field's value.

func (FileInformation) String

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

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 (Filter) GoString

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 (*Filter) SetResourceArns

func (s *Filter) SetResourceArns(v []*string) *Filter

SetResourceArns sets the ResourceArns field's value.

func (*Filter) SetStatus

func (s *Filter) SetStatus(v []*string) *Filter

SetStatus sets the Status field's value.

func (*Filter) SetType

func (s *Filter) SetType(v []*string) *Filter

SetType sets the Type field's value.

func (Filter) String

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 (*Filter) Validate

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FormatOptions

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 (FormatOptions) GoString

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 (*FormatOptions) SetTsvOptions

func (s *FormatOptions) SetTsvOptions(v *TsvOptions) *FormatOptions

SetTsvOptions sets the TsvOptions field's value.

func (*FormatOptions) SetVcfOptions

func (s *FormatOptions) SetVcfOptions(v *VcfOptions) *FormatOptions

SetVcfOptions sets the VcfOptions field's value.

func (FormatOptions) String

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 (*FormatOptions) Validate

func (s *FormatOptions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAnnotationImportJobInput

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 (GetAnnotationImportJobInput) GoString

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 (*GetAnnotationImportJobInput) SetJobId

func (s *GetAnnotationImportJobInput) SetJobId(v string) *GetAnnotationImportJobInput

SetJobId sets the JobId field's value.

func (GetAnnotationImportJobInput) String

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 (*GetAnnotationImportJobInput) Validate

func (s *GetAnnotationImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAnnotationImportJobOutput

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 (GetAnnotationImportJobOutput) GoString

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 (*GetAnnotationImportJobOutput) SetAnnotationFields

func (s *GetAnnotationImportJobOutput) SetAnnotationFields(v map[string]*string) *GetAnnotationImportJobOutput

SetAnnotationFields sets the AnnotationFields field's value.

func (*GetAnnotationImportJobOutput) SetCompletionTime

func (s *GetAnnotationImportJobOutput) SetCompletionTime(v time.Time) *GetAnnotationImportJobOutput

SetCompletionTime sets the CompletionTime field's value.

func (*GetAnnotationImportJobOutput) SetCreationTime

func (s *GetAnnotationImportJobOutput) SetCreationTime(v time.Time) *GetAnnotationImportJobOutput

SetCreationTime sets the CreationTime field's value.

func (*GetAnnotationImportJobOutput) SetDestinationName

func (s *GetAnnotationImportJobOutput) SetDestinationName(v string) *GetAnnotationImportJobOutput

SetDestinationName sets the DestinationName field's value.

func (*GetAnnotationImportJobOutput) SetFormatOptions

func (s *GetAnnotationImportJobOutput) SetFormatOptions(v *FormatOptions) *GetAnnotationImportJobOutput

SetFormatOptions sets the FormatOptions field's value.

func (*GetAnnotationImportJobOutput) SetId

func (s *GetAnnotationImportJobOutput) SetId(v string) *GetAnnotationImportJobOutput

SetId sets the Id field's value.

func (*GetAnnotationImportJobOutput) SetItems

func (s *GetAnnotationImportJobOutput) SetItems(v []*AnnotationImportItemDetail) *GetAnnotationImportJobOutput

SetItems sets the Items field's value.

func (*GetAnnotationImportJobOutput) SetRoleArn

func (s *GetAnnotationImportJobOutput) SetRoleArn(v string) *GetAnnotationImportJobOutput

SetRoleArn sets the RoleArn field's value.

func (*GetAnnotationImportJobOutput) SetRunLeftNormalization

func (s *GetAnnotationImportJobOutput) SetRunLeftNormalization(v bool) *GetAnnotationImportJobOutput

SetRunLeftNormalization sets the RunLeftNormalization field's value.

func (*GetAnnotationImportJobOutput) SetStatus

func (s *GetAnnotationImportJobOutput) SetStatus(v string) *GetAnnotationImportJobOutput

SetStatus sets the Status field's value.

func (*GetAnnotationImportJobOutput) SetStatusMessage

func (s *GetAnnotationImportJobOutput) SetStatusMessage(v string) *GetAnnotationImportJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetAnnotationImportJobOutput) SetUpdateTime

func (s *GetAnnotationImportJobOutput) SetUpdateTime(v time.Time) *GetAnnotationImportJobOutput

SetUpdateTime sets the UpdateTime field's value.

func (*GetAnnotationImportJobOutput) SetVersionName

func (s *GetAnnotationImportJobOutput) SetVersionName(v string) *GetAnnotationImportJobOutput

SetVersionName sets the VersionName field's value.

func (GetAnnotationImportJobOutput) String

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

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 (GetAnnotationStoreInput) GoString

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 (*GetAnnotationStoreInput) SetName

func (s *GetAnnotationStoreInput) SetName(v string) *GetAnnotationStoreInput

SetName sets the Name field's value.

func (GetAnnotationStoreInput) String

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 (*GetAnnotationStoreInput) Validate

func (s *GetAnnotationStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAnnotationStoreOutput

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 (GetAnnotationStoreOutput) GoString

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 (*GetAnnotationStoreOutput) SetCreationTime

func (s *GetAnnotationStoreOutput) SetCreationTime(v time.Time) *GetAnnotationStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*GetAnnotationStoreOutput) SetDescription

func (s *GetAnnotationStoreOutput) SetDescription(v string) *GetAnnotationStoreOutput

SetDescription sets the Description field's value.

func (*GetAnnotationStoreOutput) SetId

func (s *GetAnnotationStoreOutput) SetId(v string) *GetAnnotationStoreOutput

SetId sets the Id field's value.

func (*GetAnnotationStoreOutput) SetName

func (s *GetAnnotationStoreOutput) SetName(v string) *GetAnnotationStoreOutput

SetName sets the Name field's value.

func (*GetAnnotationStoreOutput) SetNumVersions

func (s *GetAnnotationStoreOutput) SetNumVersions(v int64) *GetAnnotationStoreOutput

SetNumVersions sets the NumVersions field's value.

func (*GetAnnotationStoreOutput) SetReference

func (s *GetAnnotationStoreOutput) SetReference(v *ReferenceItem) *GetAnnotationStoreOutput

SetReference sets the Reference field's value.

func (*GetAnnotationStoreOutput) SetSseConfig

func (s *GetAnnotationStoreOutput) SetSseConfig(v *SseConfig) *GetAnnotationStoreOutput

SetSseConfig sets the SseConfig field's value.

func (*GetAnnotationStoreOutput) SetStatus

func (s *GetAnnotationStoreOutput) SetStatus(v string) *GetAnnotationStoreOutput

SetStatus sets the Status field's value.

func (*GetAnnotationStoreOutput) SetStatusMessage

func (s *GetAnnotationStoreOutput) SetStatusMessage(v string) *GetAnnotationStoreOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetAnnotationStoreOutput) SetStoreArn

func (s *GetAnnotationStoreOutput) SetStoreArn(v string) *GetAnnotationStoreOutput

SetStoreArn sets the StoreArn field's value.

func (*GetAnnotationStoreOutput) SetStoreFormat

func (s *GetAnnotationStoreOutput) SetStoreFormat(v string) *GetAnnotationStoreOutput

SetStoreFormat sets the StoreFormat field's value.

func (*GetAnnotationStoreOutput) SetStoreOptions

func (s *GetAnnotationStoreOutput) SetStoreOptions(v *StoreOptions) *GetAnnotationStoreOutput

SetStoreOptions sets the StoreOptions field's value.

func (*GetAnnotationStoreOutput) SetStoreSizeBytes

func (s *GetAnnotationStoreOutput) SetStoreSizeBytes(v int64) *GetAnnotationStoreOutput

SetStoreSizeBytes sets the StoreSizeBytes field's value.

func (*GetAnnotationStoreOutput) SetTags

func (s *GetAnnotationStoreOutput) SetTags(v map[string]*string) *GetAnnotationStoreOutput

SetTags sets the Tags field's value.

func (*GetAnnotationStoreOutput) SetUpdateTime

func (s *GetAnnotationStoreOutput) SetUpdateTime(v time.Time) *GetAnnotationStoreOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetAnnotationStoreOutput) String

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

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 (GetAnnotationStoreVersionInput) GoString

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 (*GetAnnotationStoreVersionInput) SetName

func (s *GetAnnotationStoreVersionInput) SetName(v string) *GetAnnotationStoreVersionInput

SetName sets the Name field's value.

func (*GetAnnotationStoreVersionInput) SetVersionName

func (s *GetAnnotationStoreVersionInput) SetVersionName(v string) *GetAnnotationStoreVersionInput

SetVersionName sets the VersionName field's value.

func (GetAnnotationStoreVersionInput) String

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 (*GetAnnotationStoreVersionInput) Validate

func (s *GetAnnotationStoreVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAnnotationStoreVersionOutput

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 (GetAnnotationStoreVersionOutput) GoString

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 (*GetAnnotationStoreVersionOutput) SetCreationTime

func (s *GetAnnotationStoreVersionOutput) SetCreationTime(v time.Time) *GetAnnotationStoreVersionOutput

SetCreationTime sets the CreationTime field's value.

func (*GetAnnotationStoreVersionOutput) SetDescription

func (s *GetAnnotationStoreVersionOutput) SetDescription(v string) *GetAnnotationStoreVersionOutput

SetDescription sets the Description field's value.

func (*GetAnnotationStoreVersionOutput) SetId

func (s *GetAnnotationStoreVersionOutput) SetId(v string) *GetAnnotationStoreVersionOutput

SetId sets the Id field's value.

func (*GetAnnotationStoreVersionOutput) SetName

func (s *GetAnnotationStoreVersionOutput) SetName(v string) *GetAnnotationStoreVersionOutput

SetName sets the Name field's value.

func (*GetAnnotationStoreVersionOutput) SetStatus

func (s *GetAnnotationStoreVersionOutput) SetStatus(v string) *GetAnnotationStoreVersionOutput

SetStatus sets the Status field's value.

func (*GetAnnotationStoreVersionOutput) SetStatusMessage

func (s *GetAnnotationStoreVersionOutput) SetStatusMessage(v string) *GetAnnotationStoreVersionOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetAnnotationStoreVersionOutput) SetStoreId

func (s *GetAnnotationStoreVersionOutput) SetStoreId(v string) *GetAnnotationStoreVersionOutput

SetStoreId sets the StoreId field's value.

func (*GetAnnotationStoreVersionOutput) SetTags

func (s *GetAnnotationStoreVersionOutput) SetTags(v map[string]*string) *GetAnnotationStoreVersionOutput

SetTags sets the Tags field's value.

func (*GetAnnotationStoreVersionOutput) SetUpdateTime

func (s *GetAnnotationStoreVersionOutput) SetUpdateTime(v time.Time) *GetAnnotationStoreVersionOutput

SetUpdateTime sets the UpdateTime field's value.

func (*GetAnnotationStoreVersionOutput) SetVersionArn

func (s *GetAnnotationStoreVersionOutput) SetVersionArn(v string) *GetAnnotationStoreVersionOutput

SetVersionArn sets the VersionArn field's value.

func (*GetAnnotationStoreVersionOutput) SetVersionName

func (s *GetAnnotationStoreVersionOutput) SetVersionName(v string) *GetAnnotationStoreVersionOutput

SetVersionName sets the VersionName field's value.

func (*GetAnnotationStoreVersionOutput) SetVersionOptions

func (s *GetAnnotationStoreVersionOutput) SetVersionOptions(v *VersionOptions) *GetAnnotationStoreVersionOutput

SetVersionOptions sets the VersionOptions field's value.

func (*GetAnnotationStoreVersionOutput) SetVersionSizeBytes

func (s *GetAnnotationStoreVersionOutput) SetVersionSizeBytes(v int64) *GetAnnotationStoreVersionOutput

SetVersionSizeBytes sets the VersionSizeBytes field's value.

func (GetAnnotationStoreVersionOutput) String

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

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 (GetReadSetActivationJobInput) GoString

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 (*GetReadSetActivationJobInput) SetId

func (s *GetReadSetActivationJobInput) SetId(v string) *GetReadSetActivationJobInput

SetId sets the Id field's value.

func (*GetReadSetActivationJobInput) SetSequenceStoreId

func (s *GetReadSetActivationJobInput) SetSequenceStoreId(v string) *GetReadSetActivationJobInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (GetReadSetActivationJobInput) String

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 (*GetReadSetActivationJobInput) Validate

func (s *GetReadSetActivationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReadSetActivationJobOutput

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 (GetReadSetActivationJobOutput) GoString

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 (*GetReadSetActivationJobOutput) SetCompletionTime

func (s *GetReadSetActivationJobOutput) SetCompletionTime(v time.Time) *GetReadSetActivationJobOutput

SetCompletionTime sets the CompletionTime field's value.

func (*GetReadSetActivationJobOutput) SetCreationTime

func (s *GetReadSetActivationJobOutput) SetCreationTime(v time.Time) *GetReadSetActivationJobOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReadSetActivationJobOutput) SetId

func (s *GetReadSetActivationJobOutput) SetId(v string) *GetReadSetActivationJobOutput

SetId sets the Id field's value.

func (*GetReadSetActivationJobOutput) SetSequenceStoreId

func (s *GetReadSetActivationJobOutput) SetSequenceStoreId(v string) *GetReadSetActivationJobOutput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*GetReadSetActivationJobOutput) SetSources

func (s *GetReadSetActivationJobOutput) SetSources(v []*ActivateReadSetSourceItem) *GetReadSetActivationJobOutput

SetSources sets the Sources field's value.

func (*GetReadSetActivationJobOutput) SetStatus

func (s *GetReadSetActivationJobOutput) SetStatus(v string) *GetReadSetActivationJobOutput

SetStatus sets the Status field's value.

func (*GetReadSetActivationJobOutput) SetStatusMessage

func (s *GetReadSetActivationJobOutput) SetStatusMessage(v string) *GetReadSetActivationJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (GetReadSetActivationJobOutput) String

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

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 (GetReadSetExportJobInput) GoString

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 (*GetReadSetExportJobInput) SetId

func (s *GetReadSetExportJobInput) SetId(v string) *GetReadSetExportJobInput

SetId sets the Id field's value.

func (*GetReadSetExportJobInput) SetSequenceStoreId

func (s *GetReadSetExportJobInput) SetSequenceStoreId(v string) *GetReadSetExportJobInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (GetReadSetExportJobInput) String

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 (*GetReadSetExportJobInput) Validate

func (s *GetReadSetExportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReadSetExportJobOutput

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 (GetReadSetExportJobOutput) GoString

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 (*GetReadSetExportJobOutput) SetCompletionTime

func (s *GetReadSetExportJobOutput) SetCompletionTime(v time.Time) *GetReadSetExportJobOutput

SetCompletionTime sets the CompletionTime field's value.

func (*GetReadSetExportJobOutput) SetCreationTime

func (s *GetReadSetExportJobOutput) SetCreationTime(v time.Time) *GetReadSetExportJobOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReadSetExportJobOutput) SetDestination

func (s *GetReadSetExportJobOutput) SetDestination(v string) *GetReadSetExportJobOutput

SetDestination sets the Destination field's value.

func (*GetReadSetExportJobOutput) SetId

func (s *GetReadSetExportJobOutput) SetId(v string) *GetReadSetExportJobOutput

SetId sets the Id field's value.

func (*GetReadSetExportJobOutput) SetReadSets

func (s *GetReadSetExportJobOutput) SetReadSets(v []*ExportReadSetDetail) *GetReadSetExportJobOutput

SetReadSets sets the ReadSets field's value.

func (*GetReadSetExportJobOutput) SetSequenceStoreId

func (s *GetReadSetExportJobOutput) SetSequenceStoreId(v string) *GetReadSetExportJobOutput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*GetReadSetExportJobOutput) SetStatus

func (s *GetReadSetExportJobOutput) SetStatus(v string) *GetReadSetExportJobOutput

SetStatus sets the Status field's value.

func (*GetReadSetExportJobOutput) SetStatusMessage

func (s *GetReadSetExportJobOutput) SetStatusMessage(v string) *GetReadSetExportJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (GetReadSetExportJobOutput) String

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

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 (GetReadSetImportJobInput) GoString

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 (*GetReadSetImportJobInput) SetId

func (s *GetReadSetImportJobInput) SetId(v string) *GetReadSetImportJobInput

SetId sets the Id field's value.

func (*GetReadSetImportJobInput) SetSequenceStoreId

func (s *GetReadSetImportJobInput) SetSequenceStoreId(v string) *GetReadSetImportJobInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (GetReadSetImportJobInput) String

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 (*GetReadSetImportJobInput) Validate

func (s *GetReadSetImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReadSetImportJobOutput

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 (GetReadSetImportJobOutput) GoString

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 (*GetReadSetImportJobOutput) SetCompletionTime

func (s *GetReadSetImportJobOutput) SetCompletionTime(v time.Time) *GetReadSetImportJobOutput

SetCompletionTime sets the CompletionTime field's value.

func (*GetReadSetImportJobOutput) SetCreationTime

func (s *GetReadSetImportJobOutput) SetCreationTime(v time.Time) *GetReadSetImportJobOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReadSetImportJobOutput) SetId

func (s *GetReadSetImportJobOutput) SetId(v string) *GetReadSetImportJobOutput

SetId sets the Id field's value.

func (*GetReadSetImportJobOutput) SetRoleArn

func (s *GetReadSetImportJobOutput) SetRoleArn(v string) *GetReadSetImportJobOutput

SetRoleArn sets the RoleArn field's value.

func (*GetReadSetImportJobOutput) SetSequenceStoreId

func (s *GetReadSetImportJobOutput) SetSequenceStoreId(v string) *GetReadSetImportJobOutput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*GetReadSetImportJobOutput) SetSources

func (s *GetReadSetImportJobOutput) SetSources(v []*ImportReadSetSourceItem) *GetReadSetImportJobOutput

SetSources sets the Sources field's value.

func (*GetReadSetImportJobOutput) SetStatus

func (s *GetReadSetImportJobOutput) SetStatus(v string) *GetReadSetImportJobOutput

SetStatus sets the Status field's value.

func (*GetReadSetImportJobOutput) SetStatusMessage

func (s *GetReadSetImportJobOutput) SetStatusMessage(v string) *GetReadSetImportJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (GetReadSetImportJobOutput) String

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

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 (GetReadSetInput) GoString

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 (*GetReadSetInput) SetFile

func (s *GetReadSetInput) SetFile(v string) *GetReadSetInput

SetFile sets the File field's value.

func (*GetReadSetInput) SetId

func (s *GetReadSetInput) SetId(v string) *GetReadSetInput

SetId sets the Id field's value.

func (*GetReadSetInput) SetPartNumber

func (s *GetReadSetInput) SetPartNumber(v int64) *GetReadSetInput

SetPartNumber sets the PartNumber field's value.

func (*GetReadSetInput) SetSequenceStoreId

func (s *GetReadSetInput) SetSequenceStoreId(v string) *GetReadSetInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (GetReadSetInput) String

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 (*GetReadSetInput) Validate

func (s *GetReadSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReadSetMetadataInput

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 (GetReadSetMetadataInput) GoString

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 (*GetReadSetMetadataInput) SetId

func (s *GetReadSetMetadataInput) SetId(v string) *GetReadSetMetadataInput

SetId sets the Id field's value.

func (*GetReadSetMetadataInput) SetSequenceStoreId

func (s *GetReadSetMetadataInput) SetSequenceStoreId(v string) *GetReadSetMetadataInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (GetReadSetMetadataInput) String

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 (*GetReadSetMetadataInput) Validate

func (s *GetReadSetMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReadSetMetadataOutput

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 (GetReadSetMetadataOutput) GoString

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 (*GetReadSetMetadataOutput) SetArn

func (s *GetReadSetMetadataOutput) SetArn(v string) *GetReadSetMetadataOutput

SetArn sets the Arn field's value.

func (*GetReadSetMetadataOutput) SetCreationTime

func (s *GetReadSetMetadataOutput) SetCreationTime(v time.Time) *GetReadSetMetadataOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReadSetMetadataOutput) SetCreationType

func (s *GetReadSetMetadataOutput) SetCreationType(v string) *GetReadSetMetadataOutput

SetCreationType sets the CreationType field's value.

func (*GetReadSetMetadataOutput) SetDescription

func (s *GetReadSetMetadataOutput) SetDescription(v string) *GetReadSetMetadataOutput

SetDescription sets the Description field's value.

func (*GetReadSetMetadataOutput) SetEtag

func (s *GetReadSetMetadataOutput) SetEtag(v *ETag) *GetReadSetMetadataOutput

SetEtag sets the Etag field's value.

func (*GetReadSetMetadataOutput) SetFileType

func (s *GetReadSetMetadataOutput) SetFileType(v string) *GetReadSetMetadataOutput

SetFileType sets the FileType field's value.

func (*GetReadSetMetadataOutput) SetFiles

func (s *GetReadSetMetadataOutput) SetFiles(v *ReadSetFiles) *GetReadSetMetadataOutput

SetFiles sets the Files field's value.

func (*GetReadSetMetadataOutput) SetId

func (s *GetReadSetMetadataOutput) SetId(v string) *GetReadSetMetadataOutput

SetId sets the Id field's value.

func (*GetReadSetMetadataOutput) SetName

func (s *GetReadSetMetadataOutput) SetName(v string) *GetReadSetMetadataOutput

SetName sets the Name field's value.

func (*GetReadSetMetadataOutput) SetReferenceArn

func (s *GetReadSetMetadataOutput) SetReferenceArn(v string) *GetReadSetMetadataOutput

SetReferenceArn sets the ReferenceArn field's value.

func (*GetReadSetMetadataOutput) SetSampleId

func (s *GetReadSetMetadataOutput) SetSampleId(v string) *GetReadSetMetadataOutput

SetSampleId sets the SampleId field's value.

func (*GetReadSetMetadataOutput) SetSequenceInformation

func (s *GetReadSetMetadataOutput) SetSequenceInformation(v *SequenceInformation) *GetReadSetMetadataOutput

SetSequenceInformation sets the SequenceInformation field's value.

func (*GetReadSetMetadataOutput) SetSequenceStoreId

func (s *GetReadSetMetadataOutput) SetSequenceStoreId(v string) *GetReadSetMetadataOutput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*GetReadSetMetadataOutput) SetStatus

func (s *GetReadSetMetadataOutput) SetStatus(v string) *GetReadSetMetadataOutput

SetStatus sets the Status field's value.

func (*GetReadSetMetadataOutput) SetStatusMessage

func (s *GetReadSetMetadataOutput) SetStatusMessage(v string) *GetReadSetMetadataOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetReadSetMetadataOutput) SetSubjectId

func (s *GetReadSetMetadataOutput) SetSubjectId(v string) *GetReadSetMetadataOutput

SetSubjectId sets the SubjectId field's value.

func (GetReadSetMetadataOutput) String

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

type GetReadSetOutput struct {

    // The read set file payload.
    Payload io.ReadCloser `locationName:"payload" type:"blob"`
    // contains filtered or unexported fields
}

func (GetReadSetOutput) GoString

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 (*GetReadSetOutput) SetPayload

func (s *GetReadSetOutput) SetPayload(v io.ReadCloser) *GetReadSetOutput

SetPayload sets the Payload field's value.

func (GetReadSetOutput) String

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

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 (GetReferenceImportJobInput) GoString

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 (*GetReferenceImportJobInput) SetId

func (s *GetReferenceImportJobInput) SetId(v string) *GetReferenceImportJobInput

SetId sets the Id field's value.

func (*GetReferenceImportJobInput) SetReferenceStoreId

func (s *GetReferenceImportJobInput) SetReferenceStoreId(v string) *GetReferenceImportJobInput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (GetReferenceImportJobInput) String

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 (*GetReferenceImportJobInput) Validate

func (s *GetReferenceImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReferenceImportJobOutput

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 (GetReferenceImportJobOutput) GoString

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 (*GetReferenceImportJobOutput) SetCompletionTime

func (s *GetReferenceImportJobOutput) SetCompletionTime(v time.Time) *GetReferenceImportJobOutput

SetCompletionTime sets the CompletionTime field's value.

func (*GetReferenceImportJobOutput) SetCreationTime

func (s *GetReferenceImportJobOutput) SetCreationTime(v time.Time) *GetReferenceImportJobOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReferenceImportJobOutput) SetId

func (s *GetReferenceImportJobOutput) SetId(v string) *GetReferenceImportJobOutput

SetId sets the Id field's value.

func (*GetReferenceImportJobOutput) SetReferenceStoreId

func (s *GetReferenceImportJobOutput) SetReferenceStoreId(v string) *GetReferenceImportJobOutput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (*GetReferenceImportJobOutput) SetRoleArn

func (s *GetReferenceImportJobOutput) SetRoleArn(v string) *GetReferenceImportJobOutput

SetRoleArn sets the RoleArn field's value.

func (*GetReferenceImportJobOutput) SetSources

func (s *GetReferenceImportJobOutput) SetSources(v []*ImportReferenceSourceItem) *GetReferenceImportJobOutput

SetSources sets the Sources field's value.

func (*GetReferenceImportJobOutput) SetStatus

func (s *GetReferenceImportJobOutput) SetStatus(v string) *GetReferenceImportJobOutput

SetStatus sets the Status field's value.

func (*GetReferenceImportJobOutput) SetStatusMessage

func (s *GetReferenceImportJobOutput) SetStatusMessage(v string) *GetReferenceImportJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (GetReferenceImportJobOutput) String

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

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 (GetReferenceInput) GoString

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 (*GetReferenceInput) SetFile

func (s *GetReferenceInput) SetFile(v string) *GetReferenceInput

SetFile sets the File field's value.

func (*GetReferenceInput) SetId

func (s *GetReferenceInput) SetId(v string) *GetReferenceInput

SetId sets the Id field's value.

func (*GetReferenceInput) SetPartNumber

func (s *GetReferenceInput) SetPartNumber(v int64) *GetReferenceInput

SetPartNumber sets the PartNumber field's value.

func (*GetReferenceInput) SetRange

func (s *GetReferenceInput) SetRange(v string) *GetReferenceInput

SetRange sets the Range field's value.

func (*GetReferenceInput) SetReferenceStoreId

func (s *GetReferenceInput) SetReferenceStoreId(v string) *GetReferenceInput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (GetReferenceInput) String

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 (*GetReferenceInput) Validate

func (s *GetReferenceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReferenceMetadataInput

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 (GetReferenceMetadataInput) GoString

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 (*GetReferenceMetadataInput) SetId

func (s *GetReferenceMetadataInput) SetId(v string) *GetReferenceMetadataInput

SetId sets the Id field's value.

func (*GetReferenceMetadataInput) SetReferenceStoreId

func (s *GetReferenceMetadataInput) SetReferenceStoreId(v string) *GetReferenceMetadataInput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (GetReferenceMetadataInput) String

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 (*GetReferenceMetadataInput) Validate

func (s *GetReferenceMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReferenceMetadataOutput

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 (GetReferenceMetadataOutput) GoString

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 (*GetReferenceMetadataOutput) SetArn

func (s *GetReferenceMetadataOutput) SetArn(v string) *GetReferenceMetadataOutput

SetArn sets the Arn field's value.

func (*GetReferenceMetadataOutput) SetCreationTime

func (s *GetReferenceMetadataOutput) SetCreationTime(v time.Time) *GetReferenceMetadataOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReferenceMetadataOutput) SetDescription

func (s *GetReferenceMetadataOutput) SetDescription(v string) *GetReferenceMetadataOutput

SetDescription sets the Description field's value.

func (*GetReferenceMetadataOutput) SetFiles

func (s *GetReferenceMetadataOutput) SetFiles(v *ReferenceFiles) *GetReferenceMetadataOutput

SetFiles sets the Files field's value.

func (*GetReferenceMetadataOutput) SetId

func (s *GetReferenceMetadataOutput) SetId(v string) *GetReferenceMetadataOutput

SetId sets the Id field's value.

func (*GetReferenceMetadataOutput) SetMd5

func (s *GetReferenceMetadataOutput) SetMd5(v string) *GetReferenceMetadataOutput

SetMd5 sets the Md5 field's value.

func (*GetReferenceMetadataOutput) SetName

func (s *GetReferenceMetadataOutput) SetName(v string) *GetReferenceMetadataOutput

SetName sets the Name field's value.

func (*GetReferenceMetadataOutput) SetReferenceStoreId

func (s *GetReferenceMetadataOutput) SetReferenceStoreId(v string) *GetReferenceMetadataOutput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (*GetReferenceMetadataOutput) SetStatus

func (s *GetReferenceMetadataOutput) SetStatus(v string) *GetReferenceMetadataOutput

SetStatus sets the Status field's value.

func (*GetReferenceMetadataOutput) SetUpdateTime

func (s *GetReferenceMetadataOutput) SetUpdateTime(v time.Time) *GetReferenceMetadataOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetReferenceMetadataOutput) String

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

type GetReferenceOutput struct {

    // The reference file payload.
    Payload io.ReadCloser `locationName:"payload" type:"blob"`
    // contains filtered or unexported fields
}

func (GetReferenceOutput) GoString

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 (*GetReferenceOutput) SetPayload

func (s *GetReferenceOutput) SetPayload(v io.ReadCloser) *GetReferenceOutput

SetPayload sets the Payload field's value.

func (GetReferenceOutput) String

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

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 (GetReferenceStoreInput) GoString

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 (*GetReferenceStoreInput) SetId

func (s *GetReferenceStoreInput) SetId(v string) *GetReferenceStoreInput

SetId sets the Id field's value.

func (GetReferenceStoreInput) String

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 (*GetReferenceStoreInput) Validate

func (s *GetReferenceStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReferenceStoreOutput

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 (GetReferenceStoreOutput) GoString

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 (*GetReferenceStoreOutput) SetArn

func (s *GetReferenceStoreOutput) SetArn(v string) *GetReferenceStoreOutput

SetArn sets the Arn field's value.

func (*GetReferenceStoreOutput) SetCreationTime

func (s *GetReferenceStoreOutput) SetCreationTime(v time.Time) *GetReferenceStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*GetReferenceStoreOutput) SetDescription

func (s *GetReferenceStoreOutput) SetDescription(v string) *GetReferenceStoreOutput

SetDescription sets the Description field's value.

func (*GetReferenceStoreOutput) SetId

func (s *GetReferenceStoreOutput) SetId(v string) *GetReferenceStoreOutput

SetId sets the Id field's value.

func (*GetReferenceStoreOutput) SetName

func (s *GetReferenceStoreOutput) SetName(v string) *GetReferenceStoreOutput

SetName sets the Name field's value.

func (*GetReferenceStoreOutput) SetSseConfig

func (s *GetReferenceStoreOutput) SetSseConfig(v *SseConfig) *GetReferenceStoreOutput

SetSseConfig sets the SseConfig field's value.

func (GetReferenceStoreOutput) String

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

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 (GetRunGroupInput) GoString

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 (*GetRunGroupInput) SetId

func (s *GetRunGroupInput) SetId(v string) *GetRunGroupInput

SetId sets the Id field's value.

func (GetRunGroupInput) String

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 (*GetRunGroupInput) Validate

func (s *GetRunGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRunGroupOutput

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 (GetRunGroupOutput) GoString

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 (*GetRunGroupOutput) SetArn

func (s *GetRunGroupOutput) SetArn(v string) *GetRunGroupOutput

SetArn sets the Arn field's value.

func (*GetRunGroupOutput) SetCreationTime

func (s *GetRunGroupOutput) SetCreationTime(v time.Time) *GetRunGroupOutput

SetCreationTime sets the CreationTime field's value.

func (*GetRunGroupOutput) SetId

func (s *GetRunGroupOutput) SetId(v string) *GetRunGroupOutput

SetId sets the Id field's value.

func (*GetRunGroupOutput) SetMaxCpus

func (s *GetRunGroupOutput) SetMaxCpus(v int64) *GetRunGroupOutput

SetMaxCpus sets the MaxCpus field's value.

func (*GetRunGroupOutput) SetMaxDuration

func (s *GetRunGroupOutput) SetMaxDuration(v int64) *GetRunGroupOutput

SetMaxDuration sets the MaxDuration field's value.

func (*GetRunGroupOutput) SetMaxGpus

func (s *GetRunGroupOutput) SetMaxGpus(v int64) *GetRunGroupOutput

SetMaxGpus sets the MaxGpus field's value.

func (*GetRunGroupOutput) SetMaxRuns

func (s *GetRunGroupOutput) SetMaxRuns(v int64) *GetRunGroupOutput

SetMaxRuns sets the MaxRuns field's value.

func (*GetRunGroupOutput) SetName

func (s *GetRunGroupOutput) SetName(v string) *GetRunGroupOutput

SetName sets the Name field's value.

func (*GetRunGroupOutput) SetTags

func (s *GetRunGroupOutput) SetTags(v map[string]*string) *GetRunGroupOutput

SetTags sets the Tags field's value.

func (GetRunGroupOutput) String

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

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 (GetRunInput) GoString

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 (*GetRunInput) SetExport

func (s *GetRunInput) SetExport(v []*string) *GetRunInput

SetExport sets the Export field's value.

func (*GetRunInput) SetId

func (s *GetRunInput) SetId(v string) *GetRunInput

SetId sets the Id field's value.

func (GetRunInput) String

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 (*GetRunInput) Validate

func (s *GetRunInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRunOutput

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 (GetRunOutput) GoString

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 (*GetRunOutput) SetAccelerators

func (s *GetRunOutput) SetAccelerators(v string) *GetRunOutput

SetAccelerators sets the Accelerators field's value.

func (*GetRunOutput) SetArn

func (s *GetRunOutput) SetArn(v string) *GetRunOutput

SetArn sets the Arn field's value.

func (*GetRunOutput) SetCreationTime

func (s *GetRunOutput) SetCreationTime(v time.Time) *GetRunOutput

SetCreationTime sets the CreationTime field's value.

func (*GetRunOutput) SetDefinition

func (s *GetRunOutput) SetDefinition(v string) *GetRunOutput

SetDefinition sets the Definition field's value.

func (*GetRunOutput) SetDigest

func (s *GetRunOutput) SetDigest(v string) *GetRunOutput

SetDigest sets the Digest field's value.

func (*GetRunOutput) SetFailureReason

func (s *GetRunOutput) SetFailureReason(v string) *GetRunOutput

SetFailureReason sets the FailureReason field's value.

func (*GetRunOutput) SetId

func (s *GetRunOutput) SetId(v string) *GetRunOutput

SetId sets the Id field's value.

func (*GetRunOutput) SetLogLevel

func (s *GetRunOutput) SetLogLevel(v string) *GetRunOutput

SetLogLevel sets the LogLevel field's value.

func (*GetRunOutput) SetLogLocation

func (s *GetRunOutput) SetLogLocation(v *RunLogLocation) *GetRunOutput

SetLogLocation sets the LogLocation field's value.

func (*GetRunOutput) SetName

func (s *GetRunOutput) SetName(v string) *GetRunOutput

SetName sets the Name field's value.

func (*GetRunOutput) SetOutputUri

func (s *GetRunOutput) SetOutputUri(v string) *GetRunOutput

SetOutputUri sets the OutputUri field's value.

func (*GetRunOutput) SetPriority

func (s *GetRunOutput) SetPriority(v int64) *GetRunOutput

SetPriority sets the Priority field's value.

func (*GetRunOutput) SetResourceDigests

func (s *GetRunOutput) SetResourceDigests(v map[string]*string) *GetRunOutput

SetResourceDigests sets the ResourceDigests field's value.

func (*GetRunOutput) SetRetentionMode

func (s *GetRunOutput) SetRetentionMode(v string) *GetRunOutput

SetRetentionMode sets the RetentionMode field's value.

func (*GetRunOutput) SetRoleArn

func (s *GetRunOutput) SetRoleArn(v string) *GetRunOutput

SetRoleArn sets the RoleArn field's value.

func (*GetRunOutput) SetRunGroupId

func (s *GetRunOutput) SetRunGroupId(v string) *GetRunOutput

SetRunGroupId sets the RunGroupId field's value.

func (*GetRunOutput) SetRunId

func (s *GetRunOutput) SetRunId(v string) *GetRunOutput

SetRunId sets the RunId field's value.

func (*GetRunOutput) SetRunOutputUri

func (s *GetRunOutput) SetRunOutputUri(v string) *GetRunOutput

SetRunOutputUri sets the RunOutputUri field's value.

func (*GetRunOutput) SetStartTime

func (s *GetRunOutput) SetStartTime(v time.Time) *GetRunOutput

SetStartTime sets the StartTime field's value.

func (*GetRunOutput) SetStartedBy

func (s *GetRunOutput) SetStartedBy(v string) *GetRunOutput

SetStartedBy sets the StartedBy field's value.

func (*GetRunOutput) SetStatus

func (s *GetRunOutput) SetStatus(v string) *GetRunOutput

SetStatus sets the Status field's value.

func (*GetRunOutput) SetStatusMessage

func (s *GetRunOutput) SetStatusMessage(v string) *GetRunOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetRunOutput) SetStopTime

func (s *GetRunOutput) SetStopTime(v time.Time) *GetRunOutput

SetStopTime sets the StopTime field's value.

func (*GetRunOutput) SetStorageCapacity

func (s *GetRunOutput) SetStorageCapacity(v int64) *GetRunOutput

SetStorageCapacity sets the StorageCapacity field's value.

func (*GetRunOutput) SetStorageType

func (s *GetRunOutput) SetStorageType(v string) *GetRunOutput

SetStorageType sets the StorageType field's value.

func (*GetRunOutput) SetTags

func (s *GetRunOutput) SetTags(v map[string]*string) *GetRunOutput

SetTags sets the Tags field's value.

func (*GetRunOutput) SetUuid

func (s *GetRunOutput) SetUuid(v string) *GetRunOutput

SetUuid sets the Uuid field's value.

func (*GetRunOutput) SetWorkflowId

func (s *GetRunOutput) SetWorkflowId(v string) *GetRunOutput

SetWorkflowId sets the WorkflowId field's value.

func (*GetRunOutput) SetWorkflowOwnerId

func (s *GetRunOutput) SetWorkflowOwnerId(v string) *GetRunOutput

SetWorkflowOwnerId sets the WorkflowOwnerId field's value.

func (*GetRunOutput) SetWorkflowType

func (s *GetRunOutput) SetWorkflowType(v string) *GetRunOutput

SetWorkflowType sets the WorkflowType field's value.

func (GetRunOutput) String

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

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 (GetRunTaskInput) GoString

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 (*GetRunTaskInput) SetId

func (s *GetRunTaskInput) SetId(v string) *GetRunTaskInput

SetId sets the Id field's value.

func (*GetRunTaskInput) SetTaskId

func (s *GetRunTaskInput) SetTaskId(v string) *GetRunTaskInput

SetTaskId sets the TaskId field's value.

func (GetRunTaskInput) String

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 (*GetRunTaskInput) Validate

func (s *GetRunTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRunTaskOutput

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 (GetRunTaskOutput) GoString

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 (*GetRunTaskOutput) SetCpus

func (s *GetRunTaskOutput) SetCpus(v int64) *GetRunTaskOutput

SetCpus sets the Cpus field's value.

func (*GetRunTaskOutput) SetCreationTime

func (s *GetRunTaskOutput) SetCreationTime(v time.Time) *GetRunTaskOutput

SetCreationTime sets the CreationTime field's value.

func (*GetRunTaskOutput) SetFailureReason

func (s *GetRunTaskOutput) SetFailureReason(v string) *GetRunTaskOutput

SetFailureReason sets the FailureReason field's value.

func (*GetRunTaskOutput) SetGpus

func (s *GetRunTaskOutput) SetGpus(v int64) *GetRunTaskOutput

SetGpus sets the Gpus field's value.

func (*GetRunTaskOutput) SetInstanceType

func (s *GetRunTaskOutput) SetInstanceType(v string) *GetRunTaskOutput

SetInstanceType sets the InstanceType field's value.

func (*GetRunTaskOutput) SetLogStream

func (s *GetRunTaskOutput) SetLogStream(v string) *GetRunTaskOutput

SetLogStream sets the LogStream field's value.

func (*GetRunTaskOutput) SetMemory

func (s *GetRunTaskOutput) SetMemory(v int64) *GetRunTaskOutput

SetMemory sets the Memory field's value.

func (*GetRunTaskOutput) SetName

func (s *GetRunTaskOutput) SetName(v string) *GetRunTaskOutput

SetName sets the Name field's value.

func (*GetRunTaskOutput) SetStartTime

func (s *GetRunTaskOutput) SetStartTime(v time.Time) *GetRunTaskOutput

SetStartTime sets the StartTime field's value.

func (*GetRunTaskOutput) SetStatus

func (s *GetRunTaskOutput) SetStatus(v string) *GetRunTaskOutput

SetStatus sets the Status field's value.

func (*GetRunTaskOutput) SetStatusMessage

func (s *GetRunTaskOutput) SetStatusMessage(v string) *GetRunTaskOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetRunTaskOutput) SetStopTime

func (s *GetRunTaskOutput) SetStopTime(v time.Time) *GetRunTaskOutput

SetStopTime sets the StopTime field's value.

func (*GetRunTaskOutput) SetTaskId

func (s *GetRunTaskOutput) SetTaskId(v string) *GetRunTaskOutput

SetTaskId sets the TaskId field's value.

func (GetRunTaskOutput) String

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

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 (GetSequenceStoreInput) GoString

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 (*GetSequenceStoreInput) SetId

func (s *GetSequenceStoreInput) SetId(v string) *GetSequenceStoreInput

SetId sets the Id field's value.

func (GetSequenceStoreInput) String

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 (*GetSequenceStoreInput) Validate

func (s *GetSequenceStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSequenceStoreOutput

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 (GetSequenceStoreOutput) GoString

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 (*GetSequenceStoreOutput) SetArn

func (s *GetSequenceStoreOutput) SetArn(v string) *GetSequenceStoreOutput

SetArn sets the Arn field's value.

func (*GetSequenceStoreOutput) SetCreationTime

func (s *GetSequenceStoreOutput) SetCreationTime(v time.Time) *GetSequenceStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*GetSequenceStoreOutput) SetDescription

func (s *GetSequenceStoreOutput) SetDescription(v string) *GetSequenceStoreOutput

SetDescription sets the Description field's value.

func (*GetSequenceStoreOutput) SetETagAlgorithmFamily

func (s *GetSequenceStoreOutput) SetETagAlgorithmFamily(v string) *GetSequenceStoreOutput

SetETagAlgorithmFamily sets the ETagAlgorithmFamily field's value.

func (*GetSequenceStoreOutput) SetFallbackLocation

func (s *GetSequenceStoreOutput) SetFallbackLocation(v string) *GetSequenceStoreOutput

SetFallbackLocation sets the FallbackLocation field's value.

func (*GetSequenceStoreOutput) SetId

func (s *GetSequenceStoreOutput) SetId(v string) *GetSequenceStoreOutput

SetId sets the Id field's value.

func (*GetSequenceStoreOutput) SetName

func (s *GetSequenceStoreOutput) SetName(v string) *GetSequenceStoreOutput

SetName sets the Name field's value.

func (*GetSequenceStoreOutput) SetS3Access

func (s *GetSequenceStoreOutput) SetS3Access(v *SequenceStoreS3Access) *GetSequenceStoreOutput

SetS3Access sets the S3Access field's value.

func (*GetSequenceStoreOutput) SetSseConfig

func (s *GetSequenceStoreOutput) SetSseConfig(v *SseConfig) *GetSequenceStoreOutput

SetSseConfig sets the SseConfig field's value.

func (GetSequenceStoreOutput) String

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

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 (GetShareInput) GoString

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 (*GetShareInput) SetShareId

func (s *GetShareInput) SetShareId(v string) *GetShareInput

SetShareId sets the ShareId field's value.

func (GetShareInput) String

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 (*GetShareInput) Validate

func (s *GetShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetShareOutput

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 (GetShareOutput) GoString

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 (*GetShareOutput) SetShare

func (s *GetShareOutput) SetShare(v *ShareDetails) *GetShareOutput

SetShare sets the Share field's value.

func (GetShareOutput) String

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

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 (GetVariantImportJobInput) GoString

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 (*GetVariantImportJobInput) SetJobId

func (s *GetVariantImportJobInput) SetJobId(v string) *GetVariantImportJobInput

SetJobId sets the JobId field's value.

func (GetVariantImportJobInput) String

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 (*GetVariantImportJobInput) Validate

func (s *GetVariantImportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetVariantImportJobOutput

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 (GetVariantImportJobOutput) GoString

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 (*GetVariantImportJobOutput) SetAnnotationFields

func (s *GetVariantImportJobOutput) SetAnnotationFields(v map[string]*string) *GetVariantImportJobOutput

SetAnnotationFields sets the AnnotationFields field's value.

func (*GetVariantImportJobOutput) SetCompletionTime

func (s *GetVariantImportJobOutput) SetCompletionTime(v time.Time) *GetVariantImportJobOutput

SetCompletionTime sets the CompletionTime field's value.

func (*GetVariantImportJobOutput) SetCreationTime

func (s *GetVariantImportJobOutput) SetCreationTime(v time.Time) *GetVariantImportJobOutput

SetCreationTime sets the CreationTime field's value.

func (*GetVariantImportJobOutput) SetDestinationName

func (s *GetVariantImportJobOutput) SetDestinationName(v string) *GetVariantImportJobOutput

SetDestinationName sets the DestinationName field's value.

func (*GetVariantImportJobOutput) SetId

func (s *GetVariantImportJobOutput) SetId(v string) *GetVariantImportJobOutput

SetId sets the Id field's value.

func (*GetVariantImportJobOutput) SetItems

func (s *GetVariantImportJobOutput) SetItems(v []*VariantImportItemDetail) *GetVariantImportJobOutput

SetItems sets the Items field's value.

func (*GetVariantImportJobOutput) SetRoleArn

func (s *GetVariantImportJobOutput) SetRoleArn(v string) *GetVariantImportJobOutput

SetRoleArn sets the RoleArn field's value.

func (*GetVariantImportJobOutput) SetRunLeftNormalization

func (s *GetVariantImportJobOutput) SetRunLeftNormalization(v bool) *GetVariantImportJobOutput

SetRunLeftNormalization sets the RunLeftNormalization field's value.

func (*GetVariantImportJobOutput) SetStatus

func (s *GetVariantImportJobOutput) SetStatus(v string) *GetVariantImportJobOutput

SetStatus sets the Status field's value.

func (*GetVariantImportJobOutput) SetStatusMessage

func (s *GetVariantImportJobOutput) SetStatusMessage(v string) *GetVariantImportJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetVariantImportJobOutput) SetUpdateTime

func (s *GetVariantImportJobOutput) SetUpdateTime(v time.Time) *GetVariantImportJobOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetVariantImportJobOutput) String

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

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 (GetVariantStoreInput) GoString

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 (*GetVariantStoreInput) SetName

func (s *GetVariantStoreInput) SetName(v string) *GetVariantStoreInput

SetName sets the Name field's value.

func (GetVariantStoreInput) String

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 (*GetVariantStoreInput) Validate

func (s *GetVariantStoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetVariantStoreOutput

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 (GetVariantStoreOutput) GoString

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 (*GetVariantStoreOutput) SetCreationTime

func (s *GetVariantStoreOutput) SetCreationTime(v time.Time) *GetVariantStoreOutput

SetCreationTime sets the CreationTime field's value.

func (*GetVariantStoreOutput) SetDescription

func (s *GetVariantStoreOutput) SetDescription(v string) *GetVariantStoreOutput

SetDescription sets the Description field's value.

func (*GetVariantStoreOutput) SetId

func (s *GetVariantStoreOutput) SetId(v string) *GetVariantStoreOutput

SetId sets the Id field's value.

func (*GetVariantStoreOutput) SetName

func (s *GetVariantStoreOutput) SetName(v string) *GetVariantStoreOutput

SetName sets the Name field's value.

func (*GetVariantStoreOutput) SetReference

func (s *GetVariantStoreOutput) SetReference(v *ReferenceItem) *GetVariantStoreOutput

SetReference sets the Reference field's value.

func (*GetVariantStoreOutput) SetSseConfig

func (s *GetVariantStoreOutput) SetSseConfig(v *SseConfig) *GetVariantStoreOutput

SetSseConfig sets the SseConfig field's value.

func (*GetVariantStoreOutput) SetStatus

func (s *GetVariantStoreOutput) SetStatus(v string) *GetVariantStoreOutput

SetStatus sets the Status field's value.

func (*GetVariantStoreOutput) SetStatusMessage

func (s *GetVariantStoreOutput) SetStatusMessage(v string) *GetVariantStoreOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetVariantStoreOutput) SetStoreArn

func (s *GetVariantStoreOutput) SetStoreArn(v string) *GetVariantStoreOutput

SetStoreArn sets the StoreArn field's value.

func (*GetVariantStoreOutput) SetStoreSizeBytes

func (s *GetVariantStoreOutput) SetStoreSizeBytes(v int64) *GetVariantStoreOutput

SetStoreSizeBytes sets the StoreSizeBytes field's value.

func (*GetVariantStoreOutput) SetTags

func (s *GetVariantStoreOutput) SetTags(v map[string]*string) *GetVariantStoreOutput

SetTags sets the Tags field's value.

func (*GetVariantStoreOutput) SetUpdateTime

func (s *GetVariantStoreOutput) SetUpdateTime(v time.Time) *GetVariantStoreOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetVariantStoreOutput) String

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

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 (GetWorkflowInput) GoString

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 (*GetWorkflowInput) SetExport

func (s *GetWorkflowInput) SetExport(v []*string) *GetWorkflowInput

SetExport sets the Export field's value.

func (*GetWorkflowInput) SetId

func (s *GetWorkflowInput) SetId(v string) *GetWorkflowInput

SetId sets the Id field's value.

func (*GetWorkflowInput) SetType

func (s *GetWorkflowInput) SetType(v string) *GetWorkflowInput

SetType sets the Type field's value.

func (*GetWorkflowInput) SetWorkflowOwnerId

func (s *GetWorkflowInput) SetWorkflowOwnerId(v string) *GetWorkflowInput

SetWorkflowOwnerId sets the WorkflowOwnerId field's value.

func (GetWorkflowInput) String

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 (*GetWorkflowInput) Validate

func (s *GetWorkflowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetWorkflowOutput

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 (GetWorkflowOutput) GoString

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 (*GetWorkflowOutput) SetAccelerators

func (s *GetWorkflowOutput) SetAccelerators(v string) *GetWorkflowOutput

SetAccelerators sets the Accelerators field's value.

func (*GetWorkflowOutput) SetArn

func (s *GetWorkflowOutput) SetArn(v string) *GetWorkflowOutput

SetArn sets the Arn field's value.

func (*GetWorkflowOutput) SetCreationTime

func (s *GetWorkflowOutput) SetCreationTime(v time.Time) *GetWorkflowOutput

SetCreationTime sets the CreationTime field's value.

func (*GetWorkflowOutput) SetDefinition

func (s *GetWorkflowOutput) SetDefinition(v string) *GetWorkflowOutput

SetDefinition sets the Definition field's value.

func (*GetWorkflowOutput) SetDescription

func (s *GetWorkflowOutput) SetDescription(v string) *GetWorkflowOutput

SetDescription sets the Description field's value.

func (*GetWorkflowOutput) SetDigest

func (s *GetWorkflowOutput) SetDigest(v string) *GetWorkflowOutput

SetDigest sets the Digest field's value.

func (*GetWorkflowOutput) SetEngine

func (s *GetWorkflowOutput) SetEngine(v string) *GetWorkflowOutput

SetEngine sets the Engine field's value.

func (*GetWorkflowOutput) SetId

func (s *GetWorkflowOutput) SetId(v string) *GetWorkflowOutput

SetId sets the Id field's value.

func (*GetWorkflowOutput) SetMain

func (s *GetWorkflowOutput) SetMain(v string) *GetWorkflowOutput

SetMain sets the Main field's value.

func (*GetWorkflowOutput) SetMetadata

func (s *GetWorkflowOutput) SetMetadata(v map[string]*string) *GetWorkflowOutput

SetMetadata sets the Metadata field's value.

func (*GetWorkflowOutput) SetName

func (s *GetWorkflowOutput) SetName(v string) *GetWorkflowOutput

SetName sets the Name field's value.

func (*GetWorkflowOutput) SetParameterTemplate

func (s *GetWorkflowOutput) SetParameterTemplate(v map[string]*WorkflowParameter) *GetWorkflowOutput

SetParameterTemplate sets the ParameterTemplate field's value.

func (*GetWorkflowOutput) SetStatus

func (s *GetWorkflowOutput) SetStatus(v string) *GetWorkflowOutput

SetStatus sets the Status field's value.

func (*GetWorkflowOutput) SetStatusMessage

func (s *GetWorkflowOutput) SetStatusMessage(v string) *GetWorkflowOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetWorkflowOutput) SetStorageCapacity

func (s *GetWorkflowOutput) SetStorageCapacity(v int64) *GetWorkflowOutput

SetStorageCapacity sets the StorageCapacity field's value.

func (*GetWorkflowOutput) SetTags

func (s *GetWorkflowOutput) SetTags(v map[string]*string) *GetWorkflowOutput

SetTags sets the Tags field's value.

func (*GetWorkflowOutput) SetType

func (s *GetWorkflowOutput) SetType(v string) *GetWorkflowOutput

SetType sets the Type field's value.

func (GetWorkflowOutput) String

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

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 (ImportReadSetFilter) GoString

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 (*ImportReadSetFilter) SetCreatedAfter

func (s *ImportReadSetFilter) SetCreatedAfter(v time.Time) *ImportReadSetFilter

SetCreatedAfter sets the CreatedAfter field's value.

func (*ImportReadSetFilter) SetCreatedBefore

func (s *ImportReadSetFilter) SetCreatedBefore(v time.Time) *ImportReadSetFilter

SetCreatedBefore sets the CreatedBefore field's value.

func (*ImportReadSetFilter) SetStatus

func (s *ImportReadSetFilter) SetStatus(v string) *ImportReadSetFilter

SetStatus sets the Status field's value.

func (ImportReadSetFilter) String

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

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 (ImportReadSetJobItem) GoString

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 (*ImportReadSetJobItem) SetCompletionTime

func (s *ImportReadSetJobItem) SetCompletionTime(v time.Time) *ImportReadSetJobItem

SetCompletionTime sets the CompletionTime field's value.

func (*ImportReadSetJobItem) SetCreationTime

func (s *ImportReadSetJobItem) SetCreationTime(v time.Time) *ImportReadSetJobItem

SetCreationTime sets the CreationTime field's value.

func (*ImportReadSetJobItem) SetId

func (s *ImportReadSetJobItem) SetId(v string) *ImportReadSetJobItem

SetId sets the Id field's value.

func (*ImportReadSetJobItem) SetRoleArn

func (s *ImportReadSetJobItem) SetRoleArn(v string) *ImportReadSetJobItem

SetRoleArn sets the RoleArn field's value.

func (*ImportReadSetJobItem) SetSequenceStoreId

func (s *ImportReadSetJobItem) SetSequenceStoreId(v string) *ImportReadSetJobItem

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*ImportReadSetJobItem) SetStatus

func (s *ImportReadSetJobItem) SetStatus(v string) *ImportReadSetJobItem

SetStatus sets the Status field's value.

func (ImportReadSetJobItem) String

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

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 (ImportReadSetSourceItem) GoString

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 (*ImportReadSetSourceItem) SetDescription

func (s *ImportReadSetSourceItem) SetDescription(v string) *ImportReadSetSourceItem

SetDescription sets the Description field's value.

func (*ImportReadSetSourceItem) SetGeneratedFrom

func (s *ImportReadSetSourceItem) SetGeneratedFrom(v string) *ImportReadSetSourceItem

SetGeneratedFrom sets the GeneratedFrom field's value.

func (*ImportReadSetSourceItem) SetName

func (s *ImportReadSetSourceItem) SetName(v string) *ImportReadSetSourceItem

SetName sets the Name field's value.

func (*ImportReadSetSourceItem) SetReferenceArn

func (s *ImportReadSetSourceItem) SetReferenceArn(v string) *ImportReadSetSourceItem

SetReferenceArn sets the ReferenceArn field's value.

func (*ImportReadSetSourceItem) SetSampleId

func (s *ImportReadSetSourceItem) SetSampleId(v string) *ImportReadSetSourceItem

SetSampleId sets the SampleId field's value.

func (*ImportReadSetSourceItem) SetSourceFileType

func (s *ImportReadSetSourceItem) SetSourceFileType(v string) *ImportReadSetSourceItem

SetSourceFileType sets the SourceFileType field's value.

func (*ImportReadSetSourceItem) SetSourceFiles

func (s *ImportReadSetSourceItem) SetSourceFiles(v *SourceFiles) *ImportReadSetSourceItem

SetSourceFiles sets the SourceFiles field's value.

func (*ImportReadSetSourceItem) SetStatus

func (s *ImportReadSetSourceItem) SetStatus(v string) *ImportReadSetSourceItem

SetStatus sets the Status field's value.

func (*ImportReadSetSourceItem) SetStatusMessage

func (s *ImportReadSetSourceItem) SetStatusMessage(v string) *ImportReadSetSourceItem

SetStatusMessage sets the StatusMessage field's value.

func (*ImportReadSetSourceItem) SetSubjectId

func (s *ImportReadSetSourceItem) SetSubjectId(v string) *ImportReadSetSourceItem

SetSubjectId sets the SubjectId field's value.

func (*ImportReadSetSourceItem) SetTags

func (s *ImportReadSetSourceItem) SetTags(v map[string]*string) *ImportReadSetSourceItem

SetTags sets the Tags field's value.

func (ImportReadSetSourceItem) String

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

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 (ImportReferenceFilter) GoString

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 (*ImportReferenceFilter) SetCreatedAfter

func (s *ImportReferenceFilter) SetCreatedAfter(v time.Time) *ImportReferenceFilter

SetCreatedAfter sets the CreatedAfter field's value.

func (*ImportReferenceFilter) SetCreatedBefore

func (s *ImportReferenceFilter) SetCreatedBefore(v time.Time) *ImportReferenceFilter

SetCreatedBefore sets the CreatedBefore field's value.

func (*ImportReferenceFilter) SetStatus

func (s *ImportReferenceFilter) SetStatus(v string) *ImportReferenceFilter

SetStatus sets the Status field's value.

func (ImportReferenceFilter) String

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

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 (ImportReferenceJobItem) GoString

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 (*ImportReferenceJobItem) SetCompletionTime

func (s *ImportReferenceJobItem) SetCompletionTime(v time.Time) *ImportReferenceJobItem

SetCompletionTime sets the CompletionTime field's value.

func (*ImportReferenceJobItem) SetCreationTime

func (s *ImportReferenceJobItem) SetCreationTime(v time.Time) *ImportReferenceJobItem

SetCreationTime sets the CreationTime field's value.

func (*ImportReferenceJobItem) SetId

func (s *ImportReferenceJobItem) SetId(v string) *ImportReferenceJobItem

SetId sets the Id field's value.

func (*ImportReferenceJobItem) SetReferenceStoreId

func (s *ImportReferenceJobItem) SetReferenceStoreId(v string) *ImportReferenceJobItem

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (*ImportReferenceJobItem) SetRoleArn

func (s *ImportReferenceJobItem) SetRoleArn(v string) *ImportReferenceJobItem

SetRoleArn sets the RoleArn field's value.

func (*ImportReferenceJobItem) SetStatus

func (s *ImportReferenceJobItem) SetStatus(v string) *ImportReferenceJobItem

SetStatus sets the Status field's value.

func (ImportReferenceJobItem) String

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

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 (ImportReferenceSourceItem) GoString

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 (*ImportReferenceSourceItem) SetDescription

func (s *ImportReferenceSourceItem) SetDescription(v string) *ImportReferenceSourceItem

SetDescription sets the Description field's value.

func (*ImportReferenceSourceItem) SetName

func (s *ImportReferenceSourceItem) SetName(v string) *ImportReferenceSourceItem

SetName sets the Name field's value.

func (*ImportReferenceSourceItem) SetSourceFile

func (s *ImportReferenceSourceItem) SetSourceFile(v string) *ImportReferenceSourceItem

SetSourceFile sets the SourceFile field's value.

func (*ImportReferenceSourceItem) SetStatus

func (s *ImportReferenceSourceItem) SetStatus(v string) *ImportReferenceSourceItem

SetStatus sets the Status field's value.

func (*ImportReferenceSourceItem) SetStatusMessage

func (s *ImportReferenceSourceItem) SetStatusMessage(v string) *ImportReferenceSourceItem

SetStatusMessage sets the StatusMessage field's value.

func (*ImportReferenceSourceItem) SetTags

func (s *ImportReferenceSourceItem) SetTags(v map[string]*string) *ImportReferenceSourceItem

SetTags sets the Tags field's value.

func (ImportReferenceSourceItem) String

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

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 (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

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 (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

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

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 (ListAnnotationImportJobsFilter) GoString

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 (*ListAnnotationImportJobsFilter) SetStatus

func (s *ListAnnotationImportJobsFilter) SetStatus(v string) *ListAnnotationImportJobsFilter

SetStatus sets the Status field's value.

func (*ListAnnotationImportJobsFilter) SetStoreName

func (s *ListAnnotationImportJobsFilter) SetStoreName(v string) *ListAnnotationImportJobsFilter

SetStoreName sets the StoreName field's value.

func (ListAnnotationImportJobsFilter) String

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

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 (ListAnnotationImportJobsInput) GoString

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 (*ListAnnotationImportJobsInput) SetFilter

func (s *ListAnnotationImportJobsInput) SetFilter(v *ListAnnotationImportJobsFilter) *ListAnnotationImportJobsInput

SetFilter sets the Filter field's value.

func (*ListAnnotationImportJobsInput) SetIds

func (s *ListAnnotationImportJobsInput) SetIds(v []*string) *ListAnnotationImportJobsInput

SetIds sets the Ids field's value.

func (*ListAnnotationImportJobsInput) SetMaxResults

func (s *ListAnnotationImportJobsInput) SetMaxResults(v int64) *ListAnnotationImportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAnnotationImportJobsInput) SetNextToken

func (s *ListAnnotationImportJobsInput) SetNextToken(v string) *ListAnnotationImportJobsInput

SetNextToken sets the NextToken field's value.

func (ListAnnotationImportJobsInput) String

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 (*ListAnnotationImportJobsInput) Validate

func (s *ListAnnotationImportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnnotationImportJobsOutput

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 (ListAnnotationImportJobsOutput) GoString

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 (*ListAnnotationImportJobsOutput) SetAnnotationImportJobs

func (s *ListAnnotationImportJobsOutput) SetAnnotationImportJobs(v []*AnnotationImportJobItem) *ListAnnotationImportJobsOutput

SetAnnotationImportJobs sets the AnnotationImportJobs field's value.

func (*ListAnnotationImportJobsOutput) SetNextToken

func (s *ListAnnotationImportJobsOutput) SetNextToken(v string) *ListAnnotationImportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListAnnotationImportJobsOutput) String

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

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 (ListAnnotationStoreVersionsFilter) GoString

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 (*ListAnnotationStoreVersionsFilter) SetStatus

func (s *ListAnnotationStoreVersionsFilter) SetStatus(v string) *ListAnnotationStoreVersionsFilter

SetStatus sets the Status field's value.

func (ListAnnotationStoreVersionsFilter) String

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

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 (ListAnnotationStoreVersionsInput) GoString

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 (*ListAnnotationStoreVersionsInput) SetFilter

func (s *ListAnnotationStoreVersionsInput) SetFilter(v *ListAnnotationStoreVersionsFilter) *ListAnnotationStoreVersionsInput

SetFilter sets the Filter field's value.

func (*ListAnnotationStoreVersionsInput) SetMaxResults

func (s *ListAnnotationStoreVersionsInput) SetMaxResults(v int64) *ListAnnotationStoreVersionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAnnotationStoreVersionsInput) SetName

func (s *ListAnnotationStoreVersionsInput) SetName(v string) *ListAnnotationStoreVersionsInput

SetName sets the Name field's value.

func (*ListAnnotationStoreVersionsInput) SetNextToken

func (s *ListAnnotationStoreVersionsInput) SetNextToken(v string) *ListAnnotationStoreVersionsInput

SetNextToken sets the NextToken field's value.

func (ListAnnotationStoreVersionsInput) String

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 (*ListAnnotationStoreVersionsInput) Validate

func (s *ListAnnotationStoreVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnnotationStoreVersionsOutput

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 (ListAnnotationStoreVersionsOutput) GoString

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 (*ListAnnotationStoreVersionsOutput) SetAnnotationStoreVersions

func (s *ListAnnotationStoreVersionsOutput) SetAnnotationStoreVersions(v []*AnnotationStoreVersionItem) *ListAnnotationStoreVersionsOutput

SetAnnotationStoreVersions sets the AnnotationStoreVersions field's value.

func (*ListAnnotationStoreVersionsOutput) SetNextToken

func (s *ListAnnotationStoreVersionsOutput) SetNextToken(v string) *ListAnnotationStoreVersionsOutput

SetNextToken sets the NextToken field's value.

func (ListAnnotationStoreVersionsOutput) String

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

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 (ListAnnotationStoresFilter) GoString

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 (*ListAnnotationStoresFilter) SetStatus

func (s *ListAnnotationStoresFilter) SetStatus(v string) *ListAnnotationStoresFilter

SetStatus sets the Status field's value.

func (ListAnnotationStoresFilter) String

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

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 (ListAnnotationStoresInput) GoString

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 (*ListAnnotationStoresInput) SetFilter

func (s *ListAnnotationStoresInput) SetFilter(v *ListAnnotationStoresFilter) *ListAnnotationStoresInput

SetFilter sets the Filter field's value.

func (*ListAnnotationStoresInput) SetIds

func (s *ListAnnotationStoresInput) SetIds(v []*string) *ListAnnotationStoresInput

SetIds sets the Ids field's value.

func (*ListAnnotationStoresInput) SetMaxResults

func (s *ListAnnotationStoresInput) SetMaxResults(v int64) *ListAnnotationStoresInput

SetMaxResults sets the MaxResults field's value.

func (*ListAnnotationStoresInput) SetNextToken

func (s *ListAnnotationStoresInput) SetNextToken(v string) *ListAnnotationStoresInput

SetNextToken sets the NextToken field's value.

func (ListAnnotationStoresInput) String

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 (*ListAnnotationStoresInput) Validate

func (s *ListAnnotationStoresInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAnnotationStoresOutput

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 (ListAnnotationStoresOutput) GoString

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 (*ListAnnotationStoresOutput) SetAnnotationStores

func (s *ListAnnotationStoresOutput) SetAnnotationStores(v []*AnnotationStoreItem) *ListAnnotationStoresOutput

SetAnnotationStores sets the AnnotationStores field's value.

func (*ListAnnotationStoresOutput) SetNextToken

func (s *ListAnnotationStoresOutput) SetNextToken(v string) *ListAnnotationStoresOutput

SetNextToken sets the NextToken field's value.

func (ListAnnotationStoresOutput) String

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

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 (ListMultipartReadSetUploadsInput) GoString

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 (*ListMultipartReadSetUploadsInput) SetMaxResults

func (s *ListMultipartReadSetUploadsInput) SetMaxResults(v int64) *ListMultipartReadSetUploadsInput

SetMaxResults sets the MaxResults field's value.

func (*ListMultipartReadSetUploadsInput) SetNextToken

func (s *ListMultipartReadSetUploadsInput) SetNextToken(v string) *ListMultipartReadSetUploadsInput

SetNextToken sets the NextToken field's value.

func (*ListMultipartReadSetUploadsInput) SetSequenceStoreId

func (s *ListMultipartReadSetUploadsInput) SetSequenceStoreId(v string) *ListMultipartReadSetUploadsInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (ListMultipartReadSetUploadsInput) String

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 (*ListMultipartReadSetUploadsInput) Validate

func (s *ListMultipartReadSetUploadsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMultipartReadSetUploadsOutput

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 (ListMultipartReadSetUploadsOutput) GoString

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 (*ListMultipartReadSetUploadsOutput) SetNextToken

func (s *ListMultipartReadSetUploadsOutput) SetNextToken(v string) *ListMultipartReadSetUploadsOutput

SetNextToken sets the NextToken field's value.

func (*ListMultipartReadSetUploadsOutput) SetUploads

func (s *ListMultipartReadSetUploadsOutput) SetUploads(v []*MultipartReadSetUploadListItem) *ListMultipartReadSetUploadsOutput

SetUploads sets the Uploads field's value.

func (ListMultipartReadSetUploadsOutput) String

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

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 (ListReadSetActivationJobsInput) GoString

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 (*ListReadSetActivationJobsInput) SetFilter

func (s *ListReadSetActivationJobsInput) SetFilter(v *ActivateReadSetFilter) *ListReadSetActivationJobsInput

SetFilter sets the Filter field's value.

func (*ListReadSetActivationJobsInput) SetMaxResults

func (s *ListReadSetActivationJobsInput) SetMaxResults(v int64) *ListReadSetActivationJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReadSetActivationJobsInput) SetNextToken

func (s *ListReadSetActivationJobsInput) SetNextToken(v string) *ListReadSetActivationJobsInput

SetNextToken sets the NextToken field's value.

func (*ListReadSetActivationJobsInput) SetSequenceStoreId

func (s *ListReadSetActivationJobsInput) SetSequenceStoreId(v string) *ListReadSetActivationJobsInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (ListReadSetActivationJobsInput) String

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 (*ListReadSetActivationJobsInput) Validate

func (s *ListReadSetActivationJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReadSetActivationJobsOutput

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 (ListReadSetActivationJobsOutput) GoString

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 (*ListReadSetActivationJobsOutput) SetActivationJobs

func (s *ListReadSetActivationJobsOutput) SetActivationJobs(v []*ActivateReadSetJobItem) *ListReadSetActivationJobsOutput

SetActivationJobs sets the ActivationJobs field's value.

func (*ListReadSetActivationJobsOutput) SetNextToken

func (s *ListReadSetActivationJobsOutput) SetNextToken(v string) *ListReadSetActivationJobsOutput

SetNextToken sets the NextToken field's value.

func (ListReadSetActivationJobsOutput) String

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

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 (ListReadSetExportJobsInput) GoString

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 (*ListReadSetExportJobsInput) SetFilter

func (s *ListReadSetExportJobsInput) SetFilter(v *ExportReadSetFilter) *ListReadSetExportJobsInput

SetFilter sets the Filter field's value.

func (*ListReadSetExportJobsInput) SetMaxResults

func (s *ListReadSetExportJobsInput) SetMaxResults(v int64) *ListReadSetExportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReadSetExportJobsInput) SetNextToken

func (s *ListReadSetExportJobsInput) SetNextToken(v string) *ListReadSetExportJobsInput

SetNextToken sets the NextToken field's value.

func (*ListReadSetExportJobsInput) SetSequenceStoreId

func (s *ListReadSetExportJobsInput) SetSequenceStoreId(v string) *ListReadSetExportJobsInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (ListReadSetExportJobsInput) String

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 (*ListReadSetExportJobsInput) Validate

func (s *ListReadSetExportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReadSetExportJobsOutput

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 (ListReadSetExportJobsOutput) GoString

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 (*ListReadSetExportJobsOutput) SetExportJobs

func (s *ListReadSetExportJobsOutput) SetExportJobs(v []*ExportReadSetJobDetail) *ListReadSetExportJobsOutput

SetExportJobs sets the ExportJobs field's value.

func (*ListReadSetExportJobsOutput) SetNextToken

func (s *ListReadSetExportJobsOutput) SetNextToken(v string) *ListReadSetExportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListReadSetExportJobsOutput) String

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

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 (ListReadSetImportJobsInput) GoString

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 (*ListReadSetImportJobsInput) SetFilter

func (s *ListReadSetImportJobsInput) SetFilter(v *ImportReadSetFilter) *ListReadSetImportJobsInput

SetFilter sets the Filter field's value.

func (*ListReadSetImportJobsInput) SetMaxResults

func (s *ListReadSetImportJobsInput) SetMaxResults(v int64) *ListReadSetImportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReadSetImportJobsInput) SetNextToken

func (s *ListReadSetImportJobsInput) SetNextToken(v string) *ListReadSetImportJobsInput

SetNextToken sets the NextToken field's value.

func (*ListReadSetImportJobsInput) SetSequenceStoreId

func (s *ListReadSetImportJobsInput) SetSequenceStoreId(v string) *ListReadSetImportJobsInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (ListReadSetImportJobsInput) String

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 (*ListReadSetImportJobsInput) Validate

func (s *ListReadSetImportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReadSetImportJobsOutput

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 (ListReadSetImportJobsOutput) GoString

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 (*ListReadSetImportJobsOutput) SetImportJobs

func (s *ListReadSetImportJobsOutput) SetImportJobs(v []*ImportReadSetJobItem) *ListReadSetImportJobsOutput

SetImportJobs sets the ImportJobs field's value.

func (*ListReadSetImportJobsOutput) SetNextToken

func (s *ListReadSetImportJobsOutput) SetNextToken(v string) *ListReadSetImportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListReadSetImportJobsOutput) String

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

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 (ListReadSetUploadPartsInput) GoString

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 (*ListReadSetUploadPartsInput) SetFilter

func (s *ListReadSetUploadPartsInput) SetFilter(v *ReadSetUploadPartListFilter) *ListReadSetUploadPartsInput

SetFilter sets the Filter field's value.

func (*ListReadSetUploadPartsInput) SetMaxResults

func (s *ListReadSetUploadPartsInput) SetMaxResults(v int64) *ListReadSetUploadPartsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReadSetUploadPartsInput) SetNextToken

func (s *ListReadSetUploadPartsInput) SetNextToken(v string) *ListReadSetUploadPartsInput

SetNextToken sets the NextToken field's value.

func (*ListReadSetUploadPartsInput) SetPartSource

func (s *ListReadSetUploadPartsInput) SetPartSource(v string) *ListReadSetUploadPartsInput

SetPartSource sets the PartSource field's value.

func (*ListReadSetUploadPartsInput) SetSequenceStoreId

func (s *ListReadSetUploadPartsInput) SetSequenceStoreId(v string) *ListReadSetUploadPartsInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*ListReadSetUploadPartsInput) SetUploadId

func (s *ListReadSetUploadPartsInput) SetUploadId(v string) *ListReadSetUploadPartsInput

SetUploadId sets the UploadId field's value.

func (ListReadSetUploadPartsInput) String

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 (*ListReadSetUploadPartsInput) Validate

func (s *ListReadSetUploadPartsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReadSetUploadPartsOutput

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 (ListReadSetUploadPartsOutput) GoString

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 (*ListReadSetUploadPartsOutput) SetNextToken

func (s *ListReadSetUploadPartsOutput) SetNextToken(v string) *ListReadSetUploadPartsOutput

SetNextToken sets the NextToken field's value.

func (*ListReadSetUploadPartsOutput) SetParts

func (s *ListReadSetUploadPartsOutput) SetParts(v []*ReadSetUploadPartListItem) *ListReadSetUploadPartsOutput

SetParts sets the Parts field's value.

func (ListReadSetUploadPartsOutput) String

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

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 (ListReadSetsInput) GoString

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 (*ListReadSetsInput) SetFilter

func (s *ListReadSetsInput) SetFilter(v *ReadSetFilter) *ListReadSetsInput

SetFilter sets the Filter field's value.

func (*ListReadSetsInput) SetMaxResults

func (s *ListReadSetsInput) SetMaxResults(v int64) *ListReadSetsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReadSetsInput) SetNextToken

func (s *ListReadSetsInput) SetNextToken(v string) *ListReadSetsInput

SetNextToken sets the NextToken field's value.

func (*ListReadSetsInput) SetSequenceStoreId

func (s *ListReadSetsInput) SetSequenceStoreId(v string) *ListReadSetsInput

SetSequenceStoreId sets the SequenceStoreId field's value.

func (ListReadSetsInput) String

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 (*ListReadSetsInput) Validate

func (s *ListReadSetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReadSetsOutput

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 (ListReadSetsOutput) GoString

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 (*ListReadSetsOutput) SetNextToken

func (s *ListReadSetsOutput) SetNextToken(v string) *ListReadSetsOutput

SetNextToken sets the NextToken field's value.

func (*ListReadSetsOutput) SetReadSets

func (s *ListReadSetsOutput) SetReadSets(v []*ReadSetListItem) *ListReadSetsOutput

SetReadSets sets the ReadSets field's value.

func (ListReadSetsOutput) String

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

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 (ListReferenceImportJobsInput) GoString

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 (*ListReferenceImportJobsInput) SetFilter

func (s *ListReferenceImportJobsInput) SetFilter(v *ImportReferenceFilter) *ListReferenceImportJobsInput

SetFilter sets the Filter field's value.

func (*ListReferenceImportJobsInput) SetMaxResults

func (s *ListReferenceImportJobsInput) SetMaxResults(v int64) *ListReferenceImportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReferenceImportJobsInput) SetNextToken

func (s *ListReferenceImportJobsInput) SetNextToken(v string) *ListReferenceImportJobsInput

SetNextToken sets the NextToken field's value.

func (*ListReferenceImportJobsInput) SetReferenceStoreId

func (s *ListReferenceImportJobsInput) SetReferenceStoreId(v string) *ListReferenceImportJobsInput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (ListReferenceImportJobsInput) String

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 (*ListReferenceImportJobsInput) Validate

func (s *ListReferenceImportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReferenceImportJobsOutput

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 (ListReferenceImportJobsOutput) GoString

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 (*ListReferenceImportJobsOutput) SetImportJobs

func (s *ListReferenceImportJobsOutput) SetImportJobs(v []*ImportReferenceJobItem) *ListReferenceImportJobsOutput

SetImportJobs sets the ImportJobs field's value.

func (*ListReferenceImportJobsOutput) SetNextToken

func (s *ListReferenceImportJobsOutput) SetNextToken(v string) *ListReferenceImportJobsOutput

SetNextToken sets the NextToken field's value.

func (ListReferenceImportJobsOutput) String

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

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 (ListReferenceStoresInput) GoString

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 (*ListReferenceStoresInput) SetFilter

func (s *ListReferenceStoresInput) SetFilter(v *ReferenceStoreFilter) *ListReferenceStoresInput

SetFilter sets the Filter field's value.

func (*ListReferenceStoresInput) SetMaxResults

func (s *ListReferenceStoresInput) SetMaxResults(v int64) *ListReferenceStoresInput

SetMaxResults sets the MaxResults field's value.

func (*ListReferenceStoresInput) SetNextToken

func (s *ListReferenceStoresInput) SetNextToken(v string) *ListReferenceStoresInput

SetNextToken sets the NextToken field's value.

func (ListReferenceStoresInput) String

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 (*ListReferenceStoresInput) Validate

func (s *ListReferenceStoresInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReferenceStoresOutput

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 (ListReferenceStoresOutput) GoString

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 (*ListReferenceStoresOutput) SetNextToken

func (s *ListReferenceStoresOutput) SetNextToken(v string) *ListReferenceStoresOutput

SetNextToken sets the NextToken field's value.

func (*ListReferenceStoresOutput) SetReferenceStores

func (s *ListReferenceStoresOutput) SetReferenceStores(v []*ReferenceStoreDetail) *ListReferenceStoresOutput

SetReferenceStores sets the ReferenceStores field's value.

func (ListReferenceStoresOutput) String

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

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 (ListReferencesInput) GoString

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 (*ListReferencesInput) SetFilter

func (s *ListReferencesInput) SetFilter(v *ReferenceFilter) *ListReferencesInput

SetFilter sets the Filter field's value.

func (*ListReferencesInput) SetMaxResults

func (s *ListReferencesInput) SetMaxResults(v int64) *ListReferencesInput

SetMaxResults sets the MaxResults field's value.

func (*ListReferencesInput) SetNextToken

func (s *ListReferencesInput) SetNextToken(v string) *ListReferencesInput

SetNextToken sets the NextToken field's value.

func (*ListReferencesInput) SetReferenceStoreId

func (s *ListReferencesInput) SetReferenceStoreId(v string) *ListReferencesInput

SetReferenceStoreId sets the ReferenceStoreId field's value.

func (ListReferencesInput) String

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 (*ListReferencesInput) Validate

func (s *ListReferencesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReferencesOutput

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 (ListReferencesOutput) GoString

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 (*ListReferencesOutput) SetNextToken

func (s *ListReferencesOutput) SetNextToken(v string) *ListReferencesOutput

SetNextToken sets the NextToken field's value.

func (*ListReferencesOutput) SetReferences

func (s *ListReferencesOutput) SetReferences(v []*ReferenceListItem) *ListReferencesOutput

SetReferences sets the References field's value.

func (ListReferencesOutput) String

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

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 (ListRunGroupsInput) GoString

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 (*ListRunGroupsInput) SetMaxResults

func (s *ListRunGroupsInput) SetMaxResults(v int64) *ListRunGroupsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRunGroupsInput) SetName

func (s *ListRunGroupsInput) SetName(v string) *ListRunGroupsInput

SetName sets the Name field's value.

func (*ListRunGroupsInput) SetStartingToken

func (s *ListRunGroupsInput) SetStartingToken(v string) *ListRunGroupsInput

SetStartingToken sets the StartingToken field's value.

func (ListRunGroupsInput) String

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 (*ListRunGroupsInput) Validate

func (s *ListRunGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRunGroupsOutput

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 (ListRunGroupsOutput) GoString

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 (*ListRunGroupsOutput) SetItems

func (s *ListRunGroupsOutput) SetItems(v []*RunGroupListItem) *ListRunGroupsOutput

SetItems sets the Items field's value.

func (*ListRunGroupsOutput) SetNextToken

func (s *ListRunGroupsOutput) SetNextToken(v string) *ListRunGroupsOutput

SetNextToken sets the NextToken field's value.

func (ListRunGroupsOutput) String

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

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 (ListRunTasksInput) GoString

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 (*ListRunTasksInput) SetId

func (s *ListRunTasksInput) SetId(v string) *ListRunTasksInput

SetId sets the Id field's value.

func (*ListRunTasksInput) SetMaxResults

func (s *ListRunTasksInput) SetMaxResults(v int64) *ListRunTasksInput

SetMaxResults sets the MaxResults field's value.

func (*ListRunTasksInput) SetStartingToken

func (s *ListRunTasksInput) SetStartingToken(v string) *ListRunTasksInput

SetStartingToken sets the StartingToken field's value.

func (*ListRunTasksInput) SetStatus

func (s *ListRunTasksInput) SetStatus(v string) *ListRunTasksInput

SetStatus sets the Status field's value.

func (ListRunTasksInput) String

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 (*ListRunTasksInput) Validate

func (s *ListRunTasksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRunTasksOutput

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 (ListRunTasksOutput) GoString

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 (*ListRunTasksOutput) SetItems

func (s *ListRunTasksOutput) SetItems(v []*TaskListItem) *ListRunTasksOutput

SetItems sets the Items field's value.

func (*ListRunTasksOutput) SetNextToken

func (s *ListRunTasksOutput) SetNextToken(v string) *ListRunTasksOutput

SetNextToken sets the NextToken field's value.

func (ListRunTasksOutput) String

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

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 (ListRunsInput) GoString

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 (*ListRunsInput) SetMaxResults

func (s *ListRunsInput) SetMaxResults(v int64) *ListRunsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRunsInput) SetName

func (s *ListRunsInput) SetName(v string) *ListRunsInput

SetName sets the Name field's value.

func (*ListRunsInput) SetRunGroupId

func (s *ListRunsInput) SetRunGroupId(v string) *ListRunsInput

SetRunGroupId sets the RunGroupId field's value.

func (*ListRunsInput) SetStartingToken

func (s *ListRunsInput) SetStartingToken(v string) *ListRunsInput

SetStartingToken sets the StartingToken field's value.

func (*ListRunsInput) SetStatus

func (s *ListRunsInput) SetStatus(v string) *ListRunsInput

SetStatus sets the Status field's value.

func (ListRunsInput) String

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 (*ListRunsInput) Validate

func (s *ListRunsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRunsOutput

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 (ListRunsOutput) GoString

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 (*ListRunsOutput) SetItems

func (s *ListRunsOutput) SetItems(v []*RunListItem) *ListRunsOutput

SetItems sets the Items field's value.

func (*ListRunsOutput) SetNextToken

func (s *ListRunsOutput) SetNextToken(v string) *ListRunsOutput

SetNextToken sets the NextToken field's value.

func (ListRunsOutput) String

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

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 (ListSequenceStoresInput) GoString

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 (*ListSequenceStoresInput) SetFilter

func (s *ListSequenceStoresInput) SetFilter(v *SequenceStoreFilter) *ListSequenceStoresInput

SetFilter sets the Filter field's value.

func (*ListSequenceStoresInput) SetMaxResults

func (s *ListSequenceStoresInput) SetMaxResults(v int64) *ListSequenceStoresInput

SetMaxResults sets the MaxResults field's value.

func (*ListSequenceStoresInput) SetNextToken

func (s *ListSequenceStoresInput) SetNextToken(v string) *ListSequenceStoresInput

SetNextToken sets the NextToken field's value.

func (ListSequenceStoresInput) String

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 (*ListSequenceStoresInput) Validate

func (s *ListSequenceStoresInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSequenceStoresOutput

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 (ListSequenceStoresOutput) GoString

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 (*ListSequenceStoresOutput) SetNextToken

func (s *ListSequenceStoresOutput) SetNextToken(v string) *ListSequenceStoresOutput

SetNextToken sets the NextToken field's value.

func (*ListSequenceStoresOutput) SetSequenceStores

func (s *ListSequenceStoresOutput) SetSequenceStores(v []*SequenceStoreDetail) *ListSequenceStoresOutput

SetSequenceStores sets the SequenceStores field's value.

func (ListSequenceStoresOutput) String

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

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 (ListSharesInput) GoString

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 (*ListSharesInput) SetFilter

func (s *ListSharesInput) SetFilter(v *Filter) *ListSharesInput

SetFilter sets the Filter field's value.

func (*ListSharesInput) SetMaxResults

func (s *ListSharesInput) SetMaxResults(v int64) *ListSharesInput

SetMaxResults sets the MaxResults field's value.

func (*ListSharesInput) SetNextToken

func (s *ListSharesInput) SetNextToken(v string) *ListSharesInput

SetNextToken sets the NextToken field's value.

func (*ListSharesInput) SetResourceOwner

func (s *ListSharesInput) SetResourceOwner(v string) *ListSharesInput

SetResourceOwner sets the ResourceOwner field's value.

func (ListSharesInput) String

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 (*ListSharesInput) Validate

func (s *ListSharesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSharesOutput

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 (ListSharesOutput) GoString

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 (*ListSharesOutput) SetNextToken

func (s *ListSharesOutput) SetNextToken(v string) *ListSharesOutput

SetNextToken sets the NextToken field's value.

func (*ListSharesOutput) SetShares

func (s *ListSharesOutput) SetShares(v []*ShareDetails) *ListSharesOutput

SetShares sets the Shares field's value.

func (ListSharesOutput) String

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

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 (ListTagsForResourceInput) GoString

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 (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

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 (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

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 (ListTagsForResourceOutput) GoString

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 (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

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

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 (ListVariantImportJobsFilter) GoString

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 (*ListVariantImportJobsFilter) SetStatus

func (s *ListVariantImportJobsFilter) SetStatus(v string) *ListVariantImportJobsFilter

SetStatus sets the Status field's value.

func (*ListVariantImportJobsFilter) SetStoreName

func (s *ListVariantImportJobsFilter) SetStoreName(v string) *ListVariantImportJobsFilter

SetStoreName sets the StoreName field's value.

func (ListVariantImportJobsFilter) String

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

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 (ListVariantImportJobsInput) GoString

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 (*ListVariantImportJobsInput) SetFilter

func (s *ListVariantImportJobsInput) SetFilter(v *ListVariantImportJobsFilter) *ListVariantImportJobsInput

SetFilter sets the Filter field's value.

func (*ListVariantImportJobsInput) SetIds

func (s *ListVariantImportJobsInput) SetIds(v []*string) *ListVariantImportJobsInput

SetIds sets the Ids field's value.

func (*ListVariantImportJobsInput) SetMaxResults

func (s *ListVariantImportJobsInput) SetMaxResults(v int64) *ListVariantImportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListVariantImportJobsInput) SetNextToken

func (s *ListVariantImportJobsInput) SetNextToken(v string) *ListVariantImportJobsInput

SetNextToken sets the NextToken field's value.

func (ListVariantImportJobsInput) String

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 (*ListVariantImportJobsInput) Validate

func (s *ListVariantImportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVariantImportJobsOutput

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 (ListVariantImportJobsOutput) GoString

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 (*ListVariantImportJobsOutput) SetNextToken

func (s *ListVariantImportJobsOutput) SetNextToken(v string) *ListVariantImportJobsOutput

SetNextToken sets the NextToken field's value.

func (*ListVariantImportJobsOutput) SetVariantImportJobs

func (s *ListVariantImportJobsOutput) SetVariantImportJobs(v []*VariantImportJobItem) *ListVariantImportJobsOutput

SetVariantImportJobs sets the VariantImportJobs field's value.

func (ListVariantImportJobsOutput) String

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

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 (ListVariantStoresFilter) GoString

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 (*ListVariantStoresFilter) SetStatus

func (s *ListVariantStoresFilter) SetStatus(v string) *ListVariantStoresFilter

SetStatus sets the Status field's value.

func (ListVariantStoresFilter) String

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

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 (ListVariantStoresInput) GoString

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 (*ListVariantStoresInput) SetFilter

func (s *ListVariantStoresInput) SetFilter(v *ListVariantStoresFilter) *ListVariantStoresInput

SetFilter sets the Filter field's value.

func (*ListVariantStoresInput) SetIds

func (s *ListVariantStoresInput) SetIds(v []*string) *ListVariantStoresInput

SetIds sets the Ids field's value.

func (*ListVariantStoresInput) SetMaxResults

func (s *ListVariantStoresInput) SetMaxResults(v int64) *ListVariantStoresInput

SetMaxResults sets the MaxResults field's value.

func (*ListVariantStoresInput) SetNextToken

func (s *ListVariantStoresInput) SetNextToken(v string) *ListVariantStoresInput

SetNextToken sets the NextToken field's value.

func (ListVariantStoresInput) String

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 (*ListVariantStoresInput) Validate

func (s *ListVariantStoresInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVariantStoresOutput

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 (ListVariantStoresOutput) GoString

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 (*ListVariantStoresOutput) SetNextToken

func (s *ListVariantStoresOutput) SetNextToken(v string) *ListVariantStoresOutput

SetNextToken sets the NextToken field's value.

func (*ListVariantStoresOutput) SetVariantStores

func (s *ListVariantStoresOutput) SetVariantStores(v []*VariantStoreItem) *ListVariantStoresOutput

SetVariantStores sets the VariantStores field's value.

func (ListVariantStoresOutput) String

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

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 (ListWorkflowsInput) GoString

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 (*ListWorkflowsInput) SetMaxResults

func (s *ListWorkflowsInput) SetMaxResults(v int64) *ListWorkflowsInput

SetMaxResults sets the MaxResults field's value.

func (*ListWorkflowsInput) SetName

func (s *ListWorkflowsInput) SetName(v string) *ListWorkflowsInput

SetName sets the Name field's value.

func (*ListWorkflowsInput) SetStartingToken

func (s *ListWorkflowsInput) SetStartingToken(v string) *ListWorkflowsInput

SetStartingToken sets the StartingToken field's value.

func (*ListWorkflowsInput) SetType

func (s *ListWorkflowsInput) SetType(v string) *ListWorkflowsInput

SetType sets the Type field's value.

func (ListWorkflowsInput) String

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 (*ListWorkflowsInput) Validate

func (s *ListWorkflowsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListWorkflowsOutput

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 (ListWorkflowsOutput) GoString

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 (*ListWorkflowsOutput) SetItems

func (s *ListWorkflowsOutput) SetItems(v []*WorkflowListItem) *ListWorkflowsOutput

SetItems sets the Items field's value.

func (*ListWorkflowsOutput) SetNextToken

func (s *ListWorkflowsOutput) SetNextToken(v string) *ListWorkflowsOutput

SetNextToken sets the NextToken field's value.

func (ListWorkflowsOutput) String

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

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 (MultipartReadSetUploadListItem) GoString

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 (*MultipartReadSetUploadListItem) SetCreationTime

func (s *MultipartReadSetUploadListItem) SetCreationTime(v time.Time) *MultipartReadSetUploadListItem

SetCreationTime sets the CreationTime field's value.

func (*MultipartReadSetUploadListItem) SetDescription

func (s *MultipartReadSetUploadListItem) SetDescription(v string) *MultipartReadSetUploadListItem

SetDescription sets the Description field's value.

func (*MultipartReadSetUploadListItem) SetGeneratedFrom

func (s *MultipartReadSetUploadListItem) SetGeneratedFrom(v string) *MultipartReadSetUploadListItem

SetGeneratedFrom sets the GeneratedFrom field's value.

func (*MultipartReadSetUploadListItem) SetName

func (s *MultipartReadSetUploadListItem) SetName(v string) *MultipartReadSetUploadListItem

SetName sets the Name field's value.

func (*MultipartReadSetUploadListItem) SetReferenceArn

func (s *MultipartReadSetUploadListItem) SetReferenceArn(v string) *MultipartReadSetUploadListItem

SetReferenceArn sets the ReferenceArn field's value.

func (*MultipartReadSetUploadListItem) SetSampleId

func (s *MultipartReadSetUploadListItem) SetSampleId(v string) *MultipartReadSetUploadListItem

SetSampleId sets the SampleId field's value.

func (*MultipartReadSetUploadListItem) SetSequenceStoreId

func (s *MultipartReadSetUploadListItem) SetSequenceStoreId(v string) *MultipartReadSetUploadListItem

SetSequenceStoreId sets the SequenceStoreId field's value.

func (*MultipartReadSetUploadListItem) SetSourceFileType

func (s *MultipartReadSetUploadListItem) SetSourceFileType(v string) *MultipartReadSetUploadListItem

SetSourceFileType sets the SourceFileType field's value.

func (*MultipartReadSetUploadListItem) SetSubjectId

func (s *MultipartReadSetUploadListItem) SetSubjectId(v string) *MultipartReadSetUploadListItem

SetSubjectId sets the SubjectId field's value.

func (*MultipartReadSetUploadListItem) SetTags

func (s *MultipartReadSetUploadListItem) SetTags(v map[string]*string) *MultipartReadSetUploadListItem

SetTags sets the Tags field's value.

func (*MultipartReadSetUploadListItem) SetUploadId

func (s *MultipartReadSetUploadListItem) SetUploadId(v string) *MultipartReadSetUploadListItem

SetUploadId sets the UploadId field's value.

func (MultipartReadSetUploadListItem) String

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

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 (*NotSupportedOperationException) Code

func (s *NotSupportedOperationException) Code() string

Code returns the exception type name.

func (*NotSupportedOperationException) Error

func (s *NotSupportedOperationException) Error() string

func (NotSupportedOperationException) GoString

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 (*NotSupportedOperationException) Message

func (s *NotSupportedOperationException) Message() string

Message returns the exception's message.

func (*NotSupportedOperationException) OrigErr

func (s *NotSupportedOperationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NotSupportedOperationException) RequestID

func (s *NotSupportedOperationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NotSupportedOperationException) StatusCode

func (s *NotSupportedOperationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NotSupportedOperationException) String

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

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

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 (*Omics) AbortMultipartReadSetUpload

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 (*Omics) AbortMultipartReadSetUploadRequest

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 (*Omics) AbortMultipartReadSetUploadWithContext

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 (*Omics) AcceptShare

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 (*Omics) AcceptShareRequest

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 (*Omics) AcceptShareWithContext

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 (*Omics) BatchDeleteReadSet

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 (*Omics) BatchDeleteReadSetRequest

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 (*Omics) BatchDeleteReadSetWithContext

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 (*Omics) CancelAnnotationImportJob

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 (*Omics) CancelAnnotationImportJobRequest

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 (*Omics) CancelAnnotationImportJobWithContext

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 (*Omics) CancelRun

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 (*Omics) CancelRunRequest

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 (*Omics) CancelRunWithContext

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 (*Omics) CancelVariantImportJob

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 (*Omics) CancelVariantImportJobRequest

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 (*Omics) CancelVariantImportJobWithContext

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 (*Omics) CompleteMultipartReadSetUpload

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 (*Omics) CompleteMultipartReadSetUploadRequest

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 (*Omics) CompleteMultipartReadSetUploadWithContext

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 (*Omics) CreateAnnotationStore

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 (*Omics) CreateAnnotationStoreRequest

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 (*Omics) CreateAnnotationStoreVersion

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 (*Omics) CreateAnnotationStoreVersionRequest

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 (*Omics) CreateAnnotationStoreVersionWithContext

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 (*Omics) CreateAnnotationStoreWithContext

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 (*Omics) CreateMultipartReadSetUpload

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 (*Omics) CreateMultipartReadSetUploadRequest

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 (*Omics) CreateMultipartReadSetUploadWithContext

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 (*Omics) CreateReferenceStore

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 (*Omics) CreateReferenceStoreRequest

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 (*Omics) CreateReferenceStoreWithContext

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 (*Omics) CreateRunGroup

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 (*Omics) CreateRunGroupRequest

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 (*Omics) CreateRunGroupWithContext

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 (*Omics) CreateSequenceStore

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 (*Omics) CreateSequenceStoreRequest

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 (*Omics) CreateSequenceStoreWithContext

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 (*Omics) CreateShare

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 (*Omics) CreateShareRequest

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 (*Omics) CreateShareWithContext

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 (*Omics) CreateVariantStore

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 (*Omics) CreateVariantStoreRequest

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 (*Omics) CreateVariantStoreWithContext

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 (*Omics) CreateWorkflow

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 (*Omics) CreateWorkflowRequest

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 (*Omics) CreateWorkflowWithContext

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 (*Omics) DeleteAnnotationStore

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 (*Omics) DeleteAnnotationStoreRequest

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 (*Omics) DeleteAnnotationStoreVersions

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 (*Omics) DeleteAnnotationStoreVersionsRequest

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 (*Omics) DeleteAnnotationStoreVersionsWithContext

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 (*Omics) DeleteAnnotationStoreWithContext

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 (*Omics) DeleteReference

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 (*Omics) DeleteReferenceRequest

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 (*Omics) DeleteReferenceStore

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 (*Omics) DeleteReferenceStoreRequest

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 (*Omics) DeleteReferenceStoreWithContext

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 (*Omics) DeleteReferenceWithContext

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 (*Omics) DeleteRun

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 (*Omics) DeleteRunGroup

func (c *Omics) DeleteRunGroup(input *DeleteRunGroupInput) (*DeleteRunGroupOutput, error)

Del