| 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.LookoutVision.Types.GreengrassOutputDetails
Description
Synopsis
- data GreengrassOutputDetails = GreengrassOutputDetails' {}
- newGreengrassOutputDetails :: GreengrassOutputDetails
- greengrassOutputDetails_componentName :: Lens' GreengrassOutputDetails (Maybe Text)
- greengrassOutputDetails_componentVersion :: Lens' GreengrassOutputDetails (Maybe Text)
- greengrassOutputDetails_componentVersionArn :: Lens' GreengrassOutputDetails (Maybe Text)
Documentation
data GreengrassOutputDetails Source #
Information about the AWS IoT Greengrass component created by a model packaging job.
See: newGreengrassOutputDetails smart constructor.
Constructors
| GreengrassOutputDetails' | |
Fields
| |
Instances
newGreengrassOutputDetails :: GreengrassOutputDetails Source #
Create a value of GreengrassOutputDetails 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:componentName:GreengrassOutputDetails', greengrassOutputDetails_componentName - The name of the component.
$sel:componentVersion:GreengrassOutputDetails', greengrassOutputDetails_componentVersion - The version of the component.
$sel:componentVersionArn:GreengrassOutputDetails', greengrassOutputDetails_componentVersionArn - The Amazon Resource Name (ARN) of the component.
greengrassOutputDetails_componentName :: Lens' GreengrassOutputDetails (Maybe Text) Source #
The name of the component.
greengrassOutputDetails_componentVersion :: Lens' GreengrassOutputDetails (Maybe Text) Source #
The version of the component.
greengrassOutputDetails_componentVersionArn :: Lens' GreengrassOutputDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.