| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AmplifyUiBuilder.Types.ComponentSummary
Description
Synopsis
- data ComponentSummary = ComponentSummary' {
- appId :: Text
- componentType :: Text
- environmentName :: Text
- id :: Text
- name :: Text
- newComponentSummary :: Text -> Text -> Text -> Text -> Text -> ComponentSummary
- componentSummary_appId :: Lens' ComponentSummary Text
- componentSummary_componentType :: Lens' ComponentSummary Text
- componentSummary_environmentName :: Lens' ComponentSummary Text
- componentSummary_id :: Lens' ComponentSummary Text
- componentSummary_name :: Lens' ComponentSummary Text
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
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_componentType :: Lens' ComponentSummary Text Source #
The component type.
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.
componentSummary_name :: Lens' ComponentSummary Text Source #
The name of the component.