libZSservicesZSamazonka-athenaZSamazonka-athena
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.Athena.DeletePreparedStatement

Description

Deletes the prepared statement with the specified name from the specified workgroup.

Synopsis

Creating a Request

data DeletePreparedStatement Source #

See: newDeletePreparedStatement smart constructor.

Constructors

DeletePreparedStatement' 

Fields

Instances

Instances details
Eq DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Read DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Show DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Generic DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Associated Types

type Rep DeletePreparedStatement :: Type -> Type #

NFData DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Methods

rnf :: DeletePreparedStatement -> () #

Hashable DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

ToJSON DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

AWSRequest DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

ToHeaders DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

ToPath DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

ToQuery DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

type Rep DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

type Rep DeletePreparedStatement = D1 ('MetaData "DeletePreparedStatement" "Amazonka.Athena.DeletePreparedStatement" "libZSservicesZSamazonka-athenaZSamazonka-athena" 'False) (C1 ('MetaCons "DeletePreparedStatement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePreparedStatement Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

newDeletePreparedStatement Source #

Create a value of DeletePreparedStatement 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:statementName:DeletePreparedStatement', deletePreparedStatement_statementName - The name of the prepared statement to delete.

$sel:workGroup:DeletePreparedStatement', deletePreparedStatement_workGroup - The workgroup to which the statement to be deleted belongs.

Request Lenses

deletePreparedStatement_statementName :: Lens' DeletePreparedStatement Text Source #

The name of the prepared statement to delete.

deletePreparedStatement_workGroup :: Lens' DeletePreparedStatement Text Source #

The workgroup to which the statement to be deleted belongs.

Destructuring the Response

data DeletePreparedStatementResponse Source #

See: newDeletePreparedStatementResponse smart constructor.

Constructors

DeletePreparedStatementResponse' 

Fields

Instances

Instances details
Eq DeletePreparedStatementResponse Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Read DeletePreparedStatementResponse Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Show DeletePreparedStatementResponse Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Generic DeletePreparedStatementResponse Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

Associated Types

type Rep DeletePreparedStatementResponse :: Type -> Type #

NFData DeletePreparedStatementResponse Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

type Rep DeletePreparedStatementResponse Source # 
Instance details

Defined in Amazonka.Athena.DeletePreparedStatement

type Rep DeletePreparedStatementResponse = D1 ('MetaData "DeletePreparedStatementResponse" "Amazonka.Athena.DeletePreparedStatement" "libZSservicesZSamazonka-athenaZSamazonka-athena" 'False) (C1 ('MetaCons "DeletePreparedStatementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePreparedStatementResponse Source #

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

Response Lenses