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 |
Documentation
data RevisionInfo Source #
Information about an application revision.
See: newRevisionInfo
smart constructor.
RevisionInfo' | |
|
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.