| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.CodeDeployDeploymentGroupRevisionLocation
Synopsis
- 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 | |
Instances
| Eq CodeDeployDeploymentGroupRevisionLocation # | |
| Show CodeDeployDeploymentGroupRevisionLocation # | |
| ToJSON CodeDeployDeploymentGroupRevisionLocation # | |
| FromJSON CodeDeployDeploymentGroupRevisionLocation # | |
codeDeployDeploymentGroupRevisionLocation :: CodeDeployDeploymentGroupRevisionLocation #
Constructor for CodeDeployDeploymentGroupRevisionLocation containing
required fields as arguments.
cddgrlGitHubLocation :: Lens' CodeDeployDeploymentGroupRevisionLocation (Maybe CodeDeployDeploymentGroupGitHubLocation) #