Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EdgePresetDeploymentOutput = EdgePresetDeploymentOutput' {}
- newEdgePresetDeploymentOutput :: EdgePresetDeploymentType -> EdgePresetDeploymentOutput
- edgePresetDeploymentOutput_status :: Lens' EdgePresetDeploymentOutput (Maybe EdgePresetDeploymentStatus)
- edgePresetDeploymentOutput_artifact :: Lens' EdgePresetDeploymentOutput (Maybe Text)
- edgePresetDeploymentOutput_statusMessage :: Lens' EdgePresetDeploymentOutput (Maybe Text)
- edgePresetDeploymentOutput_type :: Lens' EdgePresetDeploymentOutput EdgePresetDeploymentType
Documentation
data EdgePresetDeploymentOutput Source #
The output of a SageMaker Edge Manager deployable resource.
See: newEdgePresetDeploymentOutput
smart constructor.
EdgePresetDeploymentOutput' | |
|
Instances
newEdgePresetDeploymentOutput Source #
Create a value of EdgePresetDeploymentOutput
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:status:EdgePresetDeploymentOutput'
, edgePresetDeploymentOutput_status
- The status of the deployable resource.
$sel:artifact:EdgePresetDeploymentOutput'
, edgePresetDeploymentOutput_artifact
- The Amazon Resource Name (ARN) of the generated deployable resource.
$sel:statusMessage:EdgePresetDeploymentOutput'
, edgePresetDeploymentOutput_statusMessage
- Returns a message describing the status of the deployed resource.
$sel:type':EdgePresetDeploymentOutput'
, edgePresetDeploymentOutput_type
- The deployment type created by SageMaker Edge Manager. Currently only
supports Amazon Web Services IoT Greengrass Version 2 components.
edgePresetDeploymentOutput_status :: Lens' EdgePresetDeploymentOutput (Maybe EdgePresetDeploymentStatus) Source #
The status of the deployable resource.
edgePresetDeploymentOutput_artifact :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #
The Amazon Resource Name (ARN) of the generated deployable resource.
edgePresetDeploymentOutput_statusMessage :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #
Returns a message describing the status of the deployed resource.
edgePresetDeploymentOutput_type :: Lens' EdgePresetDeploymentOutput EdgePresetDeploymentType Source #
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.