| 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.ServerlessApplicationRepository.Types.VersionSummary
Description
Synopsis
- data VersionSummary = VersionSummary' {}
- newVersionSummary :: Text -> Text -> Text -> VersionSummary
- versionSummary_sourceCodeUrl :: Lens' VersionSummary (Maybe Text)
- versionSummary_creationTime :: Lens' VersionSummary Text
- versionSummary_applicationId :: Lens' VersionSummary Text
- versionSummary_semanticVersion :: Lens' VersionSummary Text
Documentation
data VersionSummary Source #
An application version summary.
See: newVersionSummary smart constructor.
Constructors
| VersionSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> VersionSummary |
Create a value of VersionSummary 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:sourceCodeUrl:VersionSummary', versionSummary_sourceCodeUrl - A link to a public repository for the source code of your application,
for example the URL of a specific GitHub commit.
$sel:creationTime:VersionSummary', versionSummary_creationTime - The date and time this resource was created.
$sel:applicationId:VersionSummary', versionSummary_applicationId - The application Amazon Resource Name (ARN).
$sel:semanticVersion:VersionSummary', versionSummary_semanticVersion - The semantic version of the application:
versionSummary_sourceCodeUrl :: Lens' VersionSummary (Maybe Text) Source #
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
versionSummary_creationTime :: Lens' VersionSummary Text Source #
The date and time this resource was created.
versionSummary_applicationId :: Lens' VersionSummary Text Source #
The application Amazon Resource Name (ARN).
versionSummary_semanticVersion :: Lens' VersionSummary Text Source #
The semantic version of the application: