| 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.MigrationHubStrategy.Types.VersionControlInfo
Description
Documentation
data VersionControlInfo Source #
Details about the version control configuration.
See: newVersionControlInfo smart constructor.
Constructors
| VersionControlInfo' | |
Fields
| |
Instances
newVersionControlInfo :: VersionControlInfo Source #
Create a value of VersionControlInfo 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:versionControlConfigurationTimeStamp:VersionControlInfo', versionControlInfo_versionControlConfigurationTimeStamp - The time when the version control system was last configured.
$sel:versionControlType:VersionControlInfo', versionControlInfo_versionControlType - The type of version control.
versionControlInfo_versionControlConfigurationTimeStamp :: Lens' VersionControlInfo (Maybe Text) Source #
The time when the version control system was last configured.
versionControlInfo_versionControlType :: Lens' VersionControlInfo (Maybe VersionControlType) Source #
The type of version control.