| 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.ApplicationSummary
Description
Synopsis
- data ApplicationSummary = ApplicationSummary' {
- creationTime :: Maybe Text
- homePageUrl :: Maybe Text
- labels :: Maybe [Text]
- spdxLicenseId :: Maybe Text
- description :: Text
- author :: Text
- applicationId :: Text
- name :: Text
- newApplicationSummary :: Text -> Text -> Text -> Text -> ApplicationSummary
- applicationSummary_creationTime :: Lens' ApplicationSummary (Maybe Text)
- applicationSummary_homePageUrl :: Lens' ApplicationSummary (Maybe Text)
- applicationSummary_labels :: Lens' ApplicationSummary (Maybe [Text])
- applicationSummary_spdxLicenseId :: Lens' ApplicationSummary (Maybe Text)
- applicationSummary_description :: Lens' ApplicationSummary Text
- applicationSummary_author :: Lens' ApplicationSummary Text
- applicationSummary_applicationId :: Lens' ApplicationSummary Text
- applicationSummary_name :: Lens' ApplicationSummary Text
Documentation
data ApplicationSummary Source #
Summary of details about the application.
See: newApplicationSummary smart constructor.
Constructors
| ApplicationSummary' | |
Fields
| |
Instances
newApplicationSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ApplicationSummary |
Create a value of ApplicationSummary 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:creationTime:ApplicationSummary', applicationSummary_creationTime - The date and time this resource was created.
$sel:homePageUrl:ApplicationSummary', applicationSummary_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
$sel:labels:ApplicationSummary', applicationSummary_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
$sel:spdxLicenseId:ApplicationSummary', applicationSummary_spdxLicenseId - A valid identifier from https://spdx.org/licenses/.
$sel:description:ApplicationSummary', applicationSummary_description - The description of the application.
Minimum length=1. Maximum length=256
$sel:author:ApplicationSummary', applicationSummary_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
$sel:applicationId:ApplicationSummary', applicationSummary_applicationId - The application Amazon Resource Name (ARN).
$sel:name:ApplicationSummary', applicationSummary_name - The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
applicationSummary_creationTime :: Lens' ApplicationSummary (Maybe Text) Source #
The date and time this resource was created.
applicationSummary_homePageUrl :: Lens' ApplicationSummary (Maybe Text) Source #
A URL with more information about the application, for example the location of your GitHub repository for the application.
applicationSummary_labels :: Lens' ApplicationSummary (Maybe [Text]) Source #
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
applicationSummary_spdxLicenseId :: Lens' ApplicationSummary (Maybe Text) Source #
A valid identifier from https://spdx.org/licenses/.
applicationSummary_description :: Lens' ApplicationSummary Text Source #
The description of the application.
Minimum length=1. Maximum length=256
applicationSummary_author :: Lens' ApplicationSummary Text Source #
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
applicationSummary_applicationId :: Lens' ApplicationSummary Text Source #
The application Amazon Resource Name (ARN).
applicationSummary_name :: Lens' ApplicationSummary Text Source #
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";