Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data PathToObjectIdentifiers Source #
Returns the path to the ObjectIdentifiers
that is associated with the
directory.
See: newPathToObjectIdentifiers
smart constructor.
Instances
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.