- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-omics
SequenceStoreFilter Interface
A filter for a sequence store.
Members
Name | Type | Details |
---|---|---|
createdAfter | Date | undefined | The filter's start date. |
createdBefore | Date | undefined | The filter's end date. |
name | string | undefined | A name to filter on. |
status | SequenceStoreStatus | undefined | Filter results based on status. |
updatedAfter | Date | undefined | Filter results based on stores updated after the specified time. |
updatedBefore | Date | undefined | Filter results based on stores updated before the specified time. |
Full Signature
export interface SequenceStoreFilter