libZSservicesZSamazonka-appsyncZSamazonka-appsync
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.AppSync.DeleteDataSource

Description

Deletes a DataSource object.

Synopsis

Creating a Request

data DeleteDataSource Source #

See: newDeleteDataSource smart constructor.

Constructors

DeleteDataSource' 

Fields

Instances

Instances details
Eq DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Read DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Show DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Generic DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Associated Types

type Rep DeleteDataSource :: Type -> Type #

NFData DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Methods

rnf :: DeleteDataSource -> () #

Hashable DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

AWSRequest DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Associated Types

type AWSResponse DeleteDataSource #

ToHeaders DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

ToPath DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

ToQuery DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

type Rep DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

type Rep DeleteDataSource = D1 ('MetaData "DeleteDataSource" "Amazonka.AppSync.DeleteDataSource" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "DeleteDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDataSource Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

newDeleteDataSource Source #

Create a value of DeleteDataSource 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:apiId:DeleteDataSource', deleteDataSource_apiId - The API ID.

$sel:name:DeleteDataSource', deleteDataSource_name - The name of the data source.

Request Lenses

deleteDataSource_name :: Lens' DeleteDataSource Text Source #

The name of the data source.

Destructuring the Response

data DeleteDataSourceResponse Source #

See: newDeleteDataSourceResponse smart constructor.

Constructors

DeleteDataSourceResponse' 

Fields

Instances

Instances details
Eq DeleteDataSourceResponse Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Read DeleteDataSourceResponse Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Show DeleteDataSourceResponse Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Generic DeleteDataSourceResponse Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

Associated Types

type Rep DeleteDataSourceResponse :: Type -> Type #

NFData DeleteDataSourceResponse Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

type Rep DeleteDataSourceResponse Source # 
Instance details

Defined in Amazonka.AppSync.DeleteDataSource

type Rep DeleteDataSourceResponse = D1 ('MetaData "DeleteDataSourceResponse" "Amazonka.AppSync.DeleteDataSource" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "DeleteDataSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDataSourceResponse Source #

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

Response Lenses