amazonaws.com – clouddirectory
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 and the .
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:clouddirectory/2016-05-10.json
- Provider
- amazonaws.com:clouddirectory / clouddirectory
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/clouddirectory/2016-05-10/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/clouddirectory/2016-05-10/openapi.yaml
Tools (67)
Extracted live via the executor SDK.
-
amazonclouddirectory.addFacetToObjectAdds a new Facet [blocked] to an object. An object can have more than one facet applied on it.
-
amazonclouddirectory.applySchemaCopies the input published schema, at the specified version, into the Directory [blocked] with the same name and version as that of the published schema.
-
amazonclouddirectory.attachObjectAttaches an existing object to another object. An object can be accessed in two ways:
-
Using the path
-
Using
ObjectIdentifier
-
-
amazonclouddirectory.attachPolicyAttaches a policy object to a regular object. An object can have a limited number of attached policies.
-
amazonclouddirectory.attachToIndexAttaches the specified object to the specified index.
-
amazonclouddirectory.attachTypedLinkAttaches a typed link to a specified source and target object. For more information, see .
-
amazonclouddirectory.batchReadPerforms all the read operations in a batch.
-
amazonclouddirectory.batchWritePerforms all the write operations in a batch. Either all the operations succeed or none.
-
amazonclouddirectory.createDirectoryCreates a Directory [blocked] by copying the published schema into the directory. A directory cannot be created without a schema.
-
amazonclouddirectory.createFacetCreates a new Facet [blocked] in a schema. Facet creation is allowed only in development or applied schemas.
-
amazonclouddirectory.createIndexCreates an index object. See for more information.
-
amazonclouddirectory.createObjectCreates an object in a Directory [blocked]. Additionally attaches the object to a parent, if a parent reference and
LinkNameis specified. An object is simply a collection of Facet [blocked] attributes. You can also use this API call to create a policy object, if the facet from which you create the object is a policy facet. -
amazonclouddirectory.createSchemaCreates a new schema in a development state. A schema can exist in three phases:
-
Development: This is a mutable phase of the schema. All new schemas are in the development phase. Once the schema is finalized, it can be published.
-
Published: Published schemas are immutable and have a version associated with them.
-
Applied: Applied schemas are mutable in a way that allows you to add new schema facets. You can also add new, nonrequired attributes to existing schema facets. You can apply only published schemas to directories.
-
-
amazonclouddirectory.createTypedLinkFacetCreates a TypedLinkFacet [blocked]. For more information, see .
-
amazonclouddirectory.deleteDirectoryDeletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme caution when deleting directories.
-
amazonclouddirectory.deleteFacetDeletes a given Facet [blocked]. All attributes and Rule [blocked]s that are associated with the facet will be deleted. Only development schema facets are allowed deletion.
-
amazonclouddirectory.deleteObjectDeletes an object and its associated attributes. Only objects with no children and no parents can be deleted.
-
amazonclouddirectory.deleteSchemaDeletes a given schema. Schemas in a development and published state can only be deleted.
-
amazonclouddirectory.deleteTypedLinkFacetDeletes a TypedLinkFacet [blocked]. For more information, see .
-
amazonclouddirectory.detachFromIndexDetaches the specified object from the specified index.
-
amazonclouddirectory.detachObjectDetaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.
-
amazonclouddirectory.detachPolicyDetaches a policy from an object.
-
amazonclouddirectory.detachTypedLinkDetaches a typed link from a specified source and target object. For more information, see .
-
amazonclouddirectory.disableDirectoryDisables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled.
-
amazonclouddirectory.enableDirectoryEnables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to.
-
amazonclouddirectory.getAppliedSchemaVersionReturns current applied schema version ARN, including the minor version in use.
-
amazonclouddirectory.getDirectoryRetrieves metadata about a directory.
-
amazonclouddirectory.getFacetGets details of the Facet [blocked], such as facet name, attributes, Rule [blocked]s, or
ObjectType. You can call this on all kinds of schema facets -- published, development, or applied. -
amazonclouddirectory.getLinkAttributesRetrieves attributes that are associated with a typed link.
-
amazonclouddirectory.getObjectAttributesRetrieves attributes within a facet that are associated with an object.
-
amazonclouddirectory.getObjectInformationRetrieves metadata about an object.
-
amazonclouddirectory.getSchemaAsJsonRetrieves a JSON representation of the schema. See for more information.
-
amazonclouddirectory.getTypedLinkFacetInformationReturns the identity attribute order for a specific TypedLinkFacet [blocked]. For more information, see .
-
amazonclouddirectory.listAppliedSchemaArnsLists schema major versions applied to a directory. If
SchemaArnis provided, lists the minor version. -
amazonclouddirectory.listAttachedIndicesLists indices attached to the specified object.
-
amazonclouddirectory.listDevelopmentSchemaArnsRetrieves each Amazon Resource Name (ARN) of schemas in the development state.
-
amazonclouddirectory.listDirectoriesLists directories created within an account.
-
amazonclouddirectory.listFacetAttributesRetrieves attributes attached to the facet.
-
amazonclouddirectory.listFacetNamesRetrieves the names of facets that exist in a schema.
-
amazonclouddirectory.listIncomingTypedLinksReturns a paginated list of all the incoming TypedLinkSpecifier [blocked] information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see .
-
amazonclouddirectory.listIndexLists objects attached to the specified index.
-
amazonclouddirectory.listObjectAttributesLists all attributes that are associated with an object.
-
amazonclouddirectory.listObjectChildrenReturns a paginated list of child objects that are associated with a given object.
-
amazonclouddirectory.listObjectParentPathsRetrieves 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 .
Use this API to evaluate all parents for an object. The call returns all objects from the root of the directory up to the requested object. The API returns the number of paths based on user-defined
MaxResults, in case there are multiple paths to the parent. The order of the paths and nodes returned is consistent among multiple API calls unless the objects are deleted or moved. Paths not leading to the directory root are ignored from the target object. -
amazonclouddirectory.listObjectParentsLists parent objects that are associated with a given object in pagination fashion.
-
amazonclouddirectory.listObjectPoliciesReturns policies attached to an object in pagination fashion.
-
amazonclouddirectory.listOutgoingTypedLinksReturns a paginated list of all the outgoing TypedLinkSpecifier [blocked] information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see .
-
amazonclouddirectory.listPolicyAttachmentsReturns all of the
ObjectIdentifiersto which a given policy is attached. -
amazonclouddirectory.listPublishedSchemaArnsLists the major version families of each published schema. If a major version ARN is provided as
SchemaArn, the minor version revisions in that family are listed instead. -
amazonclouddirectory.listTagsForResourceReturns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call.
-
amazonclouddirectory.listTypedLinkFacetAttributesReturns a paginated list of all attribute definitions for a particular TypedLinkFacet [blocked]. For more information, see .
-
amazonclouddirectory.listTypedLinkFacetNamesReturns a paginated list of
TypedLinkfacet names for a particular schema. For more information, see . -
amazonclouddirectory.lookupPolicyLists all policies from the root of the Directory [blocked] 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
ObjectIdentifierfor such objects. If policies are present, it returnsObjectIdentifier,policyId, andpolicyType. Paths that don't lead to the root from the target object are ignored. For more information, see . -
amazonclouddirectory.publishSchemaPublishes a development schema with a major version and a recommended minor version.
-
amazonclouddirectory.putSchemaFromJsonAllows a schema to be updated using JSON upload. Only available for development schemas. See for more information.
-
amazonclouddirectory.removeFacetFromObjectRemoves the specified facet from the specified object.
-
amazonclouddirectory.tagResourceAn API operation for adding tags to a resource.
-
amazonclouddirectory.untagResourceAn API operation for removing tags from a resource.
-
amazonclouddirectory.updateFacetDoes the following:
-
Adds new
Attributes,Rules, orObjectTypes. -
Updates existing
Attributes,Rules, orObjectTypes. -
Deletes existing
Attributes,Rules, orObjectTypes.
-
-
amazonclouddirectory.updateLinkAttributesUpdates a given typed link’s attributes. Attributes to be updated must not contribute to the typed link’s identity, as defined by its
IdentityAttributeOrder. -
amazonclouddirectory.updateObjectAttributesUpdates a given object's attributes.
-
amazonclouddirectory.updateSchemaUpdates the schema name with a new name. Only development schema names can be updated.
-
amazonclouddirectory.updateTypedLinkFacetUpdates a TypedLinkFacet [blocked]. For more information, see .
-
amazonclouddirectory.upgradeAppliedSchemaUpgrades a single directory in-place using the
PublishedSchemaArnwith schema updates found inMinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory. -
amazonclouddirectory.upgradePublishedSchemaUpgrades a published schema under a new minor version revision using the current contents of
DevelopmentSchemaArn. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools