| 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.CodeDeploy.Types.RevisionInfo
Description
Documentation
data RevisionInfo Source #
Information about an application revision.
See: newRevisionInfo smart constructor.
Constructors
| RevisionInfo' | |
Fields
| |
Instances
newRevisionInfo :: RevisionInfo Source #
Create a value of RevisionInfo 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:genericRevisionInfo:RevisionInfo', revisionInfo_genericRevisionInfo - Information about an application revision, including usage details and
associated deployment groups.
$sel:revisionLocation:RevisionInfo', revisionInfo_revisionLocation - Information about the location and type of an application revision.
revisionInfo_genericRevisionInfo :: Lens' RevisionInfo (Maybe GenericRevisionInfo) Source #
Information about an application revision, including usage details and associated deployment groups.
revisionInfo_revisionLocation :: Lens' RevisionInfo (Maybe RevisionLocation) Source #
Information about the location and type of an application revision.