libZSservicesZSamazonka-workdocsZSamazonka-workdocs
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.WorkDocs.Types.ResourcePathComponent

Description

 
Synopsis

Documentation

data ResourcePathComponent Source #

Describes the resource path.

See: newResourcePathComponent smart constructor.

Constructors

ResourcePathComponent' 

Fields

Instances

Instances details
Eq ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

Read ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

Show ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

Generic ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

Associated Types

type Rep ResourcePathComponent :: Type -> Type #

NFData ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

Methods

rnf :: ResourcePathComponent -> () #

Hashable ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

FromJSON ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

type Rep ResourcePathComponent Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.ResourcePathComponent

type Rep ResourcePathComponent = D1 ('MetaData "ResourcePathComponent" "Amazonka.WorkDocs.Types.ResourcePathComponent" "libZSservicesZSamazonka-workdocsZSamazonka-workdocs" 'False) (C1 ('MetaCons "ResourcePathComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResourcePathComponent :: ResourcePathComponent Source #

Create a value of ResourcePathComponent 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:name:ResourcePathComponent', resourcePathComponent_name - The name of the resource path.

$sel:id:ResourcePathComponent', resourcePathComponent_id - The ID of the resource path.