libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.CodeDeploy.Types.ApplicationInfo

Description

 
Synopsis

Documentation

data ApplicationInfo Source #

Information about an application.

See: newApplicationInfo smart constructor.

Constructors

ApplicationInfo' 

Fields

Instances

Instances details
Eq ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Read ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Show ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Generic ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Associated Types

type Rep ApplicationInfo :: Type -> Type #

NFData ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Methods

rnf :: ApplicationInfo -> () #

Hashable ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

FromJSON ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

type Rep ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

type Rep ApplicationInfo = D1 ('MetaData "ApplicationInfo" "Amazonka.CodeDeploy.Types.ApplicationInfo" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ApplicationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "linkedToGitHub") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "gitHubAccountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newApplicationInfo :: ApplicationInfo Source #

Create a value of ApplicationInfo 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:linkedToGitHub:ApplicationInfo', applicationInfo_linkedToGitHub - True if the user has authenticated with GitHub for the specified application. Otherwise, false.

$sel:computePlatform:ApplicationInfo', applicationInfo_computePlatform - The destination platform type for deployment of the application (Lambda or Server).

$sel:applicationId:ApplicationInfo', applicationInfo_applicationId - The application ID.

$sel:applicationName:ApplicationInfo', applicationInfo_applicationName - The application name.

$sel:gitHubAccountName:ApplicationInfo', applicationInfo_gitHubAccountName - The name for a connection to a GitHub account.

$sel:createTime:ApplicationInfo', applicationInfo_createTime - The time at which the application was created.

applicationInfo_linkedToGitHub :: Lens' ApplicationInfo (Maybe Bool) Source #

True if the user has authenticated with GitHub for the specified application. Otherwise, false.

applicationInfo_computePlatform :: Lens' ApplicationInfo (Maybe ComputePlatform) Source #

The destination platform type for deployment of the application (Lambda or Server).

applicationInfo_gitHubAccountName :: Lens' ApplicationInfo (Maybe Text) Source #

The name for a connection to a GitHub account.

applicationInfo_createTime :: Lens' ApplicationInfo (Maybe UTCTime) Source #

The time at which the application was created.