libZSservicesZSamazonka-iotfleethubZSamazonka-iotfleethub
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.IoTFleetHub.DeleteApplication

Description

Deletes a Fleet Hub for AWS IoT Device Management web application.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

Synopsis

Creating a Request

data DeleteApplication Source #

See: newDeleteApplication smart constructor.

Constructors

DeleteApplication' 

Fields

  • clientToken :: Maybe Text

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

  • applicationId :: Text

    The unique Id of the web application.

Instances

Instances details
Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

ToHeaders DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.IoTFleetHub.DeleteApplication" "libZSservicesZSamazonka-iotfleethubZSamazonka-iotfleethub" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

newDeleteApplication Source #

Create a value of DeleteApplication 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:clientToken:DeleteApplication', deleteApplication_clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

$sel:applicationId:DeleteApplication', deleteApplication_applicationId - The unique Id of the web application.

Request Lenses

deleteApplication_clientToken :: Lens' DeleteApplication (Maybe Text) Source #

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

deleteApplication_applicationId :: Lens' DeleteApplication Text Source #

The unique Id of the web application.

Destructuring the Response

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Constructors

DeleteApplicationResponse' 

Fields

Instances

Instances details
Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Amazonka.IoTFleetHub.DeleteApplication" "libZSservicesZSamazonka-iotfleethubZSamazonka-iotfleethub" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteApplicationResponse Source #

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

Response Lenses