amazonka-kafkaconnect-2.0: Amazon Managed Streaming for Kafka Connect 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.KafkaConnect.Types.StateDescription

Description

 
Synopsis

Documentation

data StateDescription Source #

Details about the state of a resource.

See: newStateDescription smart constructor.

Constructors

StateDescription' 

Fields

Instances

Instances details
FromJSON StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

Generic StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

Associated Types

type Rep StateDescription :: Type -> Type #

Read StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

Show StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

NFData StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

Methods

rnf :: StateDescription -> () #

Eq StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

Hashable StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

type Rep StateDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.StateDescription

type Rep StateDescription = D1 ('MetaData "StateDescription" "Amazonka.KafkaConnect.Types.StateDescription" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "StateDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStateDescription :: StateDescription Source #

Create a value of StateDescription 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:code:StateDescription', stateDescription_code - A code that describes the state of a resource.

$sel:message:StateDescription', stateDescription_message - A message that describes the state of a resource.

stateDescription_code :: Lens' StateDescription (Maybe Text) Source #

A code that describes the state of a resource.

stateDescription_message :: Lens' StateDescription (Maybe Text) Source #

A message that describes the state of a resource.