Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CodeDeployDeploymentGroupRevisionLocation
- data CodeDeployDeploymentGroupRevisionLocation = CodeDeployDeploymentGroupRevisionLocation {}
- codeDeployDeploymentGroupRevisionLocation :: CodeDeployDeploymentGroupRevisionLocation
- cddgrlGitHubLocation :: Lens' CodeDeployDeploymentGroupRevisionLocation (Maybe CodeDeployDeploymentGroupGitHubLocation)
- cddgrlRevisionType :: Lens' CodeDeployDeploymentGroupRevisionLocation (Maybe (Val Text))
- cddgrlS3Location :: Lens' CodeDeployDeploymentGroupRevisionLocation (Maybe CodeDeployDeploymentGroupS3Location)
Documentation
data CodeDeployDeploymentGroupRevisionLocation #
Full data type definition for CodeDeployDeploymentGroupRevisionLocation.
See codeDeployDeploymentGroupRevisionLocation
for a more convenient
constructor.
Constructors
CodeDeployDeploymentGroupRevisionLocation | |
codeDeployDeploymentGroupRevisionLocation :: CodeDeployDeploymentGroupRevisionLocation #
Constructor for CodeDeployDeploymentGroupRevisionLocation
containing
required fields as arguments.
cddgrlGitHubLocation :: Lens' CodeDeployDeploymentGroupRevisionLocation (Maybe CodeDeployDeploymentGroupGitHubLocation) #