amazonka-amplifyuibuilder-2.0: Amazon Amplify UI Builder 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.AmplifyUiBuilder.Types.ComponentSummary

Description

 
Synopsis

Documentation

data ComponentSummary Source #

Contains a summary of a component. This is a read-only data type that is returned by ListComponents.

See: newComponentSummary smart constructor.

Constructors

ComponentSummary' 

Fields

Instances

Instances details
FromJSON ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

Generic ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

Associated Types

type Rep ComponentSummary :: Type -> Type #

Read ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

Show ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

NFData ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

Methods

rnf :: ComponentSummary -> () #

Eq ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

Hashable ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

type Rep ComponentSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentSummary

type Rep ComponentSummary = D1 ('MetaData "ComponentSummary" "Amazonka.AmplifyUiBuilder.Types.ComponentSummary" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ComponentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newComponentSummary Source #

Create a value of ComponentSummary 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:appId:ComponentSummary', componentSummary_appId - The unique ID of the Amplify app associated with the component.

$sel:componentType:ComponentSummary', componentSummary_componentType - The component type.

$sel:environmentName:ComponentSummary', componentSummary_environmentName - The name of the backend environment that is a part of the Amplify app.

$sel:id:ComponentSummary', componentSummary_id - The unique ID of the component.

$sel:name:ComponentSummary', componentSummary_name - The name of the component.

componentSummary_appId :: Lens' ComponentSummary Text Source #

The unique ID of the Amplify app associated with the component.

componentSummary_environmentName :: Lens' ComponentSummary Text Source #

The name of the backend environment that is a part of the Amplify app.

componentSummary_id :: Lens' ComponentSummary Text Source #

The unique ID of the component.