amazonka-omics-2.0: Amazon Omics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Omics.DeleteAnnotationStore

Description

Deletes an annotation store.

Synopsis

Creating a Request

data DeleteAnnotationStore Source #

See: newDeleteAnnotationStore smart constructor.

Constructors

DeleteAnnotationStore' 

Fields

Instances

Instances details
ToHeaders DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

ToPath DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

ToQuery DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

AWSRequest DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Associated Types

type AWSResponse DeleteAnnotationStore #

Generic DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Associated Types

type Rep DeleteAnnotationStore :: Type -> Type #

Read DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Show DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

NFData DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Methods

rnf :: DeleteAnnotationStore -> () #

Eq DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Hashable DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

type AWSResponse DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

type Rep DeleteAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

type Rep DeleteAnnotationStore = D1 ('MetaData "DeleteAnnotationStore" "Amazonka.Omics.DeleteAnnotationStore" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "DeleteAnnotationStore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAnnotationStore Source #

Create a value of DeleteAnnotationStore with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:force:DeleteAnnotationStore', deleteAnnotationStore_force - Whether to force deletion.

DeleteAnnotationStore, deleteAnnotationStore_name - The store's name.

Request Lenses

Destructuring the Response

data DeleteAnnotationStoreResponse Source #

See: newDeleteAnnotationStoreResponse smart constructor.

Constructors

DeleteAnnotationStoreResponse' 

Fields

Instances

Instances details
Generic DeleteAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Associated Types

type Rep DeleteAnnotationStoreResponse :: Type -> Type #

Read DeleteAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Show DeleteAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

NFData DeleteAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

Eq DeleteAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

type Rep DeleteAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.DeleteAnnotationStore

type Rep DeleteAnnotationStoreResponse = D1 ('MetaData "DeleteAnnotationStoreResponse" "Amazonka.Omics.DeleteAnnotationStore" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "DeleteAnnotationStoreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoreStatus)))

newDeleteAnnotationStoreResponse Source #

Create a value of DeleteAnnotationStoreResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteAnnotationStoreResponse', deleteAnnotationStoreResponse_httpStatus - The response's http status code.

DeleteAnnotationStoreResponse, deleteAnnotationStoreResponse_status - The store's status.

Response Lenses