package
1.10.20
Repository: https://github.com/jadekler/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package clouddirectoryiface provides an interface to enable mocking the Amazon CloudDirectory service client for testing your code.

# Functions

New creates a new instance of the CloudDirectory client with a session.

# Constants

BatchReadExceptionTypeAccessDeniedException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeCannotListParentOfRootException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeDirectoryNotEnabledException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeFacetValidationException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeInternalServiceException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeInvalidArnException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeInvalidNextTokenException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeLimitExceededException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeNotIndexException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeNotNodeException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeNotPolicyException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeResourceNotFoundException is a BatchReadExceptionType enum value.
BatchReadExceptionTypeValidationException is a BatchReadExceptionType enum value.
BatchWriteExceptionTypeAccessDeniedException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeDirectoryNotEnabledException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeFacetValidationException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeIndexedAttributeMissingException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeInternalServiceException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeInvalidArnException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeInvalidAttachmentException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeLimitExceededException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeLinkNameAlreadyInUseException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeNotIndexException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeNotPolicyException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeObjectAlreadyDetachedException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeObjectNotDetachedException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeResourceNotFoundException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeStillContainsLinksException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeUnsupportedIndexTypeException is a BatchWriteExceptionType enum value.
BatchWriteExceptionTypeValidationException is a BatchWriteExceptionType enum value.
ConsistencyLevelEventual is a ConsistencyLevel enum value.
ConsistencyLevelSerializable is a ConsistencyLevel enum value.
DirectoryStateDeleted is a DirectoryState enum value.
DirectoryStateDisabled is a DirectoryState enum value.
DirectoryStateEnabled is a DirectoryState enum value.
Service ID for Regions and Endpoints metadata.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeBatchWriteException for service response error code "BatchWriteException".
ErrCodeCannotListParentOfRootException for service response error code "CannotListParentOfRootException".
ErrCodeDirectoryAlreadyExistsException for service response error code "DirectoryAlreadyExistsException".
ErrCodeDirectoryDeletedException for service response error code "DirectoryDeletedException".
ErrCodeDirectoryNotDisabledException for service response error code "DirectoryNotDisabledException".
ErrCodeDirectoryNotEnabledException for service response error code "DirectoryNotEnabledException".
ErrCodeFacetAlreadyExistsException for service response error code "FacetAlreadyExistsException".
ErrCodeFacetInUseException for service response error code "FacetInUseException".
ErrCodeFacetNotFoundException for service response error code "FacetNotFoundException".
ErrCodeFacetValidationException for service response error code "FacetValidationException".
ErrCodeIndexedAttributeMissingException for service response error code "IndexedAttributeMissingException".
ErrCodeInternalServiceException for service response error code "InternalServiceException".
ErrCodeInvalidArnException for service response error code "InvalidArnException".
ErrCodeInvalidAttachmentException for service response error code "InvalidAttachmentException".
ErrCodeInvalidFacetUpdateException for service response error code "InvalidFacetUpdateException".
ErrCodeInvalidNextTokenException for service response error code "InvalidNextTokenException".
ErrCodeInvalidRuleException for service response error code "InvalidRuleException".
ErrCodeInvalidSchemaDocException for service response error code "InvalidSchemaDocException".
ErrCodeInvalidTaggingRequestException for service response error code "InvalidTaggingRequestException".
ErrCodeLimitExceededException for service response error code "LimitExceededException".
ErrCodeLinkNameAlreadyInUseException for service response error code "LinkNameAlreadyInUseException".
ErrCodeNotIndexException for service response error code "NotIndexException".
ErrCodeNotNodeException for service response error code "NotNodeException".
ErrCodeNotPolicyException for service response error code "NotPolicyException".
ErrCodeObjectAlreadyDetachedException for service response error code "ObjectAlreadyDetachedException".
ErrCodeObjectNotDetachedException for service response error code "ObjectNotDetachedException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeRetryableConflictException for service response error code "RetryableConflictException".
ErrCodeSchemaAlreadyExistsException for service response error code "SchemaAlreadyExistsException".
ErrCodeSchemaAlreadyPublishedException for service response error code "SchemaAlreadyPublishedException".
ErrCodeStillContainsLinksException for service response error code "StillContainsLinksException".
ErrCodeUnsupportedIndexTypeException for service response error code "UnsupportedIndexTypeException".
ErrCodeValidationException for service response error code "ValidationException".
FacetAttributeTypeBinary is a FacetAttributeType enum value.
FacetAttributeTypeBoolean is a FacetAttributeType enum value.
FacetAttributeTypeDatetime is a FacetAttributeType enum value.
FacetAttributeTypeNumber is a FacetAttributeType enum value.
FacetAttributeTypeString is a FacetAttributeType enum value.
ObjectTypeIndex is a ObjectType enum value.
ObjectTypeLeafNode is a ObjectType enum value.
ObjectTypeNode is a ObjectType enum value.
ObjectTypePolicy is a ObjectType enum value.
RangeModeExclusive is a RangeMode enum value.
RangeModeFirst is a RangeMode enum value.
RangeModeInclusive is a RangeMode enum value.
RangeModeLast is a RangeMode enum value.
RangeModeLastBeforeMissingValues is a RangeMode enum value.
RequiredAttributeBehaviorNotRequired is a RequiredAttributeBehavior enum value.
RequiredAttributeBehaviorRequiredAlways is a RequiredAttributeBehavior enum value.
RuleTypeBinaryLength is a RuleType enum value.
RuleTypeNumberComparison is a RuleType enum value.
RuleTypeStringFromSet is a RuleType enum value.
RuleTypeStringLength is a RuleType enum value.
Service endpoint prefix API calls made to.
UpdateActionTypeCreateOrUpdate is a UpdateActionType enum value.
UpdateActionTypeDelete is a UpdateActionType enum value.

# Structs

Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AddFacetToObjectRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AddFacetToObjectResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ApplySchemaRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ApplySchemaResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachObjectRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachObjectResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachPolicyRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachPolicyResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachToIndexRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachToIndexResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachTypedLinkRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/AttachTypedLinkResponse.
A unique identifier for an attribute.
The combination of an attribute key and an attribute value.
Identifies the attribute name and value for a typed link.
Represents the output of a batch add facet to object operation.
The result of a batch add facet to object operation.
Represents the output of an AttachObject operation.
Represents the output batch AttachObject response operation.
Attaches a policy object to a regular object inside a BatchRead operation.
Represents the output of an AttachPolicy response operation.
Attaches the specified object to the specified index inside a BatchRead operation.
Represents the output of a AttachToIndex response operation.
Attaches a typed link to a specified source and target object inside a BatchRead operation.
Represents the output of a AttachTypedLink response operation.
Creates an index object inside of a BatchRead operation.
Represents the output of a CreateIndex response operation.
Represents the output of a CreateObject operation.
Represents the output of a CreateObject response operation.
Represents the output of a DeleteObject operation.
Represents the output of a DeleteObject response operation.
Detaches the specified object from the specified index inside a BatchRead operation.
Represents the output of a DetachFromIndex response operation.
Represents the output of a DetachObject operation.
Represents the output of a DetachObject response operation.
Detaches a typed link from a specified source and target object inside a BatchRead operation.
Represents the output of a DetachTypedLink response operation.
Retrieves metadata about an object inside a BatchRead operation.
Represents the output of a GetObjectInformation response operation.
Lists indices attached to an object inside a BatchRead operation.
Represents the output of a ListAttachedIndices response operation.
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation.
Represents the output of a ListIncomingTypedLinks response operation.
Lists objects attached to the specified index inside a BatchRead operation.
Represents the output of a ListIndex response operation.
Represents the output of a ListObjectAttributes operation.
Represents the output of a ListObjectAttributes response operation.
Represents the output of a ListObjectChildren operation.
Represents the output of a ListObjectChildren response operation.
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation.
Represents the output of a ListObjectParentPaths response operation.
Returns policies attached to an object in pagination fashion inside a BatchRead operation.
Represents the output of a ListObjectPolicies response operation.
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation.
Represents the output of a ListOutgoingTypedLinks response operation.
Returns all of the ObjectIdentifiers to which a given policy is attached inside a BatchRead operation.
Represents the output of a ListPolicyAttachments response operation.
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation.
Represents the output of a LookupPolicy response operation.
The batch read exception structure, which contains the exception type and message.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadRequest.
Represents the output of a BatchRead operation.
Represents the output of a BatchRead response operation.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchReadResponse.
Represents the output of a BatchRead success response operation.
A batch operation to remove a facet from an object.
An empty result that represents success.
Represents the output of a BatchUpdate operation.
Represents the output of a BatchUpdate response operation.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWriteRequest.
Represents the output of a BatchWrite operation.
Represents the output of a BatchWrite response operation.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWriteResponse.
CloudDirectory provides the API operation methods for making requests to Amazon CloudDirectory.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateDirectoryRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateDirectoryResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateFacetResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateIndexRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateIndexResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateObjectRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateObjectResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateSchemaRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateSchemaResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateTypedLinkFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/CreateTypedLinkFacetResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteDirectoryRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteDirectoryResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteFacetResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteObjectRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteObjectResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteSchemaRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteSchemaResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteTypedLinkFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DeleteTypedLinkFacetResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachFromIndexRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachFromIndexResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachObjectRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachObjectResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachPolicyRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachPolicyResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachTypedLinkRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DetachTypedLinkOutput.
Directory structure that includes the directory name and directory ARN.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DisableDirectoryRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/DisableDirectoryResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/EnableDirectoryRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/EnableDirectoryResponse.
A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes.
An attribute that is associated with the Facet.
A facet attribute definition.
The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.
A structure that contains information used to update an attribute.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetDirectoryRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetDirectoryResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetFacetResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetObjectInformationRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetObjectInformationResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetSchemaAsJsonRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetSchemaAsJsonResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetTypedLinkFacetInformationRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/GetTypedLinkFacetInformationResponse.
Represents an index and an attached object.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAppliedSchemaArnsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAppliedSchemaArnsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAttachedIndicesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListAttachedIndicesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDevelopmentSchemaArnsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDevelopmentSchemaArnsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDirectoriesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListDirectoriesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetAttributesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetAttributesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetNamesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListFacetNamesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIncomingTypedLinksRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIncomingTypedLinksResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIndexRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListIndexResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectAttributesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectAttributesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectChildrenRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectChildrenResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentPathsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentPathsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectParentsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectPoliciesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListObjectPoliciesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListOutgoingTypedLinksRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListOutgoingTypedLinksResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPolicyAttachmentsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPolicyAttachmentsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPublishedSchemaArnsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListPublishedSchemaArnsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTagsForResourceRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTagsForResourceResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetAttributesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetAttributesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetNamesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/ListTypedLinkFacetNamesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/LookupPolicyRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/LookupPolicyResponse.
The action to take on the object attribute.
A range of attributes.
Structure that contains attribute update information.
The reference that identifies an object.
Returns the path to the ObjectIdentifiers that is associated with the directory.
Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached.
Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PublishSchemaRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PublishSchemaResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PutSchemaFromJsonRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/PutSchemaFromJsonResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/RemoveFacetFromObjectRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/RemoveFacetFromObjectResponse.
Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.
A facet.
The tag structure that contains a tag key and value.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TagResourceRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/TagResourceResponse.
Represents the data for a typed attribute.
A range of attribute values.
A typed link attribute definition.
Identifies the range of attributes that are used by a specified filter.
Defines the typed links structure and its attributes.
A typed link facet attribute update.
Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.
Contains all the information that is used to uniquely identify a typed link.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UntagResourceRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UntagResourceResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateFacetResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateObjectAttributesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateObjectAttributesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateSchemaRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateSchemaResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateTypedLinkFacetRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/UpdateTypedLinkFacetResponse.