amazonka-iotfleethub-2.0: Amazon IoT Fleet Hub SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTFleetHub.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-11-03 of the Amazon IoT Fleet Hub SDK configuration.

Errors

_ConflictException :: AsError a => Fold a ServiceError Source #

The request conflicts with the current state of the resource.

_InternalFailureException :: AsError a => Fold a ServiceError Source #

An unexpected error has occurred.

_InvalidRequestException :: AsError a => Fold a ServiceError Source #

The request is not valid.

_LimitExceededException :: AsError a => Fold a ServiceError Source #

A limit has been exceeded.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified resource does not exist.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The rate exceeds the limit.

ApplicationState

newtype ApplicationState Source #

Instances

Instances details
FromJSON ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

FromJSONKey ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToJSON ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToJSONKey ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToByteString ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToHeader ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToLog ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToQuery ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

FromText ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToText ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

FromXML ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

ToXML ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

Generic ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

Associated Types

type Rep ApplicationState :: Type -> Type #

Read ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

Show ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

NFData ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

Methods

rnf :: ApplicationState -> () #

Eq ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

Ord ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

Hashable ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

type Rep ApplicationState Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationState

type Rep ApplicationState = D1 ('MetaData "ApplicationState" "Amazonka.IoTFleetHub.Types.ApplicationState" "amazonka-iotfleethub-2.0-1Oha97Qc1wULe7vLoTb84J" 'True) (C1 ('MetaCons "ApplicationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationSummary

data ApplicationSummary Source #

A summary of information about a AWS IoT Device Management web application.

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

See: newApplicationSummary smart constructor.

Constructors

ApplicationSummary' 

Fields

Instances

Instances details
FromJSON ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

Generic ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

Associated Types

type Rep ApplicationSummary :: Type -> Type #

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

Show ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

type Rep ApplicationSummary Source # 
Instance details

Defined in Amazonka.IoTFleetHub.Types.ApplicationSummary

type Rep ApplicationSummary = D1 ('MetaData "ApplicationSummary" "Amazonka.IoTFleetHub.Types.ApplicationSummary" "amazonka-iotfleethub-2.0-1Oha97Qc1wULe7vLoTb84J" 'False) (C1 ('MetaCons "ApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationCreationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "applicationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationLastUpdateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "applicationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationState)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newApplicationSummary Source #

Create a value of ApplicationSummary 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:applicationCreationDate:ApplicationSummary', applicationSummary_applicationCreationDate - The date (in Unix epoch time) when the web application was created.

$sel:applicationDescription:ApplicationSummary', applicationSummary_applicationDescription - An optional description of the web application.

$sel:applicationLastUpdateDate:ApplicationSummary', applicationSummary_applicationLastUpdateDate - The date (in Unix epoch time) when the web application was last updated.

$sel:applicationState:ApplicationSummary', applicationSummary_applicationState - The current state of the web application.

$sel:applicationId:ApplicationSummary', applicationSummary_applicationId - The unique Id of the web application.

$sel:applicationName:ApplicationSummary', applicationSummary_applicationName - The name of the web application.

$sel:applicationUrl:ApplicationSummary', applicationSummary_applicationUrl - The URL of the web application.

applicationSummary_applicationCreationDate :: Lens' ApplicationSummary (Maybe Integer) Source #

The date (in Unix epoch time) when the web application was created.

applicationSummary_applicationDescription :: Lens' ApplicationSummary (Maybe Text) Source #

An optional description of the web application.

applicationSummary_applicationLastUpdateDate :: Lens' ApplicationSummary (Maybe Integer) Source #

The date (in Unix epoch time) when the web application was last updated.

applicationSummary_applicationId :: Lens' ApplicationSummary Text Source #

The unique Id of the web application.