libZSservicesZSamazonka-mobileZSamazonka-mobile
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.Mobile.Types.ProjectDetails

Description

 
Synopsis

Documentation

data ProjectDetails Source #

Detailed information about an AWS Mobile Hub project.

See: newProjectDetails smart constructor.

Constructors

ProjectDetails' 

Fields

Instances

Instances details
Eq ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

Read ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

Show ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

Generic ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

Associated Types

type Rep ProjectDetails :: Type -> Type #

NFData ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

Methods

rnf :: ProjectDetails -> () #

Hashable ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

FromJSON ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

type Rep ProjectDetails Source # 
Instance details

Defined in Amazonka.Mobile.Types.ProjectDetails

newProjectDetails :: ProjectDetails Source #

Create a value of ProjectDetails 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:state:ProjectDetails', projectDetails_state - Undocumented member.

$sel:resources:ProjectDetails', projectDetails_resources - Undocumented member.

$sel:createdDate:ProjectDetails', projectDetails_createdDate - Date the project was created.

$sel:consoleUrl:ProjectDetails', projectDetails_consoleUrl - Website URL for this project in the AWS Mobile Hub console.

$sel:name:ProjectDetails', projectDetails_name - Undocumented member.

$sel:region:ProjectDetails', projectDetails_region - Undocumented member.

$sel:projectId:ProjectDetails', projectDetails_projectId - Undocumented member.

$sel:lastUpdatedDate:ProjectDetails', projectDetails_lastUpdatedDate - Date of the last modification of the project.

projectDetails_consoleUrl :: Lens' ProjectDetails (Maybe Text) Source #

Website URL for this project in the AWS Mobile Hub console.

projectDetails_lastUpdatedDate :: Lens' ProjectDetails (Maybe UTCTime) Source #

Date of the last modification of the project.