amazonka-resiliencehub-2.0: Amazon Resilience 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.ResilienceHub.Types.AppComponent

Description

 
Synopsis

Documentation

data AppComponent Source #

Defines an application component.

See: newAppComponent smart constructor.

Constructors

AppComponent' 

Fields

  • name :: Text

    The name of the application component.

  • type' :: Text

    The type of application component.

Instances

Instances details
FromJSON AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Generic AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Associated Types

type Rep AppComponent :: Type -> Type #

Read AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Show AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

NFData AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Methods

rnf :: AppComponent -> () #

Eq AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

Hashable AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

type Rep AppComponent Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppComponent

type Rep AppComponent = D1 ('MetaData "AppComponent" "Amazonka.ResilienceHub.Types.AppComponent" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "AppComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAppComponent Source #

Create a value of AppComponent 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:name:AppComponent', appComponent_name - The name of the application component.

$sel:type':AppComponent', appComponent_type - The type of application component.

appComponent_name :: Lens' AppComponent Text Source #

The name of the application component.

appComponent_type :: Lens' AppComponent Text Source #

The type of application component.