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.UpdateApplication

Description

Updates information about a Fleet Hub for a 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 UpdateApplication Source #

See: newUpdateApplication smart constructor.

Constructors

UpdateApplication' 

Fields

Instances

Instances details
Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

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

Defined in Amazonka.IoTFleetHub.UpdateApplication

newUpdateApplication Source #

Create a value of UpdateApplication 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:applicationDescription:UpdateApplication', updateApplication_applicationDescription - An optional description of the web application.

$sel:clientToken:UpdateApplication', updateApplication_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:applicationName:UpdateApplication', updateApplication_applicationName - The name of the web application.

$sel:applicationId:UpdateApplication', updateApplication_applicationId - The unique Id of the web application.

Request Lenses

updateApplication_applicationDescription :: Lens' UpdateApplication (Maybe Text) Source #

An optional description of the web application.

updateApplication_clientToken :: Lens' UpdateApplication (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.

updateApplication_applicationId :: Lens' UpdateApplication Text Source #

The unique Id of the web application.

Destructuring the Response

data UpdateApplicationResponse Source #

See: newUpdateApplicationResponse smart constructor.

Constructors

UpdateApplicationResponse' 

Fields

Instances

Instances details
Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetHub.UpdateApplication

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

newUpdateApplicationResponse Source #

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

Response Lenses