npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_clouddirectory

v5.0.0

Published

DataFire integration for Amazon CloudDirectory

Downloads

1

Readme

@datafire/amazonaws_clouddirectory

Client library for Amazon CloudDirectory

Installation and Usage

npm install --save @datafire/amazonaws_clouddirectory
let amazonaws_clouddirectory = require('@datafire/amazonaws_clouddirectory').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_clouddirectory.BatchRead({
  "Operations": []
}).then(data => {
  console.log(data);
});

Description

Amazon Cloud Directory Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the development and management of cloud-scale web, mobile, and IoT applications. This guide describes the Cloud Directory operations that you can call programmatically and includes detailed information on data types and errors. For information about AWS Directory Services features, see AWS Directory Service and the AWS Directory Service Administration Guide.

Actions

BatchRead

amazonaws_clouddirectory.BatchRead({
  "Operations": []
}, context)

Input

Output

BatchWrite

amazonaws_clouddirectory.BatchWrite({
  "Operations": []
}, context)

Input

Output

DeleteDirectory

amazonaws_clouddirectory.DeleteDirectory({}, context)

Input

  • input object

Output

CreateDirectory

amazonaws_clouddirectory.CreateDirectory({
  "Name": ""
}, context)

Input

Output

DisableDirectory

amazonaws_clouddirectory.DisableDirectory({}, context)

Input

  • input object

Output

EnableDirectory

amazonaws_clouddirectory.EnableDirectory({}, context)

Input

  • input object

Output

GetDirectory

amazonaws_clouddirectory.GetDirectory({}, context)

Input

  • input object

Output

ListDirectories

amazonaws_clouddirectory.ListDirectories({}, context)

Input

Output

GetFacet

amazonaws_clouddirectory.GetFacet({
  "Name": ""
}, context)

Input

Output

UpdateFacet

amazonaws_clouddirectory.UpdateFacet({
  "Name": ""
}, context)

Input

Output

ListFacetAttributes

amazonaws_clouddirectory.ListFacetAttributes({
  "Name": ""
}, context)

Input

Output

CreateFacet

amazonaws_clouddirectory.CreateFacet({
  "Name": "",
  "ObjectType": ""
}, context)

Input

Output

DeleteFacet

amazonaws_clouddirectory.DeleteFacet({
  "Name": ""
}, context)

Input

Output

ListFacetNames

amazonaws_clouddirectory.ListFacetNames({}, context)

Input

Output

CreateIndex

amazonaws_clouddirectory.CreateIndex({
  "OrderedIndexedAttributeList": [],
  "IsUnique": true
}, context)

Input

Output

AttachToIndex

amazonaws_clouddirectory.AttachToIndex({
  "IndexReference": {},
  "TargetReference": {}
}, context)

Input

Output

DetachFromIndex

amazonaws_clouddirectory.DetachFromIndex({
  "IndexReference": {},
  "TargetReference": {}
}, context)

Input

Output

ListIndex

amazonaws_clouddirectory.ListIndex({
  "IndexReference": {}
}, context)

Input

Output

CreateObject

amazonaws_clouddirectory.CreateObject({
  "SchemaFacets": []
}, context)

Input

Output

AttachObject

amazonaws_clouddirectory.AttachObject({
  "ParentReference": {},
  "ChildReference": {},
  "LinkName": ""
}, context)

Input

Output

ListObjectAttributes

amazonaws_clouddirectory.ListObjectAttributes({
  "ObjectReference": {}
}, context)

Input

Output

ListObjectChildren

amazonaws_clouddirectory.ListObjectChildren({
  "ObjectReference": {}
}, context)

Input

Output

DeleteObject

amazonaws_clouddirectory.DeleteObject({
  "ObjectReference": {}
}, context)

Input

Output

DetachObject

amazonaws_clouddirectory.DetachObject({
  "ParentReference": {},
  "LinkName": ""
}, context)

Input

Output

AddFacetToObject

amazonaws_clouddirectory.AddFacetToObject({
  "SchemaFacet": {},
  "ObjectReference": {}
}, context)

Input

Output

RemoveFacetFromObject

amazonaws_clouddirectory.RemoveFacetFromObject({
  "SchemaFacet": {},
  "ObjectReference": {}
}, context)

Input

Output

ListAttachedIndices

amazonaws_clouddirectory.ListAttachedIndices({
  "TargetReference": {}
}, context)

Input

Output

GetObjectInformation

amazonaws_clouddirectory.GetObjectInformation({
  "ObjectReference": {}
}, context)

Input

Output

ListObjectParents

amazonaws_clouddirectory.ListObjectParents({
  "ObjectReference": {}
}, context)

Input

Output

ListObjectParentPaths

amazonaws_clouddirectory.ListObjectParentPaths({
  "ObjectReference": {}
}, context)

Input

Output

ListObjectPolicies

amazonaws_clouddirectory.ListObjectPolicies({
  "ObjectReference": {}
}, context)

Input

Output

UpdateObjectAttributes

amazonaws_clouddirectory.UpdateObjectAttributes({
  "ObjectReference": {},
  "AttributeUpdates": []
}, context)

Input

Output

AttachPolicy

amazonaws_clouddirectory.AttachPolicy({
  "PolicyReference": {},
  "ObjectReference": {}
}, context)

Input

Output

ListPolicyAttachments

amazonaws_clouddirectory.ListPolicyAttachments({
  "PolicyReference": {}
}, context)

Input

Output

DetachPolicy

amazonaws_clouddirectory.DetachPolicy({
  "PolicyReference": {},
  "ObjectReference": {}
}, context)

Input

Output

LookupPolicy

amazonaws_clouddirectory.LookupPolicy({
  "ObjectReference": {}
}, context)

Input

Output

DeleteSchema

amazonaws_clouddirectory.DeleteSchema({}, context)

Input

  • input object

Output

ListAppliedSchemaArns

amazonaws_clouddirectory.ListAppliedSchemaArns({
  "DirectoryArn": ""
}, context)

Input

Output

ApplySchema

amazonaws_clouddirectory.ApplySchema({
  "PublishedSchemaArn": ""
}, context)

Input

  • input object
    • PublishedSchemaArn required Arn

Output

CreateSchema

amazonaws_clouddirectory.CreateSchema({
  "Name": ""
}, context)

Input

Output

ListDevelopmentSchemaArns

amazonaws_clouddirectory.ListDevelopmentSchemaArns({}, context)

Input

Output

GetAppliedSchemaVersion

amazonaws_clouddirectory.GetAppliedSchemaVersion({
  "SchemaArn": ""
}, context)

Input

  • input object
    • SchemaArn required Arn

Output

GetSchemaAsJson

amazonaws_clouddirectory.GetSchemaAsJson({}, context)

Input

  • input object

Output

PutSchemaFromJson

amazonaws_clouddirectory.PutSchemaFromJson({
  "Document": ""
}, context)

Input

Output

PublishSchema

amazonaws_clouddirectory.PublishSchema({
  "Version": ""
}, context)

Input

Output

ListPublishedSchemaArns

amazonaws_clouddirectory.ListPublishedSchemaArns({}, context)

Input

Output

UpdateSchema

amazonaws_clouddirectory.UpdateSchema({
  "Name": ""
}, context)

Input

Output

UpgradeAppliedSchema

amazonaws_clouddirectory.UpgradeAppliedSchema({
  "PublishedSchemaArn": "",
  "DirectoryArn": ""
}, context)

Input

  • input object
    • DirectoryArn required Arn
    • DryRun Bool
    • PublishedSchemaArn required Arn

Output

UpgradePublishedSchema

amazonaws_clouddirectory.UpgradePublishedSchema({
  "DevelopmentSchemaArn": "",
  "PublishedSchemaArn": "",
  "MinorVersion": ""
}, context)

Input

  • input object
    • DevelopmentSchemaArn required Arn
    • DryRun Bool
    • MinorVersion required Version
    • PublishedSchemaArn required Arn

Output

ListTagsForResource

amazonaws_clouddirectory.ListTagsForResource({
  "ResourceArn": ""
}, context)

Input

Output

TagResource

amazonaws_clouddirectory.TagResource({
  "ResourceArn": "",
  "Tags": []
}, context)

Input

  • input object

Output

UntagResource

amazonaws_clouddirectory.UntagResource({
  "ResourceArn": "",
  "TagKeys": []
}, context)

Input

Output

AttachTypedLink

amazonaws_clouddirectory.AttachTypedLink({
  "SourceObjectReference": {},
  "TargetObjectReference": {},
  "TypedLinkFacet": {
    "SchemaArn": "",
    "TypedLinkName": ""
  },
  "Attributes": []
}, context)

Input

Output

DetachTypedLink

amazonaws_clouddirectory.DetachTypedLink({
  "TypedLinkSpecifier": {
    "TypedLinkFacet": {
      "SchemaArn": "",
      "TypedLinkName": ""
    },
    "SourceObjectReference": {},
    "TargetObjectReference": {},
    "IdentityAttributeValues": []
  }
}, context)

Input

Output

Output schema unknown

UpdateTypedLinkFacet

amazonaws_clouddirectory.UpdateTypedLinkFacet({
  "Name": "",
  "AttributeUpdates": [],
  "IdentityAttributeOrder": []
}, context)

Input

Output

ListTypedLinkFacetAttributes

amazonaws_clouddirectory.ListTypedLinkFacetAttributes({
  "Name": ""
}, context)

Input

Output

CreateTypedLinkFacet

amazonaws_clouddirectory.CreateTypedLinkFacet({
  "Facet": {
    "Name": "",
    "Attributes": [],
    "IdentityAttributeOrder": []
  }
}, context)

Input

Output

DeleteTypedLinkFacet

amazonaws_clouddirectory.DeleteTypedLinkFacet({
  "Name": ""
}, context)

Input

Output

GetTypedLinkFacetInformation

amazonaws_clouddirectory.GetTypedLinkFacetInformation({
  "Name": ""
}, context)

Input

Output

ListTypedLinkFacetNames

amazonaws_clouddirectory.ListTypedLinkFacetNames({}, context)

Input

Output

ListIncomingTypedLinks

amazonaws_clouddirectory.ListIncomingTypedLinks({
  "ObjectReference": {}
}, context)

Input

Output

ListOutgoingTypedLinks

amazonaws_clouddirectory.ListOutgoingTypedLinks({
  "ObjectReference": {}
}, context)

Input

Output

Definitions

AccessDeniedException

  • AccessDeniedException object: Access denied. Check your permissions.

AddFacetToObjectRequest

AddFacetToObjectResponse

  • AddFacetToObjectResponse object

ApplySchemaRequest

  • ApplySchemaRequest object
    • PublishedSchemaArn required Arn

ApplySchemaResponse

  • ApplySchemaResponse object
    • AppliedSchemaArn Arn
    • DirectoryArn Arn

Arn

  • Arn string

Arns

  • Arns array

AttachObjectRequest

AttachObjectResponse

AttachPolicyRequest

AttachPolicyResponse

  • AttachPolicyResponse object

AttachToIndexRequest

AttachToIndexResponse

AttachTypedLinkRequest

AttachTypedLinkResponse

AttributeKey

  • AttributeKey object: A unique identifier for an attribute.

AttributeKeyAndValue

AttributeKeyAndValueList

AttributeKeyList

AttributeName

  • AttributeName string

AttributeNameAndValue

AttributeNameAndValueList

AttributeNameList

BatchAddFacetToObject

BatchAddFacetToObjectResponse

  • BatchAddFacetToObjectResponse object: The result of a batch add facet to object operation.

BatchAttachObject

BatchAttachObjectResponse

  • BatchAttachObjectResponse object: Represents the output batch AttachObject response operation.

BatchAttachPolicy

  • BatchAttachPolicy object: Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.

BatchAttachPolicyResponse

  • BatchAttachPolicyResponse object: Represents the output of an AttachPolicy response operation.

BatchAttachToIndex

  • BatchAttachToIndex object: Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.

BatchAttachToIndexResponse

  • BatchAttachToIndexResponse object: Represents the output of a AttachToIndex response operation.

BatchAttachTypedLink

BatchAttachTypedLinkResponse

  • BatchAttachTypedLinkResponse object: Represents the output of a AttachTypedLink response operation.

BatchCreateIndex

  • BatchCreateIndex object: Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations.

BatchCreateIndexResponse

  • BatchCreateIndexResponse object: Represents the output of a CreateIndex response operation.

BatchCreateObject

BatchCreateObjectResponse

  • BatchCreateObjectResponse object: Represents the output of a CreateObject response operation.

BatchDeleteObject

  • BatchDeleteObject object: Represents the output of a DeleteObject operation.

BatchDeleteObjectResponse

  • BatchDeleteObjectResponse object: Represents the output of a DeleteObject response operation.

BatchDetachFromIndex

  • BatchDetachFromIndex object: Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.

BatchDetachFromIndexResponse

  • BatchDetachFromIndexResponse object: Represents the output of a DetachFromIndex response operation.

BatchDetachObject

BatchDetachObjectResponse

  • BatchDetachObjectResponse object: Represents the output of a DetachObject response operation.

BatchDetachPolicy

  • BatchDetachPolicy object: Detaches the specified policy from the specified directory inside a BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$Operations.

BatchDetachPolicyResponse

  • BatchDetachPolicyResponse object: Represents the output of a DetachPolicy response operation.

BatchDetachTypedLink

  • BatchDetachTypedLink object: Detaches a typed link from a specified source and target object inside a BatchRead operation. For more information, see DetachTypedLink and BatchReadRequest$Operations.

BatchDetachTypedLinkResponse

  • BatchDetachTypedLinkResponse object: Represents the output of a DetachTypedLink response operation.

BatchGetObjectInformation

  • BatchGetObjectInformation object: Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations.

BatchGetObjectInformationResponse

  • BatchGetObjectInformationResponse object: Represents the output of a GetObjectInformation response operation.

BatchListAttachedIndices

  • BatchListAttachedIndices object: Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.

BatchListAttachedIndicesResponse

  • BatchListAttachedIndicesResponse object: Represents the output of a ListAttachedIndices response operation.

BatchListIncomingTypedLinks

BatchListIncomingTypedLinksResponse

  • BatchListIncomingTypedLinksResponse object: Represents the output of a ListIncomingTypedLinks response operation.

BatchListIndex

BatchListIndexResponse

  • BatchListIndexResponse object: Represents the output of a ListIndex response operation.

BatchListObjectAttributes

BatchListObjectAttributesResponse

BatchListObjectChildren

BatchListObjectChildrenResponse

BatchListObjectParentPaths

  • BatchListObjectParentPaths object: Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths and BatchReadRequest$Operations.

BatchListObjectParentPathsResponse

  • BatchListObjectParentPathsResponse object: Represents the output of a ListObjectParentPaths response operation.

BatchListObjectPolicies

  • BatchListObjectPolicies object: Returns policies attached to an object in pagination fashion inside a BatchRead operation. For more information, see ListObjectPolicies and BatchReadRequest$Operations.

BatchListObjectPoliciesResponse

  • BatchListObjectPoliciesResponse object: Represents the output of a ListObjectPolicies response operation.

BatchListOutgoingTypedLinks

BatchListOutgoingTypedLinksResponse

  • BatchListOutgoingTypedLinksResponse object: Represents the output of a ListOutgoingTypedLinks response operation.

BatchListPolicyAttachments

  • BatchListPolicyAttachments object: Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation. For more information, see ListPolicyAttachments and BatchReadRequest$Operations.

BatchListPolicyAttachmentsResponse

  • BatchListPolicyAttachmentsResponse object: Represents the output of a ListPolicyAttachments response operation.

BatchLookupPolicy

  • BatchLookupPolicy object: Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.

BatchLookupPolicyResponse

  • BatchLookupPolicyResponse object: Represents the output of a LookupPolicy response operation.

BatchOperationIndex

  • BatchOperationIndex integer

BatchReadException

BatchReadExceptionType

  • BatchReadExceptionType string (values: ValidationException, InvalidArnException, ResourceNotFoundException, InvalidNextTokenException, AccessDeniedException, NotNodeException, FacetValidationException, CannotListParentOfRootException, NotIndexException, NotPolicyException, DirectoryNotEnabledException, LimitExceededException, InternalServiceException)

BatchReadOperation

BatchReadOperationList

BatchReadOperationResponse

BatchReadOperationResponseList

BatchReadRequest

BatchReadResponse

BatchReadSuccessfulResponse

BatchReferenceName

  • BatchReferenceName string

BatchRemoveFacetFromObject

  • BatchRemoveFacetFromObject object: A batch operation to remove a facet from an object.

BatchRemoveFacetFromObjectResponse

  • BatchRemoveFacetFromObjectResponse object: An empty result that represents success.

BatchUpdateObjectAttributes

BatchUpdateObjectAttributesResponse

  • BatchUpdateObjectAttributesResponse object: Represents the output of a BatchUpdate response operation.

BatchWriteException

BatchWriteExceptionType

  • BatchWriteExceptionType string (values: InternalServiceException, ValidationException, InvalidArnException, LinkNameAlreadyInUseException, StillContainsLinksException, FacetValidationException, ObjectNotDetachedException, ResourceNotFoundException, AccessDeniedException, InvalidAttachmentException, NotIndexException, IndexedAttributeMissingException, ObjectAlreadyDetachedException, NotPolicyException, DirectoryNotEnabledException, LimitExceededException, UnsupportedIndexTypeException)

BatchWriteOperation

BatchWriteOperationList

BatchWriteOperationResponse

BatchWriteOperationResponseList

BatchWriteRequest

BatchWriteResponse

BinaryAttributeValue

  • BinaryAttributeValue string

Bool

  • Bool boolean

BooleanAttributeValue

  • BooleanAttributeValue boolean

CannotListParentOfRootException

  • CannotListParentOfRootException object: Cannot list the parents of a Directory root.

ConsistencyLevel

  • ConsistencyLevel string (values: SERIALIZABLE, EVENTUAL)

CreateDirectoryRequest

CreateDirectoryResponse

CreateFacetRequest

CreateFacetResponse

  • CreateFacetResponse object

CreateIndexRequest

CreateIndexResponse

CreateObjectRequest

CreateObjectResponse

CreateSchemaRequest

  • CreateSchemaRequest object

CreateSchemaResponse

  • CreateSchemaResponse object

CreateTypedLinkFacetRequest

CreateTypedLinkFacetResponse

  • CreateTypedLinkFacetResponse object

Date

  • Date string

DatetimeAttributeValue

  • DatetimeAttributeValue string

DeleteDirectoryRequest

  • DeleteDirectoryRequest object

DeleteDirectoryResponse

  • DeleteDirectoryResponse object
    • DirectoryArn required Arn

DeleteFacetRequest

  • DeleteFacetRequest object

DeleteFacetResponse

  • DeleteFacetResponse object

DeleteObjectRequest

DeleteObjectResponse

  • DeleteObjectResponse object

DeleteSchemaRequest

  • DeleteSchemaRequest object

DeleteSchemaResponse

  • DeleteSchemaResponse object

DeleteTypedLinkFacetRequest

DeleteTypedLinkFacetResponse

  • DeleteTypedLinkFacetResponse object

DetachFromIndexRequest

DetachFromIndexResponse

DetachObjectRequest

DetachObjectResponse

DetachPolicyRequest

DetachPolicyResponse

  • DetachPolicyResponse object

DetachTypedLinkRequest

Directory

DirectoryAlreadyExistsException

  • DirectoryAlreadyExistsException object: Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.

DirectoryArn

  • DirectoryArn string

DirectoryDeletedException

  • DirectoryDeletedException object: A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.

DirectoryList

DirectoryName

  • DirectoryName string

DirectoryNotDisabledException

  • DirectoryNotDisabledException object: An operation can only operate on a disabled directory.

DirectoryNotEnabledException

  • DirectoryNotEnabledException object: An operation can only operate on a directory that is not enabled.

DirectoryState

  • DirectoryState string (values: ENABLED, DISABLED, DELETED)

DisableDirectoryRequest

  • DisableDirectoryRequest object

DisableDirectoryResponse

  • DisableDirectoryResponse object
    • DirectoryArn required Arn

EnableDirectoryRequest

  • EnableDirectoryRequest object

EnableDirectoryResponse

  • EnableDirectoryResponse object
    • DirectoryArn required Arn

ExceptionMessage

  • ExceptionMessage string

Facet

  • Facet object: A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes.

FacetAlreadyExistsException

  • FacetAlreadyExistsException object: A facet with the same name already exists.

FacetAttribute

FacetAttributeDefinition

FacetAttributeList

FacetAttributeReference

  • FacetAttributeReference object: The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.

FacetAttributeType

  • FacetAttributeType string (values: STRING, BINARY, BOOLEAN, NUMBER, DATETIME)

FacetAttributeUpdate

FacetAttributeUpdateList

FacetInUseException

  • FacetInUseException object: Occurs when deleting a facet that contains an attribute that is a target to an attribute reference in a different facet.

FacetName

  • FacetName string

FacetNameList

FacetNotFoundException

  • FacetNotFoundException object: The specified Facet could not be found.

FacetValidationException

  • FacetValidationException object: The Facet that you provided was not well formed or could not be validated with the schema.

GetAppliedSchemaVersionRequest

  • GetAppliedSchemaVersionRequest object
    • SchemaArn required Arn

GetAppliedSchemaVersionResponse

  • GetAppliedSchemaVersionResponse object
    • AppliedSchemaArn Arn

GetDirectoryRequest

  • GetDirectoryRequest object

GetDirectoryResponse

  • GetDirectoryResponse object

GetFacetRequest

  • GetFacetRequest object

GetFacetResponse

  • GetFacetResponse object

GetObjectInformationRequest

GetObjectInformationResponse

GetSchemaAsJsonRequest

  • GetSchemaAsJsonRequest object

GetSchemaAsJsonResponse

GetTypedLinkFacetInformationRequest

  • GetTypedLinkFacetInformationRequest object

GetTypedLinkFacetInformationResponse

IncompatibleSchemaException

  • IncompatibleSchemaException object: Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.

IndexAttachment

IndexAttachmentList

IndexedAttributeMissingException

  • IndexedAttributeMissingException object: An object has been attempted to be attached to an object that does not have the appropriate attribute value.

InternalServiceException

  • InternalServiceException object: Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.

InvalidArnException

  • InvalidArnException object: Indicates that the provided ARN value is not valid.

InvalidAttachmentException

  • InvalidAttachmentException object: Indicates that an attempt to attach an object with the same link name or to apply a schema with the same name has occurred. Rename the link or the schema and then try again.

InvalidFacetUpdateException

  • InvalidFacetUpdateException object: An attempt to modify a Facet resulted in an invalid schema exception.

InvalidNextTokenException

  • InvalidNextTokenException object: Indicates that the NextToken value is not valid.

InvalidRuleException

  • InvalidRuleException object: Occurs when any of the rule parameter keys or values are invalid.

InvalidSchemaDocException

  • InvalidSchemaDocException object: Indicates that the provided SchemaDoc value is not valid.

InvalidTaggingRequestException

  • InvalidTaggingRequestException object: Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.

LimitExceededException

  • LimitExceededException object: Indicates that limits are exceeded. See Limits for more information.

LinkName

  • LinkName string

LinkNameAlreadyInUseException

  • LinkNameAlreadyInUseException object: Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

LinkNameToObjectIdentifierMap

ListAppliedSchemaArnsRequest

ListAppliedSchemaArnsResponse

  • ListAppliedSchemaArnsResponse object

ListAttachedIndicesRequest

ListAttachedIndicesResponse

ListDevelopmentSchemaArnsRequest

ListDevelopmentSchemaArnsResponse

  • ListDevelopmentSchemaArnsResponse object

ListDirectoriesRequest

ListDirectoriesResponse

ListFacetAttributesRequest

ListFacetAttributesResponse

ListFacetNamesRequest

ListFacetNamesResponse

ListIncomingTypedLinksRequest