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 ModelPackageGroupSummary = ModelPackageGroupSummary' {}
- newModelPackageGroupSummary :: Text -> Text -> UTCTime -> ModelPackageGroupStatus -> ModelPackageGroupSummary
- modelPackageGroupSummary_modelPackageGroupDescription :: Lens' ModelPackageGroupSummary (Maybe Text)
- modelPackageGroupSummary_modelPackageGroupName :: Lens' ModelPackageGroupSummary Text
- modelPackageGroupSummary_modelPackageGroupArn :: Lens' ModelPackageGroupSummary Text
- modelPackageGroupSummary_creationTime :: Lens' ModelPackageGroupSummary UTCTime
- modelPackageGroupSummary_modelPackageGroupStatus :: Lens' ModelPackageGroupSummary ModelPackageGroupStatus
Documentation
data ModelPackageGroupSummary Source #
Summary information about a model group.
See: newModelPackageGroupSummary
smart constructor.
ModelPackageGroupSummary' | |
|
Instances
newModelPackageGroupSummary Source #
Create a value of ModelPackageGroupSummary
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:modelPackageGroupDescription:ModelPackageGroupSummary'
, modelPackageGroupSummary_modelPackageGroupDescription
- A description of the model group.
$sel:modelPackageGroupName:ModelPackageGroupSummary'
, modelPackageGroupSummary_modelPackageGroupName
- The name of the model group.
$sel:modelPackageGroupArn:ModelPackageGroupSummary'
, modelPackageGroupSummary_modelPackageGroupArn
- The Amazon Resource Name (ARN) of the model group.
$sel:creationTime:ModelPackageGroupSummary'
, modelPackageGroupSummary_creationTime
- The time that the model group was created.
$sel:modelPackageGroupStatus:ModelPackageGroupSummary'
, modelPackageGroupSummary_modelPackageGroupStatus
- The status of the model group.
modelPackageGroupSummary_modelPackageGroupDescription :: Lens' ModelPackageGroupSummary (Maybe Text) Source #
A description of the model group.
modelPackageGroupSummary_modelPackageGroupName :: Lens' ModelPackageGroupSummary Text Source #
The name of the model group.
modelPackageGroupSummary_modelPackageGroupArn :: Lens' ModelPackageGroupSummary Text Source #
The Amazon Resource Name (ARN) of the model group.
modelPackageGroupSummary_creationTime :: Lens' ModelPackageGroupSummary UTCTime Source #
The time that the model group was created.
modelPackageGroupSummary_modelPackageGroupStatus :: Lens' ModelPackageGroupSummary ModelPackageGroupStatus Source #
The status of the model group.