libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.Types.PathToObjectIdentifiers

Description

 
Synopsis

Documentation

data PathToObjectIdentifiers Source #

Returns the path to the ObjectIdentifiers that is associated with the directory.

See: newPathToObjectIdentifiers smart constructor.

Constructors

PathToObjectIdentifiers' 

Fields

  • objectIdentifiers :: Maybe [Text]

    Lists ObjectIdentifiers starting from directory root to the object in the request.

  • path :: Maybe Text

    The path that is used to identify the object starting from directory root.

Instances

Instances details
Eq PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

Read PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

Show PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

Generic PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

Associated Types

type Rep PathToObjectIdentifiers :: Type -> Type #

NFData PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

Methods

rnf :: PathToObjectIdentifiers -> () #

Hashable PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

FromJSON PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

type Rep PathToObjectIdentifiers Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PathToObjectIdentifiers

type Rep PathToObjectIdentifiers = D1 ('MetaData "PathToObjectIdentifiers" "Amazonka.CloudDirectory.Types.PathToObjectIdentifiers" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "PathToObjectIdentifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPathToObjectIdentifiers :: PathToObjectIdentifiers Source #

Create a value of PathToObjectIdentifiers 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:objectIdentifiers:PathToObjectIdentifiers', pathToObjectIdentifiers_objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.

$sel:path:PathToObjectIdentifiers', pathToObjectIdentifiers_path - The path that is used to identify the object starting from directory root.

pathToObjectIdentifiers_objectIdentifiers :: Lens' PathToObjectIdentifiers (Maybe [Text]) Source #

Lists ObjectIdentifiers starting from directory root to the object in the request.

pathToObjectIdentifiers_path :: Lens' PathToObjectIdentifiers (Maybe Text) Source #

The path that is used to identify the object starting from directory root.