libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.ResourceDetail

Description

 
Synopsis

Documentation

data ResourceDetail Source #

Information about a resource.

See: newResourceDetail smart constructor.

Constructors

ResourceDetail' 

Fields

Instances

Instances details
Eq ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Read ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Show ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Generic ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Associated Types

type Rep ResourceDetail :: Type -> Type #

NFData ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Methods

rnf :: ResourceDetail -> () #

Hashable ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

FromJSON ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

type Rep ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

type Rep ResourceDetail = D1 ('MetaData "ResourceDetail" "Amazonka.ServiceCatalog.Types.ResourceDetail" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ResourceDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newResourceDetail :: ResourceDetail Source #

Create a value of ResourceDetail 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:arn:ResourceDetail', resourceDetail_arn - The ARN of the resource.

$sel:createdTime:ResourceDetail', resourceDetail_createdTime - The creation time of the resource.

$sel:name:ResourceDetail', resourceDetail_name - The name of the resource.

$sel:id:ResourceDetail', resourceDetail_id - The identifier of the resource.

$sel:description:ResourceDetail', resourceDetail_description - The description of the resource.

resourceDetail_createdTime :: Lens' ResourceDetail (Maybe UTCTime) Source #

The creation time of the resource.

resourceDetail_name :: Lens' ResourceDetail (Maybe Text) Source #

The name of the resource.

resourceDetail_id :: Lens' ResourceDetail (Maybe Text) Source #

The identifier of the resource.

resourceDetail_description :: Lens' ResourceDetail (Maybe Text) Source #

The description of the resource.