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 |
Synopsis
- data BatchReadSuccessfulResponse = BatchReadSuccessfulResponse' {
- listIndex :: Maybe BatchListIndexResponse
- getObjectInformation :: Maybe BatchGetObjectInformationResponse
- listAttachedIndices :: Maybe BatchListAttachedIndicesResponse
- lookupPolicy :: Maybe BatchLookupPolicyResponse
- listObjectParentPaths :: Maybe BatchListObjectParentPathsResponse
- listObjectAttributes :: Maybe BatchListObjectAttributesResponse
- listIncomingTypedLinks :: Maybe BatchListIncomingTypedLinksResponse
- getLinkAttributes :: Maybe BatchGetLinkAttributesResponse
- getObjectAttributes :: Maybe BatchGetObjectAttributesResponse
- listObjectChildren :: Maybe BatchListObjectChildrenResponse
- listObjectParents :: Maybe BatchListObjectParentsResponse
- listPolicyAttachments :: Maybe BatchListPolicyAttachmentsResponse
- listOutgoingTypedLinks :: Maybe BatchListOutgoingTypedLinksResponse
- listObjectPolicies :: Maybe BatchListObjectPoliciesResponse
- newBatchReadSuccessfulResponse :: BatchReadSuccessfulResponse
- batchReadSuccessfulResponse_listIndex :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIndexResponse)
- batchReadSuccessfulResponse_getObjectInformation :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetObjectInformationResponse)
- batchReadSuccessfulResponse_listAttachedIndices :: Lens' BatchReadSuccessfulResponse (Maybe BatchListAttachedIndicesResponse)
- batchReadSuccessfulResponse_lookupPolicy :: Lens' BatchReadSuccessfulResponse (Maybe BatchLookupPolicyResponse)
- batchReadSuccessfulResponse_listObjectParentPaths :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentPathsResponse)
- batchReadSuccessfulResponse_listObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectAttributesResponse)
- batchReadSuccessfulResponse_listIncomingTypedLinks :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIncomingTypedLinksResponse)
- batchReadSuccessfulResponse_getLinkAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetLinkAttributesResponse)
- batchReadSuccessfulResponse_getObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetObjectAttributesResponse)
- batchReadSuccessfulResponse_listObjectChildren :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectChildrenResponse)
- batchReadSuccessfulResponse_listObjectParents :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentsResponse)
- batchReadSuccessfulResponse_listPolicyAttachments :: Lens' BatchReadSuccessfulResponse (Maybe BatchListPolicyAttachmentsResponse)
- batchReadSuccessfulResponse_listOutgoingTypedLinks :: Lens' BatchReadSuccessfulResponse (Maybe BatchListOutgoingTypedLinksResponse)
- batchReadSuccessfulResponse_listObjectPolicies :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectPoliciesResponse)
Documentation
data BatchReadSuccessfulResponse Source #
Represents the output of a BatchRead
success response operation.
See: newBatchReadSuccessfulResponse
smart constructor.
BatchReadSuccessfulResponse' | |
|
Instances
newBatchReadSuccessfulResponse :: BatchReadSuccessfulResponse Source #
Create a value of BatchReadSuccessfulResponse
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:listIndex:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listIndex
- Lists objects attached to the specified index.
$sel:getObjectInformation:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_getObjectInformation
- Retrieves metadata about an object.
$sel:listAttachedIndices:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listAttachedIndices
- Lists indices attached to an object.
$sel:lookupPolicy:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_lookupPolicy
- 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.
$sel:listObjectParentPaths:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listObjectParentPaths
- 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.
$sel:listObjectAttributes:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listObjectAttributes
- Lists all attributes that are associated with an object.
$sel:listIncomingTypedLinks:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listIncomingTypedLinks
- Returns a paginated list of all the incoming TypedLinkSpecifier
information for an object. It also supports filtering by typed link
facet and identity attributes. For more information, see
Typed Links.
$sel:getLinkAttributes:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_getLinkAttributes
- The list of attributes to retrieve from the typed link.
$sel:getObjectAttributes:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_getObjectAttributes
- Retrieves attributes within a facet that are associated with an object.
$sel:listObjectChildren:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listObjectChildren
- Returns a paginated list of child objects that are associated with a
given object.
$sel:listObjectParents:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listObjectParents
- The list of parent objects to retrieve.
$sel:listPolicyAttachments:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listPolicyAttachments
- Returns all of the ObjectIdentifiers
to which a given policy is
attached.
$sel:listOutgoingTypedLinks:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listOutgoingTypedLinks
- Returns a paginated list of all the outgoing TypedLinkSpecifier
information for an object. It also supports filtering by typed link
facet and identity attributes. For more information, see
Typed Links.
$sel:listObjectPolicies:BatchReadSuccessfulResponse'
, batchReadSuccessfulResponse_listObjectPolicies
- Returns policies attached to an object in pagination fashion.
batchReadSuccessfulResponse_listIndex :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIndexResponse) Source #
Lists objects attached to the specified index.
batchReadSuccessfulResponse_getObjectInformation :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetObjectInformationResponse) Source #
Retrieves metadata about an object.
batchReadSuccessfulResponse_listAttachedIndices :: Lens' BatchReadSuccessfulResponse (Maybe BatchListAttachedIndicesResponse) Source #
Lists indices attached to an object.
batchReadSuccessfulResponse_lookupPolicy :: Lens' BatchReadSuccessfulResponse (Maybe BatchLookupPolicyResponse) Source #
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.
batchReadSuccessfulResponse_listObjectParentPaths :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentPathsResponse) Source #
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.
batchReadSuccessfulResponse_listObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectAttributesResponse) Source #
Lists all attributes that are associated with an object.
batchReadSuccessfulResponse_listIncomingTypedLinks :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIncomingTypedLinksResponse) Source #
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
batchReadSuccessfulResponse_getLinkAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetLinkAttributesResponse) Source #
The list of attributes to retrieve from the typed link.
batchReadSuccessfulResponse_getObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetObjectAttributesResponse) Source #
Retrieves attributes within a facet that are associated with an object.
batchReadSuccessfulResponse_listObjectChildren :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectChildrenResponse) Source #
Returns a paginated list of child objects that are associated with a given object.
batchReadSuccessfulResponse_listObjectParents :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentsResponse) Source #
The list of parent objects to retrieve.
batchReadSuccessfulResponse_listPolicyAttachments :: Lens' BatchReadSuccessfulResponse (Maybe BatchListPolicyAttachmentsResponse) Source #
Returns all of the ObjectIdentifiers
to which a given policy is
attached.
batchReadSuccessfulResponse_listOutgoingTypedLinks :: Lens' BatchReadSuccessfulResponse (Maybe BatchListOutgoingTypedLinksResponse) Source #
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
batchReadSuccessfulResponse_listObjectPolicies :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectPoliciesResponse) Source #
Returns policies attached to an object in pagination fashion.