libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServerlessApplicationRepository.Types.VersionSummary

Description

 
Synopsis

Documentation

data VersionSummary Source #

An application version summary.

See: newVersionSummary smart constructor.

Constructors

VersionSummary' 

Fields

Instances

Instances details
Eq VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

Read VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

Show VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

Generic VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

Associated Types

type Rep VersionSummary :: Type -> Type #

NFData VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

Methods

rnf :: VersionSummary -> () #

Hashable VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

FromJSON VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

type Rep VersionSummary Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.VersionSummary

type Rep VersionSummary = D1 ('MetaData "VersionSummary" "Amazonka.ServerlessApplicationRepository.Types.VersionSummary" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" 'False) (C1 ('MetaCons "VersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceCodeUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "semanticVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newVersionSummary Source #

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:

https://semver.org/

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).