| 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.GitHubLocation
Description
Synopsis
Documentation
data GitHubLocation Source #
Information about the location of application artifacts stored in GitHub.
See: newGitHubLocation smart constructor.
Constructors
| GitHubLocation' | |
Fields
| |
Instances
newGitHubLocation :: GitHubLocation Source #
Create a value of GitHubLocation 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:commitId:GitHubLocation', gitHubLocation_commitId - The SHA1 commit ID of the GitHub commit that represents the bundled
artifacts for the application revision.
$sel:repository:GitHubLocation', gitHubLocation_repository - The GitHub account and repository pair that stores a reference to the
commit that represents the bundled artifacts for the application
revision.
Specified as account/repository.
gitHubLocation_commitId :: Lens' GitHubLocation (Maybe Text) Source #
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
gitHubLocation_repository :: Lens' GitHubLocation (Maybe Text) Source #
The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.
Specified as account/repository.