Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchReadOperation

import type { BatchReadOperation } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Represents the output of a BatchRead operation.

interface BatchReadOperation {
GetLinkAttributes?: BatchGetLinkAttributes | null;
GetObjectAttributes?: BatchGetObjectAttributes | null;
GetObjectInformation?: BatchGetObjectInformation | null;
ListAttachedIndices?: BatchListAttachedIndices | null;
ListIncomingTypedLinks?: BatchListIncomingTypedLinks | null;
ListIndex?: BatchListIndex | null;
ListObjectAttributes?: BatchListObjectAttributes | null;
ListObjectChildren?: BatchListObjectChildren | null;
ListObjectParentPaths?: BatchListObjectParentPaths | null;
ListObjectParents?: BatchListObjectParents | null;
ListObjectPolicies?: BatchListObjectPolicies | null;
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinks | null;
ListPolicyAttachments?: BatchListPolicyAttachments | null;
LookupPolicy?: BatchLookupPolicy | null;
}

§Properties

§
GetLinkAttributes?: BatchGetLinkAttributes | null
[src]

Retrieves attributes that are associated with a typed link.

§
GetObjectAttributes?: BatchGetObjectAttributes | null
[src]

Retrieves attributes within a facet that are associated with an object.

§
GetObjectInformation?: BatchGetObjectInformation | null
[src]

Retrieves metadata about an object.

§
ListAttachedIndices?: BatchListAttachedIndices | null
[src]

Lists indices attached to an object.

§
ListIndex?: BatchListIndex | null
[src]

Lists objects attached to the specified index.

§
ListObjectAttributes?: BatchListObjectAttributes | null
[src]

Lists all attributes that are associated with an object.

§
ListObjectChildren?: BatchListObjectChildren | null
[src]

Returns a paginated list of child objects that are associated with a given object.

§
ListObjectParentPaths?: BatchListObjectParentPaths | null
[src]

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

§
ListObjectParents?: BatchListObjectParents | null
[src]

Lists parent objects that are associated with a given object in pagination fashion.

§
ListObjectPolicies?: BatchListObjectPolicies | null
[src]

Returns policies attached to an object in pagination fashion.

§
ListPolicyAttachments?: BatchListPolicyAttachments | null
[src]

Returns all of the ObjectIdentifiers to which a given policy is attached.

§
LookupPolicy?: BatchLookupPolicy | null
[src]

Lists all policies from the root of the "Directory" to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.