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
- data ApplicationCodeConfigurationDescription = ApplicationCodeConfigurationDescription' {}
- newApplicationCodeConfigurationDescription :: CodeContentType -> ApplicationCodeConfigurationDescription
- applicationCodeConfigurationDescription_codeContentDescription :: Lens' ApplicationCodeConfigurationDescription (Maybe CodeContentDescription)
- applicationCodeConfigurationDescription_codeContentType :: Lens' ApplicationCodeConfigurationDescription CodeContentType
Documentation
data ApplicationCodeConfigurationDescription Source #
Describes code configuration for an application.
See: newApplicationCodeConfigurationDescription
smart constructor.
ApplicationCodeConfigurationDescription' | |
|
Instances
newApplicationCodeConfigurationDescription Source #
:: CodeContentType |
|
-> ApplicationCodeConfigurationDescription |
Create a value of ApplicationCodeConfigurationDescription
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:codeContentDescription:ApplicationCodeConfigurationDescription'
, applicationCodeConfigurationDescription_codeContentDescription
- Describes details about the location and format of the application code.
$sel:codeContentType:ApplicationCodeConfigurationDescription'
, applicationCodeConfigurationDescription_codeContentType
- Specifies whether the code content is in text or zip format.
applicationCodeConfigurationDescription_codeContentDescription :: Lens' ApplicationCodeConfigurationDescription (Maybe CodeContentDescription) Source #
Describes details about the location and format of the application code.
applicationCodeConfigurationDescription_codeContentType :: Lens' ApplicationCodeConfigurationDescription CodeContentType Source #
Specifies whether the code content is in text or zip format.