libZSservicesZSamazonka-healthlakeZSamazonka-healthlake
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.HealthLake.DeleteFHIRDatastore

Description

Deletes a Data Store.

Synopsis

Creating a Request

data DeleteFHIRDatastore Source #

See: newDeleteFHIRDatastore smart constructor.

Constructors

DeleteFHIRDatastore' 

Fields

Instances

Instances details
Eq DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Read DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Show DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Generic DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type Rep DeleteFHIRDatastore :: Type -> Type #

NFData DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Methods

rnf :: DeleteFHIRDatastore -> () #

Hashable DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

ToJSON DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

AWSRequest DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type AWSResponse DeleteFHIRDatastore #

ToHeaders DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

ToPath DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

ToQuery DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastore = D1 ('MetaData "DeleteFHIRDatastore" "Amazonka.HealthLake.DeleteFHIRDatastore" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DeleteFHIRDatastore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeleteFHIRDatastore Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

newDeleteFHIRDatastore :: DeleteFHIRDatastore Source #

Create a value of DeleteFHIRDatastore 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:datastoreId:DeleteFHIRDatastore', deleteFHIRDatastore_datastoreId - The AWS-generated ID for the Data Store to be deleted.

Request Lenses

deleteFHIRDatastore_datastoreId :: Lens' DeleteFHIRDatastore (Maybe Text) Source #

The AWS-generated ID for the Data Store to be deleted.

Destructuring the Response

data DeleteFHIRDatastoreResponse Source #

See: newDeleteFHIRDatastoreResponse smart constructor.

Constructors

DeleteFHIRDatastoreResponse' 

Fields

Instances

Instances details
Eq DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Read DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Show DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Generic DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

Associated Types

type Rep DeleteFHIRDatastoreResponse :: Type -> Type #

NFData DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastoreResponse Source # 
Instance details

Defined in Amazonka.HealthLake.DeleteFHIRDatastore

type Rep DeleteFHIRDatastoreResponse = D1 ('MetaData "DeleteFHIRDatastoreResponse" "Amazonka.HealthLake.DeleteFHIRDatastore" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "DeleteFHIRDatastoreResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "datastoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datastoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "datastoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatastoreStatus) :*: S1 ('MetaSel ('Just "datastoreEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeleteFHIRDatastoreResponse Source #

Create a value of DeleteFHIRDatastoreResponse 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:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_httpStatus - The response's http status code.

$sel:datastoreId:DeleteFHIRDatastore', deleteFHIRDatastoreResponse_datastoreId - The AWS-generated ID for the Data Store to be deleted.

$sel:datastoreArn:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_datastoreArn - The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

$sel:datastoreStatus:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_datastoreStatus - The status of the Data Store that the user has requested to be deleted.

$sel:datastoreEndpoint:DeleteFHIRDatastoreResponse', deleteFHIRDatastoreResponse_datastoreEndpoint - The AWS endpoint for the Data Store the user has requested to be deleted.

Response Lenses

deleteFHIRDatastoreResponse_datastoreId :: Lens' DeleteFHIRDatastoreResponse Text Source #

The AWS-generated ID for the Data Store to be deleted.

deleteFHIRDatastoreResponse_datastoreArn :: Lens' DeleteFHIRDatastoreResponse Text Source #

The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

deleteFHIRDatastoreResponse_datastoreStatus :: Lens' DeleteFHIRDatastoreResponse DatastoreStatus Source #

The status of the Data Store that the user has requested to be deleted.

deleteFHIRDatastoreResponse_datastoreEndpoint :: Lens' DeleteFHIRDatastoreResponse Text Source #

The AWS endpoint for the Data Store the user has requested to be deleted.