Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
- Operations
- AddFacetToObject
- ApplySchema
- AttachObject
- AttachPolicy
- AttachToIndex
- AttachTypedLink
- BatchRead
- BatchWrite
- CreateDirectory
- CreateFacet
- CreateIndex
- CreateObject
- CreateSchema
- CreateTypedLinkFacet
- DeleteDirectory
- DeleteFacet
- DeleteObject
- DeleteSchema
- DeleteTypedLinkFacet
- DetachFromIndex
- DetachObject
- DetachPolicy
- DetachTypedLink
- DisableDirectory
- EnableDirectory
- GetAppliedSchemaVersion
- GetDirectory
- GetFacet
- GetLinkAttributes
- GetObjectAttributes
- GetObjectInformation
- GetSchemaAsJson
- GetTypedLinkFacetInformation
- ListAppliedSchemaArns
- ListAttachedIndices
- ListDevelopmentSchemaArns
- ListDirectories
- ListFacetAttributes
- ListFacetNames
- ListIncomingTypedLinks
- ListIndex
- ListManagedSchemaArns
- ListObjectAttributes
- ListObjectChildren
- ListObjectParentPaths
- ListObjectParents
- ListObjectPolicies
- ListOutgoingTypedLinks
- ListPolicyAttachments
- ListPublishedSchemaArns
- ListTagsForResource
- ListTypedLinkFacetAttributes
- ListTypedLinkFacetNames
- LookupPolicy
- PublishSchema
- PutSchemaFromJson
- RemoveFacetFromObject
- TagResource
- UntagResource
- UpdateFacet
- UpdateLinkAttributes
- UpdateObjectAttributes
- UpdateSchema
- UpdateTypedLinkFacet
- UpgradeAppliedSchema
- UpgradePublishedSchema
- Types
- AttributeKey
- AttributeKeyAndValue
- AttributeNameAndValue
- BatchAddFacetToObject
- BatchAddFacetToObjectResponse
- BatchAttachObject
- BatchAttachObjectResponse
- BatchAttachPolicy
- BatchAttachPolicyResponse
- BatchAttachToIndex
- BatchAttachToIndexResponse
- BatchAttachTypedLink
- BatchAttachTypedLinkResponse
- BatchCreateIndex
- BatchCreateIndexResponse
- BatchCreateObject
- BatchCreateObjectResponse
- BatchDeleteObject
- BatchDeleteObjectResponse
- BatchDetachFromIndex
- BatchDetachFromIndexResponse
- BatchDetachObject
- BatchDetachObjectResponse
- BatchDetachPolicy
- BatchDetachPolicyResponse
- BatchDetachTypedLink
- BatchDetachTypedLinkResponse
- BatchGetLinkAttributes
- BatchGetLinkAttributesResponse
- BatchGetObjectAttributes
- BatchGetObjectAttributesResponse
- BatchGetObjectInformation
- BatchGetObjectInformationResponse
- BatchListAttachedIndices
- BatchListAttachedIndicesResponse
- BatchListIncomingTypedLinks
- BatchListIncomingTypedLinksResponse
- BatchListIndex
- BatchListIndexResponse
- BatchListObjectAttributes
- BatchListObjectAttributesResponse
- BatchListObjectChildren
- BatchListObjectChildrenResponse
- BatchListObjectParentPaths
- BatchListObjectParentPathsResponse
- BatchListObjectParents
- BatchListObjectParentsResponse
- BatchListObjectPolicies
- BatchListObjectPoliciesResponse
- BatchListOutgoingTypedLinks
- BatchListOutgoingTypedLinksResponse
- BatchListPolicyAttachments
- BatchListPolicyAttachmentsResponse
- BatchLookupPolicy
- BatchLookupPolicyResponse
- BatchReadException
- BatchReadOperation
- BatchReadOperationResponse
- BatchReadSuccessfulResponse
- BatchRemoveFacetFromObject
- BatchRemoveFacetFromObjectResponse
- BatchUpdateLinkAttributes
- BatchUpdateLinkAttributesResponse
- BatchUpdateObjectAttributes
- BatchUpdateObjectAttributesResponse
- BatchWriteOperation
- BatchWriteOperationResponse
- Directory
- Facet
- FacetAttribute
- FacetAttributeDefinition
- FacetAttributeReference
- FacetAttributeUpdate
- IndexAttachment
- LinkAttributeAction
- LinkAttributeUpdate
- ObjectAttributeAction
- ObjectAttributeRange
- ObjectAttributeUpdate
- ObjectIdentifierAndLinkNameTuple
- ObjectReference
- PathToObjectIdentifiers
- PolicyAttachment
- PolicyToPath
- Rule
- SchemaFacet
- Tag
- TypedAttributeValue
- TypedAttributeValueRange
- TypedLinkAttributeDefinition
- TypedLinkAttributeRange
- TypedLinkFacet
- TypedLinkFacetAttributeUpdate
- TypedLinkSchemaAndFacetName
- TypedLinkSpecifier
Synopsis
- addFacetToObject_objectAttributeList :: Lens' AddFacetToObject (Maybe [AttributeKeyAndValue])
- addFacetToObject_directoryArn :: Lens' AddFacetToObject Text
- addFacetToObject_schemaFacet :: Lens' AddFacetToObject SchemaFacet
- addFacetToObject_objectReference :: Lens' AddFacetToObject ObjectReference
- addFacetToObjectResponse_httpStatus :: Lens' AddFacetToObjectResponse Int
- applySchema_publishedSchemaArn :: Lens' ApplySchema Text
- applySchema_directoryArn :: Lens' ApplySchema Text
- applySchemaResponse_appliedSchemaArn :: Lens' ApplySchemaResponse (Maybe Text)
- applySchemaResponse_directoryArn :: Lens' ApplySchemaResponse (Maybe Text)
- applySchemaResponse_httpStatus :: Lens' ApplySchemaResponse Int
- attachObject_directoryArn :: Lens' AttachObject Text
- attachObject_parentReference :: Lens' AttachObject ObjectReference
- attachObject_childReference :: Lens' AttachObject ObjectReference
- attachObject_linkName :: Lens' AttachObject Text
- attachObjectResponse_attachedObjectIdentifier :: Lens' AttachObjectResponse (Maybe Text)
- attachObjectResponse_httpStatus :: Lens' AttachObjectResponse Int
- attachPolicy_directoryArn :: Lens' AttachPolicy Text
- attachPolicy_policyReference :: Lens' AttachPolicy ObjectReference
- attachPolicy_objectReference :: Lens' AttachPolicy ObjectReference
- attachPolicyResponse_httpStatus :: Lens' AttachPolicyResponse Int
- attachToIndex_directoryArn :: Lens' AttachToIndex Text
- attachToIndex_indexReference :: Lens' AttachToIndex ObjectReference
- attachToIndex_targetReference :: Lens' AttachToIndex ObjectReference
- attachToIndexResponse_attachedObjectIdentifier :: Lens' AttachToIndexResponse (Maybe Text)
- attachToIndexResponse_httpStatus :: Lens' AttachToIndexResponse Int
- attachTypedLink_directoryArn :: Lens' AttachTypedLink Text
- attachTypedLink_sourceObjectReference :: Lens' AttachTypedLink ObjectReference
- attachTypedLink_targetObjectReference :: Lens' AttachTypedLink ObjectReference
- attachTypedLink_typedLinkFacet :: Lens' AttachTypedLink TypedLinkSchemaAndFacetName
- attachTypedLink_attributes :: Lens' AttachTypedLink [AttributeNameAndValue]
- attachTypedLinkResponse_typedLinkSpecifier :: Lens' AttachTypedLinkResponse (Maybe TypedLinkSpecifier)
- attachTypedLinkResponse_httpStatus :: Lens' AttachTypedLinkResponse Int
- batchRead_consistencyLevel :: Lens' BatchRead (Maybe ConsistencyLevel)
- batchRead_directoryArn :: Lens' BatchRead Text
- batchRead_operations :: Lens' BatchRead [BatchReadOperation]
- batchReadResponse_responses :: Lens' BatchReadResponse (Maybe [BatchReadOperationResponse])
- batchReadResponse_httpStatus :: Lens' BatchReadResponse Int
- batchWrite_directoryArn :: Lens' BatchWrite Text
- batchWrite_operations :: Lens' BatchWrite [BatchWriteOperation]
- batchWriteResponse_responses :: Lens' BatchWriteResponse (Maybe [BatchWriteOperationResponse])
- batchWriteResponse_httpStatus :: Lens' BatchWriteResponse Int
- createDirectory_name :: Lens' CreateDirectory Text
- createDirectory_schemaArn :: Lens' CreateDirectory Text
- createDirectoryResponse_httpStatus :: Lens' CreateDirectoryResponse Int
- createDirectoryResponse_directoryArn :: Lens' CreateDirectoryResponse Text
- createDirectoryResponse_name :: Lens' CreateDirectoryResponse Text
- createDirectoryResponse_objectIdentifier :: Lens' CreateDirectoryResponse Text
- createDirectoryResponse_appliedSchemaArn :: Lens' CreateDirectoryResponse Text
- createFacet_attributes :: Lens' CreateFacet (Maybe [FacetAttribute])
- createFacet_facetStyle :: Lens' CreateFacet (Maybe FacetStyle)
- createFacet_objectType :: Lens' CreateFacet (Maybe ObjectType)
- createFacet_schemaArn :: Lens' CreateFacet Text
- createFacet_name :: Lens' CreateFacet Text
- createFacetResponse_httpStatus :: Lens' CreateFacetResponse Int
- createIndex_linkName :: Lens' CreateIndex (Maybe Text)
- createIndex_parentReference :: Lens' CreateIndex (Maybe ObjectReference)
- createIndex_directoryArn :: Lens' CreateIndex Text
- createIndex_orderedIndexedAttributeList :: Lens' CreateIndex [AttributeKey]
- createIndex_isUnique :: Lens' CreateIndex Bool
- createIndexResponse_objectIdentifier :: Lens' CreateIndexResponse (Maybe Text)
- createIndexResponse_httpStatus :: Lens' CreateIndexResponse Int
- createObject_linkName :: Lens' CreateObject (Maybe Text)
- createObject_objectAttributeList :: Lens' CreateObject (Maybe [AttributeKeyAndValue])
- createObject_parentReference :: Lens' CreateObject (Maybe ObjectReference)
- createObject_directoryArn :: Lens' CreateObject Text
- createObject_schemaFacets :: Lens' CreateObject [SchemaFacet]
- createObjectResponse_objectIdentifier :: Lens' CreateObjectResponse (Maybe Text)
- createObjectResponse_httpStatus :: Lens' CreateObjectResponse Int
- createSchema_name :: Lens' CreateSchema Text
- createSchemaResponse_schemaArn :: Lens' CreateSchemaResponse (Maybe Text)
- createSchemaResponse_httpStatus :: Lens' CreateSchemaResponse Int
- createTypedLinkFacet_schemaArn :: Lens' CreateTypedLinkFacet Text
- createTypedLinkFacet_facet :: Lens' CreateTypedLinkFacet TypedLinkFacet
- createTypedLinkFacetResponse_httpStatus :: Lens' CreateTypedLinkFacetResponse Int
- deleteDirectory_directoryArn :: Lens' DeleteDirectory Text
- deleteDirectoryResponse_httpStatus :: Lens' DeleteDirectoryResponse Int
- deleteDirectoryResponse_directoryArn :: Lens' DeleteDirectoryResponse Text
- deleteFacet_schemaArn :: Lens' DeleteFacet Text
- deleteFacet_name :: Lens' DeleteFacet Text
- deleteFacetResponse_httpStatus :: Lens' DeleteFacetResponse Int
- deleteObject_directoryArn :: Lens' DeleteObject Text
- deleteObject_objectReference :: Lens' DeleteObject ObjectReference
- deleteObjectResponse_httpStatus :: Lens' DeleteObjectResponse Int
- deleteSchema_schemaArn :: Lens' DeleteSchema Text
- deleteSchemaResponse_schemaArn :: Lens' DeleteSchemaResponse (Maybe Text)
- deleteSchemaResponse_httpStatus :: Lens' DeleteSchemaResponse Int
- deleteTypedLinkFacet_schemaArn :: Lens' DeleteTypedLinkFacet Text
- deleteTypedLinkFacet_name :: Lens' DeleteTypedLinkFacet Text
- deleteTypedLinkFacetResponse_httpStatus :: Lens' DeleteTypedLinkFacetResponse Int
- detachFromIndex_directoryArn :: Lens' DetachFromIndex Text
- detachFromIndex_indexReference :: Lens' DetachFromIndex ObjectReference
- detachFromIndex_targetReference :: Lens' DetachFromIndex ObjectReference
- detachFromIndexResponse_detachedObjectIdentifier :: Lens' DetachFromIndexResponse (Maybe Text)
- detachFromIndexResponse_httpStatus :: Lens' DetachFromIndexResponse Int
- detachObject_directoryArn :: Lens' DetachObject Text
- detachObject_parentReference :: Lens' DetachObject ObjectReference
- detachObject_linkName :: Lens' DetachObject Text
- detachObjectResponse_detachedObjectIdentifier :: Lens' DetachObjectResponse (Maybe Text)
- detachObjectResponse_httpStatus :: Lens' DetachObjectResponse Int
- detachPolicy_directoryArn :: Lens' DetachPolicy Text
- detachPolicy_policyReference :: Lens' DetachPolicy ObjectReference
- detachPolicy_objectReference :: Lens' DetachPolicy ObjectReference
- detachPolicyResponse_httpStatus :: Lens' DetachPolicyResponse Int
- detachTypedLink_directoryArn :: Lens' DetachTypedLink Text
- detachTypedLink_typedLinkSpecifier :: Lens' DetachTypedLink TypedLinkSpecifier
- disableDirectory_directoryArn :: Lens' DisableDirectory Text
- disableDirectoryResponse_httpStatus :: Lens' DisableDirectoryResponse Int
- disableDirectoryResponse_directoryArn :: Lens' DisableDirectoryResponse Text
- enableDirectory_directoryArn :: Lens' EnableDirectory Text
- enableDirectoryResponse_httpStatus :: Lens' EnableDirectoryResponse Int
- enableDirectoryResponse_directoryArn :: Lens' EnableDirectoryResponse Text
- getAppliedSchemaVersion_schemaArn :: Lens' GetAppliedSchemaVersion Text
- getAppliedSchemaVersionResponse_appliedSchemaArn :: Lens' GetAppliedSchemaVersionResponse (Maybe Text)
- getAppliedSchemaVersionResponse_httpStatus :: Lens' GetAppliedSchemaVersionResponse Int
- getDirectory_directoryArn :: Lens' GetDirectory Text
- getDirectoryResponse_httpStatus :: Lens' GetDirectoryResponse Int
- getDirectoryResponse_directory :: Lens' GetDirectoryResponse Directory
- getFacet_schemaArn :: Lens' GetFacet Text
- getFacet_name :: Lens' GetFacet Text
- getFacetResponse_facet :: Lens' GetFacetResponse (Maybe Facet)
- getFacetResponse_httpStatus :: Lens' GetFacetResponse Int
- getLinkAttributes_consistencyLevel :: Lens' GetLinkAttributes (Maybe ConsistencyLevel)
- getLinkAttributes_directoryArn :: Lens' GetLinkAttributes Text
- getLinkAttributes_typedLinkSpecifier :: Lens' GetLinkAttributes TypedLinkSpecifier
- getLinkAttributes_attributeNames :: Lens' GetLinkAttributes [Text]
- getLinkAttributesResponse_attributes :: Lens' GetLinkAttributesResponse (Maybe [AttributeKeyAndValue])
- getLinkAttributesResponse_httpStatus :: Lens' GetLinkAttributesResponse Int
- getObjectAttributes_consistencyLevel :: Lens' GetObjectAttributes (Maybe ConsistencyLevel)
- getObjectAttributes_directoryArn :: Lens' GetObjectAttributes Text
- getObjectAttributes_objectReference :: Lens' GetObjectAttributes ObjectReference
- getObjectAttributes_schemaFacet :: Lens' GetObjectAttributes SchemaFacet
- getObjectAttributes_attributeNames :: Lens' GetObjectAttributes [Text]
- getObjectAttributesResponse_attributes :: Lens' GetObjectAttributesResponse (Maybe [AttributeKeyAndValue])
- getObjectAttributesResponse_httpStatus :: Lens' GetObjectAttributesResponse Int
- getObjectInformation_consistencyLevel :: Lens' GetObjectInformation (Maybe ConsistencyLevel)
- getObjectInformation_directoryArn :: Lens' GetObjectInformation Text
- getObjectInformation_objectReference :: Lens' GetObjectInformation ObjectReference
- getObjectInformationResponse_objectIdentifier :: Lens' GetObjectInformationResponse (Maybe Text)
- getObjectInformationResponse_schemaFacets :: Lens' GetObjectInformationResponse (Maybe [SchemaFacet])
- getObjectInformationResponse_httpStatus :: Lens' GetObjectInformationResponse Int
- getSchemaAsJson_schemaArn :: Lens' GetSchemaAsJson Text
- getSchemaAsJsonResponse_document :: Lens' GetSchemaAsJsonResponse (Maybe Text)
- getSchemaAsJsonResponse_name :: Lens' GetSchemaAsJsonResponse (Maybe Text)
- getSchemaAsJsonResponse_httpStatus :: Lens' GetSchemaAsJsonResponse Int
- getTypedLinkFacetInformation_schemaArn :: Lens' GetTypedLinkFacetInformation Text
- getTypedLinkFacetInformation_name :: Lens' GetTypedLinkFacetInformation Text
- getTypedLinkFacetInformationResponse_identityAttributeOrder :: Lens' GetTypedLinkFacetInformationResponse (Maybe [Text])
- getTypedLinkFacetInformationResponse_httpStatus :: Lens' GetTypedLinkFacetInformationResponse Int
- listAppliedSchemaArns_maxResults :: Lens' ListAppliedSchemaArns (Maybe Natural)
- listAppliedSchemaArns_nextToken :: Lens' ListAppliedSchemaArns (Maybe Text)
- listAppliedSchemaArns_schemaArn :: Lens' ListAppliedSchemaArns (Maybe Text)
- listAppliedSchemaArns_directoryArn :: Lens' ListAppliedSchemaArns Text
- listAppliedSchemaArnsResponse_nextToken :: Lens' ListAppliedSchemaArnsResponse (Maybe Text)
- listAppliedSchemaArnsResponse_schemaArns :: Lens' ListAppliedSchemaArnsResponse (Maybe [Text])
- listAppliedSchemaArnsResponse_httpStatus :: Lens' ListAppliedSchemaArnsResponse Int
- listAttachedIndices_consistencyLevel :: Lens' ListAttachedIndices (Maybe ConsistencyLevel)
- listAttachedIndices_maxResults :: Lens' ListAttachedIndices (Maybe Natural)
- listAttachedIndices_nextToken :: Lens' ListAttachedIndices (Maybe Text)
- listAttachedIndices_directoryArn :: Lens' ListAttachedIndices Text
- listAttachedIndices_targetReference :: Lens' ListAttachedIndices ObjectReference
- listAttachedIndicesResponse_indexAttachments :: Lens' ListAttachedIndicesResponse (Maybe [IndexAttachment])
- listAttachedIndicesResponse_nextToken :: Lens' ListAttachedIndicesResponse (Maybe Text)
- listAttachedIndicesResponse_httpStatus :: Lens' ListAttachedIndicesResponse Int
- listDevelopmentSchemaArns_maxResults :: Lens' ListDevelopmentSchemaArns (Maybe Natural)
- listDevelopmentSchemaArns_nextToken :: Lens' ListDevelopmentSchemaArns (Maybe Text)
- listDevelopmentSchemaArnsResponse_nextToken :: Lens' ListDevelopmentSchemaArnsResponse (Maybe Text)
- listDevelopmentSchemaArnsResponse_schemaArns :: Lens' ListDevelopmentSchemaArnsResponse (Maybe [Text])
- listDevelopmentSchemaArnsResponse_httpStatus :: Lens' ListDevelopmentSchemaArnsResponse Int
- listDirectories_maxResults :: Lens' ListDirectories (Maybe Natural)
- listDirectories_nextToken :: Lens' ListDirectories (Maybe Text)
- listDirectories_state :: Lens' ListDirectories (Maybe DirectoryState)
- listDirectoriesResponse_nextToken :: Lens' ListDirectoriesResponse (Maybe Text)
- listDirectoriesResponse_httpStatus :: Lens' ListDirectoriesResponse Int
- listDirectoriesResponse_directories :: Lens' ListDirectoriesResponse [Directory]
- listFacetAttributes_maxResults :: Lens' ListFacetAttributes (Maybe Natural)
- listFacetAttributes_nextToken :: Lens' ListFacetAttributes (Maybe Text)
- listFacetAttributes_schemaArn :: Lens' ListFacetAttributes Text
- listFacetAttributes_name :: Lens' ListFacetAttributes Text
- listFacetAttributesResponse_attributes :: Lens' ListFacetAttributesResponse (Maybe [FacetAttribute])
- listFacetAttributesResponse_nextToken :: Lens' ListFacetAttributesResponse (Maybe Text)
- listFacetAttributesResponse_httpStatus :: Lens' ListFacetAttributesResponse Int
- listFacetNames_maxResults :: Lens' ListFacetNames (Maybe Natural)
- listFacetNames_nextToken :: Lens' ListFacetNames (Maybe Text)
- listFacetNames_schemaArn :: Lens' ListFacetNames Text
- listFacetNamesResponse_facetNames :: Lens' ListFacetNamesResponse (Maybe [Text])
- listFacetNamesResponse_nextToken :: Lens' ListFacetNamesResponse (Maybe Text)
- listFacetNamesResponse_httpStatus :: Lens' ListFacetNamesResponse Int
- listIncomingTypedLinks_consistencyLevel :: Lens' ListIncomingTypedLinks (Maybe ConsistencyLevel)
- listIncomingTypedLinks_filterAttributeRanges :: Lens' ListIncomingTypedLinks (Maybe [TypedLinkAttributeRange])
- listIncomingTypedLinks_filterTypedLink :: Lens' ListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- listIncomingTypedLinks_maxResults :: Lens' ListIncomingTypedLinks (Maybe Natural)
- listIncomingTypedLinks_nextToken :: Lens' ListIncomingTypedLinks (Maybe Text)
- listIncomingTypedLinks_directoryArn :: Lens' ListIncomingTypedLinks Text
- listIncomingTypedLinks_objectReference :: Lens' ListIncomingTypedLinks ObjectReference
- listIncomingTypedLinksResponse_linkSpecifiers :: Lens' ListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- listIncomingTypedLinksResponse_nextToken :: Lens' ListIncomingTypedLinksResponse (Maybe Text)
- listIncomingTypedLinksResponse_httpStatus :: Lens' ListIncomingTypedLinksResponse Int
- listIndex_consistencyLevel :: Lens' ListIndex (Maybe ConsistencyLevel)
- listIndex_maxResults :: Lens' ListIndex (Maybe Natural)
- listIndex_nextToken :: Lens' ListIndex (Maybe Text)
- listIndex_rangesOnIndexedValues :: Lens' ListIndex (Maybe [ObjectAttributeRange])
- listIndex_directoryArn :: Lens' ListIndex Text
- listIndex_indexReference :: Lens' ListIndex ObjectReference
- listIndexResponse_indexAttachments :: Lens' ListIndexResponse (Maybe [IndexAttachment])
- listIndexResponse_nextToken :: Lens' ListIndexResponse (Maybe Text)
- listIndexResponse_httpStatus :: Lens' ListIndexResponse Int
- listManagedSchemaArns_maxResults :: Lens' ListManagedSchemaArns (Maybe Natural)
- listManagedSchemaArns_nextToken :: Lens' ListManagedSchemaArns (Maybe Text)
- listManagedSchemaArns_schemaArn :: Lens' ListManagedSchemaArns (Maybe Text)
- listManagedSchemaArnsResponse_nextToken :: Lens' ListManagedSchemaArnsResponse (Maybe Text)
- listManagedSchemaArnsResponse_schemaArns :: Lens' ListManagedSchemaArnsResponse (Maybe [Text])
- listManagedSchemaArnsResponse_httpStatus :: Lens' ListManagedSchemaArnsResponse Int
- listObjectAttributes_consistencyLevel :: Lens' ListObjectAttributes (Maybe ConsistencyLevel)
- listObjectAttributes_facetFilter :: Lens' ListObjectAttributes (Maybe SchemaFacet)
- listObjectAttributes_maxResults :: Lens' ListObjectAttributes (Maybe Natural)
- listObjectAttributes_nextToken :: Lens' ListObjectAttributes (Maybe Text)
- listObjectAttributes_directoryArn :: Lens' ListObjectAttributes Text
- listObjectAttributes_objectReference :: Lens' ListObjectAttributes ObjectReference
- listObjectAttributesResponse_attributes :: Lens' ListObjectAttributesResponse (Maybe [AttributeKeyAndValue])
- listObjectAttributesResponse_nextToken :: Lens' ListObjectAttributesResponse (Maybe Text)
- listObjectAttributesResponse_httpStatus :: Lens' ListObjectAttributesResponse Int
- listObjectChildren_consistencyLevel :: Lens' ListObjectChildren (Maybe ConsistencyLevel)
- listObjectChildren_maxResults :: Lens' ListObjectChildren (Maybe Natural)
- listObjectChildren_nextToken :: Lens' ListObjectChildren (Maybe Text)
- listObjectChildren_directoryArn :: Lens' ListObjectChildren Text
- listObjectChildren_objectReference :: Lens' ListObjectChildren ObjectReference
- listObjectChildrenResponse_children :: Lens' ListObjectChildrenResponse (Maybe (HashMap Text Text))
- listObjectChildrenResponse_nextToken :: Lens' ListObjectChildrenResponse (Maybe Text)
- listObjectChildrenResponse_httpStatus :: Lens' ListObjectChildrenResponse Int
- listObjectParentPaths_maxResults :: Lens' ListObjectParentPaths (Maybe Natural)
- listObjectParentPaths_nextToken :: Lens' ListObjectParentPaths (Maybe Text)
- listObjectParentPaths_directoryArn :: Lens' ListObjectParentPaths Text
- listObjectParentPaths_objectReference :: Lens' ListObjectParentPaths ObjectReference
- listObjectParentPathsResponse_nextToken :: Lens' ListObjectParentPathsResponse (Maybe Text)
- listObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' ListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers])
- listObjectParentPathsResponse_httpStatus :: Lens' ListObjectParentPathsResponse Int
- listObjectParents_consistencyLevel :: Lens' ListObjectParents (Maybe ConsistencyLevel)
- listObjectParents_includeAllLinksToEachParent :: Lens' ListObjectParents (Maybe Bool)
- listObjectParents_maxResults :: Lens' ListObjectParents (Maybe Natural)
- listObjectParents_nextToken :: Lens' ListObjectParents (Maybe Text)
- listObjectParents_directoryArn :: Lens' ListObjectParents Text
- listObjectParents_objectReference :: Lens' ListObjectParents ObjectReference
- listObjectParentsResponse_nextToken :: Lens' ListObjectParentsResponse (Maybe Text)
- listObjectParentsResponse_parentLinks :: Lens' ListObjectParentsResponse (Maybe [ObjectIdentifierAndLinkNameTuple])
- listObjectParentsResponse_parents :: Lens' ListObjectParentsResponse (Maybe (HashMap Text Text))
- listObjectParentsResponse_httpStatus :: Lens' ListObjectParentsResponse Int
- listObjectPolicies_consistencyLevel :: Lens' ListObjectPolicies (Maybe ConsistencyLevel)
- listObjectPolicies_maxResults :: Lens' ListObjectPolicies (Maybe Natural)
- listObjectPolicies_nextToken :: Lens' ListObjectPolicies (Maybe Text)
- listObjectPolicies_directoryArn :: Lens' ListObjectPolicies Text
- listObjectPolicies_objectReference :: Lens' ListObjectPolicies ObjectReference
- listObjectPoliciesResponse_attachedPolicyIds :: Lens' ListObjectPoliciesResponse (Maybe [Text])
- listObjectPoliciesResponse_nextToken :: Lens' ListObjectPoliciesResponse (Maybe Text)
- listObjectPoliciesResponse_httpStatus :: Lens' ListObjectPoliciesResponse Int
- listOutgoingTypedLinks_consistencyLevel :: Lens' ListOutgoingTypedLinks (Maybe ConsistencyLevel)
- listOutgoingTypedLinks_filterAttributeRanges :: Lens' ListOutgoingTypedLinks (Maybe [TypedLinkAttributeRange])
- listOutgoingTypedLinks_filterTypedLink :: Lens' ListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- listOutgoingTypedLinks_maxResults :: Lens' ListOutgoingTypedLinks (Maybe Natural)
- listOutgoingTypedLinks_nextToken :: Lens' ListOutgoingTypedLinks (Maybe Text)
- listOutgoingTypedLinks_directoryArn :: Lens' ListOutgoingTypedLinks Text
- listOutgoingTypedLinks_objectReference :: Lens' ListOutgoingTypedLinks ObjectReference
- listOutgoingTypedLinksResponse_nextToken :: Lens' ListOutgoingTypedLinksResponse (Maybe Text)
- listOutgoingTypedLinksResponse_typedLinkSpecifiers :: Lens' ListOutgoingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- listOutgoingTypedLinksResponse_httpStatus :: Lens' ListOutgoingTypedLinksResponse Int
- listPolicyAttachments_consistencyLevel :: Lens' ListPolicyAttachments (Maybe ConsistencyLevel)
- listPolicyAttachments_maxResults :: Lens' ListPolicyAttachments (Maybe Natural)
- listPolicyAttachments_nextToken :: Lens' ListPolicyAttachments (Maybe Text)
- listPolicyAttachments_directoryArn :: Lens' ListPolicyAttachments Text
- listPolicyAttachments_policyReference :: Lens' ListPolicyAttachments ObjectReference
- listPolicyAttachmentsResponse_nextToken :: Lens' ListPolicyAttachmentsResponse (Maybe Text)
- listPolicyAttachmentsResponse_objectIdentifiers :: Lens' ListPolicyAttachmentsResponse (Maybe [Text])
- listPolicyAttachmentsResponse_httpStatus :: Lens' ListPolicyAttachmentsResponse Int
- listPublishedSchemaArns_maxResults :: Lens' ListPublishedSchemaArns (Maybe Natural)
- listPublishedSchemaArns_nextToken :: Lens' ListPublishedSchemaArns (Maybe Text)
- listPublishedSchemaArns_schemaArn :: Lens' ListPublishedSchemaArns (Maybe Text)
- listPublishedSchemaArnsResponse_nextToken :: Lens' ListPublishedSchemaArnsResponse (Maybe Text)
- listPublishedSchemaArnsResponse_schemaArns :: Lens' ListPublishedSchemaArnsResponse (Maybe [Text])
- listPublishedSchemaArnsResponse_httpStatus :: Lens' ListPublishedSchemaArnsResponse Int
- listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural)
- listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text)
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text)
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag])
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- listTypedLinkFacetAttributes_maxResults :: Lens' ListTypedLinkFacetAttributes (Maybe Natural)
- listTypedLinkFacetAttributes_nextToken :: Lens' ListTypedLinkFacetAttributes (Maybe Text)
- listTypedLinkFacetAttributes_schemaArn :: Lens' ListTypedLinkFacetAttributes Text
- listTypedLinkFacetAttributes_name :: Lens' ListTypedLinkFacetAttributes Text
- listTypedLinkFacetAttributesResponse_attributes :: Lens' ListTypedLinkFacetAttributesResponse (Maybe [TypedLinkAttributeDefinition])
- listTypedLinkFacetAttributesResponse_nextToken :: Lens' ListTypedLinkFacetAttributesResponse (Maybe Text)
- listTypedLinkFacetAttributesResponse_httpStatus :: Lens' ListTypedLinkFacetAttributesResponse Int
- listTypedLinkFacetNames_maxResults :: Lens' ListTypedLinkFacetNames (Maybe Natural)
- listTypedLinkFacetNames_nextToken :: Lens' ListTypedLinkFacetNames (Maybe Text)
- listTypedLinkFacetNames_schemaArn :: Lens' ListTypedLinkFacetNames Text
- listTypedLinkFacetNamesResponse_facetNames :: Lens' ListTypedLinkFacetNamesResponse (Maybe [Text])
- listTypedLinkFacetNamesResponse_nextToken :: Lens' ListTypedLinkFacetNamesResponse (Maybe Text)
- listTypedLinkFacetNamesResponse_httpStatus :: Lens' ListTypedLinkFacetNamesResponse Int
- lookupPolicy_maxResults :: Lens' LookupPolicy (Maybe Natural)
- lookupPolicy_nextToken :: Lens' LookupPolicy (Maybe Text)
- lookupPolicy_directoryArn :: Lens' LookupPolicy Text
- lookupPolicy_objectReference :: Lens' LookupPolicy ObjectReference
- lookupPolicyResponse_nextToken :: Lens' LookupPolicyResponse (Maybe Text)
- lookupPolicyResponse_policyToPathList :: Lens' LookupPolicyResponse (Maybe [PolicyToPath])
- lookupPolicyResponse_httpStatus :: Lens' LookupPolicyResponse Int
- publishSchema_minorVersion :: Lens' PublishSchema (Maybe Text)
- publishSchema_name :: Lens' PublishSchema (Maybe Text)
- publishSchema_developmentSchemaArn :: Lens' PublishSchema Text
- publishSchema_version :: Lens' PublishSchema Text
- publishSchemaResponse_publishedSchemaArn :: Lens' PublishSchemaResponse (Maybe Text)
- publishSchemaResponse_httpStatus :: Lens' PublishSchemaResponse Int
- putSchemaFromJson_schemaArn :: Lens' PutSchemaFromJson Text
- putSchemaFromJson_document :: Lens' PutSchemaFromJson Text
- putSchemaFromJsonResponse_arn :: Lens' PutSchemaFromJsonResponse (Maybe Text)
- putSchemaFromJsonResponse_httpStatus :: Lens' PutSchemaFromJsonResponse Int
- removeFacetFromObject_directoryArn :: Lens' RemoveFacetFromObject Text
- removeFacetFromObject_schemaFacet :: Lens' RemoveFacetFromObject SchemaFacet
- removeFacetFromObject_objectReference :: Lens' RemoveFacetFromObject ObjectReference
- removeFacetFromObjectResponse_httpStatus :: Lens' RemoveFacetFromObjectResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource [Tag]
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- updateFacet_attributeUpdates :: Lens' UpdateFacet (Maybe [FacetAttributeUpdate])
- updateFacet_objectType :: Lens' UpdateFacet (Maybe ObjectType)
- updateFacet_schemaArn :: Lens' UpdateFacet Text
- updateFacet_name :: Lens' UpdateFacet Text
- updateFacetResponse_httpStatus :: Lens' UpdateFacetResponse Int
- updateLinkAttributes_directoryArn :: Lens' UpdateLinkAttributes Text
- updateLinkAttributes_typedLinkSpecifier :: Lens' UpdateLinkAttributes TypedLinkSpecifier
- updateLinkAttributes_attributeUpdates :: Lens' UpdateLinkAttributes [LinkAttributeUpdate]
- updateLinkAttributesResponse_httpStatus :: Lens' UpdateLinkAttributesResponse Int
- updateObjectAttributes_directoryArn :: Lens' UpdateObjectAttributes Text
- updateObjectAttributes_objectReference :: Lens' UpdateObjectAttributes ObjectReference
- updateObjectAttributes_attributeUpdates :: Lens' UpdateObjectAttributes [ObjectAttributeUpdate]
- updateObjectAttributesResponse_objectIdentifier :: Lens' UpdateObjectAttributesResponse (Maybe Text)
- updateObjectAttributesResponse_httpStatus :: Lens' UpdateObjectAttributesResponse Int
- updateSchema_schemaArn :: Lens' UpdateSchema Text
- updateSchema_name :: Lens' UpdateSchema Text
- updateSchemaResponse_schemaArn :: Lens' UpdateSchemaResponse (Maybe Text)
- updateSchemaResponse_httpStatus :: Lens' UpdateSchemaResponse Int
- updateTypedLinkFacet_schemaArn :: Lens' UpdateTypedLinkFacet Text
- updateTypedLinkFacet_name :: Lens' UpdateTypedLinkFacet Text
- updateTypedLinkFacet_attributeUpdates :: Lens' UpdateTypedLinkFacet [TypedLinkFacetAttributeUpdate]
- updateTypedLinkFacet_identityAttributeOrder :: Lens' UpdateTypedLinkFacet [Text]
- updateTypedLinkFacetResponse_httpStatus :: Lens' UpdateTypedLinkFacetResponse Int
- upgradeAppliedSchema_dryRun :: Lens' UpgradeAppliedSchema (Maybe Bool)
- upgradeAppliedSchema_publishedSchemaArn :: Lens' UpgradeAppliedSchema Text
- upgradeAppliedSchema_directoryArn :: Lens' UpgradeAppliedSchema Text
- upgradeAppliedSchemaResponse_directoryArn :: Lens' UpgradeAppliedSchemaResponse (Maybe Text)
- upgradeAppliedSchemaResponse_upgradedSchemaArn :: Lens' UpgradeAppliedSchemaResponse (Maybe Text)
- upgradeAppliedSchemaResponse_httpStatus :: Lens' UpgradeAppliedSchemaResponse Int
- upgradePublishedSchema_dryRun :: Lens' UpgradePublishedSchema (Maybe Bool)
- upgradePublishedSchema_developmentSchemaArn :: Lens' UpgradePublishedSchema Text
- upgradePublishedSchema_publishedSchemaArn :: Lens' UpgradePublishedSchema Text
- upgradePublishedSchema_minorVersion :: Lens' UpgradePublishedSchema Text
- upgradePublishedSchemaResponse_upgradedSchemaArn :: Lens' UpgradePublishedSchemaResponse (Maybe Text)
- upgradePublishedSchemaResponse_httpStatus :: Lens' UpgradePublishedSchemaResponse Int
- attributeKey_schemaArn :: Lens' AttributeKey Text
- attributeKey_facetName :: Lens' AttributeKey Text
- attributeKey_name :: Lens' AttributeKey Text
- attributeKeyAndValue_key :: Lens' AttributeKeyAndValue AttributeKey
- attributeKeyAndValue_value :: Lens' AttributeKeyAndValue TypedAttributeValue
- attributeNameAndValue_attributeName :: Lens' AttributeNameAndValue Text
- attributeNameAndValue_value :: Lens' AttributeNameAndValue TypedAttributeValue
- batchAddFacetToObject_schemaFacet :: Lens' BatchAddFacetToObject SchemaFacet
- batchAddFacetToObject_objectAttributeList :: Lens' BatchAddFacetToObject [AttributeKeyAndValue]
- batchAddFacetToObject_objectReference :: Lens' BatchAddFacetToObject ObjectReference
- batchAttachObject_parentReference :: Lens' BatchAttachObject ObjectReference
- batchAttachObject_childReference :: Lens' BatchAttachObject ObjectReference
- batchAttachObject_linkName :: Lens' BatchAttachObject Text
- batchAttachObjectResponse_attachedObjectIdentifier :: Lens' BatchAttachObjectResponse (Maybe Text)
- batchAttachPolicy_policyReference :: Lens' BatchAttachPolicy ObjectReference
- batchAttachPolicy_objectReference :: Lens' BatchAttachPolicy ObjectReference
- batchAttachToIndex_indexReference :: Lens' BatchAttachToIndex ObjectReference
- batchAttachToIndex_targetReference :: Lens' BatchAttachToIndex ObjectReference
- batchAttachToIndexResponse_attachedObjectIdentifier :: Lens' BatchAttachToIndexResponse (Maybe Text)
- batchAttachTypedLink_sourceObjectReference :: Lens' BatchAttachTypedLink ObjectReference
- batchAttachTypedLink_targetObjectReference :: Lens' BatchAttachTypedLink ObjectReference
- batchAttachTypedLink_typedLinkFacet :: Lens' BatchAttachTypedLink TypedLinkSchemaAndFacetName
- batchAttachTypedLink_attributes :: Lens' BatchAttachTypedLink [AttributeNameAndValue]
- batchAttachTypedLinkResponse_typedLinkSpecifier :: Lens' BatchAttachTypedLinkResponse (Maybe TypedLinkSpecifier)
- batchCreateIndex_batchReferenceName :: Lens' BatchCreateIndex (Maybe Text)
- batchCreateIndex_linkName :: Lens' BatchCreateIndex (Maybe Text)
- batchCreateIndex_parentReference :: Lens' BatchCreateIndex (Maybe ObjectReference)
- batchCreateIndex_orderedIndexedAttributeList :: Lens' BatchCreateIndex [AttributeKey]
- batchCreateIndex_isUnique :: Lens' BatchCreateIndex Bool
- batchCreateIndexResponse_objectIdentifier :: Lens' BatchCreateIndexResponse (Maybe Text)
- batchCreateObject_batchReferenceName :: Lens' BatchCreateObject (Maybe Text)
- batchCreateObject_linkName :: Lens' BatchCreateObject (Maybe Text)
- batchCreateObject_parentReference :: Lens' BatchCreateObject (Maybe ObjectReference)
- batchCreateObject_schemaFacet :: Lens' BatchCreateObject [SchemaFacet]
- batchCreateObject_objectAttributeList :: Lens' BatchCreateObject [AttributeKeyAndValue]
- batchCreateObjectResponse_objectIdentifier :: Lens' BatchCreateObjectResponse (Maybe Text)
- batchDeleteObject_objectReference :: Lens' BatchDeleteObject ObjectReference
- batchDetachFromIndex_indexReference :: Lens' BatchDetachFromIndex ObjectReference
- batchDetachFromIndex_targetReference :: Lens' BatchDetachFromIndex ObjectReference
- batchDetachFromIndexResponse_detachedObjectIdentifier :: Lens' BatchDetachFromIndexResponse (Maybe Text)
- batchDetachObject_batchReferenceName :: Lens' BatchDetachObject (Maybe Text)
- batchDetachObject_parentReference :: Lens' BatchDetachObject ObjectReference
- batchDetachObject_linkName :: Lens' BatchDetachObject Text
- batchDetachObjectResponse_detachedObjectIdentifier :: Lens' BatchDetachObjectResponse (Maybe Text)
- batchDetachPolicy_policyReference :: Lens' BatchDetachPolicy ObjectReference
- batchDetachPolicy_objectReference :: Lens' BatchDetachPolicy ObjectReference
- batchDetachTypedLink_typedLinkSpecifier :: Lens' BatchDetachTypedLink TypedLinkSpecifier
- batchGetLinkAttributes_typedLinkSpecifier :: Lens' BatchGetLinkAttributes TypedLinkSpecifier
- batchGetLinkAttributes_attributeNames :: Lens' BatchGetLinkAttributes [Text]
- batchGetLinkAttributesResponse_attributes :: Lens' BatchGetLinkAttributesResponse (Maybe [AttributeKeyAndValue])
- batchGetObjectAttributes_objectReference :: Lens' BatchGetObjectAttributes ObjectReference
- batchGetObjectAttributes_schemaFacet :: Lens' BatchGetObjectAttributes SchemaFacet
- batchGetObjectAttributes_attributeNames :: Lens' BatchGetObjectAttributes [Text]
- batchGetObjectAttributesResponse_attributes :: Lens' BatchGetObjectAttributesResponse (Maybe [AttributeKeyAndValue])
- batchGetObjectInformation_objectReference :: Lens' BatchGetObjectInformation ObjectReference
- batchGetObjectInformationResponse_objectIdentifier :: Lens' BatchGetObjectInformationResponse (Maybe Text)
- batchGetObjectInformationResponse_schemaFacets :: Lens' BatchGetObjectInformationResponse (Maybe [SchemaFacet])
- batchListAttachedIndices_maxResults :: Lens' BatchListAttachedIndices (Maybe Natural)
- batchListAttachedIndices_nextToken :: Lens' BatchListAttachedIndices (Maybe Text)
- batchListAttachedIndices_targetReference :: Lens' BatchListAttachedIndices ObjectReference
- batchListAttachedIndicesResponse_indexAttachments :: Lens' BatchListAttachedIndicesResponse (Maybe [IndexAttachment])
- batchListAttachedIndicesResponse_nextToken :: Lens' BatchListAttachedIndicesResponse (Maybe Text)
- batchListIncomingTypedLinks_filterAttributeRanges :: Lens' BatchListIncomingTypedLinks (Maybe [TypedLinkAttributeRange])
- batchListIncomingTypedLinks_filterTypedLink :: Lens' BatchListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- batchListIncomingTypedLinks_maxResults :: Lens' BatchListIncomingTypedLinks (Maybe Natural)
- batchListIncomingTypedLinks_nextToken :: Lens' BatchListIncomingTypedLinks (Maybe Text)
- batchListIncomingTypedLinks_objectReference :: Lens' BatchListIncomingTypedLinks ObjectReference
- batchListIncomingTypedLinksResponse_linkSpecifiers :: Lens' BatchListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- batchListIncomingTypedLinksResponse_nextToken :: Lens' BatchListIncomingTypedLinksResponse (Maybe Text)
- batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural)
- batchListIndex_nextToken :: Lens' BatchListIndex (Maybe Text)
- batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange])
- batchListIndex_indexReference :: Lens' BatchListIndex ObjectReference
- batchListIndexResponse_indexAttachments :: Lens' BatchListIndexResponse (Maybe [IndexAttachment])
- batchListIndexResponse_nextToken :: Lens' BatchListIndexResponse (Maybe Text)
- batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet)
- batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural)
- batchListObjectAttributes_nextToken :: Lens' BatchListObjectAttributes (Maybe Text)
- batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference
- batchListObjectAttributesResponse_attributes :: Lens' BatchListObjectAttributesResponse (Maybe [AttributeKeyAndValue])
- batchListObjectAttributesResponse_nextToken :: Lens' BatchListObjectAttributesResponse (Maybe Text)
- batchListObjectChildren_maxResults :: Lens' BatchListObjectChildren (Maybe Natural)
- batchListObjectChildren_nextToken :: Lens' BatchListObjectChildren (Maybe Text)
- batchListObjectChildren_objectReference :: Lens' BatchListObjectChildren ObjectReference
- batchListObjectChildrenResponse_children :: Lens' BatchListObjectChildrenResponse (Maybe (HashMap Text Text))
- batchListObjectChildrenResponse_nextToken :: Lens' BatchListObjectChildrenResponse (Maybe Text)
- batchListObjectParentPaths_maxResults :: Lens' BatchListObjectParentPaths (Maybe Natural)
- batchListObjectParentPaths_nextToken :: Lens' BatchListObjectParentPaths (Maybe Text)
- batchListObjectParentPaths_objectReference :: Lens' BatchListObjectParentPaths ObjectReference
- batchListObjectParentPathsResponse_nextToken :: Lens' BatchListObjectParentPathsResponse (Maybe Text)
- batchListObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' BatchListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers])
- batchListObjectParents_maxResults :: Lens' BatchListObjectParents (Maybe Natural)
- batchListObjectParents_nextToken :: Lens' BatchListObjectParents (Maybe Text)
- batchListObjectParents_objectReference :: Lens' BatchListObjectParents ObjectReference
- batchListObjectParentsResponse_nextToken :: Lens' BatchListObjectParentsResponse (Maybe Text)
- batchListObjectParentsResponse_parentLinks :: Lens' BatchListObjectParentsResponse (Maybe [ObjectIdentifierAndLinkNameTuple])
- batchListObjectPolicies_maxResults :: Lens' BatchListObjectPolicies (Maybe Natural)
- batchListObjectPolicies_nextToken :: Lens' BatchListObjectPolicies (Maybe Text)
- batchListObjectPolicies_objectReference :: Lens' BatchListObjectPolicies ObjectReference
- batchListObjectPoliciesResponse_attachedPolicyIds :: Lens' BatchListObjectPoliciesResponse (Maybe [Text])
- batchListObjectPoliciesResponse_nextToken :: Lens' BatchListObjectPoliciesResponse (Maybe Text)
- batchListOutgoingTypedLinks_filterAttributeRanges :: Lens' BatchListOutgoingTypedLinks (Maybe [TypedLinkAttributeRange])
- batchListOutgoingTypedLinks_filterTypedLink :: Lens' BatchListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- batchListOutgoingTypedLinks_maxResults :: Lens' BatchListOutgoingTypedLinks (Maybe Natural)
- batchListOutgoingTypedLinks_nextToken :: Lens' BatchListOutgoingTypedLinks (Maybe Text)
- batchListOutgoingTypedLinks_objectReference :: Lens' BatchListOutgoingTypedLinks ObjectReference
- batchListOutgoingTypedLinksResponse_nextToken :: Lens' BatchListOutgoingTypedLinksResponse (Maybe Text)
- batchListOutgoingTypedLinksResponse_typedLinkSpecifiers :: Lens' BatchListOutgoingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- batchListPolicyAttachments_maxResults :: Lens' BatchListPolicyAttachments (Maybe Natural)
- batchListPolicyAttachments_nextToken :: Lens' BatchListPolicyAttachments (Maybe Text)
- batchListPolicyAttachments_policyReference :: Lens' BatchListPolicyAttachments ObjectReference
- batchListPolicyAttachmentsResponse_nextToken :: Lens' BatchListPolicyAttachmentsResponse (Maybe Text)
- batchListPolicyAttachmentsResponse_objectIdentifiers :: Lens' BatchListPolicyAttachmentsResponse (Maybe [Text])
- batchLookupPolicy_maxResults :: Lens' BatchLookupPolicy (Maybe Natural)
- batchLookupPolicy_nextToken :: Lens' BatchLookupPolicy (Maybe Text)
- batchLookupPolicy_objectReference :: Lens' BatchLookupPolicy ObjectReference
- batchLookupPolicyResponse_nextToken :: Lens' BatchLookupPolicyResponse (Maybe Text)
- batchLookupPolicyResponse_policyToPathList :: Lens' BatchLookupPolicyResponse (Maybe [PolicyToPath])
- batchReadException_message :: Lens' BatchReadException (Maybe Text)
- batchReadException_type :: Lens' BatchReadException (Maybe BatchReadExceptionType)
- batchReadOperation_getLinkAttributes :: Lens' BatchReadOperation (Maybe BatchGetLinkAttributes)
- batchReadOperation_getObjectAttributes :: Lens' BatchReadOperation (Maybe BatchGetObjectAttributes)
- batchReadOperation_getObjectInformation :: Lens' BatchReadOperation (Maybe BatchGetObjectInformation)
- batchReadOperation_listAttachedIndices :: Lens' BatchReadOperation (Maybe BatchListAttachedIndices)
- batchReadOperation_listIncomingTypedLinks :: Lens' BatchReadOperation (Maybe BatchListIncomingTypedLinks)
- batchReadOperation_listIndex :: Lens' BatchReadOperation (Maybe BatchListIndex)
- batchReadOperation_listObjectAttributes :: Lens' BatchReadOperation (Maybe BatchListObjectAttributes)
- batchReadOperation_listObjectChildren :: Lens' BatchReadOperation (Maybe BatchListObjectChildren)
- batchReadOperation_listObjectParentPaths :: Lens' BatchReadOperation (Maybe BatchListObjectParentPaths)
- batchReadOperation_listObjectParents :: Lens' BatchReadOperation (Maybe BatchListObjectParents)
- batchReadOperation_listObjectPolicies :: Lens' BatchReadOperation (Maybe BatchListObjectPolicies)
- batchReadOperation_listOutgoingTypedLinks :: Lens' BatchReadOperation (Maybe BatchListOutgoingTypedLinks)
- batchReadOperation_listPolicyAttachments :: Lens' BatchReadOperation (Maybe BatchListPolicyAttachments)
- batchReadOperation_lookupPolicy :: Lens' BatchReadOperation (Maybe BatchLookupPolicy)
- batchReadOperationResponse_exceptionResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadException)
- batchReadOperationResponse_successfulResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadSuccessfulResponse)
- batchReadSuccessfulResponse_getLinkAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetLinkAttributesResponse)
- batchReadSuccessfulResponse_getObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetObjectAttributesResponse)
- batchReadSuccessfulResponse_getObjectInformation :: Lens' BatchReadSuccessfulResponse (Maybe BatchGetObjectInformationResponse)
- batchReadSuccessfulResponse_listAttachedIndices :: Lens' BatchReadSuccessfulResponse (Maybe BatchListAttachedIndicesResponse)
- batchReadSuccessfulResponse_listIncomingTypedLinks :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIncomingTypedLinksResponse)
- batchReadSuccessfulResponse_listIndex :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIndexResponse)
- batchReadSuccessfulResponse_listObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectAttributesResponse)
- batchReadSuccessfulResponse_listObjectChildren :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectChildrenResponse)
- batchReadSuccessfulResponse_listObjectParentPaths :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentPathsResponse)
- batchReadSuccessfulResponse_listObjectParents :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentsResponse)
- batchReadSuccessfulResponse_listObjectPolicies :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectPoliciesResponse)
- batchReadSuccessfulResponse_listOutgoingTypedLinks :: Lens' BatchReadSuccessfulResponse (Maybe BatchListOutgoingTypedLinksResponse)
- batchReadSuccessfulResponse_listPolicyAttachments :: Lens' BatchReadSuccessfulResponse (Maybe BatchListPolicyAttachmentsResponse)
- batchReadSuccessfulResponse_lookupPolicy :: Lens' BatchReadSuccessfulResponse (Maybe BatchLookupPolicyResponse)
- batchRemoveFacetFromObject_schemaFacet :: Lens' BatchRemoveFacetFromObject SchemaFacet
- batchRemoveFacetFromObject_objectReference :: Lens' BatchRemoveFacetFromObject ObjectReference
- batchUpdateLinkAttributes_typedLinkSpecifier :: Lens' BatchUpdateLinkAttributes TypedLinkSpecifier
- batchUpdateLinkAttributes_attributeUpdates :: Lens' BatchUpdateLinkAttributes [LinkAttributeUpdate]
- batchUpdateObjectAttributes_objectReference :: Lens' BatchUpdateObjectAttributes ObjectReference
- batchUpdateObjectAttributes_attributeUpdates :: Lens' BatchUpdateObjectAttributes [ObjectAttributeUpdate]
- batchUpdateObjectAttributesResponse_objectIdentifier :: Lens' BatchUpdateObjectAttributesResponse (Maybe Text)
- batchWriteOperation_addFacetToObject :: Lens' BatchWriteOperation (Maybe BatchAddFacetToObject)
- batchWriteOperation_attachObject :: Lens' BatchWriteOperation (Maybe BatchAttachObject)
- batchWriteOperation_attachPolicy :: Lens' BatchWriteOperation (Maybe BatchAttachPolicy)
- batchWriteOperation_attachToIndex :: Lens' BatchWriteOperation (Maybe BatchAttachToIndex)
- batchWriteOperation_attachTypedLink :: Lens' BatchWriteOperation (Maybe BatchAttachTypedLink)
- batchWriteOperation_createIndex :: Lens' BatchWriteOperation (Maybe BatchCreateIndex)
- batchWriteOperation_createObject :: Lens' BatchWriteOperation (Maybe BatchCreateObject)
- batchWriteOperation_deleteObject :: Lens' BatchWriteOperation (Maybe BatchDeleteObject)
- batchWriteOperation_detachFromIndex :: Lens' BatchWriteOperation (Maybe BatchDetachFromIndex)
- batchWriteOperation_detachObject :: Lens' BatchWriteOperation (Maybe BatchDetachObject)
- batchWriteOperation_detachPolicy :: Lens' BatchWriteOperation (Maybe BatchDetachPolicy)
- batchWriteOperation_detachTypedLink :: Lens' BatchWriteOperation (Maybe BatchDetachTypedLink)
- batchWriteOperation_removeFacetFromObject :: Lens' BatchWriteOperation (Maybe BatchRemoveFacetFromObject)
- batchWriteOperation_updateLinkAttributes :: Lens' BatchWriteOperation (Maybe BatchUpdateLinkAttributes)
- batchWriteOperation_updateObjectAttributes :: Lens' BatchWriteOperation (Maybe BatchUpdateObjectAttributes)
- batchWriteOperationResponse_addFacetToObject :: Lens' BatchWriteOperationResponse (Maybe BatchAddFacetToObjectResponse)
- batchWriteOperationResponse_attachObject :: Lens' BatchWriteOperationResponse (Maybe BatchAttachObjectResponse)
- batchWriteOperationResponse_attachPolicy :: Lens' BatchWriteOperationResponse (Maybe BatchAttachPolicyResponse)
- batchWriteOperationResponse_attachToIndex :: Lens' BatchWriteOperationResponse (Maybe BatchAttachToIndexResponse)
- batchWriteOperationResponse_attachTypedLink :: Lens' BatchWriteOperationResponse (Maybe BatchAttachTypedLinkResponse)
- batchWriteOperationResponse_createIndex :: Lens' BatchWriteOperationResponse (Maybe BatchCreateIndexResponse)
- batchWriteOperationResponse_createObject :: Lens' BatchWriteOperationResponse (Maybe BatchCreateObjectResponse)
- batchWriteOperationResponse_deleteObject :: Lens' BatchWriteOperationResponse (Maybe BatchDeleteObjectResponse)
- batchWriteOperationResponse_detachFromIndex :: Lens' BatchWriteOperationResponse (Maybe BatchDetachFromIndexResponse)
- batchWriteOperationResponse_detachObject :: Lens' BatchWriteOperationResponse (Maybe BatchDetachObjectResponse)
- batchWriteOperationResponse_detachPolicy :: Lens' BatchWriteOperationResponse (Maybe BatchDetachPolicyResponse)
- batchWriteOperationResponse_detachTypedLink :: Lens' BatchWriteOperationResponse (Maybe BatchDetachTypedLinkResponse)
- batchWriteOperationResponse_removeFacetFromObject :: Lens' BatchWriteOperationResponse (Maybe BatchRemoveFacetFromObjectResponse)
- batchWriteOperationResponse_updateLinkAttributes :: Lens' BatchWriteOperationResponse (Maybe BatchUpdateLinkAttributesResponse)
- batchWriteOperationResponse_updateObjectAttributes :: Lens' BatchWriteOperationResponse (Maybe BatchUpdateObjectAttributesResponse)
- directory_creationDateTime :: Lens' Directory (Maybe UTCTime)
- directory_directoryArn :: Lens' Directory (Maybe Text)
- directory_name :: Lens' Directory (Maybe Text)
- directory_state :: Lens' Directory (Maybe DirectoryState)
- facet_facetStyle :: Lens' Facet (Maybe FacetStyle)
- facet_name :: Lens' Facet (Maybe Text)
- facet_objectType :: Lens' Facet (Maybe ObjectType)
- facetAttribute_attributeDefinition :: Lens' FacetAttribute (Maybe FacetAttributeDefinition)
- facetAttribute_attributeReference :: Lens' FacetAttribute (Maybe FacetAttributeReference)
- facetAttribute_requiredBehavior :: Lens' FacetAttribute (Maybe RequiredAttributeBehavior)
- facetAttribute_name :: Lens' FacetAttribute Text
- facetAttributeDefinition_defaultValue :: Lens' FacetAttributeDefinition (Maybe TypedAttributeValue)
- facetAttributeDefinition_isImmutable :: Lens' FacetAttributeDefinition (Maybe Bool)
- facetAttributeDefinition_rules :: Lens' FacetAttributeDefinition (Maybe (HashMap Text Rule))
- facetAttributeDefinition_type :: Lens' FacetAttributeDefinition FacetAttributeType
- facetAttributeReference_targetFacetName :: Lens' FacetAttributeReference Text
- facetAttributeReference_targetAttributeName :: Lens' FacetAttributeReference Text
- facetAttributeUpdate_action :: Lens' FacetAttributeUpdate (Maybe UpdateActionType)
- facetAttributeUpdate_attribute :: Lens' FacetAttributeUpdate (Maybe FacetAttribute)
- indexAttachment_indexedAttributes :: Lens' IndexAttachment (Maybe [AttributeKeyAndValue])
- indexAttachment_objectIdentifier :: Lens' IndexAttachment (Maybe Text)
- linkAttributeAction_attributeActionType :: Lens' LinkAttributeAction (Maybe UpdateActionType)
- linkAttributeAction_attributeUpdateValue :: Lens' LinkAttributeAction (Maybe TypedAttributeValue)
- linkAttributeUpdate_attributeAction :: Lens' LinkAttributeUpdate (Maybe LinkAttributeAction)
- linkAttributeUpdate_attributeKey :: Lens' LinkAttributeUpdate (Maybe AttributeKey)
- objectAttributeAction_objectAttributeActionType :: Lens' ObjectAttributeAction (Maybe UpdateActionType)
- objectAttributeAction_objectAttributeUpdateValue :: Lens' ObjectAttributeAction (Maybe TypedAttributeValue)
- objectAttributeRange_attributeKey :: Lens' ObjectAttributeRange (Maybe AttributeKey)
- objectAttributeRange_range :: Lens' ObjectAttributeRange (Maybe TypedAttributeValueRange)
- objectAttributeUpdate_objectAttributeAction :: Lens' ObjectAttributeUpdate (Maybe ObjectAttributeAction)
- objectAttributeUpdate_objectAttributeKey :: Lens' ObjectAttributeUpdate (Maybe AttributeKey)
- objectIdentifierAndLinkNameTuple_linkName :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text)
- objectIdentifierAndLinkNameTuple_objectIdentifier :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text)
- objectReference_selector :: Lens' ObjectReference (Maybe Text)
- pathToObjectIdentifiers_objectIdentifiers :: Lens' PathToObjectIdentifiers (Maybe [Text])
- pathToObjectIdentifiers_path :: Lens' PathToObjectIdentifiers (Maybe Text)
- policyAttachment_objectIdentifier :: Lens' PolicyAttachment (Maybe Text)
- policyAttachment_policyId :: Lens' PolicyAttachment (Maybe Text)
- policyAttachment_policyType :: Lens' PolicyAttachment (Maybe Text)
- policyToPath_path :: Lens' PolicyToPath (Maybe Text)
- policyToPath_policies :: Lens' PolicyToPath (Maybe [PolicyAttachment])
- rule_parameters :: Lens' Rule (Maybe (HashMap Text Text))
- rule_type :: Lens' Rule (Maybe RuleType)
- schemaFacet_facetName :: Lens' SchemaFacet (Maybe Text)
- schemaFacet_schemaArn :: Lens' SchemaFacet (Maybe Text)
- tag_key :: Lens' Tag (Maybe Text)
- tag_value :: Lens' Tag (Maybe Text)
- typedAttributeValue_binaryValue :: Lens' TypedAttributeValue (Maybe ByteString)
- typedAttributeValue_booleanValue :: Lens' TypedAttributeValue (Maybe Bool)
- typedAttributeValue_datetimeValue :: Lens' TypedAttributeValue (Maybe UTCTime)
- typedAttributeValue_numberValue :: Lens' TypedAttributeValue (Maybe Text)
- typedAttributeValue_stringValue :: Lens' TypedAttributeValue (Maybe Text)
- typedAttributeValueRange_endValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue)
- typedAttributeValueRange_startValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue)
- typedAttributeValueRange_startMode :: Lens' TypedAttributeValueRange RangeMode
- typedAttributeValueRange_endMode :: Lens' TypedAttributeValueRange RangeMode
- typedLinkAttributeDefinition_defaultValue :: Lens' TypedLinkAttributeDefinition (Maybe TypedAttributeValue)
- typedLinkAttributeDefinition_isImmutable :: Lens' TypedLinkAttributeDefinition (Maybe Bool)
- typedLinkAttributeDefinition_rules :: Lens' TypedLinkAttributeDefinition (Maybe (HashMap Text Rule))
- typedLinkAttributeDefinition_name :: Lens' TypedLinkAttributeDefinition Text
- typedLinkAttributeDefinition_type :: Lens' TypedLinkAttributeDefinition FacetAttributeType
- typedLinkAttributeDefinition_requiredBehavior :: Lens' TypedLinkAttributeDefinition RequiredAttributeBehavior
- typedLinkAttributeRange_attributeName :: Lens' TypedLinkAttributeRange (Maybe Text)
- typedLinkAttributeRange_range :: Lens' TypedLinkAttributeRange TypedAttributeValueRange
- typedLinkFacet_name :: Lens' TypedLinkFacet Text
- typedLinkFacet_attributes :: Lens' TypedLinkFacet [TypedLinkAttributeDefinition]
- typedLinkFacet_identityAttributeOrder :: Lens' TypedLinkFacet [Text]
- typedLinkFacetAttributeUpdate_attribute :: Lens' TypedLinkFacetAttributeUpdate TypedLinkAttributeDefinition
- typedLinkFacetAttributeUpdate_action :: Lens' TypedLinkFacetAttributeUpdate UpdateActionType
- typedLinkSchemaAndFacetName_schemaArn :: Lens' TypedLinkSchemaAndFacetName Text
- typedLinkSchemaAndFacetName_typedLinkName :: Lens' TypedLinkSchemaAndFacetName Text
- typedLinkSpecifier_typedLinkFacet :: Lens' TypedLinkSpecifier TypedLinkSchemaAndFacetName
- typedLinkSpecifier_sourceObjectReference :: Lens' TypedLinkSpecifier ObjectReference
- typedLinkSpecifier_targetObjectReference :: Lens' TypedLinkSpecifier ObjectReference
- typedLinkSpecifier_identityAttributeValues :: Lens' TypedLinkSpecifier [AttributeNameAndValue]
Operations
AddFacetToObject
addFacetToObject_objectAttributeList :: Lens' AddFacetToObject (Maybe [AttributeKeyAndValue]) Source #
Attributes on the facet that you are adding to the object.
addFacetToObject_directoryArn :: Lens' AddFacetToObject Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
addFacetToObject_schemaFacet :: Lens' AddFacetToObject SchemaFacet Source #
Identifiers for the facet that you are adding to the object. See SchemaFacet for details.
addFacetToObject_objectReference :: Lens' AddFacetToObject ObjectReference Source #
A reference to the object you are adding the specified facet to.
addFacetToObjectResponse_httpStatus :: Lens' AddFacetToObjectResponse Int Source #
The response's http status code.
ApplySchema
applySchema_publishedSchemaArn :: Lens' ApplySchema Text Source #
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
applySchema_directoryArn :: Lens' ApplySchema Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.
applySchemaResponse_appliedSchemaArn :: Lens' ApplySchemaResponse (Maybe Text) Source #
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
applySchemaResponse_directoryArn :: Lens' ApplySchemaResponse (Maybe Text) Source #
The ARN that is associated with the Directory. For more information, see arns.
applySchemaResponse_httpStatus :: Lens' ApplySchemaResponse Int Source #
The response's http status code.
AttachObject
attachObject_directoryArn :: Lens' AttachObject Text Source #
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
attachObject_parentReference :: Lens' AttachObject ObjectReference Source #
The parent object reference.
attachObject_childReference :: Lens' AttachObject ObjectReference Source #
The child object reference to be attached to the object.
attachObject_linkName :: Lens' AttachObject Text Source #
The link name with which the child object is attached to the parent.
attachObjectResponse_attachedObjectIdentifier :: Lens' AttachObjectResponse (Maybe Text) Source #
The attached ObjectIdentifier
, which is the child ObjectIdentifier
.
attachObjectResponse_httpStatus :: Lens' AttachObjectResponse Int Source #
The response's http status code.
AttachPolicy
attachPolicy_directoryArn :: Lens' AttachPolicy Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
attachPolicy_policyReference :: Lens' AttachPolicy ObjectReference Source #
The reference that is associated with the policy object.
attachPolicy_objectReference :: Lens' AttachPolicy ObjectReference Source #
The reference that identifies the object to which the policy will be attached.
attachPolicyResponse_httpStatus :: Lens' AttachPolicyResponse Int Source #
The response's http status code.
AttachToIndex
attachToIndex_directoryArn :: Lens' AttachToIndex Text Source #
The Amazon Resource Name (ARN) of the directory where the object and index exist.
attachToIndex_indexReference :: Lens' AttachToIndex ObjectReference Source #
A reference to the index that you are attaching the object to.
attachToIndex_targetReference :: Lens' AttachToIndex ObjectReference Source #
A reference to the object that you are attaching to the index.
attachToIndexResponse_attachedObjectIdentifier :: Lens' AttachToIndexResponse (Maybe Text) Source #
The ObjectIdentifier
of the object that was attached to the index.
attachToIndexResponse_httpStatus :: Lens' AttachToIndexResponse Int Source #
The response's http status code.
AttachTypedLink
attachTypedLink_directoryArn :: Lens' AttachTypedLink Text Source #
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
attachTypedLink_sourceObjectReference :: Lens' AttachTypedLink ObjectReference Source #
Identifies the source object that the typed link will attach to.
attachTypedLink_targetObjectReference :: Lens' AttachTypedLink ObjectReference Source #
Identifies the target object that the typed link will attach to.
attachTypedLink_typedLinkFacet :: Lens' AttachTypedLink TypedLinkSchemaAndFacetName Source #
Identifies the typed link facet that is associated with the typed link.
attachTypedLink_attributes :: Lens' AttachTypedLink [AttributeNameAndValue] Source #
A set of attributes that are associated with the typed link.
attachTypedLinkResponse_typedLinkSpecifier :: Lens' AttachTypedLinkResponse (Maybe TypedLinkSpecifier) Source #
Returns a typed link specifier as output.
attachTypedLinkResponse_httpStatus :: Lens' AttachTypedLinkResponse Int Source #
The response's http status code.
BatchRead
batchRead_consistencyLevel :: Lens' BatchRead (Maybe ConsistencyLevel) Source #
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
batchRead_directoryArn :: Lens' BatchRead Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
batchRead_operations :: Lens' BatchRead [BatchReadOperation] Source #
A list of operations that are part of the batch.
batchReadResponse_responses :: Lens' BatchReadResponse (Maybe [BatchReadOperationResponse]) Source #
A list of all the responses for each batch read.
batchReadResponse_httpStatus :: Lens' BatchReadResponse Int Source #
The response's http status code.
BatchWrite
batchWrite_directoryArn :: Lens' BatchWrite Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
batchWrite_operations :: Lens' BatchWrite [BatchWriteOperation] Source #
A list of operations that are part of the batch.
batchWriteResponse_responses :: Lens' BatchWriteResponse (Maybe [BatchWriteOperationResponse]) Source #
A list of all the responses for each batch write.
batchWriteResponse_httpStatus :: Lens' BatchWriteResponse Int Source #
The response's http status code.
CreateDirectory
createDirectory_name :: Lens' CreateDirectory Text Source #
The name of the Directory. Should be unique per account, per region.
createDirectory_schemaArn :: Lens' CreateDirectory Text Source #
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.
createDirectoryResponse_httpStatus :: Lens' CreateDirectoryResponse Int Source #
The response's http status code.
createDirectoryResponse_directoryArn :: Lens' CreateDirectoryResponse Text Source #
The ARN that is associated with the Directory. For more information, see arns.
createDirectoryResponse_name :: Lens' CreateDirectoryResponse Text Source #
The name of the Directory.
createDirectoryResponse_objectIdentifier :: Lens' CreateDirectoryResponse Text Source #
The root object node of the created directory.
createDirectoryResponse_appliedSchemaArn :: Lens' CreateDirectoryResponse Text Source #
The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.
CreateFacet
createFacet_attributes :: Lens' CreateFacet (Maybe [FacetAttribute]) Source #
The attributes that are associated with the Facet.
createFacet_facetStyle :: Lens' CreateFacet (Maybe FacetStyle) Source #
There are two different styles that you can define on any given facet,
Static
and Dynamic
. For static facets, all attributes must be
defined in the schema. For dynamic facets, attributes can be defined
during data plane operations.
createFacet_objectType :: Lens' CreateFacet (Maybe ObjectType) Source #
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
- Node: Can have multiple children but one parent.
- Leaf node: Cannot have children but can have multiple parents.
- Policy: Allows you to store a policy document and policy type. For more information, see Policies.
- Index: Can be created with the Index API.
createFacet_schemaArn :: Lens' CreateFacet Text Source #
The schema ARN in which the new Facet will be created. For more information, see arns.
createFacet_name :: Lens' CreateFacet Text Source #
The name of the Facet, which is unique for a given schema.
createFacetResponse_httpStatus :: Lens' CreateFacetResponse Int Source #
The response's http status code.
CreateIndex
createIndex_linkName :: Lens' CreateIndex (Maybe Text) Source #
The name of the link between the parent object and the index object.
createIndex_parentReference :: Lens' CreateIndex (Maybe ObjectReference) Source #
A reference to the parent object that contains the index object.
createIndex_directoryArn :: Lens' CreateIndex Text Source #
The ARN of the directory where the index should be created.
createIndex_orderedIndexedAttributeList :: Lens' CreateIndex [AttributeKey] Source #
Specifies the attributes that should be indexed on. Currently only a single attribute is supported.
createIndex_isUnique :: Lens' CreateIndex Bool Source #
Indicates whether the attribute that is being indexed has unique values or not.
createIndexResponse_objectIdentifier :: Lens' CreateIndexResponse (Maybe Text) Source #
The ObjectIdentifier
of the index created by this operation.
createIndexResponse_httpStatus :: Lens' CreateIndexResponse Int Source #
The response's http status code.
CreateObject
createObject_linkName :: Lens' CreateObject (Maybe Text) Source #
The name of link that is used to attach this object to a parent.
createObject_objectAttributeList :: Lens' CreateObject (Maybe [AttributeKeyAndValue]) Source #
The attribute map whose attribute ARN contains the key and attribute value as the map value.
createObject_parentReference :: Lens' CreateObject (Maybe ObjectReference) Source #
If specified, the parent reference to which this object will be attached.
createObject_directoryArn :: Lens' CreateObject Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.
createObject_schemaFacets :: Lens' CreateObject [SchemaFacet] Source #
A list of schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.
createObjectResponse_objectIdentifier :: Lens' CreateObjectResponse (Maybe Text) Source #
The identifier that is associated with the object.
createObjectResponse_httpStatus :: Lens' CreateObjectResponse Int Source #
The response's http status code.
CreateSchema
createSchema_name :: Lens' CreateSchema Text Source #
The name that is associated with the schema. This is unique to each account and in each region.
createSchemaResponse_schemaArn :: Lens' CreateSchemaResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
createSchemaResponse_httpStatus :: Lens' CreateSchemaResponse Int Source #
The response's http status code.
CreateTypedLinkFacet
createTypedLinkFacet_schemaArn :: Lens' CreateTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
createTypedLinkFacet_facet :: Lens' CreateTypedLinkFacet TypedLinkFacet Source #
Facet structure that is associated with the typed link facet.
createTypedLinkFacetResponse_httpStatus :: Lens' CreateTypedLinkFacetResponse Int Source #
The response's http status code.
DeleteDirectory
deleteDirectory_directoryArn :: Lens' DeleteDirectory Text Source #
The ARN of the directory to delete.
deleteDirectoryResponse_httpStatus :: Lens' DeleteDirectoryResponse Int Source #
The response's http status code.
deleteDirectoryResponse_directoryArn :: Lens' DeleteDirectoryResponse Text Source #
The ARN of the deleted directory.
DeleteFacet
deleteFacet_schemaArn :: Lens' DeleteFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
deleteFacet_name :: Lens' DeleteFacet Text Source #
The name of the facet to delete.
deleteFacetResponse_httpStatus :: Lens' DeleteFacetResponse Int Source #
The response's http status code.
DeleteObject
deleteObject_directoryArn :: Lens' DeleteObject Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
deleteObject_objectReference :: Lens' DeleteObject ObjectReference Source #
A reference that identifies the object.
deleteObjectResponse_httpStatus :: Lens' DeleteObjectResponse Int Source #
The response's http status code.
DeleteSchema
deleteSchema_schemaArn :: Lens' DeleteSchema Text Source #
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
deleteSchemaResponse_schemaArn :: Lens' DeleteSchemaResponse (Maybe Text) Source #
The input ARN that is returned as part of the response. For more information, see arns.
deleteSchemaResponse_httpStatus :: Lens' DeleteSchemaResponse Int Source #
The response's http status code.
DeleteTypedLinkFacet
deleteTypedLinkFacet_schemaArn :: Lens' DeleteTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
deleteTypedLinkFacet_name :: Lens' DeleteTypedLinkFacet Text Source #
The unique name of the typed link facet.
deleteTypedLinkFacetResponse_httpStatus :: Lens' DeleteTypedLinkFacetResponse Int Source #
The response's http status code.
DetachFromIndex
detachFromIndex_directoryArn :: Lens' DetachFromIndex Text Source #
The Amazon Resource Name (ARN) of the directory the index and object exist in.
detachFromIndex_indexReference :: Lens' DetachFromIndex ObjectReference Source #
A reference to the index object.
detachFromIndex_targetReference :: Lens' DetachFromIndex ObjectReference Source #
A reference to the object being detached from the index.
detachFromIndexResponse_detachedObjectIdentifier :: Lens' DetachFromIndexResponse (Maybe Text) Source #
The ObjectIdentifier
of the object that was detached from the index.
detachFromIndexResponse_httpStatus :: Lens' DetachFromIndexResponse Int Source #
The response's http status code.
DetachObject
detachObject_directoryArn :: Lens' DetachObject Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
detachObject_parentReference :: Lens' DetachObject ObjectReference Source #
The parent reference from which the object with the specified link name is detached.
detachObject_linkName :: Lens' DetachObject Text Source #
The link name associated with the object that needs to be detached.
detachObjectResponse_detachedObjectIdentifier :: Lens' DetachObjectResponse (Maybe Text) Source #
The ObjectIdentifier
that was detached from the object.
detachObjectResponse_httpStatus :: Lens' DetachObjectResponse Int Source #
The response's http status code.
DetachPolicy
detachPolicy_directoryArn :: Lens' DetachPolicy Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
detachPolicy_policyReference :: Lens' DetachPolicy ObjectReference Source #
Reference that identifies the policy object.
detachPolicy_objectReference :: Lens' DetachPolicy ObjectReference Source #
Reference that identifies the object whose policy object will be detached.
detachPolicyResponse_httpStatus :: Lens' DetachPolicyResponse Int Source #
The response's http status code.
DetachTypedLink
detachTypedLink_directoryArn :: Lens' DetachTypedLink Text Source #
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
detachTypedLink_typedLinkSpecifier :: Lens' DetachTypedLink TypedLinkSpecifier Source #
Used to accept a typed link specifier as input.
DisableDirectory
disableDirectory_directoryArn :: Lens' DisableDirectory Text Source #
The ARN of the directory to disable.
disableDirectoryResponse_httpStatus :: Lens' DisableDirectoryResponse Int Source #
The response's http status code.
disableDirectoryResponse_directoryArn :: Lens' DisableDirectoryResponse Text Source #
The ARN of the directory that has been disabled.
EnableDirectory
enableDirectory_directoryArn :: Lens' EnableDirectory Text Source #
The ARN of the directory to enable.
enableDirectoryResponse_httpStatus :: Lens' EnableDirectoryResponse Int Source #
The response's http status code.
enableDirectoryResponse_directoryArn :: Lens' EnableDirectoryResponse Text Source #
The ARN of the enabled directory.
GetAppliedSchemaVersion
getAppliedSchemaVersion_schemaArn :: Lens' GetAppliedSchemaVersion Text Source #
The ARN of the applied schema.
getAppliedSchemaVersionResponse_appliedSchemaArn :: Lens' GetAppliedSchemaVersionResponse (Maybe Text) Source #
Current applied schema ARN, including the minor version in use if one was provided.
getAppliedSchemaVersionResponse_httpStatus :: Lens' GetAppliedSchemaVersionResponse Int Source #
The response's http status code.
GetDirectory
getDirectory_directoryArn :: Lens' GetDirectory Text Source #
The ARN of the directory.
getDirectoryResponse_httpStatus :: Lens' GetDirectoryResponse Int Source #
The response's http status code.
getDirectoryResponse_directory :: Lens' GetDirectoryResponse Directory Source #
Metadata about the directory.
GetFacet
getFacet_schemaArn :: Lens' GetFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
getFacetResponse_facet :: Lens' GetFacetResponse (Maybe Facet) Source #
The Facet structure that is associated with the facet.
getFacetResponse_httpStatus :: Lens' GetFacetResponse Int Source #
The response's http status code.
GetLinkAttributes
getLinkAttributes_consistencyLevel :: Lens' GetLinkAttributes (Maybe ConsistencyLevel) Source #
The consistency level at which to retrieve the attributes on a typed link.
getLinkAttributes_directoryArn :: Lens' GetLinkAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.
getLinkAttributes_typedLinkSpecifier :: Lens' GetLinkAttributes TypedLinkSpecifier Source #
Allows a typed link specifier to be accepted as input.
getLinkAttributes_attributeNames :: Lens' GetLinkAttributes [Text] Source #
A list of attribute names whose values will be retrieved.
getLinkAttributesResponse_attributes :: Lens' GetLinkAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
The attributes that are associated with the typed link.
getLinkAttributesResponse_httpStatus :: Lens' GetLinkAttributesResponse Int Source #
The response's http status code.
GetObjectAttributes
getObjectAttributes_consistencyLevel :: Lens' GetObjectAttributes (Maybe ConsistencyLevel) Source #
The consistency level at which to retrieve the attributes on an object.
getObjectAttributes_directoryArn :: Lens' GetObjectAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
getObjectAttributes_objectReference :: Lens' GetObjectAttributes ObjectReference Source #
Reference that identifies the object whose attributes will be retrieved.
getObjectAttributes_schemaFacet :: Lens' GetObjectAttributes SchemaFacet Source #
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
getObjectAttributes_attributeNames :: Lens' GetObjectAttributes [Text] Source #
List of attribute names whose values will be retrieved.
getObjectAttributesResponse_attributes :: Lens' GetObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
The attributes that are associated with the object.
getObjectAttributesResponse_httpStatus :: Lens' GetObjectAttributesResponse Int Source #
The response's http status code.
GetObjectInformation
getObjectInformation_consistencyLevel :: Lens' GetObjectInformation (Maybe ConsistencyLevel) Source #
The consistency level at which to retrieve the object information.
getObjectInformation_directoryArn :: Lens' GetObjectInformation Text Source #
The ARN of the directory being retrieved.
getObjectInformation_objectReference :: Lens' GetObjectInformation ObjectReference Source #
A reference to the object.
getObjectInformationResponse_objectIdentifier :: Lens' GetObjectInformationResponse (Maybe Text) Source #
The ObjectIdentifier
of the specified object.
getObjectInformationResponse_schemaFacets :: Lens' GetObjectInformationResponse (Maybe [SchemaFacet]) Source #
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
getObjectInformationResponse_httpStatus :: Lens' GetObjectInformationResponse Int Source #
The response's http status code.
GetSchemaAsJson
getSchemaAsJson_schemaArn :: Lens' GetSchemaAsJson Text Source #
The ARN of the schema to retrieve.
getSchemaAsJsonResponse_document :: Lens' GetSchemaAsJsonResponse (Maybe Text) Source #
The JSON representation of the schema document.
getSchemaAsJsonResponse_name :: Lens' GetSchemaAsJsonResponse (Maybe Text) Source #
The name of the retrieved schema.
getSchemaAsJsonResponse_httpStatus :: Lens' GetSchemaAsJsonResponse Int Source #
The response's http status code.
GetTypedLinkFacetInformation
getTypedLinkFacetInformation_schemaArn :: Lens' GetTypedLinkFacetInformation Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
getTypedLinkFacetInformation_name :: Lens' GetTypedLinkFacetInformation Text Source #
The unique name of the typed link facet.
getTypedLinkFacetInformationResponse_identityAttributeOrder :: Lens' GetTypedLinkFacetInformationResponse (Maybe [Text]) Source #
The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.
getTypedLinkFacetInformationResponse_httpStatus :: Lens' GetTypedLinkFacetInformationResponse Int Source #
The response's http status code.
ListAppliedSchemaArns
listAppliedSchemaArns_maxResults :: Lens' ListAppliedSchemaArns (Maybe Natural) Source #
The maximum number of results to retrieve.
listAppliedSchemaArns_nextToken :: Lens' ListAppliedSchemaArns (Maybe Text) Source #
The pagination token.
listAppliedSchemaArns_schemaArn :: Lens' ListAppliedSchemaArns (Maybe Text) Source #
The response for ListAppliedSchemaArns
when this parameter is used
will list all minor version ARNs for a major version.
listAppliedSchemaArns_directoryArn :: Lens' ListAppliedSchemaArns Text Source #
The ARN of the directory you are listing.
listAppliedSchemaArnsResponse_nextToken :: Lens' ListAppliedSchemaArnsResponse (Maybe Text) Source #
The pagination token.
listAppliedSchemaArnsResponse_schemaArns :: Lens' ListAppliedSchemaArnsResponse (Maybe [Text]) Source #
The ARNs of schemas that are applied to the directory.
listAppliedSchemaArnsResponse_httpStatus :: Lens' ListAppliedSchemaArnsResponse Int Source #
The response's http status code.
ListAttachedIndices
listAttachedIndices_consistencyLevel :: Lens' ListAttachedIndices (Maybe ConsistencyLevel) Source #
The consistency level to use for this operation.
listAttachedIndices_maxResults :: Lens' ListAttachedIndices (Maybe Natural) Source #
The maximum number of results to retrieve.
listAttachedIndices_nextToken :: Lens' ListAttachedIndices (Maybe Text) Source #
The pagination token.
listAttachedIndices_directoryArn :: Lens' ListAttachedIndices Text Source #
The ARN of the directory.
listAttachedIndices_targetReference :: Lens' ListAttachedIndices ObjectReference Source #
A reference to the object that has indices attached.
listAttachedIndicesResponse_indexAttachments :: Lens' ListAttachedIndicesResponse (Maybe [IndexAttachment]) Source #
The indices attached to the specified object.
listAttachedIndicesResponse_nextToken :: Lens' ListAttachedIndicesResponse (Maybe Text) Source #
The pagination token.
listAttachedIndicesResponse_httpStatus :: Lens' ListAttachedIndicesResponse Int Source #
The response's http status code.
ListDevelopmentSchemaArns
listDevelopmentSchemaArns_maxResults :: Lens' ListDevelopmentSchemaArns (Maybe Natural) Source #
The maximum number of results to retrieve.
listDevelopmentSchemaArns_nextToken :: Lens' ListDevelopmentSchemaArns (Maybe Text) Source #
The pagination token.
listDevelopmentSchemaArnsResponse_nextToken :: Lens' ListDevelopmentSchemaArnsResponse (Maybe Text) Source #
The pagination token.
listDevelopmentSchemaArnsResponse_schemaArns :: Lens' ListDevelopmentSchemaArnsResponse (Maybe [Text]) Source #
The ARNs of retrieved development schemas.
listDevelopmentSchemaArnsResponse_httpStatus :: Lens' ListDevelopmentSchemaArnsResponse Int Source #
The response's http status code.
ListDirectories
listDirectories_maxResults :: Lens' ListDirectories (Maybe Natural) Source #
The maximum number of results to retrieve.
listDirectories_nextToken :: Lens' ListDirectories (Maybe Text) Source #
The pagination token.
listDirectories_state :: Lens' ListDirectories (Maybe DirectoryState) Source #
The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.
listDirectoriesResponse_nextToken :: Lens' ListDirectoriesResponse (Maybe Text) Source #
The pagination token.
listDirectoriesResponse_httpStatus :: Lens' ListDirectoriesResponse Int Source #
The response's http status code.
listDirectoriesResponse_directories :: Lens' ListDirectoriesResponse [Directory] Source #
Lists all directories that are associated with your account in pagination fashion.
ListFacetAttributes
listFacetAttributes_maxResults :: Lens' ListFacetAttributes (Maybe Natural) Source #
The maximum number of results to retrieve.
listFacetAttributes_nextToken :: Lens' ListFacetAttributes (Maybe Text) Source #
The pagination token.
listFacetAttributes_schemaArn :: Lens' ListFacetAttributes Text Source #
The ARN of the schema where the facet resides.
listFacetAttributes_name :: Lens' ListFacetAttributes Text Source #
The name of the facet whose attributes will be retrieved.
listFacetAttributesResponse_attributes :: Lens' ListFacetAttributesResponse (Maybe [FacetAttribute]) Source #
The attributes attached to the facet.
listFacetAttributesResponse_nextToken :: Lens' ListFacetAttributesResponse (Maybe Text) Source #
The pagination token.
listFacetAttributesResponse_httpStatus :: Lens' ListFacetAttributesResponse Int Source #
The response's http status code.
ListFacetNames
listFacetNames_maxResults :: Lens' ListFacetNames (Maybe Natural) Source #
The maximum number of results to retrieve.
listFacetNames_nextToken :: Lens' ListFacetNames (Maybe Text) Source #
The pagination token.
listFacetNames_schemaArn :: Lens' ListFacetNames Text Source #
The Amazon Resource Name (ARN) to retrieve facet names from.
listFacetNamesResponse_facetNames :: Lens' ListFacetNamesResponse (Maybe [Text]) Source #
The names of facets that exist within the schema.
listFacetNamesResponse_nextToken :: Lens' ListFacetNamesResponse (Maybe Text) Source #
The pagination token.
listFacetNamesResponse_httpStatus :: Lens' ListFacetNamesResponse Int Source #
The response's http status code.
ListIncomingTypedLinks
listIncomingTypedLinks_consistencyLevel :: Lens' ListIncomingTypedLinks (Maybe ConsistencyLevel) Source #
The consistency level to execute the request at.
listIncomingTypedLinks_filterAttributeRanges :: Lens' ListIncomingTypedLinks (Maybe [TypedLinkAttributeRange]) Source #
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
listIncomingTypedLinks_filterTypedLink :: Lens' ListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
listIncomingTypedLinks_maxResults :: Lens' ListIncomingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
listIncomingTypedLinks_nextToken :: Lens' ListIncomingTypedLinks (Maybe Text) Source #
The pagination token.
listIncomingTypedLinks_directoryArn :: Lens' ListIncomingTypedLinks Text Source #
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
listIncomingTypedLinks_objectReference :: Lens' ListIncomingTypedLinks ObjectReference Source #
Reference that identifies the object whose attributes will be listed.
listIncomingTypedLinksResponse_linkSpecifiers :: Lens' ListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns one or more typed link specifiers as output.
listIncomingTypedLinksResponse_nextToken :: Lens' ListIncomingTypedLinksResponse (Maybe Text) Source #
The pagination token.
listIncomingTypedLinksResponse_httpStatus :: Lens' ListIncomingTypedLinksResponse Int Source #
The response's http status code.
ListIndex
listIndex_consistencyLevel :: Lens' ListIndex (Maybe ConsistencyLevel) Source #
The consistency level to execute the request at.
listIndex_maxResults :: Lens' ListIndex (Maybe Natural) Source #
The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.
listIndex_rangesOnIndexedValues :: Lens' ListIndex (Maybe [ObjectAttributeRange]) Source #
Specifies the ranges of indexed values that you want to query.
listIndex_directoryArn :: Lens' ListIndex Text Source #
The ARN of the directory that the index exists in.
listIndex_indexReference :: Lens' ListIndex ObjectReference Source #
The reference to the index to list.
listIndexResponse_indexAttachments :: Lens' ListIndexResponse (Maybe [IndexAttachment]) Source #
The objects and indexed values attached to the index.
listIndexResponse_nextToken :: Lens' ListIndexResponse (Maybe Text) Source #
The pagination token.
listIndexResponse_httpStatus :: Lens' ListIndexResponse Int Source #
The response's http status code.
ListManagedSchemaArns
listManagedSchemaArns_maxResults :: Lens' ListManagedSchemaArns (Maybe Natural) Source #
The maximum number of results to retrieve.
listManagedSchemaArns_nextToken :: Lens' ListManagedSchemaArns (Maybe Text) Source #
The pagination token.
listManagedSchemaArns_schemaArn :: Lens' ListManagedSchemaArns (Maybe Text) Source #
The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.
listManagedSchemaArnsResponse_nextToken :: Lens' ListManagedSchemaArnsResponse (Maybe Text) Source #
The pagination token.
listManagedSchemaArnsResponse_schemaArns :: Lens' ListManagedSchemaArnsResponse (Maybe [Text]) Source #
The ARNs for all AWS managed schemas.
listManagedSchemaArnsResponse_httpStatus :: Lens' ListManagedSchemaArnsResponse Int Source #
The response's http status code.
ListObjectAttributes
listObjectAttributes_consistencyLevel :: Lens' ListObjectAttributes (Maybe ConsistencyLevel) Source #
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
listObjectAttributes_facetFilter :: Lens' ListObjectAttributes (Maybe SchemaFacet) Source #
Used to filter the list of object attributes that are associated with a certain facet.
listObjectAttributes_maxResults :: Lens' ListObjectAttributes (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
listObjectAttributes_nextToken :: Lens' ListObjectAttributes (Maybe Text) Source #
The pagination token.
listObjectAttributes_directoryArn :: Lens' ListObjectAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
listObjectAttributes_objectReference :: Lens' ListObjectAttributes ObjectReference Source #
The reference that identifies the object whose attributes will be listed.
listObjectAttributesResponse_attributes :: Lens' ListObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
Attributes map that is associated with the object. AttributeArn
is the
key, and attribute value is the value.
listObjectAttributesResponse_nextToken :: Lens' ListObjectAttributesResponse (Maybe Text) Source #
The pagination token.
listObjectAttributesResponse_httpStatus :: Lens' ListObjectAttributesResponse Int Source #
The response's http status code.
ListObjectChildren
listObjectChildren_consistencyLevel :: Lens' ListObjectChildren (Maybe ConsistencyLevel) Source #
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
listObjectChildren_maxResults :: Lens' ListObjectChildren (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
listObjectChildren_nextToken :: Lens' ListObjectChildren (Maybe Text) Source #
The pagination token.
listObjectChildren_directoryArn :: Lens' ListObjectChildren Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
listObjectChildren_objectReference :: Lens' ListObjectChildren ObjectReference Source #
The reference that identifies the object for which child objects are being listed.
listObjectChildrenResponse_children :: Lens' ListObjectChildrenResponse (Maybe (HashMap Text Text)) Source #
Children structure, which is a map with key as the LinkName
and
ObjectIdentifier
as the value.
listObjectChildrenResponse_nextToken :: Lens' ListObjectChildrenResponse (Maybe Text) Source #
The pagination token.
listObjectChildrenResponse_httpStatus :: Lens' ListObjectChildrenResponse Int Source #
The response's http status code.
ListObjectParentPaths
listObjectParentPaths_maxResults :: Lens' ListObjectParentPaths (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
listObjectParentPaths_nextToken :: Lens' ListObjectParentPaths (Maybe Text) Source #
The pagination token.
listObjectParentPaths_directoryArn :: Lens' ListObjectParentPaths Text Source #
The ARN of the directory to which the parent path applies.
listObjectParentPaths_objectReference :: Lens' ListObjectParentPaths ObjectReference Source #
The reference that identifies the object whose parent paths are listed.
listObjectParentPathsResponse_nextToken :: Lens' ListObjectParentPathsResponse (Maybe Text) Source #
The pagination token.
listObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' ListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers]) Source #
Returns the path to the ObjectIdentifiers
that are associated with the
directory.
listObjectParentPathsResponse_httpStatus :: Lens' ListObjectParentPathsResponse Int Source #
The response's http status code.
ListObjectParents
listObjectParents_consistencyLevel :: Lens' ListObjectParents (Maybe ConsistencyLevel) Source #
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
listObjectParents_includeAllLinksToEachParent :: Lens' ListObjectParents (Maybe Bool) Source #
When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.
listObjectParents_maxResults :: Lens' ListObjectParents (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
listObjectParents_nextToken :: Lens' ListObjectParents (Maybe Text) Source #
The pagination token.
listObjectParents_directoryArn :: Lens' ListObjectParents Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
listObjectParents_objectReference :: Lens' ListObjectParents ObjectReference Source #
The reference that identifies the object for which parent objects are being listed.
listObjectParentsResponse_nextToken :: Lens' ListObjectParentsResponse (Maybe Text) Source #
The pagination token.
listObjectParentsResponse_parentLinks :: Lens' ListObjectParentsResponse (Maybe [ObjectIdentifierAndLinkNameTuple]) Source #
Returns a list of parent reference and LinkName Tuples.
listObjectParentsResponse_parents :: Lens' ListObjectParentsResponse (Maybe (HashMap Text Text)) Source #
The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the value.
listObjectParentsResponse_httpStatus :: Lens' ListObjectParentsResponse Int Source #
The response's http status code.
ListObjectPolicies
listObjectPolicies_consistencyLevel :: Lens' ListObjectPolicies (Maybe ConsistencyLevel) Source #
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
listObjectPolicies_maxResults :: Lens' ListObjectPolicies (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
listObjectPolicies_nextToken :: Lens' ListObjectPolicies (Maybe Text) Source #
The pagination token.
listObjectPolicies_directoryArn :: Lens' ListObjectPolicies Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
listObjectPolicies_objectReference :: Lens' ListObjectPolicies ObjectReference Source #
Reference that identifies the object for which policies will be listed.
listObjectPoliciesResponse_attachedPolicyIds :: Lens' ListObjectPoliciesResponse (Maybe [Text]) Source #
A list of policy ObjectIdentifiers
, that are attached to the object.
listObjectPoliciesResponse_nextToken :: Lens' ListObjectPoliciesResponse (Maybe Text) Source #
The pagination token.
listObjectPoliciesResponse_httpStatus :: Lens' ListObjectPoliciesResponse Int Source #
The response's http status code.
ListOutgoingTypedLinks
listOutgoingTypedLinks_consistencyLevel :: Lens' ListOutgoingTypedLinks (Maybe ConsistencyLevel) Source #
The consistency level to execute the request at.
listOutgoingTypedLinks_filterAttributeRanges :: Lens' ListOutgoingTypedLinks (Maybe [TypedLinkAttributeRange]) Source #
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
listOutgoingTypedLinks_filterTypedLink :: Lens' ListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
listOutgoingTypedLinks_maxResults :: Lens' ListOutgoingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
listOutgoingTypedLinks_nextToken :: Lens' ListOutgoingTypedLinks (Maybe Text) Source #
The pagination token.
listOutgoingTypedLinks_directoryArn :: Lens' ListOutgoingTypedLinks Text Source #
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
listOutgoingTypedLinks_objectReference :: Lens' ListOutgoingTypedLinks ObjectReference Source #
A reference that identifies the object whose attributes will be listed.
listOutgoingTypedLinksResponse_nextToken :: Lens' ListOutgoingTypedLinksResponse (Maybe Text) Source #
The pagination token.
listOutgoingTypedLinksResponse_typedLinkSpecifiers :: Lens' ListOutgoingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns a typed link specifier as output.
listOutgoingTypedLinksResponse_httpStatus :: Lens' ListOutgoingTypedLinksResponse Int Source #
The response's http status code.
ListPolicyAttachments
listPolicyAttachments_consistencyLevel :: Lens' ListPolicyAttachments (Maybe ConsistencyLevel) Source #
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
listPolicyAttachments_maxResults :: Lens' ListPolicyAttachments (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
listPolicyAttachments_nextToken :: Lens' ListPolicyAttachments (Maybe Text) Source #
The pagination token.
listPolicyAttachments_directoryArn :: Lens' ListPolicyAttachments Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
listPolicyAttachments_policyReference :: Lens' ListPolicyAttachments ObjectReference Source #
The reference that identifies the policy object.
listPolicyAttachmentsResponse_nextToken :: Lens' ListPolicyAttachmentsResponse (Maybe Text) Source #
The pagination token.
listPolicyAttachmentsResponse_objectIdentifiers :: Lens' ListPolicyAttachmentsResponse (Maybe [Text]) Source #
A list of ObjectIdentifiers
to which the policy is attached.
listPolicyAttachmentsResponse_httpStatus :: Lens' ListPolicyAttachmentsResponse Int Source #
The response's http status code.
ListPublishedSchemaArns
listPublishedSchemaArns_maxResults :: Lens' ListPublishedSchemaArns (Maybe Natural) Source #
The maximum number of results to retrieve.
listPublishedSchemaArns_nextToken :: Lens' ListPublishedSchemaArns (Maybe Text) Source #
The pagination token.
listPublishedSchemaArns_schemaArn :: Lens' ListPublishedSchemaArns (Maybe Text) Source #
The response for ListPublishedSchemaArns
when this parameter is used
will list all minor version ARNs for a major version.
listPublishedSchemaArnsResponse_nextToken :: Lens' ListPublishedSchemaArnsResponse (Maybe Text) Source #
The pagination token.
listPublishedSchemaArnsResponse_schemaArns :: Lens' ListPublishedSchemaArnsResponse (Maybe [Text]) Source #
The ARNs of published schemas.
listPublishedSchemaArnsResponse_httpStatus :: Lens' ListPublishedSchemaArnsResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural) Source #
The MaxResults
parameter sets the maximum number of results returned
in a single page. This is for future use and is not supported currently.
listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text) Source #
The pagination token. This is for future use. Currently pagination is not supported for tagging.
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag]) Source #
A list of tag key value pairs that are associated with the response.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
ListTypedLinkFacetAttributes
listTypedLinkFacetAttributes_maxResults :: Lens' ListTypedLinkFacetAttributes (Maybe Natural) Source #
The maximum number of results to retrieve.
listTypedLinkFacetAttributes_nextToken :: Lens' ListTypedLinkFacetAttributes (Maybe Text) Source #
The pagination token.
listTypedLinkFacetAttributes_schemaArn :: Lens' ListTypedLinkFacetAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
listTypedLinkFacetAttributes_name :: Lens' ListTypedLinkFacetAttributes Text Source #
The unique name of the typed link facet.
listTypedLinkFacetAttributesResponse_attributes :: Lens' ListTypedLinkFacetAttributesResponse (Maybe [TypedLinkAttributeDefinition]) Source #
An ordered set of attributes associate with the typed link.
listTypedLinkFacetAttributesResponse_nextToken :: Lens' ListTypedLinkFacetAttributesResponse (Maybe Text) Source #
The pagination token.
listTypedLinkFacetAttributesResponse_httpStatus :: Lens' ListTypedLinkFacetAttributesResponse Int Source #
The response's http status code.
ListTypedLinkFacetNames
listTypedLinkFacetNames_maxResults :: Lens' ListTypedLinkFacetNames (Maybe Natural) Source #
The maximum number of results to retrieve.
listTypedLinkFacetNames_nextToken :: Lens' ListTypedLinkFacetNames (Maybe Text) Source #
The pagination token.
listTypedLinkFacetNames_schemaArn :: Lens' ListTypedLinkFacetNames Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
listTypedLinkFacetNamesResponse_facetNames :: Lens' ListTypedLinkFacetNamesResponse (Maybe [Text]) Source #
The names of typed link facets that exist within the schema.
listTypedLinkFacetNamesResponse_nextToken :: Lens' ListTypedLinkFacetNamesResponse (Maybe Text) Source #
The pagination token.
listTypedLinkFacetNamesResponse_httpStatus :: Lens' ListTypedLinkFacetNamesResponse Int Source #
The response's http status code.
LookupPolicy
lookupPolicy_maxResults :: Lens' LookupPolicy (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
lookupPolicy_nextToken :: Lens' LookupPolicy (Maybe Text) Source #
The token to request the next page of results.
lookupPolicy_directoryArn :: Lens' LookupPolicy Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
lookupPolicy_objectReference :: Lens' LookupPolicy ObjectReference Source #
Reference that identifies the object whose policies will be looked up.
lookupPolicyResponse_nextToken :: Lens' LookupPolicyResponse (Maybe Text) Source #
The pagination token.
lookupPolicyResponse_policyToPathList :: Lens' LookupPolicyResponse (Maybe [PolicyToPath]) Source #
Provides list of path to policies. Policies contain PolicyId
,
ObjectIdentifier
, and PolicyType
. For more information, see
Policies.
lookupPolicyResponse_httpStatus :: Lens' LookupPolicyResponse Int Source #
The response's http status code.
PublishSchema
publishSchema_minorVersion :: Lens' PublishSchema (Maybe Text) Source #
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
publishSchema_name :: Lens' PublishSchema (Maybe Text) Source #
The new name under which the schema will be published. If this is not provided, the development schema is considered.
publishSchema_developmentSchemaArn :: Lens' PublishSchema Text Source #
The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
publishSchema_version :: Lens' PublishSchema Text Source #
The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
publishSchemaResponse_publishedSchemaArn :: Lens' PublishSchemaResponse (Maybe Text) Source #
The ARN that is associated with the published schema. For more information, see arns.
publishSchemaResponse_httpStatus :: Lens' PublishSchemaResponse Int Source #
The response's http status code.
PutSchemaFromJson
putSchemaFromJson_schemaArn :: Lens' PutSchemaFromJson Text Source #
The ARN of the schema to update.
putSchemaFromJson_document :: Lens' PutSchemaFromJson Text Source #
The replacement JSON schema.
putSchemaFromJsonResponse_arn :: Lens' PutSchemaFromJsonResponse (Maybe Text) Source #
The ARN of the schema to update.
putSchemaFromJsonResponse_httpStatus :: Lens' PutSchemaFromJsonResponse Int Source #
The response's http status code.
RemoveFacetFromObject
removeFacetFromObject_directoryArn :: Lens' RemoveFacetFromObject Text Source #
The ARN of the directory in which the object resides.
removeFacetFromObject_schemaFacet :: Lens' RemoveFacetFromObject SchemaFacet Source #
The facet to remove. See SchemaFacet for details.
removeFacetFromObject_objectReference :: Lens' RemoveFacetFromObject ObjectReference Source #
A reference to the object to remove the facet from.
removeFacetFromObjectResponse_httpStatus :: Lens' RemoveFacetFromObjectResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
tagResource_tags :: Lens' TagResource [Tag] Source #
A list of tag key-value pairs.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
Keys of the tag that need to be removed from the resource.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
UpdateFacet
updateFacet_attributeUpdates :: Lens' UpdateFacet (Maybe [FacetAttributeUpdate]) Source #
List of attributes that need to be updated in a given schema Facet. Each
attribute is followed by AttributeAction
, which specifies the type of
update operation to perform.
updateFacet_objectType :: Lens' UpdateFacet (Maybe ObjectType) Source #
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
updateFacet_schemaArn :: Lens' UpdateFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
updateFacet_name :: Lens' UpdateFacet Text Source #
The name of the facet.
updateFacetResponse_httpStatus :: Lens' UpdateFacetResponse Int Source #
The response's http status code.
UpdateLinkAttributes
updateLinkAttributes_directoryArn :: Lens' UpdateLinkAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.
updateLinkAttributes_typedLinkSpecifier :: Lens' UpdateLinkAttributes TypedLinkSpecifier Source #
Allows a typed link specifier to be accepted as input.
updateLinkAttributes_attributeUpdates :: Lens' UpdateLinkAttributes [LinkAttributeUpdate] Source #
The attributes update structure.
updateLinkAttributesResponse_httpStatus :: Lens' UpdateLinkAttributesResponse Int Source #
The response's http status code.
UpdateObjectAttributes
updateObjectAttributes_directoryArn :: Lens' UpdateObjectAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
updateObjectAttributes_objectReference :: Lens' UpdateObjectAttributes ObjectReference Source #
The reference that identifies the object.
updateObjectAttributes_attributeUpdates :: Lens' UpdateObjectAttributes [ObjectAttributeUpdate] Source #
The attributes update structure.
updateObjectAttributesResponse_objectIdentifier :: Lens' UpdateObjectAttributesResponse (Maybe Text) Source #
The ObjectIdentifier
of the updated object.
updateObjectAttributesResponse_httpStatus :: Lens' UpdateObjectAttributesResponse Int Source #
The response's http status code.
UpdateSchema
updateSchema_schemaArn :: Lens' UpdateSchema Text Source #
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
updateSchema_name :: Lens' UpdateSchema Text Source #
The name of the schema.
updateSchemaResponse_schemaArn :: Lens' UpdateSchemaResponse (Maybe Text) Source #
The ARN that is associated with the updated schema. For more information, see arns.
updateSchemaResponse_httpStatus :: Lens' UpdateSchemaResponse Int Source #
The response's http status code.
UpdateTypedLinkFacet
updateTypedLinkFacet_schemaArn :: Lens' UpdateTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
updateTypedLinkFacet_name :: Lens' UpdateTypedLinkFacet Text Source #
The unique name of the typed link facet.
updateTypedLinkFacet_attributeUpdates :: Lens' UpdateTypedLinkFacet [TypedLinkFacetAttributeUpdate] Source #
Attributes update structure.
updateTypedLinkFacet_identityAttributeOrder :: Lens' UpdateTypedLinkFacet [Text] Source #
The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.
updateTypedLinkFacetResponse_httpStatus :: Lens' UpdateTypedLinkFacetResponse Int Source #
The response's http status code.
UpgradeAppliedSchema
upgradeAppliedSchema_dryRun :: Lens' UpgradeAppliedSchema (Maybe Bool) Source #
Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.
upgradeAppliedSchema_publishedSchemaArn :: Lens' UpgradeAppliedSchema Text Source #
The revision of the published schema to upgrade the directory to.
upgradeAppliedSchema_directoryArn :: Lens' UpgradeAppliedSchema Text Source #
The ARN for the directory to which the upgraded schema will be applied.
upgradeAppliedSchemaResponse_directoryArn :: Lens' UpgradeAppliedSchemaResponse (Maybe Text) Source #
The ARN of the directory that is returned as part of the response.
upgradeAppliedSchemaResponse_upgradedSchemaArn :: Lens' UpgradeAppliedSchemaResponse (Maybe Text) Source #
The ARN of the upgraded schema that is returned as part of the response.
upgradeAppliedSchemaResponse_httpStatus :: Lens' UpgradeAppliedSchemaResponse Int Source #
The response's http status code.
UpgradePublishedSchema
upgradePublishedSchema_dryRun :: Lens' UpgradePublishedSchema (Maybe Bool) Source #
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.
upgradePublishedSchema_developmentSchemaArn :: Lens' UpgradePublishedSchema Text Source #
The ARN of the development schema with the changes used for the upgrade.
upgradePublishedSchema_publishedSchemaArn :: Lens' UpgradePublishedSchema Text Source #
The ARN of the published schema to be upgraded.
upgradePublishedSchema_minorVersion :: Lens' UpgradePublishedSchema Text Source #
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
upgradePublishedSchemaResponse_upgradedSchemaArn :: Lens' UpgradePublishedSchemaResponse (Maybe Text) Source #
The ARN of the upgraded schema that is returned as part of the response.
upgradePublishedSchemaResponse_httpStatus :: Lens' UpgradePublishedSchemaResponse Int Source #
The response's http status code.
Types
AttributeKey
attributeKey_schemaArn :: Lens' AttributeKey Text Source #
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
attributeKey_facetName :: Lens' AttributeKey Text Source #
The name of the facet that the attribute exists within.
attributeKey_name :: Lens' AttributeKey Text Source #
The name of the attribute.
AttributeKeyAndValue
attributeKeyAndValue_key :: Lens' AttributeKeyAndValue AttributeKey Source #
The key of the attribute.
attributeKeyAndValue_value :: Lens' AttributeKeyAndValue TypedAttributeValue Source #
The value of the attribute.
AttributeNameAndValue
attributeNameAndValue_attributeName :: Lens' AttributeNameAndValue Text Source #
The attribute name of the typed link.
attributeNameAndValue_value :: Lens' AttributeNameAndValue TypedAttributeValue Source #
The value for the typed link.
BatchAddFacetToObject
batchAddFacetToObject_schemaFacet :: Lens' BatchAddFacetToObject SchemaFacet Source #
Represents the facet being added to the object.
batchAddFacetToObject_objectAttributeList :: Lens' BatchAddFacetToObject [AttributeKeyAndValue] Source #
The attributes to set on the object.
batchAddFacetToObject_objectReference :: Lens' BatchAddFacetToObject ObjectReference Source #
A reference to the object being mutated.
BatchAddFacetToObjectResponse
BatchAttachObject
batchAttachObject_parentReference :: Lens' BatchAttachObject ObjectReference Source #
The parent object reference.
batchAttachObject_childReference :: Lens' BatchAttachObject ObjectReference Source #
The child object reference that is to be attached to the object.
batchAttachObject_linkName :: Lens' BatchAttachObject Text Source #
The name of the link.
BatchAttachObjectResponse
batchAttachObjectResponse_attachedObjectIdentifier :: Lens' BatchAttachObjectResponse (Maybe Text) Source #
The ObjectIdentifier
of the object that has been attached.
BatchAttachPolicy
batchAttachPolicy_policyReference :: Lens' BatchAttachPolicy ObjectReference Source #
The reference that is associated with the policy object.
batchAttachPolicy_objectReference :: Lens' BatchAttachPolicy ObjectReference Source #
The reference that identifies the object to which the policy will be attached.
BatchAttachPolicyResponse
BatchAttachToIndex
batchAttachToIndex_indexReference :: Lens' BatchAttachToIndex ObjectReference Source #
A reference to the index that you are attaching the object to.
batchAttachToIndex_targetReference :: Lens' BatchAttachToIndex ObjectReference Source #
A reference to the object that you are attaching to the index.
BatchAttachToIndexResponse
batchAttachToIndexResponse_attachedObjectIdentifier :: Lens' BatchAttachToIndexResponse (Maybe Text) Source #
The ObjectIdentifier
of the object that was attached to the index.
BatchAttachTypedLink
batchAttachTypedLink_sourceObjectReference :: Lens' BatchAttachTypedLink ObjectReference Source #
Identifies the source object that the typed link will attach to.
batchAttachTypedLink_targetObjectReference :: Lens' BatchAttachTypedLink ObjectReference Source #
Identifies the target object that the typed link will attach to.
batchAttachTypedLink_typedLinkFacet :: Lens' BatchAttachTypedLink TypedLinkSchemaAndFacetName Source #
Identifies the typed link facet that is associated with the typed link.
batchAttachTypedLink_attributes :: Lens' BatchAttachTypedLink [AttributeNameAndValue] Source #
A set of attributes that are associated with the typed link.
BatchAttachTypedLinkResponse
batchAttachTypedLinkResponse_typedLinkSpecifier :: Lens' BatchAttachTypedLinkResponse (Maybe TypedLinkSpecifier) Source #
Returns a typed link specifier as output.
BatchCreateIndex
batchCreateIndex_batchReferenceName :: Lens' BatchCreateIndex (Maybe Text) Source #
The batch reference name. See Transaction Support for more information.
batchCreateIndex_linkName :: Lens' BatchCreateIndex (Maybe Text) Source #
The name of the link between the parent object and the index object.
batchCreateIndex_parentReference :: Lens' BatchCreateIndex (Maybe ObjectReference) Source #
A reference to the parent object that contains the index object.
batchCreateIndex_orderedIndexedAttributeList :: Lens' BatchCreateIndex [AttributeKey] Source #
Specifies the attributes that should be indexed on. Currently only a single attribute is supported.
batchCreateIndex_isUnique :: Lens' BatchCreateIndex Bool Source #
Indicates whether the attribute that is being indexed has unique values or not.
BatchCreateIndexResponse
batchCreateIndexResponse_objectIdentifier :: Lens' BatchCreateIndexResponse (Maybe Text) Source #
The ObjectIdentifier
of the index created by this operation.
BatchCreateObject
batchCreateObject_batchReferenceName :: Lens' BatchCreateObject (Maybe Text) Source #
The batch reference name. See Transaction Support for more information.
batchCreateObject_linkName :: Lens' BatchCreateObject (Maybe Text) Source #
The name of the link.
batchCreateObject_parentReference :: Lens' BatchCreateObject (Maybe ObjectReference) Source #
If specified, the parent reference to which this object will be attached.
batchCreateObject_schemaFacet :: Lens' BatchCreateObject [SchemaFacet] Source #
A list of FacetArns
that will be associated with the object. For more
information, see arns.
batchCreateObject_objectAttributeList :: Lens' BatchCreateObject [AttributeKeyAndValue] Source #
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
BatchCreateObjectResponse
batchCreateObjectResponse_objectIdentifier :: Lens' BatchCreateObjectResponse (Maybe Text) Source #
The ID that is associated with the object.
BatchDeleteObject
batchDeleteObject_objectReference :: Lens' BatchDeleteObject ObjectReference Source #
The reference that identifies the object.
BatchDeleteObjectResponse
BatchDetachFromIndex
batchDetachFromIndex_indexReference :: Lens' BatchDetachFromIndex ObjectReference Source #
A reference to the index object.
batchDetachFromIndex_targetReference :: Lens' BatchDetachFromIndex ObjectReference Source #
A reference to the object being detached from the index.
BatchDetachFromIndexResponse
batchDetachFromIndexResponse_detachedObjectIdentifier :: Lens' BatchDetachFromIndexResponse (Maybe Text) Source #
The ObjectIdentifier
of the object that was detached from the index.
BatchDetachObject
batchDetachObject_batchReferenceName :: Lens' BatchDetachObject (Maybe Text) Source #
The batch reference name. See Transaction Support for more information.
batchDetachObject_parentReference :: Lens' BatchDetachObject ObjectReference Source #
Parent reference from which the object with the specified link name is detached.
batchDetachObject_linkName :: Lens' BatchDetachObject Text Source #
The name of the link.
BatchDetachObjectResponse
batchDetachObjectResponse_detachedObjectIdentifier :: Lens' BatchDetachObjectResponse (Maybe Text) Source #
The ObjectIdentifier
of the detached object.
BatchDetachPolicy
batchDetachPolicy_policyReference :: Lens' BatchDetachPolicy ObjectReference Source #
Reference that identifies the policy object.
batchDetachPolicy_objectReference :: Lens' BatchDetachPolicy ObjectReference Source #
Reference that identifies the object whose policy object will be detached.
BatchDetachPolicyResponse
BatchDetachTypedLink
batchDetachTypedLink_typedLinkSpecifier :: Lens' BatchDetachTypedLink TypedLinkSpecifier Source #
Used to accept a typed link specifier as input.
BatchDetachTypedLinkResponse
BatchGetLinkAttributes
batchGetLinkAttributes_typedLinkSpecifier :: Lens' BatchGetLinkAttributes TypedLinkSpecifier Source #
Allows a typed link specifier to be accepted as input.
batchGetLinkAttributes_attributeNames :: Lens' BatchGetLinkAttributes [Text] Source #
A list of attribute names whose values will be retrieved.
BatchGetLinkAttributesResponse
batchGetLinkAttributesResponse_attributes :: Lens' BatchGetLinkAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
The attributes that are associated with the typed link.
BatchGetObjectAttributes
batchGetObjectAttributes_objectReference :: Lens' BatchGetObjectAttributes ObjectReference Source #
Reference that identifies the object whose attributes will be retrieved.
batchGetObjectAttributes_schemaFacet :: Lens' BatchGetObjectAttributes SchemaFacet Source #
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
batchGetObjectAttributes_attributeNames :: Lens' BatchGetObjectAttributes [Text] Source #
List of attribute names whose values will be retrieved.
BatchGetObjectAttributesResponse
batchGetObjectAttributesResponse_attributes :: Lens' BatchGetObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
The attribute values that are associated with an object.
BatchGetObjectInformation
batchGetObjectInformation_objectReference :: Lens' BatchGetObjectInformation ObjectReference Source #
A reference to the object.
BatchGetObjectInformationResponse
batchGetObjectInformationResponse_objectIdentifier :: Lens' BatchGetObjectInformationResponse (Maybe Text) Source #
The ObjectIdentifier
of the specified object.
batchGetObjectInformationResponse_schemaFacets :: Lens' BatchGetObjectInformationResponse (Maybe [SchemaFacet]) Source #
The facets attached to the specified object.
BatchListAttachedIndices
batchListAttachedIndices_maxResults :: Lens' BatchListAttachedIndices (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListAttachedIndices_nextToken :: Lens' BatchListAttachedIndices (Maybe Text) Source #
The pagination token.
batchListAttachedIndices_targetReference :: Lens' BatchListAttachedIndices ObjectReference Source #
A reference to the object that has indices attached.
BatchListAttachedIndicesResponse
batchListAttachedIndicesResponse_indexAttachments :: Lens' BatchListAttachedIndicesResponse (Maybe [IndexAttachment]) Source #
The indices attached to the specified object.
batchListAttachedIndicesResponse_nextToken :: Lens' BatchListAttachedIndicesResponse (Maybe Text) Source #
The pagination token.
BatchListIncomingTypedLinks
batchListIncomingTypedLinks_filterAttributeRanges :: Lens' BatchListIncomingTypedLinks (Maybe [TypedLinkAttributeRange]) Source #
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
batchListIncomingTypedLinks_filterTypedLink :: Lens' BatchListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
batchListIncomingTypedLinks_maxResults :: Lens' BatchListIncomingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListIncomingTypedLinks_nextToken :: Lens' BatchListIncomingTypedLinks (Maybe Text) Source #
The pagination token.
batchListIncomingTypedLinks_objectReference :: Lens' BatchListIncomingTypedLinks ObjectReference Source #
The reference that identifies the object whose attributes will be listed.
BatchListIncomingTypedLinksResponse
batchListIncomingTypedLinksResponse_linkSpecifiers :: Lens' BatchListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns one or more typed link specifiers as output.
batchListIncomingTypedLinksResponse_nextToken :: Lens' BatchListIncomingTypedLinksResponse (Maybe Text) Source #
The pagination token.
BatchListIndex
batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListIndex_nextToken :: Lens' BatchListIndex (Maybe Text) Source #
The pagination token.
batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange]) Source #
Specifies the ranges of indexed values that you want to query.
batchListIndex_indexReference :: Lens' BatchListIndex ObjectReference Source #
The reference to the index to list.
BatchListIndexResponse
batchListIndexResponse_indexAttachments :: Lens' BatchListIndexResponse (Maybe [IndexAttachment]) Source #
The objects and indexed values attached to the index.
batchListIndexResponse_nextToken :: Lens' BatchListIndexResponse (Maybe Text) Source #
The pagination token.
BatchListObjectAttributes
batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet) Source #
Used to filter the list of object attributes that are associated with a certain facet.
batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectAttributes_nextToken :: Lens' BatchListObjectAttributes (Maybe Text) Source #
The pagination token.
batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference Source #
Reference of the object whose attributes need to be listed.
BatchListObjectAttributesResponse
batchListObjectAttributesResponse_attributes :: Lens' BatchListObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #
The attributes map that is associated with the object. AttributeArn
is
the key; attribute value is the value.
batchListObjectAttributesResponse_nextToken :: Lens' BatchListObjectAttributesResponse (Maybe Text) Source #
The pagination token.
BatchListObjectChildren
batchListObjectChildren_maxResults :: Lens' BatchListObjectChildren (Maybe Natural) Source #
Maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectChildren_nextToken :: Lens' BatchListObjectChildren (Maybe Text) Source #
The pagination token.
batchListObjectChildren_objectReference :: Lens' BatchListObjectChildren ObjectReference Source #
Reference of the object for which child objects are being listed.
BatchListObjectChildrenResponse
batchListObjectChildrenResponse_children :: Lens' BatchListObjectChildrenResponse (Maybe (HashMap Text Text)) Source #
The children structure, which is a map with the key as the LinkName
and ObjectIdentifier
as the value.
batchListObjectChildrenResponse_nextToken :: Lens' BatchListObjectChildrenResponse (Maybe Text) Source #
The pagination token.
BatchListObjectParentPaths
batchListObjectParentPaths_maxResults :: Lens' BatchListObjectParentPaths (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListObjectParentPaths_nextToken :: Lens' BatchListObjectParentPaths (Maybe Text) Source #
The pagination token.
batchListObjectParentPaths_objectReference :: Lens' BatchListObjectParentPaths ObjectReference Source #
The reference that identifies the object whose attributes will be listed.
BatchListObjectParentPathsResponse
batchListObjectParentPathsResponse_nextToken :: Lens' BatchListObjectParentPathsResponse (Maybe Text) Source #
The pagination token.
batchListObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' BatchListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers]) Source #
Returns the path to the ObjectIdentifiers
that are associated with the
directory.
BatchListObjectParents
batchListObjectParents_maxResults :: Lens' BatchListObjectParents (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectParents_nextToken :: Lens' BatchListObjectParents (Maybe Text) Source #
The pagination token.
batchListObjectParents_objectReference :: Lens' BatchListObjectParents ObjectReference Source #
Undocumented member.
BatchListObjectParentsResponse
batchListObjectParentsResponse_nextToken :: Lens' BatchListObjectParentsResponse (Maybe Text) Source #
The pagination token.
batchListObjectParentsResponse_parentLinks :: Lens' BatchListObjectParentsResponse (Maybe [ObjectIdentifierAndLinkNameTuple]) Source #
Returns a list of parent reference and LinkName Tuples.
BatchListObjectPolicies
batchListObjectPolicies_maxResults :: Lens' BatchListObjectPolicies (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListObjectPolicies_nextToken :: Lens' BatchListObjectPolicies (Maybe Text) Source #
The pagination token.
batchListObjectPolicies_objectReference :: Lens' BatchListObjectPolicies ObjectReference Source #
The reference that identifies the object whose attributes will be listed.
BatchListObjectPoliciesResponse
batchListObjectPoliciesResponse_attachedPolicyIds :: Lens' BatchListObjectPoliciesResponse (Maybe [Text]) Source #
A list of policy ObjectIdentifiers
, that are attached to the object.
batchListObjectPoliciesResponse_nextToken :: Lens' BatchListObjectPoliciesResponse (Maybe Text) Source #
The pagination token.
BatchListOutgoingTypedLinks
batchListOutgoingTypedLinks_filterAttributeRanges :: Lens' BatchListOutgoingTypedLinks (Maybe [TypedLinkAttributeRange]) Source #
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
batchListOutgoingTypedLinks_filterTypedLink :: Lens' BatchListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
batchListOutgoingTypedLinks_maxResults :: Lens' BatchListOutgoingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListOutgoingTypedLinks_nextToken :: Lens' BatchListOutgoingTypedLinks (Maybe Text) Source #
The pagination token.
batchListOutgoingTypedLinks_objectReference :: Lens' BatchListOutgoingTypedLinks ObjectReference Source #
The reference that identifies the object whose attributes will be listed.
BatchListOutgoingTypedLinksResponse
batchListOutgoingTypedLinksResponse_nextToken :: Lens' BatchListOutgoingTypedLinksResponse (Maybe Text) Source #
The pagination token.
batchListOutgoingTypedLinksResponse_typedLinkSpecifiers :: Lens' BatchListOutgoingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns a typed link specifier as output.
BatchListPolicyAttachments
batchListPolicyAttachments_maxResults :: Lens' BatchListPolicyAttachments (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListPolicyAttachments_nextToken :: Lens' BatchListPolicyAttachments (Maybe Text) Source #
The pagination token.
batchListPolicyAttachments_policyReference :: Lens' BatchListPolicyAttachments ObjectReference Source #
The reference that identifies the policy object.
BatchListPolicyAttachmentsResponse
batchListPolicyAttachmentsResponse_nextToken :: Lens' BatchListPolicyAttachmentsResponse (Maybe Text) Source #
The pagination token.
batchListPolicyAttachmentsResponse_objectIdentifiers :: Lens' BatchListPolicyAttachmentsResponse (Maybe [Text]) Source #
A list of ObjectIdentifiers
to which the policy is attached.
BatchLookupPolicy
batchLookupPolicy_maxResults :: Lens' BatchLookupPolicy (Maybe Natural) Source #
The maximum number of results to retrieve.
batchLookupPolicy_nextToken :: Lens' BatchLookupPolicy (Maybe Text) Source #
The pagination token.
batchLookupPolicy_objectReference :: Lens' BatchLookupPolicy ObjectReference Source #
Reference that identifies the object whose policies will be looked up.
BatchLookupPolicyResponse
batchLookupPolicyResponse_nextToken :: Lens' BatchLookupPolicyResponse (Maybe Text) Source #
The pagination token.
batchLookupPolicyResponse_policyToPathList :: Lens' BatchLookupPolicyResponse (Maybe [PolicyToPath]) Source #
Provides list of path to policies. Policies contain PolicyId
,
ObjectIdentifier
, and PolicyType
. For more information, see
Policies.
BatchReadException
batchReadException_message :: Lens' BatchReadException (Maybe Text) Source #
An exception message that is associated with the failure.
batchReadException_type :: Lens' BatchReadException (Maybe BatchReadExceptionType) Source #
A type of exception, such as InvalidArnException
.
BatchReadOperation
batchReadOperation_getLinkAttributes :: Lens' BatchReadOperation (Maybe BatchGetLinkAttributes) Source #
Retrieves attributes that are associated with a typed link.
batchReadOperation_getObjectAttributes :: Lens' BatchReadOperation (Maybe BatchGetObjectAttributes) Source #
Retrieves attributes within a facet that are associated with an object.
batchReadOperation_getObjectInformation :: Lens' BatchReadOperation (Maybe BatchGetObjectInformation) Source #
Retrieves metadata about an object.
batchReadOperation_listAttachedIndices :: Lens' BatchReadOperation (Maybe BatchListAttachedIndices) Source #
Lists indices attached to an object.
batchReadOperation_listIncomingTypedLinks :: Lens' BatchReadOperation (Maybe BatchListIncomingTypedLinks) 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.
batchReadOperation_listIndex :: Lens' BatchReadOperation (Maybe BatchListIndex) Source #
Lists objects attached to the specified index.
batchReadOperation_listObjectAttributes :: Lens' BatchReadOperation (Maybe BatchListObjectAttributes) Source #
Lists all attributes that are associated with an object.
batchReadOperation_listObjectChildren :: Lens' BatchReadOperation (Maybe BatchListObjectChildren) Source #
Returns a paginated list of child objects that are associated with a given object.
batchReadOperation_listObjectParentPaths :: Lens' BatchReadOperation (Maybe BatchListObjectParentPaths) 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.
batchReadOperation_listObjectParents :: Lens' BatchReadOperation (Maybe BatchListObjectParents) Source #
Lists parent objects that are associated with a given object in pagination fashion.
batchReadOperation_listObjectPolicies :: Lens' BatchReadOperation (Maybe BatchListObjectPolicies) Source #
Returns policies attached to an object in pagination fashion.
batchReadOperation_listOutgoingTypedLinks :: Lens' BatchReadOperation (Maybe BatchListOutgoingTypedLinks) 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.
batchReadOperation_listPolicyAttachments :: Lens' BatchReadOperation (Maybe BatchListPolicyAttachments) Source #
Returns all of the ObjectIdentifiers
to which a given policy is
attached.
batchReadOperation_lookupPolicy :: Lens' BatchReadOperation (Maybe BatchLookupPolicy) 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.
BatchReadOperationResponse
batchReadOperationResponse_exceptionResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadException) Source #
Identifies which operation in a batch has failed.
batchReadOperationResponse_successfulResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadSuccessfulResponse) Source #
Identifies which operation in a batch has succeeded.
BatchReadSuccessfulResponse
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_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_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_listIndex :: Lens' BatchReadSuccessfulResponse (Maybe BatchListIndexResponse) Source #
Lists objects attached to the specified index.
batchReadSuccessfulResponse_listObjectAttributes :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectAttributesResponse) Source #
Lists all attributes 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_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_listObjectParents :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectParentsResponse) Source #
The list of parent objects to retrieve.
batchReadSuccessfulResponse_listObjectPolicies :: Lens' BatchReadSuccessfulResponse (Maybe BatchListObjectPoliciesResponse) Source #
Returns policies attached to an object in pagination fashion.
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_listPolicyAttachments :: Lens' BatchReadSuccessfulResponse (Maybe BatchListPolicyAttachmentsResponse) Source #
Returns all of the ObjectIdentifiers
to which a given policy is
attached.
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.
BatchRemoveFacetFromObject
batchRemoveFacetFromObject_schemaFacet :: Lens' BatchRemoveFacetFromObject SchemaFacet Source #
The facet to remove from the object.
batchRemoveFacetFromObject_objectReference :: Lens' BatchRemoveFacetFromObject ObjectReference Source #
A reference to the object whose facet will be removed.
BatchRemoveFacetFromObjectResponse
BatchUpdateLinkAttributes
batchUpdateLinkAttributes_typedLinkSpecifier :: Lens' BatchUpdateLinkAttributes TypedLinkSpecifier Source #
Allows a typed link specifier to be accepted as input.
batchUpdateLinkAttributes_attributeUpdates :: Lens' BatchUpdateLinkAttributes [LinkAttributeUpdate] Source #
The attributes update structure.
BatchUpdateLinkAttributesResponse
BatchUpdateObjectAttributes
batchUpdateObjectAttributes_objectReference :: Lens' BatchUpdateObjectAttributes ObjectReference Source #
Reference that identifies the object.
batchUpdateObjectAttributes_attributeUpdates :: Lens' BatchUpdateObjectAttributes [ObjectAttributeUpdate] Source #
Attributes update structure.
BatchUpdateObjectAttributesResponse
batchUpdateObjectAttributesResponse_objectIdentifier :: Lens' BatchUpdateObjectAttributesResponse (Maybe Text) Source #
ID that is associated with the object.
BatchWriteOperation
batchWriteOperation_addFacetToObject :: Lens' BatchWriteOperation (Maybe BatchAddFacetToObject) Source #
A batch operation that adds a facet to an object.
batchWriteOperation_attachObject :: Lens' BatchWriteOperation (Maybe BatchAttachObject) Source #
Attaches an object to a Directory.
batchWriteOperation_attachPolicy :: Lens' BatchWriteOperation (Maybe BatchAttachPolicy) Source #
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
batchWriteOperation_attachToIndex :: Lens' BatchWriteOperation (Maybe BatchAttachToIndex) Source #
Attaches the specified object to the specified index.
batchWriteOperation_attachTypedLink :: Lens' BatchWriteOperation (Maybe BatchAttachTypedLink) Source #
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
batchWriteOperation_createIndex :: Lens' BatchWriteOperation (Maybe BatchCreateIndex) Source #
Creates an index object. See Indexing and search for more information.
batchWriteOperation_createObject :: Lens' BatchWriteOperation (Maybe BatchCreateObject) Source #
Creates an object.
batchWriteOperation_deleteObject :: Lens' BatchWriteOperation (Maybe BatchDeleteObject) Source #
Deletes an object in a Directory.
batchWriteOperation_detachFromIndex :: Lens' BatchWriteOperation (Maybe BatchDetachFromIndex) Source #
Detaches the specified object from the specified index.
batchWriteOperation_detachObject :: Lens' BatchWriteOperation (Maybe BatchDetachObject) Source #
Detaches an object from a Directory.
batchWriteOperation_detachPolicy :: Lens' BatchWriteOperation (Maybe BatchDetachPolicy) Source #
Detaches a policy from a Directory.
batchWriteOperation_detachTypedLink :: Lens' BatchWriteOperation (Maybe BatchDetachTypedLink) Source #
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
batchWriteOperation_removeFacetFromObject :: Lens' BatchWriteOperation (Maybe BatchRemoveFacetFromObject) Source #
A batch operation that removes a facet from an object.
batchWriteOperation_updateLinkAttributes :: Lens' BatchWriteOperation (Maybe BatchUpdateLinkAttributes) Source #
Updates a given object's attributes.
batchWriteOperation_updateObjectAttributes :: Lens' BatchWriteOperation (Maybe BatchUpdateObjectAttributes) Source #
Updates a given object's attributes.
BatchWriteOperationResponse
batchWriteOperationResponse_addFacetToObject :: Lens' BatchWriteOperationResponse (Maybe BatchAddFacetToObjectResponse) Source #
The result of an add facet to object batch operation.
batchWriteOperationResponse_attachObject :: Lens' BatchWriteOperationResponse (Maybe BatchAttachObjectResponse) Source #
Attaches an object to a Directory.
batchWriteOperationResponse_attachPolicy :: Lens' BatchWriteOperationResponse (Maybe BatchAttachPolicyResponse) Source #
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
batchWriteOperationResponse_attachToIndex :: Lens' BatchWriteOperationResponse (Maybe BatchAttachToIndexResponse) Source #
Attaches the specified object to the specified index.
batchWriteOperationResponse_attachTypedLink :: Lens' BatchWriteOperationResponse (Maybe BatchAttachTypedLinkResponse) Source #
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
batchWriteOperationResponse_createIndex :: Lens' BatchWriteOperationResponse (Maybe BatchCreateIndexResponse) Source #
Creates an index object. See Indexing and search for more information.
batchWriteOperationResponse_createObject :: Lens' BatchWriteOperationResponse (Maybe BatchCreateObjectResponse) Source #
Creates an object in a Directory.
batchWriteOperationResponse_deleteObject :: Lens' BatchWriteOperationResponse (Maybe BatchDeleteObjectResponse) Source #
Deletes an object in a Directory.
batchWriteOperationResponse_detachFromIndex :: Lens' BatchWriteOperationResponse (Maybe BatchDetachFromIndexResponse) Source #
Detaches the specified object from the specified index.
batchWriteOperationResponse_detachObject :: Lens' BatchWriteOperationResponse (Maybe BatchDetachObjectResponse) Source #
Detaches an object from a Directory.
batchWriteOperationResponse_detachPolicy :: Lens' BatchWriteOperationResponse (Maybe BatchDetachPolicyResponse) Source #
Detaches a policy from a Directory.
batchWriteOperationResponse_detachTypedLink :: Lens' BatchWriteOperationResponse (Maybe BatchDetachTypedLinkResponse) Source #
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
batchWriteOperationResponse_removeFacetFromObject :: Lens' BatchWriteOperationResponse (Maybe BatchRemoveFacetFromObjectResponse) Source #
The result of a batch remove facet from object operation.
batchWriteOperationResponse_updateLinkAttributes :: Lens' BatchWriteOperationResponse (Maybe BatchUpdateLinkAttributesResponse) Source #
Represents the output of a BatchWrite
response operation.
batchWriteOperationResponse_updateObjectAttributes :: Lens' BatchWriteOperationResponse (Maybe BatchUpdateObjectAttributesResponse) Source #
Updates a given object’s attributes.
Directory
directory_creationDateTime :: Lens' Directory (Maybe UTCTime) Source #
The date and time when the directory was created.
directory_directoryArn :: Lens' Directory (Maybe Text) Source #
The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.
directory_state :: Lens' Directory (Maybe DirectoryState) Source #
The state of the directory. Can be either Enabled
, Disabled
, or
Deleted
.
Facet
facet_facetStyle :: Lens' Facet (Maybe FacetStyle) Source #
There are two different styles that you can define on any given facet,
Static
and Dynamic
. For static facets, all attributes must be
defined in the schema. For dynamic facets, attributes can be defined
during data plane operations.
facet_objectType :: Lens' Facet (Maybe ObjectType) Source #
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
FacetAttribute
facetAttribute_attributeDefinition :: Lens' FacetAttribute (Maybe FacetAttributeDefinition) Source #
A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.
facetAttribute_attributeReference :: Lens' FacetAttribute (Maybe FacetAttributeReference) Source #
An attribute reference that is associated with the attribute. See Attribute References for more information.
facetAttribute_requiredBehavior :: Lens' FacetAttribute (Maybe RequiredAttributeBehavior) Source #
The required behavior of the FacetAttribute
.
facetAttribute_name :: Lens' FacetAttribute Text Source #
The name of the facet attribute.
FacetAttributeDefinition
facetAttributeDefinition_defaultValue :: Lens' FacetAttributeDefinition (Maybe TypedAttributeValue) Source #
The default value of the attribute (if configured).
facetAttributeDefinition_isImmutable :: Lens' FacetAttributeDefinition (Maybe Bool) Source #
Whether the attribute is mutable or not.
facetAttributeDefinition_rules :: Lens' FacetAttributeDefinition (Maybe (HashMap Text Rule)) Source #
Validation rules attached to the attribute definition.
facetAttributeDefinition_type :: Lens' FacetAttributeDefinition FacetAttributeType Source #
The type of the attribute.
FacetAttributeReference
facetAttributeReference_targetFacetName :: Lens' FacetAttributeReference Text Source #
The target facet name that is associated with the facet reference. See Attribute References for more information.
facetAttributeReference_targetAttributeName :: Lens' FacetAttributeReference Text Source #
The target attribute name that is associated with the facet reference. See Attribute References for more information.
FacetAttributeUpdate
facetAttributeUpdate_action :: Lens' FacetAttributeUpdate (Maybe UpdateActionType) Source #
The action to perform when updating the attribute.
facetAttributeUpdate_attribute :: Lens' FacetAttributeUpdate (Maybe FacetAttribute) Source #
The attribute to update.
IndexAttachment
indexAttachment_indexedAttributes :: Lens' IndexAttachment (Maybe [AttributeKeyAndValue]) Source #
The indexed attribute values.
indexAttachment_objectIdentifier :: Lens' IndexAttachment (Maybe Text) Source #
In response to ListIndex, the ObjectIdentifier
of the object attached
to the index. In response to ListAttachedIndices, the ObjectIdentifier
of the index attached to the object. This field will always contain the
ObjectIdentifier
of the object on the opposite side of the attachment
specified in the query.
LinkAttributeAction
linkAttributeAction_attributeActionType :: Lens' LinkAttributeAction (Maybe UpdateActionType) Source #
A type that can be either UPDATE_OR_CREATE
or DELETE
.
linkAttributeAction_attributeUpdateValue :: Lens' LinkAttributeAction (Maybe TypedAttributeValue) Source #
The value that you want to update to.
LinkAttributeUpdate
linkAttributeUpdate_attributeAction :: Lens' LinkAttributeUpdate (Maybe LinkAttributeAction) Source #
The action to perform as part of the attribute update.
linkAttributeUpdate_attributeKey :: Lens' LinkAttributeUpdate (Maybe AttributeKey) Source #
The key of the attribute being updated.
ObjectAttributeAction
objectAttributeAction_objectAttributeActionType :: Lens' ObjectAttributeAction (Maybe UpdateActionType) Source #
A type that can be either Update
or Delete
.
objectAttributeAction_objectAttributeUpdateValue :: Lens' ObjectAttributeAction (Maybe TypedAttributeValue) Source #
The value that you want to update to.
ObjectAttributeRange
objectAttributeRange_attributeKey :: Lens' ObjectAttributeRange (Maybe AttributeKey) Source #
The key of the attribute that the attribute range covers.
objectAttributeRange_range :: Lens' ObjectAttributeRange (Maybe TypedAttributeValueRange) Source #
The range of attribute values being selected.
ObjectAttributeUpdate
objectAttributeUpdate_objectAttributeAction :: Lens' ObjectAttributeUpdate (Maybe ObjectAttributeAction) Source #
The action to perform as part of the attribute update.
objectAttributeUpdate_objectAttributeKey :: Lens' ObjectAttributeUpdate (Maybe AttributeKey) Source #
The key of the attribute being updated.
ObjectIdentifierAndLinkNameTuple
objectIdentifierAndLinkNameTuple_linkName :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text) Source #
The name of the link between the parent and the child object.
objectIdentifierAndLinkNameTuple_objectIdentifier :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text) Source #
The ID that is associated with the object.
ObjectReference
objectReference_selector :: Lens' ObjectReference (Maybe Text) Source #
A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see Access Objects. You can identify an object in one of the following ways:
- $ObjectIdentifier - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier. To identify an object with ObjectIdentifier, the ObjectIdentifier must be wrapped in double quotes.
- /some/path - Identifies the object based on path
- #SomeBatchReference - Identifies the object in a batch call
PathToObjectIdentifiers
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.
PolicyAttachment
policyAttachment_objectIdentifier :: Lens' PolicyAttachment (Maybe Text) Source #
The ObjectIdentifier
that is associated with PolicyAttachment
.
policyAttachment_policyId :: Lens' PolicyAttachment (Maybe Text) Source #
The ID of PolicyAttachment
.
policyAttachment_policyType :: Lens' PolicyAttachment (Maybe Text) Source #
The type of policy that can be associated with PolicyAttachment
.
PolicyToPath
policyToPath_path :: Lens' PolicyToPath (Maybe Text) Source #
The path that is referenced from the root.
policyToPath_policies :: Lens' PolicyToPath (Maybe [PolicyAttachment]) Source #
List of policy objects.
Rule
rule_parameters :: Lens' Rule (Maybe (HashMap Text Text)) Source #
The minimum and maximum parameters that are associated with the rule.
SchemaFacet
schemaFacet_facetName :: Lens' SchemaFacet (Maybe Text) Source #
The name of the facet. If this value is set, SchemaArn must also be set.
schemaFacet_schemaArn :: Lens' SchemaFacet (Maybe Text) Source #
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.
Tag
TypedAttributeValue
typedAttributeValue_binaryValue :: Lens' TypedAttributeValue (Maybe ByteString) Source #
A binary data value.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
typedAttributeValue_booleanValue :: Lens' TypedAttributeValue (Maybe Bool) Source #
A Boolean data value.
typedAttributeValue_datetimeValue :: Lens' TypedAttributeValue (Maybe UTCTime) Source #
A date and time value.
typedAttributeValue_numberValue :: Lens' TypedAttributeValue (Maybe Text) Source #
A number data value.
typedAttributeValue_stringValue :: Lens' TypedAttributeValue (Maybe Text) Source #
A string data value.
TypedAttributeValueRange
typedAttributeValueRange_endValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue) Source #
The attribute value to terminate the range at.
typedAttributeValueRange_startValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue) Source #
The value to start the range at.
typedAttributeValueRange_startMode :: Lens' TypedAttributeValueRange RangeMode Source #
The inclusive or exclusive range start.
typedAttributeValueRange_endMode :: Lens' TypedAttributeValueRange RangeMode Source #
The inclusive or exclusive range end.
TypedLinkAttributeDefinition
typedLinkAttributeDefinition_defaultValue :: Lens' TypedLinkAttributeDefinition (Maybe TypedAttributeValue) Source #
The default value of the attribute (if configured).
typedLinkAttributeDefinition_isImmutable :: Lens' TypedLinkAttributeDefinition (Maybe Bool) Source #
Whether the attribute is mutable or not.
typedLinkAttributeDefinition_rules :: Lens' TypedLinkAttributeDefinition (Maybe (HashMap Text Rule)) Source #
Validation rules that are attached to the attribute definition.
typedLinkAttributeDefinition_name :: Lens' TypedLinkAttributeDefinition Text Source #
The unique name of the typed link attribute.
typedLinkAttributeDefinition_type :: Lens' TypedLinkAttributeDefinition FacetAttributeType Source #
The type of the attribute.
typedLinkAttributeDefinition_requiredBehavior :: Lens' TypedLinkAttributeDefinition RequiredAttributeBehavior Source #
The required behavior of the TypedLinkAttributeDefinition
.
TypedLinkAttributeRange
typedLinkAttributeRange_attributeName :: Lens' TypedLinkAttributeRange (Maybe Text) Source #
The unique name of the typed link attribute.
typedLinkAttributeRange_range :: Lens' TypedLinkAttributeRange TypedAttributeValueRange Source #
The range of attribute values that are being selected.
TypedLinkFacet
typedLinkFacet_name :: Lens' TypedLinkFacet Text Source #
The unique name of the typed link facet.
typedLinkFacet_attributes :: Lens' TypedLinkFacet [TypedLinkAttributeDefinition] Source #
A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.
typedLinkFacet_identityAttributeOrder :: Lens' TypedLinkFacet [Text] Source #
The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.
TypedLinkFacetAttributeUpdate
typedLinkFacetAttributeUpdate_attribute :: Lens' TypedLinkFacetAttributeUpdate TypedLinkAttributeDefinition Source #
The attribute to update.
typedLinkFacetAttributeUpdate_action :: Lens' TypedLinkFacetAttributeUpdate UpdateActionType Source #
The action to perform when updating the attribute.
TypedLinkSchemaAndFacetName
typedLinkSchemaAndFacetName_schemaArn :: Lens' TypedLinkSchemaAndFacetName Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
typedLinkSchemaAndFacetName_typedLinkName :: Lens' TypedLinkSchemaAndFacetName Text Source #
The unique name of the typed link facet.
TypedLinkSpecifier
typedLinkSpecifier_typedLinkFacet :: Lens' TypedLinkSpecifier TypedLinkSchemaAndFacetName Source #
Identifies the typed link facet that is associated with the typed link.
typedLinkSpecifier_sourceObjectReference :: Lens' TypedLinkSpecifier ObjectReference Source #
Identifies the source object that the typed link will attach to.
typedLinkSpecifier_targetObjectReference :: Lens' TypedLinkSpecifier ObjectReference Source #
Identifies the target object that the typed link will attach to.
typedLinkSpecifier_identityAttributeValues :: Lens' TypedLinkSpecifier [AttributeNameAndValue] Source #
Identifies the attribute value to update.