CloudDirectory module#
Index > CloudDirectory
Auto-generated documentation for CloudDirectory type annotations stubs module types-boto3-clouddirectory.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.36.26' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
CloudDirectory
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and CloudDirectory
.
From PyPI with pip#
Install types-boto3
for CloudDirectory
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[clouddirectory]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[clouddirectory]'
# standalone installation
python -m pip install types-boto3-clouddirectory
How to uninstall#
python -m pip uninstall -y types-boto3-clouddirectory
Usage#
Code samples can be found in Examples.
CloudDirectoryClient#
Type annotations and code completion for boto3.client("clouddirectory")
as CloudDirectoryClient
boto3 documentation
# CloudDirectoryClient usage example
from boto3.session import Session
from types_boto3_clouddirectory.client import CloudDirectoryClient
def get_client() -> CloudDirectoryClient:
return Session().client("clouddirectory")
Paginators#
Type annotations and code completion for paginators
from boto3.client("clouddirectory").get_paginator("...")
.
# ListAppliedSchemaArnsPaginator usage example
from boto3.session import Session
from types_boto3_clouddirectory.paginator import ListAppliedSchemaArnsPaginator
def get_list_applied_schema_arns_paginator() -> ListAppliedSchemaArnsPaginator:
return Session().client("clouddirectory").get_paginator("list_applied_schema_arns"))
- ListAppliedSchemaArnsPaginator
- ListAttachedIndicesPaginator
- ListDevelopmentSchemaArnsPaginator
- ListDirectoriesPaginator
- ListFacetAttributesPaginator
- ListFacetNamesPaginator
- ListIncomingTypedLinksPaginator
- ListIndexPaginator
- ListManagedSchemaArnsPaginator
- ListObjectAttributesPaginator
- ListObjectParentPathsPaginator
- ListObjectPoliciesPaginator
- ListOutgoingTypedLinksPaginator
- ListPolicyAttachmentsPaginator
- ListPublishedSchemaArnsPaginator
- ListTagsForResourcePaginator
- ListTypedLinkFacetAttributesPaginator
- ListTypedLinkFacetNamesPaginator
- LookupPolicyPaginator
Literals#
Type annotations for literals used in methods and schema.
# BatchReadExceptionTypeType usage example
from types_boto3_clouddirectory.literals import BatchReadExceptionTypeType
def get_value() -> BatchReadExceptionTypeType:
return "AccessDeniedException"
- BatchReadExceptionTypeType
- ConsistencyLevelType
- DirectoryStateType
- FacetAttributeTypeType
- FacetStyleType
- ListAppliedSchemaArnsPaginatorName
- ListAttachedIndicesPaginatorName
- ListDevelopmentSchemaArnsPaginatorName
- ListDirectoriesPaginatorName
- ListFacetAttributesPaginatorName
- ListFacetNamesPaginatorName
- ListIncomingTypedLinksPaginatorName
- ListIndexPaginatorName
- ListManagedSchemaArnsPaginatorName
- ListObjectAttributesPaginatorName
- ListObjectParentPathsPaginatorName
- ListObjectPoliciesPaginatorName
- ListOutgoingTypedLinksPaginatorName
- ListPolicyAttachmentsPaginatorName
- ListPublishedSchemaArnsPaginatorName
- ListTagsForResourcePaginatorName
- ListTypedLinkFacetAttributesPaginatorName
- ListTypedLinkFacetNamesPaginatorName
- LookupPolicyPaginatorName
- ObjectTypeType
- RangeModeType
- RequiredAttributeBehaviorType
- RuleTypeType
- UpdateActionTypeType
- CloudDirectoryServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ObjectReferenceTypeDef
- SchemaFacetTypeDef
- ApplySchemaRequestTypeDef
- ResponseMetadataTypeDef
- TypedLinkSchemaAndFacetNameTypeDef
- AttributeKeyTypeDef
- TypedAttributeValueOutputTypeDef
- BatchAttachObjectResponseTypeDef
- BatchAttachToIndexResponseTypeDef
- BatchCreateIndexResponseTypeDef
- BatchCreateObjectResponseTypeDef
- BatchDetachFromIndexResponseTypeDef
- BatchDetachObjectResponseTypeDef
- BatchListObjectChildrenResponseTypeDef
- PathToObjectIdentifiersTypeDef
- ObjectIdentifierAndLinkNameTupleTypeDef
- BatchListObjectPoliciesResponseTypeDef
- BatchListPolicyAttachmentsResponseTypeDef
- BatchReadExceptionTypeDef
- BatchUpdateObjectAttributesResponseTypeDef
- BlobTypeDef
- CreateDirectoryRequestTypeDef
- CreateSchemaRequestTypeDef
- DeleteDirectoryRequestTypeDef
- DeleteFacetRequestTypeDef
- DeleteSchemaRequestTypeDef
- DeleteTypedLinkFacetRequestTypeDef
- DirectoryTypeDef
- DisableDirectoryRequestTypeDef
- EnableDirectoryRequestTypeDef
- RuleOutputTypeDef
- FacetAttributeReferenceTypeDef
- FacetTypeDef
- GetAppliedSchemaVersionRequestTypeDef
- GetDirectoryRequestTypeDef
- GetFacetRequestTypeDef
- GetSchemaAsJsonRequestTypeDef
- GetTypedLinkFacetInformationRequestTypeDef
- PaginatorConfigTypeDef
- ListAppliedSchemaArnsRequestTypeDef
- ListDevelopmentSchemaArnsRequestTypeDef
- ListDirectoriesRequestTypeDef
- ListFacetAttributesRequestTypeDef
- ListFacetNamesRequestTypeDef
- ListManagedSchemaArnsRequestTypeDef
- ListPublishedSchemaArnsRequestTypeDef
- ListTagsForResourceRequestTypeDef
- TagTypeDef
- ListTypedLinkFacetAttributesRequestTypeDef
- ListTypedLinkFacetNamesRequestTypeDef
- PolicyAttachmentTypeDef
- PublishSchemaRequestTypeDef
- PutSchemaFromJsonRequestTypeDef
- RuleTypeDef
- TimestampTypeDef
- UntagResourceRequestTypeDef
- UpdateSchemaRequestTypeDef
- UpgradeAppliedSchemaRequestTypeDef
- UpgradePublishedSchemaRequestTypeDef
- AttachObjectRequestTypeDef
- AttachPolicyRequestTypeDef
- AttachToIndexRequestTypeDef
- BatchAttachObjectTypeDef
- BatchAttachPolicyTypeDef
- BatchAttachToIndexTypeDef
- BatchDeleteObjectTypeDef
- BatchDetachFromIndexTypeDef
- BatchDetachObjectTypeDef
- BatchDetachPolicyTypeDef
- BatchGetObjectInformationTypeDef
- BatchListAttachedIndicesTypeDef
- BatchListObjectChildrenTypeDef
- BatchListObjectParentPathsTypeDef
- BatchListObjectParentsTypeDef
- BatchListObjectPoliciesTypeDef
- BatchListPolicyAttachmentsTypeDef
- BatchLookupPolicyTypeDef
- DeleteObjectRequestTypeDef
- DetachFromIndexRequestTypeDef
- DetachObjectRequestTypeDef
- DetachPolicyRequestTypeDef
- GetObjectInformationRequestTypeDef
- ListAttachedIndicesRequestTypeDef
- ListObjectChildrenRequestTypeDef
- ListObjectParentPathsRequestTypeDef
- ListObjectParentsRequestTypeDef
- ListObjectPoliciesRequestTypeDef
- ListPolicyAttachmentsRequestTypeDef
- LookupPolicyRequestTypeDef
- BatchGetObjectAttributesTypeDef
- BatchGetObjectInformationResponseTypeDef
- BatchListObjectAttributesTypeDef
- BatchRemoveFacetFromObjectTypeDef
- GetObjectAttributesRequestTypeDef
- ListObjectAttributesRequestTypeDef
- RemoveFacetFromObjectRequestTypeDef
- ApplySchemaResponseTypeDef
- AttachObjectResponseTypeDef
- AttachToIndexResponseTypeDef
- CreateDirectoryResponseTypeDef
- CreateIndexResponseTypeDef
- CreateObjectResponseTypeDef
- CreateSchemaResponseTypeDef
- DeleteDirectoryResponseTypeDef
- DeleteSchemaResponseTypeDef
- DetachFromIndexResponseTypeDef
- DetachObjectResponseTypeDef
- DisableDirectoryResponseTypeDef
- EmptyResponseMetadataTypeDef
- EnableDirectoryResponseTypeDef
- GetAppliedSchemaVersionResponseTypeDef
- GetObjectInformationResponseTypeDef
- GetSchemaAsJsonResponseTypeDef
- GetTypedLinkFacetInformationResponseTypeDef
- ListAppliedSchemaArnsResponseTypeDef
- ListDevelopmentSchemaArnsResponseTypeDef
- ListFacetNamesResponseTypeDef
- ListManagedSchemaArnsResponseTypeDef
- ListObjectChildrenResponseTypeDef
- ListObjectPoliciesResponseTypeDef
- ListPolicyAttachmentsResponseTypeDef
- ListPublishedSchemaArnsResponseTypeDef
- ListTypedLinkFacetNamesResponseTypeDef
- PublishSchemaResponseTypeDef
- PutSchemaFromJsonResponseTypeDef
- UpdateObjectAttributesResponseTypeDef
- UpdateSchemaResponseTypeDef
- UpgradeAppliedSchemaResponseTypeDef
- UpgradePublishedSchemaResponseTypeDef
- BatchCreateIndexTypeDef
- CreateIndexRequestTypeDef
- AttributeKeyAndValueOutputTypeDef
- AttributeNameAndValueOutputTypeDef
- BatchListObjectParentPathsResponseTypeDef
- ListObjectParentPathsResponseTypeDef
- BatchListObjectParentsResponseTypeDef
- ListObjectParentsResponseTypeDef
- GetDirectoryResponseTypeDef
- ListDirectoriesResponseTypeDef
- FacetAttributeDefinitionOutputTypeDef
- TypedLinkAttributeDefinitionOutputTypeDef
- GetFacetResponseTypeDef
- ListAppliedSchemaArnsRequestPaginateTypeDef
- ListAttachedIndicesRequestPaginateTypeDef
- ListDevelopmentSchemaArnsRequestPaginateTypeDef
- ListDirectoriesRequestPaginateTypeDef
- ListFacetAttributesRequestPaginateTypeDef
- ListFacetNamesRequestPaginateTypeDef
- ListManagedSchemaArnsRequestPaginateTypeDef
- ListObjectAttributesRequestPaginateTypeDef
- ListObjectParentPathsRequestPaginateTypeDef
- ListObjectPoliciesRequestPaginateTypeDef
- ListPolicyAttachmentsRequestPaginateTypeDef
- ListPublishedSchemaArnsRequestPaginateTypeDef
- ListTagsForResourceRequestPaginateTypeDef
- ListTypedLinkFacetAttributesRequestPaginateTypeDef
- ListTypedLinkFacetNamesRequestPaginateTypeDef
- LookupPolicyRequestPaginateTypeDef
- ListTagsForResourceResponseTypeDef
- TagResourceRequestTypeDef
- PolicyToPathTypeDef
- RuleUnionTypeDef
- TypedAttributeValueTypeDef
- BatchGetLinkAttributesResponseTypeDef
- BatchGetObjectAttributesResponseTypeDef
- BatchListObjectAttributesResponseTypeDef
- GetLinkAttributesResponseTypeDef
- GetObjectAttributesResponseTypeDef
- IndexAttachmentTypeDef
- ListObjectAttributesResponseTypeDef
- TypedLinkSpecifierOutputTypeDef
- FacetAttributeOutputTypeDef
- ListTypedLinkFacetAttributesResponseTypeDef
- BatchLookupPolicyResponseTypeDef
- LookupPolicyResponseTypeDef
- TypedAttributeValueUnionTypeDef
- BatchListAttachedIndicesResponseTypeDef
- BatchListIndexResponseTypeDef
- ListAttachedIndicesResponseTypeDef
- ListIndexResponseTypeDef
- AttachTypedLinkResponseTypeDef
- BatchAttachTypedLinkResponseTypeDef
- BatchListIncomingTypedLinksResponseTypeDef
- BatchListOutgoingTypedLinksResponseTypeDef
- ListIncomingTypedLinksResponseTypeDef
- ListOutgoingTypedLinksResponseTypeDef
- ListFacetAttributesResponseTypeDef
- AttributeKeyAndValueTypeDef
- AttributeNameAndValueTypeDef
- FacetAttributeDefinitionTypeDef
- LinkAttributeActionTypeDef
- ObjectAttributeActionTypeDef
- TypedAttributeValueRangeTypeDef
- TypedLinkAttributeDefinitionTypeDef
- BatchWriteOperationResponseTypeDef
- BatchReadSuccessfulResponseTypeDef
- AttributeKeyAndValueUnionTypeDef
- BatchCreateObjectTypeDef
- AttributeNameAndValueUnionTypeDef
- FacetAttributeDefinitionUnionTypeDef
- LinkAttributeUpdateTypeDef
- ObjectAttributeUpdateTypeDef
- ObjectAttributeRangeTypeDef
- TypedLinkAttributeRangeTypeDef
- TypedLinkAttributeDefinitionUnionTypeDef
- BatchWriteResponseTypeDef
- BatchReadOperationResponseTypeDef
- AddFacetToObjectRequestTypeDef
- BatchAddFacetToObjectTypeDef
- CreateObjectRequestTypeDef
- AttachTypedLinkRequestTypeDef
- BatchAttachTypedLinkTypeDef
- TypedLinkSpecifierTypeDef
- FacetAttributeTypeDef
- BatchUpdateObjectAttributesTypeDef
- UpdateObjectAttributesRequestTypeDef
- BatchListIndexTypeDef
- ListIndexRequestPaginateTypeDef
- ListIndexRequestTypeDef
- BatchListIncomingTypedLinksTypeDef
- BatchListOutgoingTypedLinksTypeDef
- ListIncomingTypedLinksRequestPaginateTypeDef
- ListIncomingTypedLinksRequestTypeDef
- ListOutgoingTypedLinksRequestPaginateTypeDef
- ListOutgoingTypedLinksRequestTypeDef
- TypedLinkFacetAttributeUpdateTypeDef
- TypedLinkFacetTypeDef
- BatchReadResponseTypeDef
- TypedLinkSpecifierUnionTypeDef
- FacetAttributeUnionTypeDef
- UpdateTypedLinkFacetRequestTypeDef
- CreateTypedLinkFacetRequestTypeDef
- BatchDetachTypedLinkTypeDef
- BatchGetLinkAttributesTypeDef
- BatchUpdateLinkAttributesTypeDef
- DetachTypedLinkRequestTypeDef
- GetLinkAttributesRequestTypeDef
- UpdateLinkAttributesRequestTypeDef
- CreateFacetRequestTypeDef
- FacetAttributeUpdateTypeDef
- BatchReadOperationTypeDef
- BatchWriteOperationTypeDef
- UpdateFacetRequestTypeDef
- BatchReadRequestTypeDef
- BatchWriteRequestTypeDef