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
Documentation
data GitHubLocation Source #
Information about the location of application artifacts stored in GitHub.
See: newGitHubLocation
smart constructor.
GitHubLocation' | |
|
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.