import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException"; import type { BatchWriteExceptionType } from "./enums"; /** *
Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling ListDirectories and check your permissions.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOperations are only permitted on enabled directories.
* @public */ export declare class DirectoryNotEnabledException extends __BaseException { readonly name: "DirectoryNotEnabledException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe Facet that you provided was not well formed or could not be * validated with the schema.
* @public */ export declare class FacetValidationException extends __BaseException { readonly name: "FacetValidationException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates 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.
* @public */ export declare class InternalServiceException extends __BaseException { readonly name: "InternalServiceException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the provided ARN value is not valid.
* @public */ export declare class InvalidArnException extends __BaseException { readonly name: "InvalidArnException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that limits are exceeded. See Limits for more information.
* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified resource could not be found.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOccurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
* @public */ export declare class RetryableConflictException extends __BaseException { readonly name: "RetryableConflictException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that your request is malformed in some manner. See the exception * message.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that an attempt to make an attachment was invalid. For example, attaching two nodes * with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.
* @public */ export declare class InvalidAttachmentException extends __BaseException { readonly name: "InvalidAttachmentException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that a schema could not be created due to a naming conflict. Please select a * different name and then try again.
* @public */ export declare class SchemaAlreadyExistsException extends __BaseException { readonly name: "SchemaAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that a link could not be created due to a naming conflict. Choose a different * name and then try again.
* @public */ export declare class LinkNameAlreadyInUseException extends __BaseException { readonly name: "LinkNameAlreadyInUseException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the requested operation can only operate on policy objects.
* @public */ export declare class NotPolicyException extends __BaseException { readonly name: "NotPolicyException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeAn object has been attempted to be attached to an object that does not have the appropriate attribute value.
* @public */ export declare class IndexedAttributeMissingException extends __BaseException { readonly name: "IndexedAttributeMissingException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the requested operation can only operate on index objects.
* @public */ export declare class NotIndexException extends __BaseException { readonly name: "NotIndexException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA BatchWrite exception has occurred.
Indicates that a Directory could not be created due to a naming * conflict. Choose a different name and try again.
* @public */ export declare class DirectoryAlreadyExistsException extends __BaseException { readonly name: "DirectoryAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA facet with the same name already exists.
* @public */ export declare class FacetAlreadyExistsException extends __BaseException { readonly name: "FacetAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOccurs when any of the rule parameter keys or values are invalid.
* @public */ export declare class InvalidRuleException extends __BaseException { readonly name: "InvalidRuleException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the requested index type is not supported.
* @public */ export declare class UnsupportedIndexTypeException extends __BaseException { readonly name: "UnsupportedIndexTypeException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA directory that has been deleted and to which access has been attempted. Note: The * requested resource will eventually cease to exist.
* @public */ export declare class DirectoryDeletedException extends __BaseException { readonly name: "DirectoryDeletedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeAn operation can only operate on a disabled directory.
* @public */ export declare class DirectoryNotDisabledException extends __BaseException { readonly name: "DirectoryNotDisabledException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOccurs when deleting a facet that contains an attribute that is a target to an * attribute reference in a different facet.
* @public */ export declare class FacetInUseException extends __BaseException { readonly name: "FacetInUseException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified Facet could not be found.
* @public */ export declare class FacetNotFoundException extends __BaseException { readonly name: "FacetNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the requested operation cannot be completed because the object has not * been detached from the tree.
* @public */ export declare class ObjectNotDetachedException extends __BaseException { readonly name: "ObjectNotDetachedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe object could not be deleted because links still exist. Remove the links and then * try the operation again.
* @public */ export declare class StillContainsLinksException extends __BaseException { readonly name: "StillContainsLinksException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the object is not attached to the index.
* @public */ export declare class ObjectAlreadyDetachedException extends __BaseException { readonly name: "ObjectAlreadyDetachedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOccurs when any invalid operations are performed on an object that is not a node, such
* as calling ListObjectChildren for a leaf node object.
Indicates that the NextToken value is not valid.
Cannot list the parents of a Directory root.
* @public */ export declare class CannotListParentOfRootException extends __BaseException { readonly name: "CannotListParentOfRootException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeCan 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.
* @public */ export declare class InvalidTaggingRequestException extends __BaseException { readonly name: "InvalidTaggingRequestException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that a schema is already published.
* @public */ export declare class SchemaAlreadyPublishedException extends __BaseException { readonly name: "SchemaAlreadyPublishedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the provided SchemaDoc value is not valid.
An attempt to modify a Facet resulted in an invalid schema * exception.
* @public */ export declare class InvalidFacetUpdateException extends __BaseException { readonly name: "InvalidFacetUpdateException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.
* @public */ export declare class IncompatibleSchemaException extends __BaseException { readonly name: "IncompatibleSchemaException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType